![]() |
ATLAS Offline Software
|
Helper class for offline cell identifiers. More...
#include <CaloCell_ID.h>
Public Types | |
| typedef CaloCell_Base_ID::size_type | size_type |
| typedef CaloCell_Base_ID::SUBCALO | SUBCALO |
| typedef CaloSampling::CaloSample | CaloSample |
| using | id_iterator = std::vector<Identifier>::const_iterator |
| Type for iterators over identifiers. | |
| using | id_range = std::ranges::subrange<id_iterator> |
| Type for range over identifiers. | |
| 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 | |
| CaloCell_ID (const LArEM_ID *em_id, const LArHEC_ID *hec_id, const LArFCAL_ID *fcal_id, const LArMiniFCAL_ID *minifcal_id, const TileID *tile_id) | |
| Constructor. | |
| ~CaloCell_ID () | |
| virtual int | initialize_from_dictionary (const IdDictMgr &dict_mgr) |
| Initialization from the identifier dictionary. | |
| const LArEM_ID * | em_idHelper () const |
| access to EM idHelper | |
| const LArHEC_ID * | hec_idHelper () const |
| access to HEC idHelper | |
| const LArFCAL_ID * | fcal_idHelper () const |
| access to FCAL idHelper | |
| const TileID * | tile_idHelper () const |
| access to Tile idHelper | |
| int | GetSubCaloName (const std::string &SubCaloName) const |
| Identifier | region_id (const int subCalo, const int barec_or_posneg, const int sampling_or_fcalmodule, const int region_or_dummy) const |
| Make a region ID from constituting fields and subCalo index; for (Mini)FCAL and Tiles, the last argument is not used for Tiles, 'barec_or_posneg' corresponds to 'section', 'sampling_or_fcalmodule' corresponds to 'side'. | |
| Identifier | region_id (const int subCalo, const int barec_or_posneg, const int sampling_or_fcalmodule, const int region_or_dummy, bool checks) const |
| Identifier | region_id (const Identifier cellId) const |
| Make a region ID from a cell ID. | |
| Identifier | region_id (const IdentifierHash caloRegionHash) const |
| create region id from 'global'(==full calo) hash id | |
| Identifier | region_id (const int subCalo, const IdentifierHash subCaloRegionHash) const |
| create region id from 'local'(==internal to sub calo) hash id and sub calorimeter | |
| Identifier | cell_id (const int subCalo, const int barec_or_posneg, const int sampling_or_fcalmodule, const int region_or_dummy, const int eta, const int phi) const |
| Make a cell (== channel) ID from constituting fields and subCalo index; for (Mini)FCAL, 'region_or_dummy' argument is not used for Tiles, 'barec_or_posneg' corresponds to 'section', 'sampling_or_fcalmodule' corresponds to 'side', 'region_or_dummy' corresponds to 'module', 'eta' corresponds to 'tower' and 'phi' corresponds to 'sample'. | |
| Identifier | cell_id (const int subCalo, const int barec_or_posneg, const int sampling_or_fcalmodule, const int region_or_dummy, const int eta, const int phi, bool checks) const |
| Identifier | cell_id (const Identifier regionId, const int eta, const int phi, int depth=0) const |
| not available for Tile depth is only used for miniFCAL | |
| Identifier | cell_id (const Identifier regionId, const int eta, const int phi, int depth, bool checks) const |
| Identifier | cell_id (const IdentifierHash caloCellHash) const |
| create cell id from 'global' hash id | |
| Identifier | cell_id (const int subCalo, const IdentifierHash subCaloCellHash) const |
| create cell id from 'local'(==internal to sub calo) hash id and sub calorimeter | |
| IdentifierHash | calo_region_hash (const Identifier regionId) const |
| create hash id from 'global' region id | |
| IdentifierHash | calo_region_hash (const int subCalo, const IdentifierHash subCaloHash) const |
| to translate a region subCaloHash with its subCalo index into a 'global' caloHash | |
| IdentifierHash | subcalo_region_hash (const Identifier regionId, int &subCalo) const |
| create hash id from 'global' region id | |
| IdentifierHash | subcalo_region_hash (const IdentifierHash caloHash, int &subCalo) const |
| to translate a region 'global' caloHash into a subCaloHash | |
| IdentifierHash | calo_cell_hash (const Identifier cellId) const |
| create hash id from 'global' cell id | |
| IdentifierHash | calo_cell_hash (const int subCalo, const IdentifierHash subCaloHash) const |
| to translate a cell subCaloHash with its subCalo index into a 'global' caloHash | |
| IdentifierHash | subcalo_cell_hash (const Identifier cellId, int &subCalo) const |
| create hash id from 'global' cell id | |
| IdentifierHash | subcalo_cell_hash (const IdentifierHash caloHash, int &subCalo) const |
| to translate a cell 'global' caloHash into a subCaloHash | |
| size_type | calo_cell_hash_max () const |
| cell 'global' hash table max size | |
| size_type | calo_region_hash_max () const |
| cell 'global' region table max size | |
| void | calo_cell_hash_range (const Identifier id, IdentifierHash &caloCellMin, IdentifierHash &caloCellMax) const |
| to loop on 'global' cell hashes of one sub-calorimeter alone | |
| void | calo_cell_hash_range (const int subCalo, IdentifierHash &caloCellMin, IdentifierHash &caloCellMax) const |
| to loop on 'global' cell hashes of one sub-calorimeter alone | |
| void | calo_reg_hash_range (const Identifier id, IdentifierHash &caloCellMin, IdentifierHash &caloCellMax) const |
| to loop on 'global' region hashes of one sub-calorimeter alone | |
| void | calo_reg_hash_range (const int subCalo, IdentifierHash &caloCellMin, IdentifierHash &caloCellMax) const |
| to loop on 'global' region hashes of one sub-calorimeter alone | |
| id_iterator | cell_begin () const |
| begin iterator over full set of Identifiers (LAr + Tiles) | |
| id_iterator | cell_begin (const int subCalo) const |
| begin iterator over subCalo sets of cell Identifiers | |
| id_iterator | cell_end () const |
| end iterator over full set of Identifiers (LAr + Tiles) | |
| id_iterator | cell_end (const int subCalo) const |
| end iterator over subCalo sets of cell Identifiers | |
| id_range | cell_range () const |
| Range over full set of Identifiers (LAr + Tiles) | |
| id_range | cell_range (const int subCalo) const |
| Range over subCalo sets of cell Identifiers. | |
| id_iterator | reg_begin () const |
| begin iterator over set of region Identifiers (LAr + Tiles) | |
| id_iterator | reg_begin (const int subCalo) const |
| begin iterator over subCalo sets of region Identifiers | |
| id_iterator | reg_end () const |
| end iterator over set of region Identifiers (LAr + Tiles) | |
| id_iterator | reg_end (const int subCalo) const |
| end iterator over subCalo sets of region Identifiers | |
| id_range | reg_range () const |
| Range over set of region Identifiers (LAr + Tiles) | |
| id_range | reg_range (const int subCalo) const |
| Range over subCalo sets of region Identifiers. | |
| bool | is_em (const Identifier id) const |
| test if the id belongs to LArEM | |
| bool | is_em (const IdentifierHash caloHash) const |
| test if the hash id belongs to LArEM | |
| bool | is_em_barrel (const Identifier id) const |
| test if the id belongs to the EM barrel | |
| bool | is_em_endcap (const Identifier id) const |
| test if the id belongs to the EM Endcap | |
| bool | is_em_endcap_inner (const Identifier id) const |
| test if the id belongs to the EM Endcap inner wheel | |
| bool | is_em_endcap_outer (const Identifier id) const |
| test if the id belongs to the EM Endcap outer wheel | |
| bool | is_hec (const Identifier id) const |
| test if the id belongs to the HEC | |
| bool | is_hec (const IdentifierHash caloHash) const |
| test if the hash id belongs to the HEC | |
| bool | is_fcal (const Identifier id) const |
| test if the id belongs to the FCAL - true also for MiniFCAL | |
| bool | is_fcal (const IdentifierHash caloHash) const |
| test if the hash id belongs to the FCAL - true also for MiniFCAL | |
| bool | is_minifcal (const Identifier id) const |
| test if the id belongs to the MiniFCAL | |
| bool | is_minifcal (const IdentifierHash caloHash) const |
| test if the hash id belongs to the FCAL | |
| bool | is_tile (const Identifier id) const |
| test if the id belongs to the Tiles | |
| bool | is_tile (const IdentifierHash caloHash) const |
| test if the hash id belongs to the Tiles | |
| bool | is_tile (const ExpandedIdentifier &id) const |
| bool | is_tile_barrel (const Identifier id) const |
| test if the id belongs to the Tiles barrel | |
| bool | is_tile_extbarrel (const Identifier id) const |
| test if the id belongs to the Tiles extended barrel | |
| bool | is_tile_gap (const Identifier id) const |
| test if the id belongs to the Tiles gap | |
| bool | is_tile_gapscin (const Identifier id) const |
| bool | is_tile_negative (const Identifier id) const |
| test if the id belongs to the Tiles negative side | |
| bool | is_tile_positive (const Identifier id) const |
| test if the id belongs to the Tiles positive side | |
| int | sub_calo (const Identifier id) const |
| returns an int taken from SUBCALO enum and describing the subCalo to which the Id belongs. | |
| int | sub_calo (const IdentifierHash caloHash) const |
| returns an int taken from SUBCALO enum and describing the subCalo to which the hash Id belongs. | |
| int | calo_sample (const Identifier id) const |
| returns an int taken from Sampling enum and describing the subCalo to which the Id belongs. | |
| int | calo_sample (const IdentifierHash caloHash) const |
| returns an int taken from Sampling enum and describing the subCalo to which the hash Id belongs. | |
| int | pos_neg (const Identifier id) const |
| LAr field values (NOT_VALID == invalid request) | |
| int | sampling (const Identifier id) const |
| LAr field values (NOT_VALID == invalid request) | |
| int | region (const Identifier id) const |
| LAr field values (NOT_VALID == invalid request) | |
| int | eta (const Identifier id) const |
| LAr field values (NOT_VALID == invalid request) | |
| int | phi (const Identifier id) const |
| LAr field values (NOT_VALID == invalid request) | |
| int | section (const Identifier id) const |
| Tile field values (NOT_VALID == invalid request) | |
| int | side (const Identifier id) const |
| Tile field values (NOT_VALID == invalid request) | |
| int | tower (const Identifier id) const |
| Tile field values (NOT_VALID == invalid request) | |
| int | sample (const Identifier id) const |
| Tile field values (NOT_VALID == invalid request) | |
| bool | is_supercell (const Identifier id) const |
| Test if the identifier represents a supercell. | |
| int | eta_min (const Identifier regId) const |
| min value of eta index (-999 == failure) | |
| int | eta_max (const Identifier regId) const |
| max value of eta index (-999 == failure) | |
| int | phi_min (const Identifier regId) const |
| min value of phi index (-999 == failure) | |
| int | phi_max (const Identifier regId) const |
| max value of phi index (-999 == failure) | |
| float | etaGranularity (const Identifier regId) const |
| LAr eta granularity (NOT_VALID == failure) | |
| float | phiGranularity (const Identifier regId) const |
| LAr phi granularity (NOT_VALID == failure) | |
| float | eta0 (const Identifier regId) const |
| minimum LAr eta for this region | |
| float | phi0 (const Identifier regId) const |
| minimum LAr phi for this region | |
| const LArMiniFCAL_ID * | minifcal_idHelper () const |
| access to MiniFCAL idHelper | |
| int | get_neighbours (const IdentifierHash caloHash, const LArNeighbours::neighbourOption &option, std::vector< IdentifierHash > &neighbourList) const |
| access to hashes for neighbours return == 0 for neighbours found | |
| std::string | cell_name (const Identifier id) const |
| Returns the cell-location in a human readable form. | |
| std::string | show_to_string (const Identifier id, const IdContext *context=0, char sep='.') const |
| 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. | |
strutors | |
| 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 '. | |
| 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_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_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 Member Functions | |
| static constexpr unsigned int | getNumberOfSamplings () |
| Get number of available samplings. | |
| static unsigned int | getNumberOfSamplings () |
| Get number of available samplings. | |
| static unsigned int | getSamplingPattern (const CaloSample s) |
| Get a unsigned with one bit set. | |
| static unsigned int | getSamplingPattern (const CaloSample s) |
| Get a unsigned with one bit set. | |
| static constexpr unsigned int | barrelPattern () |
| Get the bit-pattern for barrel samplings. | |
| static unsigned int | barrelPattern () |
| Get the bit-pattern for barrel samplings. | |
| static constexpr unsigned int | endcapPattern () |
| Get the bit-pattern for endcap samplings. | |
| static unsigned int | endcapPattern () |
| Get the bit-pattern for endcap samplings. | |
| static std::string | getSamplingName (CaloSample theSample) |
| Returns a string (name) for each CaloSampling. | |
| static std::string | getSamplingName (unsigned int theSample) |
| Returns a string (name) for each CaloSampling. | |
| static std::string | getSamplingName (CaloSample theSample) |
| Returns a string (name) for each CaloSampling. | |
| static std::string | getSamplingName (unsigned int theSample) |
| Returns a string (name) for each CaloSampling. | |
| static CaloSample | getSampling (const std::string &name) |
| Return the sampling code for a given name. | |
Private Member Functions | |
| CaloCell_ID (const CaloCell_ID &)=delete | |
| CaloCell_ID & | operator= (const CaloCell_ID &)=delete |
| SUBCALO | get_subcalo (Identifier id) const |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Private Attributes | |
| const LArEM_Base_ID * | m_emHelper |
| const LArHEC_Base_ID * | m_hecHelper |
| const LArFCAL_Base_ID * | m_fcalHelper |
| const LArMiniFCAL_ID * | m_minifcalHelper |
| const Tile_Base_ID * | m_tileHelper |
| std::array< const CaloIDHelper *, NSUBCALO > | m_helpers |
| size_type | m_cell_hash_max |
| size_type | m_region_hash_max |
| std::array< size_type, NSUBCALO > | m_cell_min |
| std::array< size_type, NSUBCALO > | m_cell_max |
| std::array< size_type, NSUBCALO > | m_reg_min |
| std::array< size_type, NSUBCALO > | m_reg_max |
| std::vector< Identifier > | m_cell_vec |
| std::vector< Identifier > | m_region_vec |
| CaloNeighbours * | m_caloNeighbours |
| unsigned | m_supercell |
| std::string | m_nm |
| Message source name. | |
| boost::thread_specific_ptr< MsgStream > | m_msg_tls |
| MsgStream instance (a std::cout like with print-out levels) | |
| std::atomic< IMessageSvc * > | m_imsg { nullptr } |
| MessageSvc pointer. | |
| std::atomic< MSG::Level > | m_lvl { MSG::NIL } |
| Current logging level. | |
| std::atomic_flag m_initialized | ATLAS_THREAD_SAFE = ATOMIC_FLAG_INIT |
| Messaging initialized (initMessaging) | |
neighbours are initialized by default. One can switch or query this mode with the following methods: | |
| virtual bool | do_neighbours (void) const override |
| Neighbour initialization is performed by default One can switch or query this mode for any idHelper with the following method: | |
| virtual void | set_do_neighbours (bool do_neighbours) override |
| int | initLevelsFromDict (const IdDictMgr &dict_mgr) |
| std::string | m_dict_version |
| bool | m_is_initialized_from_dict {} |
| size_type | m_DET_INDEX {999} |
| size_type | m_SUBDET_INDEX {999} |
| size_type | m_MUON_SUBDET_INDEX {999} |
| int | m_INDET_ID {2} |
| int | m_LAR_ID {4} |
| int | m_TILE_ID {5} |
| int | m_MUON_ID {7} |
| int | m_CALO_ID {10} |
| int | m_PIXEL_ID {1} |
| int | m_SCT_ID {2} |
| int | m_TRT_ID {3} |
| int | m_HGTD_ID {4} |
| int | m_LUMI_ID {3} |
| int | m_LUMI_PLR_ID {1} |
| int | m_LAR_EM_ID {1} |
| int | m_LAR_HEC_ID {2} |
| int | m_LAR_FCAL_ID {3} |
| int | m_LAR_FCAL_MODULE_INDEX {999} |
| int | m_MDT_ID {0} |
| int | m_CSC_ID {1} |
| int | m_RPC_ID {2} |
| int | m_TGC_ID {3} |
| int | m_STGC_ID {4} |
| int | m_MM_ID {5} |
| int | m_FWD_ID {13} |
| int | m_ALFA_ID {1} |
| int | m_BCM_ID {3} |
| int | m_LUCID_ID {5} |
| int | m_ZDC_ID {7} |
| bool | m_isHighLuminosityLHC {} |
| Range::field | m_lvl1_field |
| Range::field | m_lvl1_onl_field |
| Range::field | m_lar_dm_field |
| Range::field | m_tile_dm_field |
| const IdDictDictionary * | m_atlas_dict {} |
| const IdDictDictionary * | m_indet_dict {} |
| const IdDictDictionary * | m_lar_dict {} |
| const IdDictDictionary * | m_tile_dict {} |
| const IdDictDictionary * | m_muon_dict {} |
| const IdDictDictionary * | m_calo_dict {} |
| const IdDictDictionary * | m_fwd_dict {} |
| AtlasDetectorIDHelper * | m_helper {} |
| IdDictFieldImplementation | m_det_impl |
| IdDictFieldImplementation | m_indet_part_impl |
| IdDictFieldImplementation | m_calo_side_impl |
| IdDictFieldImplementation | m_lar_part_impl |
| IdDictFieldImplementation | m_lar_fcal_module_impl |
| IdDictFieldImplementation | m_muon_station_name_impl |
| IdDictFieldImplementation | m_muon_mdt_impl |
| IdDictFieldImplementation | m_muon_rpc_impl |
| IdDictFieldImplementation | m_fwd_part_impl |
| std::vector< unsigned int > | m_muon_tech_bits |
| enum | ID { ATLAS_ID = static_cast<Identifier::value_type>(0) , MAX_BIT = Identifier::MAX_BIT , PIXEL_MASK = static_cast<Identifier::value_type>(0xFF) , ALL_BITS = Identifier::ALL_BITS } |
| std::string | m_group |
| Group name. | |
| bool | m_do_checks {} |
| Flag for subclasses to know whether or not to perform checks. | |
| bool | m_do_neighbours {true} |
| Flag for subclasses to know whether or not to perform neighbour initialization. | |
| std::vector< std::string > | m_dict_names |
| List of dictionary names used by this helper. | |
| std::vector< std::string > | m_file_names |
| List of dictionary file names used by this helper. | |
| std::vector< std::string > | m_dict_tags |
| List of dictionary versions used by this helper. | |
| virtual void | setDictVersion (const IdDictMgr &dict_mgr, const std::string &name) override |
| std::string | to_range (const ExpandedIdentifier &id) const |
| std::string | fix_barrel_ec (const std::string &barrel_ec) const |
| ExpandedIdentifier | indet_exp (void) const |
| Detector systems: | |
| ExpandedIdentifier | lar_exp (void) const |
| ExpandedIdentifier | tile_exp (void) const |
| ExpandedIdentifier | muon_exp (void) const |
| ExpandedIdentifier | calo_exp (void) const |
| ExpandedIdentifier | fwd_exp (void) const |
| ExpandedIdentifier | pixel_exp (void) const |
| Inner Detector: | |
| ExpandedIdentifier | sct_exp (void) const |
| ExpandedIdentifier | trt_exp (void) const |
| ExpandedIdentifier | hgtd_exp (void) const |
| ExpandedIdentifier | lumi_exp (void) const |
| ExpandedIdentifier | lar_em_exp (void) const |
| LAr. | |
| ExpandedIdentifier | lar_hec_exp (void) const |
| ExpandedIdentifier | lar_fcal_exp (void) const |
| ExpandedIdentifier | alfa_exp (void) const |
| Forward. | |
| ExpandedIdentifier | bcm_exp (void) const |
| ExpandedIdentifier | lucid_exp (void) const |
| ExpandedIdentifier | zdc_exp (void) const |
| int | indet_field_value () const |
| Provide efficient access to individual field values, for subclass idhelpers. | |
| int | lar_field_value () const |
| int | tile_field_value () const |
| int | muon_field_value () const |
| int | calo_field_value () const |
| int | pixel_field_value () const |
| int | sct_field_value () const |
| int | trt_field_value () const |
| int | hgtd_field_value () const |
| int | lumi_field_value () const |
| int | plr_field_value () const |
| int | lar_em_field_value () const |
| int | lar_hec_field_value () const |
| int | lar_fcal_field_value () const |
| int | mdt_field_value () const |
| int | csc_field_value () const |
| int | rpc_field_value () const |
| int | tgc_field_value () const |
| int | stgc_field_value () const |
| int | mm_field_value () const |
| int | forward_field_value () const |
| int | alfa_field_value () const |
| int | bcm_field_value () const |
| int | lucid_field_value () const |
| int | zdc_field_value () const |
| int | register_dict_tag (const IdDictMgr &dict_mgr, const std::string &dict_name) |
| Register the file and tag names for a particular IdDict dictionary. | |
| bool | reinitialize (const IdDictMgr &dict_mgr) |
| Test whether an idhelper should be reinitialized based on the change of tags. | |
Helper class for offline cell identifiers.
This class provides an interface to generate offline identifiers for the full calorimeter (LAr + Tile).
It is actually a wrapper of the specific helpers LArEM_ID, LArHEC_ID, LArFCAL_ID, LArMiniFCAL_ID and Tile_ID.
Definition at line 33 of file CaloCell_ID.h.
Definition at line 53 of file CaloCell_ID.h.
|
inherited |
Type for iterators over identifiers.
Definition at line 178 of file CaloCell_Base_ID.h.
|
inherited |
Type for range over identifiers.
Definition at line 180 of file CaloCell_Base_ID.h.
Definition at line 38 of file CaloCell_ID.h.
Definition at line 50 of file CaloCell_ID.h.
|
stronginherited |
enum class for eventual final derived types of this class
Definition at line 55 of file AtlasDetectorID.h.
|
privateinherited |
| Enumerator | |
|---|---|
| ATLAS_ID | |
| MAX_BIT | |
| PIXEL_MASK | |
| ALL_BITS | |
Definition at line 373 of file AtlasDetectorID.h.
| CaloCell_ID::CaloCell_ID | ( | const LArEM_ID * | em_id, |
| const LArHEC_ID * | hec_id, | ||
| const LArFCAL_ID * | fcal_id, | ||
| const LArMiniFCAL_ID * | minifcal_id, | ||
| const TileID * | tile_id ) |
Constructor.
Definition at line 13 of file CaloCell_ID.cxx.
|
default |
|
privatedelete |
|
protectedinherited |
|
inlineprotectedinherited |
Definition at line 526 of file AtlasDetectorID.h.
|
inlinestaticconstexprinherited |
Get the bit-pattern for barrel samplings.
Definition at line 75 of file Calorimeter/CaloGeoHelpers/CaloGeoHelpers/CaloSampling.h.
|
staticinherited |
Get the bit-pattern for barrel samplings.
|
protectedinherited |
Definition at line 1147 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 528 of file AtlasDetectorID.h.
|
inherited |
Definition at line 85 of file AtlasDetectorID.cxx.
|
inherited |
create hash id from 'global' cell id
|
inherited |
to translate a cell subCaloHash with its subCalo index into a 'global' caloHash
| subCalo,subCaloHash |
|
inherited |
cell 'global' hash table max size
|
inherited |
to loop on 'global' cell hashes of one sub-calorimeter alone
| id |
|
inherited |
to loop on 'global' cell hashes of one sub-calorimeter alone
| subCalo |
|
protectedinherited |
Definition at line 1070 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 476 of file AtlasDetectorID.h.
|
inherited |
to loop on 'global' region hashes of one sub-calorimeter alone
| id |
|
inherited |
to loop on 'global' region hashes of one sub-calorimeter alone
| subCalo |
|
inherited |
create hash id from 'global' region id
|
inherited |
to translate a region subCaloHash with its subCalo index into a 'global' caloHash
| subCalo,subCaloHash |
|
inherited |
cell 'global' region table max size
|
inherited |
returns an int taken from Sampling enum and describing the subCalo to which the Id belongs.
Definition at line 140 of file CaloCell_Base_ID.cxx.
|
inherited |
returns an int taken from Sampling enum and describing the subCalo to which the hash Id belongs.
Definition at line 181 of file CaloCell_Base_ID.cxx.
|
inherited |
begin iterator over full set of Identifiers (LAr + Tiles)
|
inherited |
begin iterator over subCalo sets of cell Identifiers
| subCalo |
|
inherited |
end iterator over full set of Identifiers (LAr + Tiles)
|
inherited |
end iterator over subCalo sets of cell Identifiers
| subCalo |
|
inherited |
|
inherited |
not available for Tile depth is only used for miniFCAL
|
inherited |
create cell id from 'global' hash id
|
inherited |
create cell id from 'local'(==internal to sub calo) hash id and sub calorimeter
|
inherited |
Make a cell (== channel) ID from constituting fields and subCalo index; for (Mini)FCAL, 'region_or_dummy' argument is not used for Tiles, 'barec_or_posneg' corresponds to 'section', 'sampling_or_fcalmodule' corresponds to 'side', 'region_or_dummy' corresponds to 'module', 'eta' corresponds to 'tower' and 'phi' corresponds to 'sample'.
|
inherited |
|
inherited |
Returns the cell-location in a human readable form.
Definition at line 253 of file CaloCell_Base_ID.cxx.
|
inherited |
Range over full set of Identifiers (LAr + Tiles)
|
inherited |
Range over subCalo sets of cell Identifiers.
| subCalo |
|
inherited |
Definition at line 42 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 509 of file AtlasDetectorID.h.
|
inherited |
IdContext (indicates id length) for detector systems.
Definition at line 180 of file AtlasDetectorID.cxx.
|
inherited |
Dictionary names.
Definition at line 469 of file AtlasDetectorID.cxx.
|
inherited |
Version tags for subdet dictionaries.
Definition at line 475 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 478 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 485 of file AtlasDetectorID.cxx.
|
inline |
access to EM idHelper
Definition at line 63 of file CaloCell_ID.h.
|
inlinestaticconstexprinherited |
Get the bit-pattern for endcap samplings.
Definition at line 84 of file Calorimeter/CaloGeoHelpers/CaloGeoHelpers/CaloSampling.h.
|
staticinherited |
Get the bit-pattern for endcap samplings.
|
inherited |
LAr field values (NOT_VALID == invalid request)
|
inherited |
|
inherited |
max value of eta index (-999 == failure)
|
inherited |
min value of eta index (-999 == failure)
|
inherited |
|
inline |
access to FCAL idHelper
Definition at line 75 of file CaloCell_ID.h.
|
inherited |
File names for subdet dictionaries.
Definition at line 472 of file AtlasDetectorID.cxx.
|
protectedinherited |
|
inlineprotectedinherited |
Definition at line 524 of file AtlasDetectorID.h.
|
protectedinherited |
Definition at line 1077 of file AtlasDetectorID.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 197 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 191 of file AtlasDetectorID.cxx.
|
inherited |
access to hashes for neighbours return == 0 for neighbours found
Definition at line 189 of file CaloCell_Base_ID.cxx.
|
privateinherited |
|
inlinestaticconstexprinherited |
Get number of available samplings.
Definition at line 30 of file Calorimeter/CaloGeoHelpers/CaloGeoHelpers/CaloSampling.h.
|
staticinherited |
Get number of available samplings.
|
staticinherited |
Return the sampling code for a given name.
| [in] | name | The name to translate. |
Returns Unknown if the name is not known.
Definition at line 32 of file Calorimeter/CaloGeoHelpers/Root/CaloSampling.cxx.
|
staticinherited |
Returns a string (name) for each CaloSampling.
| [in] | theSample | CaloSampling::CaloSample enumerator value |
Definition at line 18 of file Calorimeter/CaloGeoHelpers/Root/CaloSampling.cxx.
|
staticinherited |
Returns a string (name) for each CaloSampling.
| [in] | theSample | CaloSampling::CaloSample enumerator value |
|
staticinherited |
Returns a string (name) for each CaloSampling.
| [in] | theSample | CaloSampling::CaloSample enumerator value |
Definition at line 24 of file Calorimeter/CaloGeoHelpers/Root/CaloSampling.cxx.
|
staticinherited |
Returns a string (name) for each CaloSampling.
| [in] | theSample | CaloSampling::CaloSample enumerator value |
|
inlinestaticinherited |
Get a unsigned with one bit set.
Definition at line 36 of file Calorimeter/CaloGeoHelpers/CaloGeoHelpers/CaloSampling.h.
|
inlinestaticinherited |
Get a unsigned with one bit set.
Definition at line 33 of file Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimParametrization/tools/CaloGeoHelpers/CaloSampling.h.
|
inherited |
|
inherited |
|
inline |
access to HEC idHelper
Definition at line 69 of file CaloCell_ID.h.
|
inlinevirtualinherited |
|
inherited |
Definition at line 116 of file AtlasDetectorID.cxx.
|
protectedinherited |
Definition at line 1105 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 488 of file AtlasDetectorID.h.
|
inherited |
Detector systems:
Definition at line 57 of file AtlasDetectorID.cxx.
|
protectedinherited |
Detector systems:
Definition at line 1042 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Provide efficient access to individual field values, for subclass idhelpers.
Definition at line 464 of file AtlasDetectorID.h.
|
virtual |
Initialization from the identifier dictionary.
Reimplemented from CaloCell_Base_ID.
Definition at line 28 of file CaloCell_ID.cxx.
|
privateinherited |
Definition at line 512 of file AtlasDetectorID.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 794 of file AtlasDetectorID.h.
|
inlineinherited |
Definition at line 804 of file AtlasDetectorID.h.
|
inherited |
Definition at line 298 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 560 of file AtlasDetectorID.h.
|
inherited |
Definition at line 340 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 744 of file AtlasDetectorID.h.
|
inherited |
test if the id belongs to LArEM
|
inherited |
test if the hash id belongs to LArEM
|
inherited |
test if the id belongs to the EM barrel
|
inherited |
test if the id belongs to the EM Endcap
|
inherited |
test if the id belongs to the EM Endcap inner wheel
|
inherited |
test if the id belongs to the EM Endcap outer wheel
|
inherited |
test if the id belongs to the FCAL - true also for MiniFCAL
|
inherited |
test if the hash id belongs to the FCAL - true also for MiniFCAL
|
inlineinherited |
Definition at line 788 of file AtlasDetectorID.h.
|
inherited |
test if the id belongs to the HEC
|
inherited |
test if the hash id belongs to the HEC
|
inherited |
Definition at line 311 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 647 of file AtlasDetectorID.h.
|
inherited |
Definition at line 286 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 536 of file AtlasDetectorID.h.
|
inherited |
Definition at line 289 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 542 of file AtlasDetectorID.h.
|
inlineinherited |
|
inherited |
Definition at line 321 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 671 of file AtlasDetectorID.h.
|
inherited |
Definition at line 328 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 692 of file AtlasDetectorID.h.
|
inherited |
Definition at line 324 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 682 of file AtlasDetectorID.h.
|
inherited |
Definition at line 332 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 702 of file AtlasDetectorID.h.
|
inlineinherited |
Definition at line 814 of file AtlasDetectorID.h.
|
inherited |
Definition at line 314 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 659 of file AtlasDetectorID.h.
|
inlineinherited |
Definition at line 577 of file AtlasDetectorID.h.
|
inlineinherited |
Definition at line 566 of file AtlasDetectorID.h.
|
inherited |
Definition at line 336 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 712 of file AtlasDetectorID.h.
|
inherited |
test if the id belongs to the MiniFCAL
|
inherited |
test if the hash id belongs to the FCAL
|
inherited |
Definition at line 356 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 766 of file AtlasDetectorID.h.
|
inherited |
Definition at line 295 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 554 of file AtlasDetectorID.h.
|
inherited |
Definition at line 301 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 613 of file AtlasDetectorID.h.
|
inherited |
Definition at line 317 of file AtlasDetectorID.cxx.
|
inherited |
|
inherited |
Definition at line 344 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 728 of file AtlasDetectorID.h.
|
inherited |
Definition at line 305 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 623 of file AtlasDetectorID.h.
|
inherited |
Definition at line 352 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 777 of file AtlasDetectorID.h.
|
inherited |
Test if the identifier represents a supercell.
|
inherited |
Definition at line 348 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 755 of file AtlasDetectorID.h.
|
inherited |
|
inherited |
test if the id belongs to the Tiles
|
inherited |
test if the hash id belongs to the Tiles
|
inherited |
test if the id belongs to the Tiles barrel
|
inlineinherited |
Definition at line 601 of file AtlasDetectorID.h.
|
inherited |
test if the id belongs to the Tiles extended barrel
|
inherited |
test if the id belongs to the Tiles gap
|
inherited |
|
inherited |
test if the id belongs to the Tiles negative side
|
inherited |
test if the id belongs to the Tiles positive side
|
inherited |
Definition at line 308 of file AtlasDetectorID.cxx.
|
inlineinherited |
Definition at line 635 of file AtlasDetectorID.h.
|
inlineinherited |
Definition at line 824 of file AtlasDetectorID.h.
|
inherited |
Definition at line 64 of file AtlasDetectorID.cxx.
|
inherited |
Definition at line 148 of file AtlasDetectorID.cxx.
|
inherited |
Definition at line 132 of file AtlasDetectorID.cxx.
|
protectedinherited |
|
inlineprotectedinherited |
Definition at line 497 of file AtlasDetectorID.h.
|
protectedinherited |
Definition at line 1049 of file AtlasDetectorID.cxx.
|
inherited |
Definition at line 172 of file AtlasDetectorID.cxx.
|
protectedinherited |
Definition at line 1133 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 503 of file AtlasDetectorID.h.
|
inlineprotectedinherited |
Definition at line 467 of file AtlasDetectorID.h.
|
inherited |
Definition at line 164 of file AtlasDetectorID.cxx.
|
protectedinherited |
Definition at line 1126 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 500 of file AtlasDetectorID.h.
|
inherited |
Definition at line 140 of file AtlasDetectorID.cxx.
|
protectedinherited |
Definition at line 1154 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 530 of file AtlasDetectorID.h.
|
inherited |
Definition at line 124 of file AtlasDetectorID.cxx.
|
protectedinherited |
Definition at line 1112 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 491 of file AtlasDetectorID.h.
|
inherited |
Definition at line 39 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 506 of file AtlasDetectorID.h.
|
inlineinherited |
|
inherited |
Definition at line 54 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 521 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 163 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 178 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 78 of file AtlasDetectorID.cxx.
|
protectedinherited |
Definition at line 1063 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 473 of file AtlasDetectorID.h.
|
privatedelete |
|
inherited |
LAr field values (NOT_VALID == invalid request)
|
inherited |
|
inherited |
max value of phi index (-999 == failure)
|
inherited |
min value of phi index (-999 == failure)
|
inherited |
|
inherited |
Definition at line 92 of file AtlasDetectorID.cxx.
|
protectedinherited |
Inner Detector:
Definition at line 1084 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 479 of file AtlasDetectorID.h.
|
inlineprotectedinherited |
Definition at line 494 of file AtlasDetectorID.h.
|
inherited |
LAr field values (NOT_VALID == invalid request)
|
inherited |
Expanded print out of any identifier.
Definition at line 425 of file AtlasDetectorID.cxx.
|
inherited |
or provide the printout in string form
Definition at line 429 of file AtlasDetectorID.cxx.
|
inherited |
begin iterator over set of region Identifiers (LAr + Tiles)
|
inherited |
begin iterator over subCalo sets of region Identifiers
| subCalo |
|
inherited |
end iterator over set of region Identifiers (LAr + Tiles)
|
inherited |
end iterator over subCalo sets of region Identifiers
| subCalo |
|
inherited |
Range over set of region Identifiers (LAr + Tiles)
|
inherited |
Range over subCalo sets of region Identifiers.
| subCalo |
|
inherited |
LAr field values (NOT_VALID == invalid request)
|
inherited |
|
inherited |
create region id from 'global'(==full calo) hash id
|
inherited |
create region id from 'local'(==internal to sub calo) hash id and sub calorimeter
|
inherited |
Make a region ID from constituting fields and subCalo index; for (Mini)FCAL and Tiles, the last argument is not used
for Tiles, 'barec_or_posneg' corresponds to 'section', 'sampling_or_fcalmodule' corresponds to 'side'.
|
inherited |
|
protectedinherited |
Register the file and tag names for a particular IdDict dictionary.
Definition at line 203 of file AtlasDetectorID.cxx.
|
protectedinherited |
Test whether an idhelper should be reinitialized based on the change of tags.
Definition at line 223 of file AtlasDetectorID.cxx.
|
inherited |
Definition at line 45 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 512 of file AtlasDetectorID.h.
|
inherited |
Tile field values (NOT_VALID == invalid request)
|
inherited |
LAr field values (NOT_VALID == invalid request)
|
inherited |
Definition at line 100 of file AtlasDetectorID.cxx.
|
protectedinherited |
Definition at line 1091 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 482 of file AtlasDetectorID.h.
|
inherited |
Tile field values (NOT_VALID == invalid request)
|
overridevirtualinherited |
Implements IdHelper.
Definition at line 481 of file AtlasDetectorID.cxx.
|
overridevirtualinherited |
Implements IdHelper.
Definition at line 489 of file AtlasDetectorID.cxx.
|
overrideprotectedvirtualinherited |
Implements IdHelper.
Definition at line 493 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 361 of file AtlasDetectorID.cxx.
|
inherited |
Definition at line 270 of file CaloCell_Base_ID.cxx.
|
inherited |
Tile field values (NOT_VALID == invalid request)
|
inherited |
Definition at line 51 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 518 of file AtlasDetectorID.h.
|
inherited |
returns an int taken from SUBCALO enum and describing the subCalo to which the Id belongs.
|
inherited |
returns an int taken from SUBCALO enum and describing the subCalo to which the hash Id belongs.
|
inherited |
create hash id from 'global' cell id
|
inherited |
to translate a cell 'global' caloHash into a subCaloHash
|
inherited |
create hash id from 'global' region id
|
inherited |
to translate a region 'global' caloHash into a subCaloHash
|
inherited |
IdContext (indicates id length) for sub-detector.
Definition at line 186 of file AtlasDetectorID.cxx.
|
inherited |
Definition at line 48 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 515 of file AtlasDetectorID.h.
|
inherited |
Definition at line 71 of file AtlasDetectorID.cxx.
|
inherited |
Definition at line 156 of file AtlasDetectorID.cxx.
|
protectedinherited |
Definition at line 1056 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 470 of file AtlasDetectorID.h.
|
inline |
access to Tile idHelper
Definition at line 81 of file CaloCell_ID.h.
|
protectedinherited |
Definition at line 498 of file AtlasDetectorID.cxx.
|
inherited |
Tile field values (NOT_VALID == invalid request)
|
inherited |
Definition at line 108 of file AtlasDetectorID.cxx.
|
protectedinherited |
Definition at line 1098 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 485 of file AtlasDetectorID.h.
|
protectedinherited |
Definition at line 1161 of file AtlasDetectorID.cxx.
|
inlineprotectedinherited |
Definition at line 532 of file AtlasDetectorID.h.
|
mutableprivateinherited |
Messaging initialized (initMessaging)
Definition at line 141 of file AthMessaging.h.
|
privateinherited |
Definition at line 409 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 420 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 410 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 425 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 391 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 430 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 410 of file CaloCell_Base_ID.h.
|
privateinherited |
Definition at line 396 of file CaloCell_Base_ID.h.
Definition at line 399 of file CaloCell_Base_ID.h.
Definition at line 398 of file CaloCell_Base_ID.h.
|
privateinherited |
Definition at line 402 of file CaloCell_Base_ID.h.
|
privateinherited |
Definition at line 403 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 428 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 384 of file AtlasDetectorID.h.
|
protectedinherited |
List of dictionary names used by this helper.
Definition at line 360 of file AtlasDetectorID.h.
|
protectedinherited |
List of dictionary versions used by this helper.
Definition at line 366 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 382 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 354 of file AtlasDetectorID.h.
|
protectedinherited |
Flag for subclasses to know whether or not to perform neighbour initialization.
Definition at line 357 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 389 of file CaloCell_Base_ID.h.
|
privateinherited |
Definition at line 391 of file CaloCell_Base_ID.h.
|
protectedinherited |
List of dictionary file names used by this helper.
Definition at line 363 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 426 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 408 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 436 of file AtlasDetectorID.h.
|
protectedinherited |
Group name.
Definition at line 350 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 390 of file CaloCell_Base_ID.h.
|
privateinherited |
Definition at line 427 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 394 of file CaloCell_Base_ID.h.
|
privateinherited |
Definition at line 395 of file AtlasDetectorID.h.
|
mutableprivateinherited |
|
privateinherited |
Definition at line 421 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 387 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 429 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 383 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 414 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 422 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 418 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 398 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 400 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 432 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 401 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 399 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 388 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 431 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 411 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 396 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 397 of file AtlasDetectorID.h.
|
mutableprivateinherited |
|
privateinherited |
Definition at line 416 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 417 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 402 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 392 of file CaloCell_Base_ID.h.
|
privateinherited |
Definition at line 407 of file AtlasDetectorID.h.
|
mutableprivateinherited |
MsgStream instance (a std::cout like with print-out levels)
Definition at line 132 of file AthMessaging.h.
|
privateinherited |
Definition at line 424 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 390 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 434 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 435 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 433 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 386 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 439 of file AtlasDetectorID.h.
|
privateinherited |
Message source name.
Definition at line 129 of file AthMessaging.h.
|
privateinherited |
Definition at line 392 of file AtlasDetectorID.h.
Definition at line 401 of file CaloCell_Base_ID.h.
Definition at line 400 of file CaloCell_Base_ID.h.
|
privateinherited |
Definition at line 397 of file CaloCell_Base_ID.h.
|
privateinherited |
Definition at line 403 of file CaloCell_Base_ID.h.
|
privateinherited |
Definition at line 404 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 393 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 406 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 385 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 412 of file CaloCell_Base_ID.h.
|
privateinherited |
Definition at line 405 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 423 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 419 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 389 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 393 of file CaloCell_Base_ID.h.
|
privateinherited |
Definition at line 394 of file AtlasDetectorID.h.
|
privateinherited |
Definition at line 412 of file AtlasDetectorID.h.