![]() |
ATLAS Offline Software
|
Helper for the Liquid Argon Calorimeter cell at the electrode level. More...
#include <LArElectrodeID.h>
Public Types | |
| using | size_type = Identifier::size_type |
| enum class | HelperType { Unimplemented = -1 , Silicon = 0 , Pixel , PLR , SCT , TRT , LArEM , LArFCal , LArFCalSuperCell , LArHEC , LArHEC_SuperCell , LARMiniFCal , Tile , TileSuperCell , LArOnline , LArOnlineSuperCell , LArElectrode , LArHVLine , TileHardware , TileTestbeam , CaloCell , CaloSuperCell , CaloDM , CaloLvl1 , GTower , JTower , Muon , LUCID , LUCID_Hardware , Zdc , ZdcHardware , TT } |
| enum class for eventual final derived types of this class More... | |
Public Member Functions | |
| LArElectrodeID () | |
| Default constructor. | |
| virtual | ~LArElectrodeID () |
| Default destructor. | |
| HWIdentifier | ElectrodeId (int det, int side, int mod, int phi, int eta, int gap, int elec) const |
| Create an Electrode identifier from fields. | |
| HWIdentifier | ElectrodeId (IdentifierHash electrode_hash) const |
| Create an electrode identifier from an hash identifier. | |
| IdentifierHash | electrodeHash (HWIdentifier electrode_id) const |
| Create an electrode hash identifier from an electrode identifier. | |
| std::vector< HWIdentifier >::const_iterator | electrode_begin () const |
| Return an iterator pointing to a collection of electrode identifiers. | |
| std::vector< HWIdentifier >::const_iterator | electrode_end () const |
| size_type | electrodeHashMax () const |
| Define hash tables max size. | |
| virtual int | initialize_from_dictionary (const IdDictMgr &dict_mgr) |
| Initialization from the identifier dictionary. | |
| int | detector (const HWIdentifier id) const |
| Return an integer corresponding to the detector of an hardware electrode identifier. | |
| int | zside (const HWIdentifier id) const |
| Return an integer corresponding to the side of an hardware electrode identifier. | |
| int | hv_phi (const HWIdentifier id) const |
| Return an integer corresponding to the high voltage phi sector of an hardware electrode identifier. | |
| int | hv_eta (const HWIdentifier id) const |
| Return an integer corresponding to the high volatge eta sector of an hardware electrode identifier. | |
| int | gap (const HWIdentifier id) const |
| Return an integer corresponding to the cell gap of an hardware electrode identifier. | |
| int | electrode (const HWIdentifier id) const |
| Return an integer corresponding to the electrode number of an hardware electrode identifier. | |
| bool | isEMB (const HWIdentifier id) const |
| Return boolean yes if electrode is in EMB. | |
| bool | isEMBPS (const HWIdentifier id) const |
| Return yes if electrode is in EMBPS. | |
| bool | isEMEC (const HWIdentifier id) const |
| Return yes if electrode is in EMEC. | |
| bool | isEMECinWHEEL (const HWIdentifier id) const |
| Return yes if electrode is in EMEC inner wheel. | |
| bool | isEMECoutWHEEL (const HWIdentifier id) const |
| Return yes if electrode is in EMEC outer wheel. | |
| bool | isEMECPS (const HWIdentifier id) const |
| Return yes if electrode is in EMEC PreSampler. | |
| bool | isHEC (const HWIdentifier id) const |
| Return yes if electrode is in HEC. | |
| bool | isFCAL (const HWIdentifier id) const |
| Return yes if electrode is in FCAL. | |
| bool | isFCAL1 (const HWIdentifier id) const |
| Return yes if electrode is in FCAL wheel 1. | |
| bool | isFCAL2 (const HWIdentifier id) const |
| Return yes if electrode is in FCAL wheel 2. | |
| bool | isFCAL3 (const HWIdentifier id) const |
| Return yes if electrode is in FCAL wheel 3. | |
| bool | isEMBPUR (const HWIdentifier id) const |
| Return yes if electrode is in EMB PUR. | |
| bool | isECPUR (const HWIdentifier id) const |
| Return yes if electrode is in EC PUR. | |
| IdContext | electrodeContext () const |
| Define feedthrough Context. | |
| bool | msgLvl (const MSG::Level lvl) const |
| Test the output level. | |
| MsgStream & | msg () const |
| The standard message stream. | |
| MsgStream & | msg (const MSG::Level lvl) const |
| The standard message stream. | |
| void | setLevel (MSG::Level lvl) |
| Change the current logging level. | |
'structors | |
| virtual HelperType | helper () const |
| Type of helper, defaulted to 'Unimplemented'. | |
| const std::string & | group () const |
| Group name for this helper. | |
Detector system ids | |
| Identifier | indet (void) const |
| Detector systems: | |
| Identifier | lar (void) const |
| Identifier | tile (void) const |
| Identifier | muon (void) const |
| Identifier | calo (void) const |
Inner Detector subsystem ids | |
| Identifier | pixel (void) const |
| Identifier | sct (void) const |
| Identifier | trt (void) const |
| Identifier | hgtd (void) const |
| Identifier | lumi (void) const |
LAr subsystem ids | |
| Identifier | lar_em (void) const |
| Identifier | lar_hec (void) const |
| Identifier | lar_fcal (void) const |
Muon subsystem ids | |
| Identifier | mdt (void) const |
| Identifier | csc (void) const |
| Identifier | rpc (void) const |
| Identifier | tgc (void) const |
| Identifier | stgc (void) const |
| Identifier | mm (void) const |
level 1 and dead material ids | |
| Identifier | lar_lvl1 (void) const |
| Identifier | lar_dm (void) const |
| Identifier | tile_dm (void) const |
Contexts to provide id length - e.g. for use in generic decoding | |
| IdContext | detsystem_context (void) const |
| IdContext (indicates id length) for detector systems. | |
| IdContext | subdet_context (void) const |
| IdContext (indicates id length) for sub-detector. | |
Generic conversion between identifier and idhash | |
| virtual int | get_id (const IdentifierHash &hash_id, Identifier &id, const IdContext *context=0) const override |
| Create compact id from hash id (return == 0 for OK). | |
| virtual int | get_hash (const Identifier &id, IdentifierHash &hash_id, const IdContext *context=0) const override |
| Create hash id from compact id (return == 0 for OK). | |
Initialization and version name | |
| virtual std::string | dictionaryVersion (void) const override |
Generic printing of identifiers | |
| void | show (Identifier id, const IdContext *context=0, char sep='.') const |
| Short print out of any identifier (optionally provide separation character - default is '. | |
| std::string | show_to_string (Identifier id, const IdContext *context=0, char sep='.') const |
| or provide the printout in string form | |
| void | print (Identifier id, const IdContext *context=0) const |
| Expanded print out of any identifier. | |
| std::string | print_to_string (Identifier id, const IdContext *context=0) const |
| or provide the printout in string form | |
Test of an Identifier to see if it belongs to a particular detector (sub)system: | |
| bool | is_indet (Identifier id) const |
| bool | is_lar (Identifier id) const |
| bool | is_tile (Identifier id) const |
| bool | is_muon (Identifier id) const |
| bool | is_calo (Identifier id) const |
| bool | is_lvl1_trig_towers (Identifier id) const |
| bool | is_lvl1_online (Identifier id) const |
| bool | is_pixel (Identifier id) const |
| bool | is_sct (Identifier id) const |
| bool | is_trt (Identifier id) const |
| bool | is_hgtd (Identifier id) const |
| bool | is_lumi (Identifier id) const |
| bool | is_plr (Identifier id) const |
| bool | is_lar_em (Identifier id) const |
| bool | is_lar_hec (Identifier id) const |
| bool | is_lar_fcal (Identifier id) const |
| bool | is_lar_minifcal (Identifier id) const |
| bool | is_lar_dm (Identifier id) const |
| LAr/Tile dead material: | |
| bool | is_tile_dm (Identifier id) const |
| bool | is_mdt (Identifier id) const |
| bool | is_csc (Identifier id) const |
| bool | is_tgc (Identifier id) const |
| bool | is_rpc (Identifier id) const |
| bool | is_stgc (Identifier id) const |
| bool | is_mm (Identifier id) const |
| bool | is_forward (Identifier id) const |
| bool | is_alfa (Identifier id) const |
| bool | is_bcm (Identifier id) const |
| bool | is_lucid (Identifier id) const |
| bool | is_zdc (Identifier id) const |
Test of an Identifier to see if it belongs to a particular detector (sub)system (using expanded ids): | |
| bool | is_indet (const ExpandedIdentifier &id) const |
| bool | is_lar (const ExpandedIdentifier &id) const |
| bool | is_tile (const ExpandedIdentifier &id) const |
| bool | is_muon (const ExpandedIdentifier &id) const |
| bool | is_calo (const ExpandedIdentifier &id) const |
| bool | is_pixel (const ExpandedIdentifier &id) const |
| bool | is_sct (const ExpandedIdentifier &id) const |
| bool | is_trt (const ExpandedIdentifier &id) const |
| bool | is_hgtd (const ExpandedIdentifier &id) const |
| bool | is_lumi (const ExpandedIdentifier &id) const |
| bool | is_plr (const ExpandedIdentifier &id) const |
| bool | is_lar_em (const ExpandedIdentifier &id) const |
| bool | is_lar_hec (const ExpandedIdentifier &id) const |
| bool | is_lar_fcal (const ExpandedIdentifier &id) const |
| bool | is_lar_minifcal (const ExpandedIdentifier &id) const |
| bool | is_mdt (const ExpandedIdentifier &id) const |
| bool | is_csc (const ExpandedIdentifier &id) const |
| bool | is_tgc (const ExpandedIdentifier &id) const |
| bool | is_rpc (const ExpandedIdentifier &id) const |
| bool | is_stgc (const ExpandedIdentifier &id) const |
| bool | is_mm (const ExpandedIdentifier &id) const |
Dictionary versioning: provide access to dictionary names and versions. Note that a helper may correspond to one or more id dictionary | |
| const std::vector< std::string > & | dict_names (void) const |
| Dictionary names. | |
| const std::vector< std::string > & | file_names (void) const |
| File names for subdet dictionaries. | |
| const std::vector< std::string > & | dict_tags (void) const |
| Version tags for subdet dictionaries. | |
Checks are performed by default in debug compilation and NOT in optimized compilation. One can switch or query this mode for any idHelper with the following methods: | |
| virtual bool | do_checks (void) const override |
| Checks are performed by default in debug compilation and NOT in optimized compilation. | |
| virtual void | set_do_checks (bool do_checks) override |
Static Public Attributes | |
| static constexpr int | invalidIndex {999} |
| static constexpr int | invalidId {-1} |
Private Types | |
| enum | { NOT_VALID_HASH = 256000 } |
Private Member Functions | |
| IdentifierHash | electrode_hash_binary_search (HWIdentifier elecId) const |
| void | electrodeId_checks (int det, int side, int mod, int phi, int eta, int hvgap, int elec) const |
| int | get_expanded_id (const HWIdentifier &id, ExpandedIdentifier &exp_id, const IdContext *context) const |
| int | initLevelsFromDict () |
| int | init_hashes () |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Helper for the Liquid Argon Calorimeter cell at the electrode level.
This class provides a description of an electrode.
detector EMB 0 EMBPS 1 EMEC 2 EMECPS 3 HEC 4 FCAL 5 EMBPUR 6 ECPUR 7
z-side : A,C 0,1 ALL
module 00 to 15 0 to 15 EMB
00 to 31 0 to 31 EMBPS 00 to 07 0 to 7 EMEC 00 to 31 0 to 31 EMECPS 00 to 31 0 to 31 HEC 00 to 15 0 to 31 FCAL 00 to 05 0 to 5 EMBPUR 00 to 10 1 to 10 ECPUR
hv_phi -1,0 1,0 EMB not used 0 EMBPS 1 to 8 1 to 8 EMEC(inner) 1 to 4 1 to 4 EMEC(outer) not used 0 EMECPS not used 0 HEC not used 0 FCAL not used 0 EMBPUR not used 0 ECPUR
hv_eta
S1 to S7 1 to 7 EMB S1 to S4 1 to 4 EMBPS F0,B1 to B6 0 to 6 EMEC(outer) B7,B8 7,8 EMEC(inner) S1 to S4 1 to 4 HEC S1,S2,S3 1 to 3 FCAL not used 0 EMBPUR not used 0 ECPUR
gap
H,L 1,0 EMB H,L 1,0 EMBPS H,L 1,0 EMEC H,L 1,0 EMECPS PAD1,EST1 0,1 HEC PAD2,EST2 2,3 HEC A,B,C,D 0,1,2,3 FCAL N,P 0,1 EMBPUR N,P 0,1 ECPUR
Electrode planes 0 to 63 0 to 63 EMB 1 to 4 1 to 4 FCAL-S1 1 to 6 1 to 6 FCAL-S2 1 to 9 1 to 9 FCAL-S3
Definition at line 95 of file LArElectrodeID.h.
| using LArElectrodeID::size_type = Identifier::size_type |
Definition at line 99 of file LArElectrodeID.h.
|
private |
| Enumerator | |
|---|---|
| NOT_VALID_HASH | |
Definition at line 239 of file LArElectrodeID.h.
|
stronginherited |
enum class for eventual final derived types of this class
Definition at line 56 of file AtlasDetectorID.h.
|
privateinherited |
| Enumerator | |
|---|---|
| ATLAS_ID | |
| MAX_BIT | |
| PIXEL_MASK | |
| ALL_BITS | |
Definition at line 377 of file AtlasDetectorID.h.
| LArElectrodeID::LArElectrodeID | ( | ) |
Default constructor.
Definition at line 20 of file LArElectrodeID.cxx.
|
virtualdefault |
Default destructor.
|
protectedinherited |
|
inlineprotectedinherited |
Definition at line 516 of file AtlasDetectorID.h.
|
protectedinherited |
Definition at line 1061 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 518 of file AtlasDetectorID.h.
|
inherited |
Definition at line 79 of file AtlasDetectorID.cxx.
|
protectedinherited |
Definition at line 984 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 466 of file AtlasDetectorID.h.
|
inherited |
Definition at line 48 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 499 of file AtlasDetectorID.h.
|
inline |
Return an integer corresponding to the detector of an hardware electrode identifier.
Definition at line 355 of file LArElectrodeID.h.
|
inherited |
IdContext (indicates id length) for detector systems.
Definition at line 128 of file AtlasDetectorID.cxx.
|
inherited |
Dictionary names.
Definition at line 383 of file AtlasDetectorID.cxx.
|
inherited |
Version tags for subdet dictionaries.
Definition at line 389 of file AtlasDetectorID.cxx.
|
privateinherited |
Definition at line 1081 of file AtlasDetectorID.cxx.
|
overridevirtualinherited |
|
overridevirtualinherited |
Checks are performed by default in debug compilation and NOT in optimized compilation.
One can switch or query this mode for any idHelper with the following methods:
Implements IdHelper.
Definition at line 392 of file AtlasDetectorID.cxx.
|
overridevirtualinherited |
Neighbour initialization is performed by default One can switch or query this mode for any idHelper with the following method:
Implements IdHelper.
Definition at line 399 of file AtlasDetectorID.cxx.
|
inline |
Return an integer corresponding to the electrode number of an hardware electrode identifier.
Definition at line 392 of file LArElectrodeID.h.
|
inline |
Return an iterator pointing to a collection of electrode identifiers.
Definition at line 342 of file LArElectrodeID.h.
|
inline |
Definition at line 348 of file LArElectrodeID.h.
|
private |
| IdContext LArElectrodeID::electrodeContext | ( | ) | const |
Define feedthrough Context.
Definition at line 42 of file LArElectrodeID.cxx.
|
inline |
Create an electrode hash identifier from an electrode identifier.
Definition at line 325 of file LArElectrodeID.h.
|
inline |
Define hash tables max size.
Definition at line 335 of file LArElectrodeID.h.
|
inline |
Create an electrode identifier from an hash identifier.
Definition at line 318 of file LArElectrodeID.h.
|
inline |
Create an Electrode identifier from fields.
Definition at line 300 of file LArElectrodeID.h.
|
private |
|
inherited |
File names for subdet dictionaries.
Definition at line 386 of file AtlasDetectorID.cxx.
|
protectedinherited |
|
inlineprotectedinherited |
Definition at line 514 of file AtlasDetectorID.h.
|
protectedinherited |
Definition at line 991 of file AtlasDetectorID.cxx.
|
inline |
Return an integer corresponding to the cell gap of an hardware electrode identifier.
Definition at line 386 of file LArElectrodeID.h.
|
private |
Definition at line 140 of file LArElectrodeID.cxx.
|
overridevirtualinherited |
Create hash id from compact id (return == 0 for OK).
Implements IdHelper.
Reimplemented in CaloIDHelper, CaloLVL1_ID, HGTD_ID, JGTowerBase_ID, MuonIdHelper, PixelID, SCT_ID, SiliconID, Tile_Base_ID, TileHWID, TileTBID, and TRT_ID.
Definition at line 145 of file AtlasDetectorID.cxx.
|
overridevirtualinherited |
Create compact id from hash id (return == 0 for OK).
Implements IdHelper.
Reimplemented in CaloIDHelper, CaloLVL1_ID, HGTD_ID, JGTowerBase_ID, MuonIdHelper, PixelID, SCT_ID, SiliconID, Tile_Base_ID, TileHWID, TileTBID, and TRT_ID.
Definition at line 139 of file AtlasDetectorID.cxx.
|
inherited |
|
inlinevirtualinherited |
|
inherited |
Definition at line 95 of file AtlasDetectorID.cxx.
|
protectedinherited |
Definition at line 1019 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 478 of file AtlasDetectorID.h.
|
inline |
Return an integer corresponding to the high volatge eta sector of an hardware electrode identifier.
Definition at line 380 of file LArElectrodeID.h.
|
inline |
Return an integer corresponding to the high voltage phi sector of an hardware electrode identifier.
Definition at line 374 of file LArElectrodeID.h.
|
inherited |
Detector systems:
Definition at line 63 of file AtlasDetectorID.cxx.
|
protectedinherited |
Detector systems:
Definition at line 956 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Provide efficient access to individual field values, for subclass idhelpers.
Definition at line 454 of file AtlasDetectorID.h.
|
private |
Definition at line 349 of file LArElectrodeID.cxx.
Initialization from the identifier dictionary.
Reimplemented from AtlasDetectorID.
Definition at line 50 of file LArElectrodeID.cxx.
|
private |
Definition at line 164 of file LArElectrodeID.cxx.
|
privateinherited |
Initialize our message level and MessageSvc.
This method should only be called once.
Definition at line 39 of file AthMessaging.cxx.
|
inlineinherited |
Definition at line 784 of file AtlasDetectorID.h.
|
inlineinherited |
Definition at line 794 of file AtlasDetectorID.h.
|
inherited |
Definition at line 243 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 550 of file AtlasDetectorID.h.
|
inherited |
Definition at line 285 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 734 of file AtlasDetectorID.h.
|
inlineinherited |
Definition at line 778 of file AtlasDetectorID.h.
|
inherited |
Definition at line 256 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 637 of file AtlasDetectorID.h.
|
inherited |
Definition at line 231 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 526 of file AtlasDetectorID.h.
|
inherited |
Definition at line 234 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 532 of file AtlasDetectorID.h.
|
inlineinherited |
LAr/Tile dead material:
Definition at line 579 of file AtlasDetectorID.h.
|
inherited |
Definition at line 266 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 661 of file AtlasDetectorID.h.
|
inherited |
Definition at line 273 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 682 of file AtlasDetectorID.h.
|
inherited |
Definition at line 269 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 672 of file AtlasDetectorID.h.
|
inherited |
Definition at line 277 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 692 of file AtlasDetectorID.h.
|
inlineinherited |
Definition at line 804 of file AtlasDetectorID.h.
|
inherited |
Definition at line 259 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 649 of file AtlasDetectorID.h.
|
inlineinherited |
Definition at line 567 of file AtlasDetectorID.h.
|
inlineinherited |
Definition at line 556 of file AtlasDetectorID.h.
|
inherited |
Definition at line 281 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 702 of file AtlasDetectorID.h.
|
inherited |
Definition at line 301 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 756 of file AtlasDetectorID.h.
|
inherited |
Definition at line 240 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 544 of file AtlasDetectorID.h.
|
inherited |
Definition at line 246 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 603 of file AtlasDetectorID.h.
|
inherited |
Definition at line 262 of file AtlasDetectorID.cxx.
|
inherited |
|
inherited |
Definition at line 289 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 718 of file AtlasDetectorID.h.
|
inherited |
Definition at line 250 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 613 of file AtlasDetectorID.h.
|
inherited |
Definition at line 297 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 767 of file AtlasDetectorID.h.
|
inherited |
Definition at line 293 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 745 of file AtlasDetectorID.h.
|
inherited |
Definition at line 237 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 538 of file AtlasDetectorID.h.
|
inlineinherited |
Definition at line 591 of file AtlasDetectorID.h.
|
inherited |
Definition at line 253 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 625 of file AtlasDetectorID.h.
|
inlineinherited |
Definition at line 814 of file AtlasDetectorID.h.
|
inline |
Return yes if electrode is in EC PUR.
Definition at line 484 of file LArElectrodeID.h.
|
inline |
Return boolean yes if electrode is in EMB.
Definition at line 542 of file LArElectrodeID.h.
|
inline |
Return yes if electrode is in EMBPS.
Definition at line 556 of file LArElectrodeID.h.
|
inline |
Return yes if electrode is in EMB PUR.
Definition at line 471 of file LArElectrodeID.h.
|
inline |
Return yes if electrode is in EMEC.
Definition at line 498 of file LArElectrodeID.h.
|
inline |
|
inline |
|
inline |
Return yes if electrode is in EMEC PreSampler.
Definition at line 529 of file LArElectrodeID.h.
|
inline |
Return yes if electrode is in FCAL.
Definition at line 417 of file LArElectrodeID.h.
|
inline |
Return yes if electrode is in FCAL wheel 1.
Definition at line 430 of file LArElectrodeID.h.
|
inline |
Return yes if electrode is in FCAL wheel 2.
Definition at line 444 of file LArElectrodeID.h.
|
inline |
Return yes if electrode is in FCAL wheel 3.
Definition at line 457 of file LArElectrodeID.h.
|
inline |
Return yes if electrode is in HEC.
Definition at line 403 of file LArElectrodeID.h.
|
inherited |
Definition at line 67 of file AtlasDetectorID.cxx.
|
inherited |
Definition at line 119 of file AtlasDetectorID.cxx.
|
inherited |
Definition at line 103 of file AtlasDetectorID.cxx.
|
protectedinherited |
|
inlineprotectedinherited |
Definition at line 487 of file AtlasDetectorID.h.
|
protectedinherited |
Definition at line 963 of file AtlasDetectorID.cxx.
|
inherited |
Definition at line 111 of file AtlasDetectorID.cxx.
|
protectedinherited |
Definition at line 1047 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 493 of file AtlasDetectorID.h.
|
inlineprotectedinherited |
Definition at line 457 of file AtlasDetectorID.h.
|
inherited |
Definition at line 107 of file AtlasDetectorID.cxx.
|
protectedinherited |
Definition at line 1040 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 490 of file AtlasDetectorID.h.
|
inherited |
Definition at line 115 of file AtlasDetectorID.cxx.
|
protectedinherited |
Definition at line 1068 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 520 of file AtlasDetectorID.h.
|
inherited |
Definition at line 99 of file AtlasDetectorID.cxx.
|
protectedinherited |
Definition at line 1026 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 481 of file AtlasDetectorID.h.
|
inherited |
Definition at line 45 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 496 of file AtlasDetectorID.h.
|
inherited |
Definition at line 60 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 511 of file AtlasDetectorID.h.
|
inlineinherited |
The standard message stream.
Returns a reference to the default message stream May not be invoked before sysInitialize() has been invoked.
Definition at line 167 of file AthMessaging.h.
|
inlineinherited |
The standard message stream.
Returns a reference to the default message stream May not be invoked before sysInitialize() has been invoked.
Definition at line 182 of file AthMessaging.h.
|
inlineinherited |
Test the output level.
| lvl | The message level to test against |
| true | Messages at level "lvl" will be printed |
Definition at line 151 of file AthMessaging.h.
|
inherited |
Definition at line 75 of file AtlasDetectorID.cxx.
|
protectedinherited |
Definition at line 977 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 463 of file AtlasDetectorID.h.
|
inherited |
Definition at line 83 of file AtlasDetectorID.cxx.
|
protectedinherited |
Inner Detector:
Definition at line 998 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 469 of file AtlasDetectorID.h.
|
inlineprotectedinherited |
Definition at line 484 of file AtlasDetectorID.h.
|
inherited |
Expanded print out of any identifier.
Definition at line 355 of file AtlasDetectorID.cxx.
|
inherited |
or provide the printout in string form
Definition at line 359 of file AtlasDetectorID.cxx.
|
protectedinherited |
Register the file and tag names for a particular IdDict dictionary.
Definition at line 151 of file AtlasDetectorID.cxx.
Test whether an idhelper should be reinitialized based on the change of tags.
Definition at line 171 of file AtlasDetectorID.cxx.
|
inherited |
Definition at line 51 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 502 of file AtlasDetectorID.h.
|
inherited |
Definition at line 87 of file AtlasDetectorID.cxx.
|
protectedinherited |
Definition at line 1005 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 472 of file AtlasDetectorID.h.
|
overridevirtualinherited |
Implements IdHelper.
Definition at line 395 of file AtlasDetectorID.cxx.
|
overridevirtualinherited |
Implements IdHelper.
Definition at line 403 of file AtlasDetectorID.cxx.
|
overrideprotectedvirtualinherited |
Implements IdHelper.
Definition at line 407 of file AtlasDetectorID.cxx.
|
inherited |
Change the current logging level.
Use this rather than msg().setLevel() for proper operation with MT.
Definition at line 28 of file AthMessaging.cxx.
|
inherited |
Short print out of any identifier (optionally provide separation character - default is '.
'):
Definition at line 306 of file AtlasDetectorID.cxx.
|
inherited |
or provide the printout in string form
Definition at line 312 of file AtlasDetectorID.cxx.
|
inherited |
Definition at line 57 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 508 of file AtlasDetectorID.h.
|
inherited |
IdContext (indicates id length) for sub-detector.
Definition at line 134 of file AtlasDetectorID.cxx.
|
inherited |
Definition at line 54 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 505 of file AtlasDetectorID.h.
|
inherited |
Definition at line 71 of file AtlasDetectorID.cxx.
|
inherited |
Definition at line 123 of file AtlasDetectorID.cxx.
|
protectedinherited |
Definition at line 970 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 460 of file AtlasDetectorID.h.
|
protectedinherited |
Definition at line 412 of file AtlasDetectorID.cxx.
|
inherited |
Definition at line 91 of file AtlasDetectorID.cxx.
|
protectedinherited |
Definition at line 1012 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 475 of file AtlasDetectorID.h.
|
protectedinherited |
Definition at line 1075 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 522 of file AtlasDetectorID.h.
|
inline |
Return an integer corresponding to the side of an hardware electrode identifier.
Definition at line 361 of file LArElectrodeID.h.
|
mutableprivateinherited |
Messaging initialized (initMessaging).
Definition at line 141 of file AthMessaging.h.
|
staticconstexprinherited |
Definition at line 81 of file AtlasDetectorID.h.
|
staticconstexprinherited |
Definition at line 80 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 411 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 368 of file AtlasDetectorID.h.
|
private |
Field Implementation.
Definition at line 274 of file LArElectrodeID.h.
|
private |
Definition at line 257 of file LArElectrodeID.h.
|
privateinherited |
Definition at line 412 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 373 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 393 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 419 of file AtlasDetectorID.h.
|
private |
Definition at line 275 of file LArElectrodeID.h.
|
private |
Definition at line 258 of file LArElectrodeID.h.
|
privateinherited |
Definition at line 405 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 417 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 386 of file AtlasDetectorID.h.
|
private |
Definition at line 276 of file LArElectrodeID.h.
|
private |
Definition at line 259 of file LArElectrodeID.h.
|
private |
Definition at line 267 of file LArElectrodeID.h.
|
protectedinherited |
List of dictionary names used by this helper.
Definition at line 355 of file AtlasDetectorID.h.
|
protectedinherited |
List of dictionary versions used by this helper.
Definition at line 361 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 366 of file AtlasDetectorID.h.
|
protectedinherited |
Flag for subclasses to know whether or not to perform checks.
In general, this is set to false in optimized mode.
Definition at line 440 of file AtlasDetectorID.h.
|
protectedinherited |
Flag for subclasses to know whether or not to perform neighbour initialization.
Definition at line 443 of file AtlasDetectorID.h.
|
private |
Definition at line 282 of file LArElectrodeID.h.
|
private |
Definition at line 265 of file LArElectrodeID.h.
|
private |
Definition at line 271 of file LArElectrodeID.h.
|
private |
Definition at line 270 of file LArElectrodeID.h.
|
protectedinherited |
List of dictionary file names used by this helper.
Definition at line 358 of file AtlasDetectorID.h.
|
private |
Definition at line 269 of file LArElectrodeID.h.
|
private |
Definition at line 268 of file LArElectrodeID.h.
|
privateinherited |
Definition at line 374 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 410 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 425 of file AtlasDetectorID.h.
|
protectedinherited |
Group name.
Definition at line 352 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 430 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 397 of file AtlasDetectorID.h.
|
private |
Definition at line 280 of file LArElectrodeID.h.
|
private |
Definition at line 263 of file LArElectrodeID.h.
|
private |
Definition at line 281 of file LArElectrodeID.h.
|
private |
Definition at line 264 of file LArElectrodeID.h.
|
private |
Definition at line 279 of file LArElectrodeID.h.
|
private |
Definition at line 262 of file LArElectrodeID.h.
|
mutableprivateinherited |
|
privateinherited |
Definition at line 369 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 389 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 418 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 435 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 436 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 370 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 428 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 400 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 402 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 421 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 403 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 401 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 390 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 420 of file AtlasDetectorID.h.
|
private |
Definition at line 256 of file LArElectrodeID.h.
|
private |
Definition at line 255 of file LArElectrodeID.h.
|
privateinherited |
Definition at line 413 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 398 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 399 of file AtlasDetectorID.h.
|
mutableprivateinherited |
|
privateinherited |
Definition at line 426 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 427 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 404 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 409 of file AtlasDetectorID.h.
|
private |
Definition at line 278 of file LArElectrodeID.h.
|
private |
Definition at line 261 of file LArElectrodeID.h.
|
mutableprivateinherited |
MsgStream instance (a std::cout like with print-out levels).
Definition at line 132 of file AthMessaging.h.
|
privateinherited |
Definition at line 372 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 392 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 423 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 424 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 422 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 388 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 433 of file AtlasDetectorID.h.
|
privateinherited |
Message source name.
Definition at line 129 of file AthMessaging.h.
|
privateinherited |
Definition at line 394 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 406 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 395 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 408 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 387 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 407 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 371 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 429 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 391 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 396 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 414 of file AtlasDetectorID.h.
|
private |
Definition at line 277 of file LArElectrodeID.h.
|
private |
Definition at line 260 of file LArElectrodeID.h.