 |
Belle II Software
release-05-01-25
|
26 class ARICHHvCrateCableMapping :
public TObject {
45 int getCable(
int connectionID)
const;
59 void addMapping(
int connectionID, std::vector<int> sectorCable);
int getCable(int connectionID) const
Get sector ID.
ARICHHvCrateCableMapping()
Default constructor.
std::map< int, std::vector< int > > m_connection2cable
map of modules to cables
int getConnectionID(const std::vector< int > §orCable) const
Get sector ID.
void print() const
Print mapping parameters.
int getSector(int connectionID) const
Get sector ID.
Abstract base class for different kinds of events.
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 {}.