43 int getCable(
int connectionID)
const;
57 void addMapping(
int connectionID, std::vector<int> sectorCable);
The Class for ARICH bias voltages at gain 40.
void addMapping(int connectionID, std::vector< int > sectorCable)
Add new entry to the mapping table.
ClassDef(ARICHHvCrateCableMapping, 1)
ClassDef, must be the last term before the closing {}.
int getCable(int connectionID) const
Get sector ID.
std::map< int, std::vector< int > > m_connection2cable
map of modules to cables
int getSector(int connectionID) const
Get sector ID.
void print() const
Print mapping parameters.
ARICHHvCrateCableMapping()
Default constructor.
int getConnectionID(const std::vector< int > §orCable) const
Get sector ID.
Abstract base class for different kinds of events.