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