|
ATLAS Offline Software
|
Go to the documentation of this file.
22 std::vector<int>
v = { 0x10d };
37 std::ostringstream
os;
39 os <<
" 0x" << std::hex <<
fragID << std::dec;
42 ATH_MSG_INFO(
"Tile DMU errors will be ignored in drawers (frag IDs):" <<
os.str());
49 std::ostringstream
os;
51 os <<
" 0x" << std::hex <<
fragID << std::dec;
54 ATH_MSG_INFO(
"Special settings in histograms for demonstrator modules (frag IDs):" <<
os.str());
57 return StatusCode::SUCCESS;
def retrieve(aClass, aKey=None)
const TileInfo * m_tileInfo
const TileHWID * m_tileHWID
Gaudi::Property< std::string > m_tileInfoName
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
::StatusCode StatusCode
StatusCode definition for legacy code.
ServiceHandle< TileCablingSvc > m_cablingSvc
Name of Tile cabling service.
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
Gaudi::Property< std::vector< int > > m_fragIDsToIgnoreDMUerrors
virtual StatusCode initialize() override
initialize
SG::ReadHandleKey< TileDQstatus > m_dqStatusKey
virtual StatusCode initialize() override
initialize
Gaudi::Property< std::vector< int > > m_fragIDsDemonstrators
const TileCablingService * m_cabling