Skip to content
Snippets Groups Projects
Commit 10395891 authored by Xuhao Yuan's avatar Xuhao Yuan
Browse files

UTSector.chanID added

parent fb734038
Branches pre_commit
No related tags found
No related merge requests found
Pipeline #6183233 failed with stages
in 2 minutes and 57 seconds
......@@ -112,6 +112,7 @@ namespace LHCb::Detector::UT {
bool xInverted() const { throw NotImplemented(); }
bool yInverted() const { throw NotImplemented(); }
ChannelID channelID() const { return this->access()->m_channelID; }
unsigned int chanID() const { return static_cast<unsigned int>(this->access()->m_channelID); }
LineTraj<double> createTraj( unsigned int, double ) const {
/*auto const& theSensors = sensors();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment