ATLAS Offline Software
|
This package is meant to provide the mapping between online and offline identifiers for each detector element. By online identifier we mean the way a detector element is uniquely identified in the bytestream (i.e. the ROD number and the link of the ROD). It also provides the mapping between a ROB and the offline identifiers which are included in that ROB.
The present clients are the BS converters and the Region Selector used in the HLT.
SCT_Cabling contains the following classes:
SCT_CablingTool is accessed by clients through its ISCT_CablingTool interface. This provides access only to the 'getter' methods. The cabling data are prepared by a condition algorithm (SCT_CablingCondAlgFromCoraCool or SCT_CablingCondAlgFromText)from the database or a text file and the data are read by SCT_CablingTool using SG::ReadCondHandle.