ATLAS Offline Software
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Types | Protected Member Functions | Static Protected Member Functions | Protected Attributes | Static Protected Attributes | Private Types | Private Member Functions | Private Attributes | List of all members
RpcIdHelper Class Reference

#include <RpcIdHelper.h>

Inheritance diagram for RpcIdHelper:
Collaboration diagram for RpcIdHelper:

Public Types

typedef Identifier::size_type size_type
 
typedef MultiRange::const_identifier_factory const_expanded_id_iterator
 
typedef std::vector< Identifier >::const_iterator const_id_iterator
 
enum  HelperType {
  HelperType::Unimplemented = -1, HelperType::Silicon = 0, HelperType::Pixel, HelperType::PLR,
  HelperType::SCT, HelperType::TRT, HelperType::LArEM, HelperType::LArFCal,
  HelperType::LArFCalSuperCell, HelperType::LArHEC, HelperType::LArHEC_SuperCell, HelperType::LARMiniFCal,
  HelperType::Tile, HelperType::TileSuperCell, HelperType::LArOnline, HelperType::LArOnlineSuperCell,
  HelperType::LArElectrode, HelperType::LArHVLine, HelperType::TileHardware, HelperType::TileTestbeam,
  HelperType::CaloCell, HelperType::CaloSuperCell, HelperType::CaloDM, HelperType::CaloLvl1,
  HelperType::GTower, HelperType::JTower, HelperType::Muon, HelperType::LUCID,
  HelperType::LUCID_Hardware, HelperType::Zdc, HelperType::ZdcHardware, HelperType::TT
}
 enum class for eventual final derived types of this class More...
 

Public Member Functions

 RpcIdHelper ()
 
virtual ~RpcIdHelper ()=default
 
virtual int initialize_from_dictionary (const IdDictMgr &dict_mgr) override
 Initialization from the identifier dictionary. More...
 
virtual int get_module_hash (const Identifier &id, IdentifierHash &hash_id) const override
 
virtual int get_detectorElement_hash (const Identifier &id, IdentifierHash &hash_id) const override
 
Identifier elementID (int stationName, int stationEta, int stationPhi, int doubletR) const
 
Identifier elementID (int stationName, int stationEta, int stationPhi, int doubletR, bool &isValid) const
 
Identifier elementID (const std::string &stationNameStr, int stationEta, int stationPhi, int doubletR) const
 
Identifier elementID (const std::string &stationNameStr, int stationEta, int stationPhi, int doubletR, bool &isValid) const
 
Identifier elementID (const Identifier &elementID, int doubletR) const
 
Identifier elementID (const Identifier &elementID, int doubletR, bool &isValid) const
 
Identifier elementID (const Identifier &channelID) const
 
Identifier channelID (int stationName, int stationEta, int stationPhi, int doubletR, int doubletZ, int doubletPhi, int gasGap, int measuresPhi, int strip) const
 
Identifier channelID (int stationName, int stationEta, int stationPhi, int doubletR, int doubletZ, int doubletPhi, int gasGap, int measuresPhi, int strip, bool &isValid) const
 
Identifier channelID (const std::string &stationNameStr, int stationEta, int stationPhi, int doubletR, int doubletZ, int doubletPhi, int gasGap, int measuresPhi, int strip) const
 
Identifier channelID (const std::string &stationNameStr, int stationEta, int stationPhi, int doubletR, int doubletZ, int doubletPhi, int gasGap, int measuresPhi, int strip, bool &isValid) const
 
Identifier channelID (const Identifier &id, int doubletZ, int doubletPhi, int gasGap, int measuresPhi, int strip) const
 
Identifier channelID (const Identifier &id, int doubletZ, int doubletPhi, int gasGap, int measuresPhi, int strip, bool &isValid) const
 
Identifier parentID (const Identifier &id) const
 
Identifier doubletZID (const Identifier &id) const
 
Identifier padID (const Identifier &elementID, int doubletZ, int doubletPhi) const
 
Identifier padID (const Identifier &elementID, int doubletZ, int doubletPhi, bool &isValid) const
 
Identifier padID (int stationName, int stationEta, int stationPhi, int doubletR, int doubletZ, int doubletPhi) const
 
Identifier padID (int stationName, int stationEta, int stationPhi, int doubletR, int doubletZ, int doubletPhi, bool &isValid) const
 
Identifier panelID (const Identifier &padID, int gasGap, int measuresPhi) const
 
Identifier panelID (const Identifier &padID, int gasGap, int measuresPhi, bool &isValid) const
 
Identifier panelID (const Identifier &channelID) const
 
Identifier panelID (int stationName, int stationEta, int stationPhi, int doubletR, int doubletZ, int doubletPhi, int gasGap, int measuresPhi) const
 
Identifier panelID (int stationName, int stationEta, int stationPhi, int doubletR, int doubletZ, int doubletPhi, int gasGap, int measuresPhi, bool &isValid) const
 
Identifier gapID (const Identifier &padID, int gasGap) const
 
Identifier gapID (const Identifier &padID, int gasGap, bool &isValid) const
 
Identifier gapID (const Identifier &panelID) const
 
Identifier gapID (int stationName, int stationEta, int stationPhi, int doubletR, int doubletZ, int doubletPhi, int gasGap) const
 
Identifier gapID (int stationName, int stationEta, int stationPhi, int doubletR, int doubletZ, int doubletPhi, int gasGap, bool &isValid) const
 
void idChannels (const Identifier &id, std::vector< Identifier > &vect) const
 
int channel (const Identifier &id) const override
 
int doubletR (const Identifier &id) const
 
int doubletZ (const Identifier &id) const
 
int doubletPhi (const Identifier &id) const
 
int gasGap (const Identifier &id) const override
 get the hashes More...
 
bool measuresPhi (const Identifier &id) const override
 
int strip (const Identifier &id) const
 
int gasGapMax () const
 
int stationEtaMin (const Identifier &id) const
 
int stationEtaMax (const Identifier &id) const
 
int stationPhiMin (const Identifier &id) const
 
int stationPhiMax (const Identifier &id) const
 
int doubletRMin (const Identifier &id) const
 
int doubletRMax (const Identifier &id) const
 
int doubletZMin (const Identifier &id) const
 
int doubletZMax (const Identifier &id) const
 
int doubletPhiMin (const Identifier &id) const
 
int doubletPhiMax (const Identifier &id) const
 
int gasGapMin (const Identifier &id) const
 
int gasGapMax (const Identifier &id) const
 
int measuresPhiMin (const Identifier &id) const
 
int measuresPhiMax (const Identifier &id) const
 
int stripMin (const Identifier &id) const
 
int stripMax (const Identifier &id) const
 
bool valid (const Identifier &id) const
 
bool validElement (const Identifier &id) const
 
bool validPad (const Identifier &id) const
 
Identifier muon () const
 
bool is_muon (const Identifier &id) const
 
bool is_mdt (const Identifier &id) const
 
bool is_csc (const Identifier &id) const
 
bool is_rpc (const Identifier &id) const
 
bool is_tgc (const Identifier &id) const
 
bool is_stgc (const Identifier &id) const
 
bool is_mm (const Identifier &id) const
 
int stationName (const Identifier &id) const
 
int stationEta (const Identifier &id) const
 
int stationPhi (const Identifier &id) const
 
int technology (const Identifier &id) const
 
int stationRegion (const Identifier &id) const
 
bool isBarrel (const Identifier &id) const
 
bool isBarrel (const int &stationNameIndex) const
 
bool isEndcap (const Identifier &id) const
 
bool isEndcap (const int &stationNameIndex) const
 
bool isForward (const Identifier &id) const
 
bool isForward (const int &stationNameIndex) const
 
bool isSmall (const Identifier &id) const
 
bool isSmall (const int &stationNameIndex) const
 
int stationNameIndex (const std::string &name) const
 
int technologyIndex (const std::string &name) const
 
const std::string & stationNameString (const int &index) const
 
const std::string & technologyString (const int &index) const
 
int nStationNames () const
 
bool isInitialized () const
 
IdContext technology_context () const
 access to IdContext's which define which levels or fields are contained in the Muon id More...
 
IdContext module_context () const
 id for module More...
 
IdContext detectorElement_context () const
 id for detector element More...
 
IdContext channel_context () const
 id for channel More...
 
virtual int get_channel_hash (const Identifier &id, IdentifierHash &hash_id) const
 
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) More...
 
int get_id (const ExpandedIdentifier &old_id, Identifier &new_id) const
 Create Identifier from expanded id, which is returned by the id_iterators. More...
 
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) More...
 
int get_expanded_id (const Identifier &id, ExpandedIdentifier &exp_id, const IdContext *context) const
 Create expanded id from compact id (return == 0 for OK) More...
 
const MultiRangemultiRange () const
 multirange More...
 
size_type module_hash_max () const
 the maximum hash value More...
 
size_type detectorElement_hash_max () const
 
size_type channel_hash_max () const
 
const std::vector< Identifier > & idVector () const
 the id's More...
 
const_id_iterator module_begin () const
 Iterators over full set of ids. More...
 
const_id_iterator module_end () const
 
const_id_iterator detectorElement_begin () const
 Iterators over full set of ids. More...
 
const_id_iterator detectorElement_end () const
 
const_id_iterator channel_begin () const
 Iterators over full set of ids. More...
 
const_id_iterator channel_end () const
 
int get_prev_in_phi (const IdentifierHash &id, IdentifierHash &prev) const
 Access to hashes for neighbors in phi and eta (return == 0 for neighbor found) More...
 
int get_next_in_phi (const IdentifierHash &id, IdentifierHash &next) const
 
int get_prev_in_eta (const IdentifierHash &id, IdentifierHash &prev) const
 
int get_next_in_eta (const IdentifierHash &id, IdentifierHash &next) const
 
void test_module_packing () const
 Tests of packing. More...
 
void test_id (const Identifier &id, const IdContext &context) const
 
int stationNameIndexMax () const
 
int technologyNameIndexMax () const
 
bool msgLvl (const MSG::Level lvl) const
 Test the output level. More...
 
MsgStream & msg () const
 The standard message stream. More...
 
MsgStream & msg (const MSG::Level lvl) const
 The standard message stream. More...
 
void setLevel (MSG::Level lvl)
 Change the current logging level. More...
 

Static Public Member Functions

static int stationEtaMin ()
 
static int stationEtaMax ()
 
static int stationPhiMin ()
 
static int stationPhiMax ()
 
static int doubletRMin ()
 
static int doubletRMax ()
 
static int doubletZMin ()
 
static int doubletZMax ()
 
static int doubletPhiMin ()
 
static int doubletPhiMax ()
 
static int gasGapMin ()
 
static int measuresPhiMin ()
 
static int measuresPhiMax ()
 
static int stripMin ()
 
static int stripMax ()
 

Static Public Attributes

static const std::string BAD_NAME = "UNKNOWN"
 

Protected Types

typedef std::vector< Identifierid_vec
 
typedef id_vec::const_iterator id_vec_it
 
typedef std::vector< unsigned short > hash_vec
 
typedef hash_vec::const_iterator hash_vec_it
 

Protected Member Functions

int initLevelsFromDict ()
 
int init_hashes ()
 
int init_channel_hashes ()
 
int init_neighbors ()
 
int get_expanded_id_calc (const Identifier &compact_id, ExpandedIdentifier &id, const IdContext *context) const
 
int get_compact_id (const ExpandedIdentifier &id, Identifier &compact_id, const IdContext *context) const
 
virtual int get_hash_calc (const Identifier &compact_id, IdentifierHash &hash_id, const IdContext *context) const
 
bool validStation (int stationName, int technology) const
 
bool validStation (int stationName) const
 
bool validTechnology (int technology) const
 
void addStationID (Identifier &id, int stationName, int stationEta, int stationPhi, int technology) const
 
void resetAndSet (const IdDictFieldImplementation &dict, const int new_val, Identifier &id) const
 

Static Protected Member Functions

static void addStationID (ExpandedIdentifier &id, int stationName, int stationEta, int stationPhi, int technology)
 

Protected Attributes

std::set< int > m_stationInTech {}
 
size_type m_station_region_index {0}
 
size_type m_MUON_INDEX {0}
 
size_t m_GROUP_INDEX {6500}
 
size_type m_NAME_INDEX {1}
 
size_type m_ETA_INDEX {2}
 
size_type m_PHI_INDEX {3}
 
size_type m_TECHNOLOGY_INDEX {4}
 
size_type m_MODULE_INDEX {5}
 
size_type m_DETECTORELEMENT_INDEX {5}
 
size_type m_CHANNEL_INDEX {10}
 
const IdDictDictionarym_dict {nullptr}
 
MultiRange m_muon_range
 
MultiRange m_full_module_range
 
size_type m_module_hash_max {0}
 
id_vec m_module_vec
 
MultiRange m_muon_channel_range
 
MultiRange m_full_channel_range
 
size_type m_channel_hash_max {0}
 
id_vec m_channel_vec
 
MultiRange m_muon_detectorElement_range
 
MultiRange m_full_detectorElement_range
 
size_type m_detectorElement_hash_max {0}
 
id_vec m_detectorElement_vec
 
hash_vec m_prev_phi_module_vec
 
hash_vec m_next_phi_module_vec
 
hash_vec m_prev_eta_module_vec
 
hash_vec m_next_eta_module_vec
 
IdDictFieldImplementation m_muon_impl
 
IdDictFieldImplementation m_sta_impl
 
IdDictFieldImplementation m_eta_impl
 
IdDictFieldImplementation m_phi_impl
 
IdDictFieldImplementation m_tec_impl
 
bool m_init {false}
 

Static Protected Attributes

static constexpr int NOT_VALID_HASH = 64000
 

Private Types

enum  RpcIndices {
  DoubletRIndex = 5, DoubletZIndex = 6, DoubletPhiIndex = 7, GasGapIndex = 8,
  MeasuresPhiIndex = 9, StripIndex = 10
}
 
enum  RpcRanges {
  StationEtaMin = -8, StationEtaMax = 8, StationPhiMin = 1, StationPhiMax = 8,
  DoubletRMin = 1, DoubletRMax = 2, DoubletZMin = 1, DoubletZMax = 3,
  DoubletPhiMin = 1, DoubletPhiMax = 2, GasGapMin = 1, GasGapMax = 4,
  MeasuresPhiMin = 0, MeasuresPhiMax = 1, StripMin = 1, StripMax = 99
}
 
enum  MuonIndices { StationNameIndex = 1, StationEtaIndex = 2, StationPhiIndex = 3, TechnologyIndex = 4 }
 

Private Member Functions

bool isStNameInTech (const std::string &stationName) const override
 The valid element checks converted the identifier to a stationName string in order to assess whether the stationName is good or not. More...
 
virtual int init_detectorElement_hashes () override
 
int init_id_to_hashes ()
 
bool isExtraDetElId (const Identifier &id) const
 
bool validElement (const Identifier &id, int stationName, int stationEta, int stationPhi, int doubletR) const
 
bool validChannel (const Identifier &id, int stationName, int stationEta, int stationPhi, int doubletR, int doubletZ, int doubletPhi, int gasGap, int measuresPhi, int strip) const
 
bool validPad (const Identifier &id, int stationName, int stationEta, int stationPhi, int doubletR, int doubletZ, int doubletPhi) const
 
int rpcTechnology () const
 Utility methods. More...
 
void initMessaging () const
 Initialize our message level and MessageSvc. More...
 

Private Attributes

std::unordered_map< Identifier, unsigned int > m_module_hashes {}
 
std::unordered_map< Identifier, unsigned int > m_detectorElement_hashes {}
 
size_type m_DOUBLETR_INDEX {0}
 
size_type m_DOUBLETZ_INDEX {0}
 
size_type m_DOUBLETPHI_INDEX {0}
 
size_type m_GASGAP_INDEX {0}
 
size_type m_MEASURESPHI_INDEX {0}
 
IdDictFieldImplementation m_dbr_impl
 
IdDictFieldImplementation m_dbz_impl
 
IdDictFieldImplementation m_dbp_impl
 
IdDictFieldImplementation m_gap_impl
 
IdDictFieldImplementation m_mea_impl
 
IdDictFieldImplementation m_str_impl
 
unsigned int m_gasGapMax {UINT_MAX}
 
int m_st_BMS {-1}
 
int m_st_BIL {-1}
 
std::map< std::string, int > m_stationNameToIdxMap
 Mapping string -> int. More...
 
std::map< int, std::string > m_stationIdxToNameMap
 Mapping int -> string. More...
 
int m_stationIndexMax {-INT_MAX}
 
std::map< std::string, int > m_technologyNameToIdxMap
 Mapping string -> int. More...
 
std::map< int, std::string > m_technologyIdxToNameMap
 Mapping int -> string. More...
 
int m_technologyIndexMax {-INT_MAX}
 
std::set< int > m_isBarrel
 
std::set< int > m_isSmall
 
std::set< int > m_isForward
 
std::string m_nm
 Message source name. More...
 
boost::thread_specific_ptr< MsgStream > m_msg_tls
 MsgStream instance (a std::cout like with print-out levels) More...
 
std::atomic< IMessageSvc * > m_imsg { nullptr }
 MessageSvc pointer. More...
 
std::atomic< MSG::Level > m_lvl { MSG::NIL }
 Current logging level. More...
 
std::atomic_flag m_initialized ATLAS_THREAD_SAFE = ATOMIC_FLAG_INIT
 Messaging initialized (initMessaging) More...
 

setting pointer to the MessageService

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_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
 
IdDictDictionarym_atlas_dict {}
 
IdDictDictionarym_indet_dict {}
 
IdDictDictionarym_lar_dict {}
 
IdDictDictionarym_tile_dict {}
 
IdDictDictionarym_muon_dict {}
 
IdDictDictionarym_calo_dict {}
 
IdDictDictionarym_fwd_dict {}
 
AtlasDetectorIDHelperm_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
 
virtual void setMessageSvc (IMessageSvc *msgSvc) override
 
void set_quiet (bool quiet)
 Set flag for suppressing informational output. More...
 
std::string m_group
 Group name. More...
 
bool m_do_checks {}
 Flag for subclasses to know whether or not to perform checks. More...
 
bool m_do_neighbours {true}
 Flag for subclasses to know whether or not to perform neighbour initialization. More...
 
IMessageSvc * m_msgSvc {}
 pointer to the message service More...
 
bool m_quiet {}
 If true, suppress DEBUG/INFO messages. More...
 
std::vector< std::string > m_dict_names
 List of dictionary names used by this helper. More...
 
std::vector< std::string > m_file_names
 List of dictionary file names used by this helper. More...
 
std::vector< std::string > m_dict_tags
 List of dictionary versions used by this helper. More...
 
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: More...
 
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: More...
 
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. More...
 
ExpandedIdentifier lar_hec_exp (void) const
 
ExpandedIdentifier lar_fcal_exp (void) const
 
ExpandedIdentifier alfa_exp (void) const
 Forward. More...
 
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. More...
 
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. More...
 
bool reinitialize (const IdDictMgr &dict_mgr)
 Test whether an idhelper should be reinitialized based on the change of tags. More...
 

Detailed Description

Definition at line 51 of file RpcIdHelper.h.

Member Typedef Documentation

◆ const_expanded_id_iterator

Definition at line 142 of file MuonIdHelper.h.

◆ const_id_iterator

typedef std::vector<Identifier>::const_iterator MuonIdHelper::const_id_iterator
inherited

Definition at line 143 of file MuonIdHelper.h.

◆ hash_vec

typedef std::vector<unsigned short> MuonIdHelper::hash_vec
protectedinherited

Definition at line 231 of file MuonIdHelper.h.

◆ hash_vec_it

typedef hash_vec::const_iterator MuonIdHelper::hash_vec_it
protectedinherited

Definition at line 232 of file MuonIdHelper.h.

◆ id_vec

typedef std::vector<Identifier> MuonIdHelper::id_vec
protectedinherited

Definition at line 229 of file MuonIdHelper.h.

◆ id_vec_it

typedef id_vec::const_iterator MuonIdHelper::id_vec_it
protectedinherited

Definition at line 230 of file MuonIdHelper.h.

◆ size_type

Definition at line 141 of file MuonIdHelper.h.

Member Enumeration Documentation

◆ HelperType

enum AtlasDetectorID::HelperType
stronginherited

enum class for eventual final derived types of this class

Enumerator
Unimplemented 
Silicon 
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 

Definition at line 60 of file AtlasDetectorID.h.

60  {
61  Unimplemented = -1,
62  Silicon = 0,
63  Pixel, PLR, SCT, TRT,
64  //inherits from CaloIDHelper
65  LArEM, LArFCal, LArFCalSuperCell,
66  LArHEC, LArHEC_SuperCell, LARMiniFCal,
67  Tile, TileSuperCell,
68  //
69  //inherit from LArOnlineId
70  LArOnline, LArOnlineSuperCell,
71  //
72  LArElectrode, LArHVLine,
73  TileHardware, TileTestbeam,
74  CaloCell, CaloSuperCell,
75  CaloDM, CaloLvl1,
76  //inherit from JGTowerBase
77  GTower, JTower,
78  //
79  Muon,
80  LUCID, LUCID_Hardware,
81  Zdc,ZdcHardware,
82  TT
83  };

◆ ID

enum AtlasDetectorID::ID
privateinherited
Enumerator
ATLAS_ID 
MAX_BIT 
PIXEL_MASK 
ALL_BITS 

Definition at line 395 of file AtlasDetectorID.h.

395  { ATLAS_ID = static_cast<Identifier::value_type>(0),
397  // mask to distinguish a pixel id from lvl1 id (bit 1 set)
398  PIXEL_MASK = static_cast<Identifier::value_type>(0xFF),

◆ MuonIndices

enum MuonIdHelper::MuonIndices
privateinherited
Enumerator
StationNameIndex 
StationEtaIndex 
StationPhiIndex 
TechnologyIndex 

Definition at line 339 of file MuonIdHelper.h.

◆ RpcIndices

Enumerator
DoubletRIndex 
DoubletZIndex 
DoubletPhiIndex 
GasGapIndex 
MeasuresPhiIndex 
StripIndex 

Definition at line 214 of file RpcIdHelper.h.

◆ RpcRanges

enum RpcIdHelper::RpcRanges
private
Enumerator
StationEtaMin 
StationEtaMax 
StationPhiMin 
StationPhiMax 
DoubletRMin 
DoubletRMax 
DoubletZMin 
DoubletZMax 
DoubletPhiMin 
DoubletPhiMax 
GasGapMin 
GasGapMax 
MeasuresPhiMin 
MeasuresPhiMax 
StripMin 
StripMax 

Definition at line 218 of file RpcIdHelper.h.

218  {
219  StationEtaMin = -8,
220  StationEtaMax = 8,
221  StationPhiMin = 1,
222  StationPhiMax = 8,
223  DoubletRMin = 1,
224  DoubletRMax = 2,
225  DoubletZMin = 1,
226  DoubletZMax = 3,
227  DoubletPhiMin = 1,
228  DoubletPhiMax = 2,
229  GasGapMin = 1,
230  GasGapMax = 4,
231  MeasuresPhiMin = 0,
232  MeasuresPhiMax = 1,
233  StripMin = 1,
234  StripMax = 99
235  };

Constructor & Destructor Documentation

◆ RpcIdHelper()

RpcIdHelper::RpcIdHelper ( )

Definition at line 8 of file RpcIdHelper.cxx.

8 : MuonIdHelper("RpcIdHelper", "rpc") {}

◆ ~RpcIdHelper()

virtual RpcIdHelper::~RpcIdHelper ( )
virtualdefault

Member Function Documentation

◆ addStationID() [1/2]

void MuonIdHelper::addStationID ( ExpandedIdentifier id,
int  stationName,
int  stationEta,
int  stationPhi,
int  technology 
)
staticprotectedinherited

Definition at line 778 of file MuonIdHelper.cxx.

778  {
780 }

◆ addStationID() [2/2]

void MuonIdHelper::addStationID ( Identifier id,
int  stationName,
int  stationEta,
int  stationPhi,
int  technology 
) const
protectedinherited

Definition at line 702 of file MuonIdHelper.cxx.

702  {
703  ExpandedIdentifier exp_id;
704  IdContext muon_context(exp_id, 0, m_MUON_INDEX);
705  if (get_expanded_id(id, exp_id, &muon_context)) {
706  ATH_MSG_ERROR(" MUON_ID result is NOT ok. MUON id " << show_to_string(id) << " Fields not appended ");
707  } else {
708  exp_id << stationName << stationEta << stationPhi << technology;
709  get_id(exp_id, id); // Fill output
710  }
711 }

◆ alfa_exp()

ExpandedIdentifier AtlasDetectorID::alfa_exp ( void  ) const
inlineprotectedinherited

Forward.

Definition at line 590 of file AtlasDetectorID.h.

591 {
593  return (result << m_ALFA_ID);
594 }

◆ alfa_field_value()

int AtlasDetectorID::alfa_field_value ( ) const
inlineprotectedinherited

Definition at line 680 of file AtlasDetectorID.h.

680 {return (m_ALFA_ID);}

◆ bcm_exp()

ExpandedIdentifier AtlasDetectorID::bcm_exp ( void  ) const
inlineprotectedinherited

Definition at line 597 of file AtlasDetectorID.h.

598 {
600  return (result << m_BCM_ID);
601 }

◆ bcm_field_value()

int AtlasDetectorID::bcm_field_value ( ) const
inlineprotectedinherited

Definition at line 682 of file AtlasDetectorID.h.

682 {return (m_BCM_ID);}

◆ calo()

Identifier AtlasDetectorID::calo ( void  ) const
inherited

Definition at line 78 of file AtlasDetectorID.cxx.

78  {
79  Identifier result{0};
80  // Pack field
82  return result;
83 }

◆ calo_exp()

ExpandedIdentifier AtlasDetectorID::calo_exp ( void  ) const
inlineprotectedinherited

Definition at line 520 of file AtlasDetectorID.h.

521 {
523  return (result << m_CALO_ID);
524 }

◆ calo_field_value()

int AtlasDetectorID::calo_field_value ( ) const
inlineprotectedinherited

Definition at line 630 of file AtlasDetectorID.h.

630 {return (m_CALO_ID);}

◆ channel()

int RpcIdHelper::channel ( const Identifier id) const
overridevirtual

Implements MuonIdHelper.

Definition at line 1063 of file RpcIdHelper.cxx.

1063 { return strip(id); }

◆ channel_begin()

MuonIdHelper::const_id_iterator MuonIdHelper::channel_begin ( ) const
inherited

Iterators over full set of ids.

Channel iterator is sorted

Definition at line 766 of file MuonIdHelper.cxx.

766 { return (m_channel_vec.begin()); }

◆ channel_context()

IdContext MuonIdHelper::channel_context ( ) const
inherited

id for channel

Definition at line 745 of file MuonIdHelper.cxx.

745  {
747  return (IdContext(id, 0, m_CHANNEL_INDEX));
748 }

◆ channel_end()

MuonIdHelper::const_id_iterator MuonIdHelper::channel_end ( ) const
inherited

Definition at line 768 of file MuonIdHelper.cxx.

768 { return (m_channel_vec.end()); }

◆ channel_hash_max()

MuonIdHelper::size_type MuonIdHelper::channel_hash_max ( ) const
inherited

Definition at line 754 of file MuonIdHelper.cxx.

754 { return m_channel_hash_max; }

◆ channelID() [1/6]

Identifier RpcIdHelper::channelID ( const Identifier id,
int  doubletZ,
int  doubletPhi,
int  gasGap,
int  measuresPhi,
int  strip 
) const

Definition at line 968 of file RpcIdHelper.cxx.

968  {
969  // pack fields independently
970  Identifier result(id);
976  return result;
977 }

◆ channelID() [2/6]

Identifier RpcIdHelper::channelID ( const Identifier id,
int  doubletZ,
int  doubletPhi,
int  gasGap,
int  measuresPhi,
int  strip,
bool &  isValid 
) const

Definition at line 978 of file RpcIdHelper.cxx.

979  {
980  try {
982  isValid = valid(result);
983  return result;
984  } catch (const std::out_of_range&) { isValid = false; }
985  return Identifier{0};
986 }

◆ channelID() [3/6]

Identifier RpcIdHelper::channelID ( const std::string &  stationNameStr,
int  stationEta,
int  stationPhi,
int  doubletR,
int  doubletZ,
int  doubletPhi,
int  gasGap,
int  measuresPhi,
int  strip 
) const

Definition at line 958 of file RpcIdHelper.cxx.

959  {
961 }

◆ channelID() [4/6]

Identifier RpcIdHelper::channelID ( const std::string &  stationNameStr,
int  stationEta,
int  stationPhi,
int  doubletR,
int  doubletZ,
int  doubletPhi,
int  gasGap,
int  measuresPhi,
int  strip,
bool &  isValid 
) const

Definition at line 962 of file RpcIdHelper.cxx.

963  {
965  isValid);
966 }

◆ channelID() [5/6]

Identifier RpcIdHelper::channelID ( int  stationName,
int  stationEta,
int  stationPhi,
int  doubletR,
int  doubletZ,
int  doubletPhi,
int  gasGap,
int  measuresPhi,
int  strip 
) const

◆ channelID() [6/6]

Identifier RpcIdHelper::channelID ( int  stationName,
int  stationEta,
int  stationPhi,
int  doubletR,
int  doubletZ,
int  doubletPhi,
int  gasGap,
int  measuresPhi,
int  strip,
bool &  isValid 
) const

Definition at line 948 of file RpcIdHelper.cxx.

949  {
950  try {
951  const Identifier result =
954  return result;
955  } catch (const std::out_of_range&) { isValid = false; }
956  return Identifier{0};
957 }

◆ csc()

Identifier AtlasDetectorID::csc ( void  ) const
inherited

Definition at line 35 of file AtlasDetectorID.cxx.

35  {
36  return Identifier{};
37 }

◆ csc_field_value()

int AtlasDetectorID::csc_field_value ( ) const
inlineprotectedinherited

Definition at line 663 of file AtlasDetectorID.h.

663 {return (m_CSC_ID);}

◆ detectorElement_begin()

MuonIdHelper::const_id_iterator MuonIdHelper::detectorElement_begin ( ) const
inherited

Iterators over full set of ids.

detector element iterator is sorted

Definition at line 762 of file MuonIdHelper.cxx.

762 { return (m_detectorElement_vec.begin()); }

◆ detectorElement_context()

IdContext MuonIdHelper::detectorElement_context ( ) const
inherited

id for detector element

Definition at line 740 of file MuonIdHelper.cxx.

740  {
742  return (IdContext(id, 0, m_DETECTORELEMENT_INDEX));
743 }

◆ detectorElement_end()

MuonIdHelper::const_id_iterator MuonIdHelper::detectorElement_end ( ) const
inherited

Definition at line 764 of file MuonIdHelper.cxx.

764 { return (m_detectorElement_vec.end()); }

◆ detectorElement_hash_max()

size_type MuonIdHelper::detectorElement_hash_max ( ) const
inlineinherited

Definition at line 186 of file MuonIdHelper.h.

186 { return m_detectorElement_hash_max; };

◆ detsystem_context()

IdContext AtlasDetectorID::detsystem_context ( void  ) const
inherited

IdContext (indicates id length) for detector systems.

Definition at line 173 of file AtlasDetectorID.cxx.

173  {
174  ExpandedIdentifier id{};
175  return IdContext{id, 0, m_DET_INDEX};
176 }

◆ dict_names()

const std::vector< std::string > & AtlasDetectorID::dict_names ( void  ) const
inherited

Dictionary names.

Definition at line 458 of file AtlasDetectorID.cxx.

458  {
459  return m_dict_names;
460 }

◆ dict_tags()

const std::vector< std::string > & AtlasDetectorID::dict_tags ( void  ) const
inherited

Version tags for subdet dictionaries.

Definition at line 464 of file AtlasDetectorID.cxx.

464  {
465  return m_dict_tags;
466 }

◆ dictionaryVersion()

std::string AtlasDetectorID::dictionaryVersion ( void  ) const
overridevirtualinherited

Implements IdHelper.

Definition at line 276 of file AtlasDetectorID.cxx.

276  {
277  return m_dict_version;
278 }

◆ do_checks()

bool AtlasDetectorID::do_checks ( void  ) const
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 467 of file AtlasDetectorID.cxx.

467  {
468  return m_do_checks;
469 }

◆ do_neighbours()

bool AtlasDetectorID::do_neighbours ( void  ) const
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 474 of file AtlasDetectorID.cxx.

474  {
475  return m_do_neighbours;
476 }

◆ doubletPhi()

int RpcIdHelper::doubletPhi ( const Identifier id) const

Definition at line 1055 of file RpcIdHelper.cxx.

1055 { return m_dbp_impl.unpack(id); }

◆ doubletPhiMax() [1/2]

int RpcIdHelper::doubletPhiMax ( )
static

Definition at line 1085 of file RpcIdHelper.cxx.

1085 { return DoubletPhiMax; }

◆ doubletPhiMax() [2/2]

int RpcIdHelper::doubletPhiMax ( const Identifier id) const

Definition at line 482 of file RpcIdHelper.cxx.

482  {
483  ExpandedIdentifier expId;
484  IdContext doubletPhi_context(expId, 0, m_DOUBLETPHI_INDEX);
485  if (!get_expanded_id(id, expId, &doubletPhi_context)) {
486  for (unsigned int i = 0; i < m_full_channel_range.size(); ++i) {
487  const Range& range = m_full_channel_range[i];
488  if (range.match(expId)) {
489  const Range::field& dphi_field = range[m_DOUBLETPHI_INDEX];
490  if (not dphi_field.empty()) { return (dphi_field.get_maximum()); }
491  }
492  }
493  }
494  // Failed to find the max
495  return -999;
496 }

◆ doubletPhiMin() [1/2]

int RpcIdHelper::doubletPhiMin ( )
static

Definition at line 1083 of file RpcIdHelper.cxx.

1083 { return DoubletPhiMin; }

◆ doubletPhiMin() [2/2]

int RpcIdHelper::doubletPhiMin ( const Identifier id) const

Definition at line 466 of file RpcIdHelper.cxx.

466  {
467  ExpandedIdentifier expId;
468  IdContext doubletPhi_context(expId, 0, m_DOUBLETPHI_INDEX);
469  if (!get_expanded_id(id, expId, &doubletPhi_context)) {
470  for (unsigned int i = 0; i < m_full_channel_range.size(); ++i) {
471  const Range& range = m_full_channel_range[i];
472  if (range.match(expId)) {
473  const Range::field& dphi_field = range[m_DOUBLETPHI_INDEX];
474  if (not dphi_field.empty()) { return (dphi_field.get_minimum()); }
475  }
476  }
477  }
478  // Failed to find the min
479  return 999;
480 }

◆ doubletR()

int RpcIdHelper::doubletR ( const Identifier id) const

Definition at line 1051 of file RpcIdHelper.cxx.

1051 { return m_dbr_impl.unpack(id); }

◆ doubletRMax() [1/2]

int RpcIdHelper::doubletRMax ( )
static

Definition at line 1077 of file RpcIdHelper.cxx.

1077 { return DoubletRMax; }

◆ doubletRMax() [2/2]

int RpcIdHelper::doubletRMax ( const Identifier id) const

Definition at line 418 of file RpcIdHelper.cxx.

418  {
419  ExpandedIdentifier expId;
420  IdContext doubletR_context(expId, 0, m_DOUBLETR_INDEX);
421  if (!get_expanded_id(id, expId, &doubletR_context)) {
422  for (unsigned int i = 0; i < m_full_module_range.size(); ++i) {
423  const Range& range = m_full_module_range[i];
424  if (range.match(expId)) {
425  const Range::field& r_field = range[m_DOUBLETR_INDEX];
426  if (not r_field.empty()) { return (r_field.get_maximum()); }
427  }
428  }
429  }
430  // Failed to find the max
431  return -999;
432 }

◆ doubletRMin() [1/2]

int RpcIdHelper::doubletRMin ( )
static

Definition at line 1075 of file RpcIdHelper.cxx.

1075 { return DoubletRMin; }

◆ doubletRMin() [2/2]

int RpcIdHelper::doubletRMin ( const Identifier id) const

Definition at line 402 of file RpcIdHelper.cxx.

402  {
403  ExpandedIdentifier expId;
404  IdContext doubletR_context(expId, 0, m_DOUBLETR_INDEX);
405  if (!get_expanded_id(id, expId, &doubletR_context)) {
406  for (unsigned int i = 0; i < m_full_module_range.size(); ++i) {
407  const Range& range = m_full_module_range[i];
408  if (range.match(expId)) {
409  const Range::field& r_field = range[m_DOUBLETR_INDEX];
410  if (not r_field.empty()) { return (r_field.get_minimum()); }
411  }
412  }
413  }
414  // Failed to find the min
415  return 999;
416 }

◆ doubletZ()

int RpcIdHelper::doubletZ ( const Identifier id) const

Definition at line 1053 of file RpcIdHelper.cxx.

1053 { return m_dbz_impl.unpack(id); }

◆ doubletZID()

Identifier RpcIdHelper::doubletZID ( const Identifier id) const

Definition at line 1001 of file RpcIdHelper.cxx.

1001  {
1002  assert(is_rpc(id));
1003  Identifier result(id);
1008  return result;
1009 }

◆ doubletZMax() [1/2]

int RpcIdHelper::doubletZMax ( )
static

Definition at line 1081 of file RpcIdHelper.cxx.

1081 { return DoubletZMax; }

◆ doubletZMax() [2/2]

int RpcIdHelper::doubletZMax ( const Identifier id) const

Definition at line 450 of file RpcIdHelper.cxx.

450  {
451  ExpandedIdentifier expId;
452  IdContext doubletZ_context(expId, 0, m_DOUBLETZ_INDEX);
453  if (!get_expanded_id(id, expId, &doubletZ_context)) {
454  for (unsigned int i = 0; i < m_full_channel_range.size(); ++i) {
455  const Range& range = m_full_channel_range[i];
456  if (range.match(expId)) {
457  const Range::field& z_field = range[m_DOUBLETZ_INDEX];
458  if (not z_field.empty()) { return (z_field.get_maximum()); }
459  }
460  }
461  }
462  // Failed to find the max
463  return -999;
464 }

◆ doubletZMin() [1/2]

int RpcIdHelper::doubletZMin ( )
static

Definition at line 1079 of file RpcIdHelper.cxx.

1079 { return DoubletZMin; }

◆ doubletZMin() [2/2]

int RpcIdHelper::doubletZMin ( const Identifier id) const

Definition at line 434 of file RpcIdHelper.cxx.

434  {
435  ExpandedIdentifier expId;
436  IdContext doubletZ_context(expId, 0, m_DOUBLETZ_INDEX);
437  if (!get_expanded_id(id, expId, &doubletZ_context)) {
438  for (unsigned int i = 0; i < m_full_channel_range.size(); ++i) {
439  const Range& range = m_full_channel_range[i];
440  if (range.match(expId)) {
441  const Range::field& z_field = range[m_DOUBLETZ_INDEX];
442  if (not z_field.empty()) { return (z_field.get_minimum()); }
443  }
444  }
445  }
446  // Failed to find the min
447  return 999;
448 }

◆ elementID() [1/7]

Identifier RpcIdHelper::elementID ( const Identifier channelID) const

Definition at line 835 of file RpcIdHelper.cxx.

835 { return parentID(id); }

◆ elementID() [2/7]

Identifier RpcIdHelper::elementID ( const Identifier elementID,
int  doubletR 
) const

Definition at line 821 of file RpcIdHelper.cxx.

821  {
822  Identifier result(id);
824  return result;
825 }

◆ elementID() [3/7]

Identifier RpcIdHelper::elementID ( const Identifier elementID,
int  doubletR,
bool &  isValid 
) const

Definition at line 827 of file RpcIdHelper.cxx.

827  {
828  try {
829  const Identifier result = elementID(id, doubletR);
831  return result;
832  } catch (const std::out_of_range&) { isValid = false; }
833  return Identifier{0};
834 }

◆ elementID() [4/7]

Identifier RpcIdHelper::elementID ( const std::string &  stationNameStr,
int  stationEta,
int  stationPhi,
int  doubletR 
) const

Definition at line 814 of file RpcIdHelper.cxx.

814  {
815  return elementID(stationNameIndex(stationNameStr), stationEta, stationPhi, doubletR);
816 }

◆ elementID() [5/7]

Identifier RpcIdHelper::elementID ( const std::string &  stationNameStr,
int  stationEta,
int  stationPhi,
int  doubletR,
bool &  isValid 
) const

Definition at line 817 of file RpcIdHelper.cxx.

817  {
818  return elementID(stationNameIndex(stationNameStr), stationEta, stationPhi, doubletR, isValid);
819 }

◆ elementID() [6/7]

Identifier RpcIdHelper::elementID ( int  stationName,
int  stationEta,
int  stationPhi,
int  doubletR 
) const

Definition at line 793 of file RpcIdHelper.cxx.

793  {
794  // pack fields independently
802  return result;
803 }

◆ elementID() [7/7]

Identifier RpcIdHelper::elementID ( int  stationName,
int  stationEta,
int  stationPhi,
int  doubletR,
bool &  isValid 
) const

Definition at line 805 of file RpcIdHelper.cxx.

805  {
806  try {
809  return result;
810  } catch (const std::out_of_range&) { isValid = false; }
811  return Identifier{0};
812 }

◆ file_names()

const std::vector< std::string > & AtlasDetectorID::file_names ( void  ) const
inherited

File names for subdet dictionaries.

Definition at line 461 of file AtlasDetectorID.cxx.

461  {
462  return m_file_names;
463 }

◆ fix_barrel_ec()

std::string AtlasDetectorID::fix_barrel_ec ( const std::string &  barrel_ec) const
protectedinherited

◆ forward_field_value()

int AtlasDetectorID::forward_field_value ( ) const
inlineprotectedinherited

Definition at line 678 of file AtlasDetectorID.h.

678 {return (m_FWD_ID);}

◆ fwd_exp()

ExpandedIdentifier AtlasDetectorID::fwd_exp ( void  ) const
inlineprotectedinherited

Definition at line 527 of file AtlasDetectorID.h.

528 {
530  return (result << m_FWD_ID);
531 }

◆ gapID() [1/5]

Identifier RpcIdHelper::gapID ( const Identifier padID,
int  gasGap 
) const

Definition at line 917 of file RpcIdHelper.cxx.

917  {
920  return result;
921 }

◆ gapID() [2/5]

Identifier RpcIdHelper::gapID ( const Identifier padID,
int  gasGap,
bool &  isValid 
) const

Definition at line 922 of file RpcIdHelper.cxx.

922  {
923  try {
924  const Identifier result = gapID(padID, gasGap);
925  isValid = valid(result);
926  return result;
927  } catch (const std::out_of_range&) { isValid = false; }
928  return Identifier{0};
929 }

◆ gapID() [3/5]

Identifier RpcIdHelper::gapID ( const Identifier panelID) const

Definition at line 911 of file RpcIdHelper.cxx.

911  {
914  return result;
915 }

◆ gapID() [4/5]

Identifier RpcIdHelper::gapID ( int  stationName,
int  stationEta,
int  stationPhi,
int  doubletR,
int  doubletZ,
int  doubletPhi,
int  gasGap 
) const

Definition at line 885 of file RpcIdHelper.cxx.

◆ gapID() [5/5]

Identifier RpcIdHelper::gapID ( int  stationName,
int  stationEta,
int  stationPhi,
int  doubletR,
int  doubletZ,
int  doubletPhi,
int  gasGap,
bool &  isValid 
) const

Definition at line 901 of file RpcIdHelper.cxx.

902  {
903  try {
905  isValid = valid(result);
906  return result;
907  } catch (const std::out_of_range&) { isValid = false; }
908  return Identifier{0};
909 }

◆ gasGap()

int RpcIdHelper::gasGap ( const Identifier id) const
overridevirtual

get the hashes

Implements MuonIdHelper.

Definition at line 1057 of file RpcIdHelper.cxx.

1057 { return m_gap_impl.unpack(id); }

◆ gasGapMax() [1/2]

int RpcIdHelper::gasGapMax ( ) const

Definition at line 1089 of file RpcIdHelper.cxx.

1089 { return m_gasGapMax; }

◆ gasGapMax() [2/2]

int RpcIdHelper::gasGapMax ( const Identifier id) const

Definition at line 514 of file RpcIdHelper.cxx.

514  {
515  ExpandedIdentifier expId;
516  IdContext gasGap_context(expId, 0, m_GASGAP_INDEX);
517  if (!get_expanded_id(id, expId, &gasGap_context)) {
518  for (unsigned int i = 0; i < m_full_channel_range.size(); ++i) {
519  const Range& range = m_full_channel_range[i];
520  if (range.match(expId)) {
521  const Range::field& gap_field = range[m_GASGAP_INDEX];
522  if (not gap_field.empty()) { return (gap_field.get_maximum()); }
523  }
524  }
525  }
526  // Failed to find the max
527  return -999;
528 }

◆ gasGapMin() [1/2]

int RpcIdHelper::gasGapMin ( )
static

Definition at line 1087 of file RpcIdHelper.cxx.

1087 { return GasGapMin; }

◆ gasGapMin() [2/2]

int RpcIdHelper::gasGapMin ( const Identifier id) const

Definition at line 498 of file RpcIdHelper.cxx.

498  {
499  ExpandedIdentifier expId;
500  IdContext gasGap_context(expId, 0, m_GASGAP_INDEX);
501  if (!get_expanded_id(id, expId, &gasGap_context)) {
502  for (unsigned int i = 0; i < m_full_channel_range.size(); ++i) {
503  const Range& range = m_full_channel_range[i];
504  if (range.match(expId)) {
505  const Range::field& gas_field = range[m_GASGAP_INDEX];
506  if (not gas_field.empty()) { return (gas_field.get_minimum()); }
507  }
508  }
509  }
510  // Failed to find the min
511  return 999;
512 }

◆ get_channel_hash()

int MuonIdHelper::get_channel_hash ( const Identifier id,
IdentifierHash hash_id 
) const
virtualinherited

Definition at line 139 of file MuonIdHelper.cxx.

139  {
140  IdContext context = channel_context();
141  return get_hash(id, hash_id, &context);
142 }

◆ get_compact_id()

int MuonIdHelper::get_compact_id ( const ExpandedIdentifier id,
Identifier compact_id,
const IdContext context 
) const
protectedinherited

Definition at line 202 of file MuonIdHelper.cxx.

202  {
203  // Get compact for all fields provided
204  int result = 1;
205  compact_id = (Identifier::value_type)0;
206  int exp_id[10];
207 
208  for (size_t i = 0; i < id.fields(); i++) exp_id[i] = id[i];
209 
210  if (m_dict && id.fields() > 0) {
211  size_t begin = (context) ? context->begin_index() : 0;
212  size_t end = (context) ? context->end_index() : id.fields() - 1;
213  result = m_dict->pack32(exp_id, begin, end, m_GROUP_INDEX, compact_id);
214  // result = m_dict->pack32(id, begin, end, compact_id);
215  }
216  return (result);
217 }

◆ get_detectorElement_hash()

int RpcIdHelper::get_detectorElement_hash ( const Identifier id,
IdentifierHash hash_id 
) const
overridevirtual

Reimplemented from MuonIdHelper.

Definition at line 299 of file RpcIdHelper.cxx.

299  {
300  Identifier detElId = id;
301  // Certain chambers require doublet Phi in hashing (See isExtraDetElId()) - do not reset m_dpb_impl in these cases
302  if (!isExtraDetElId(id)) {
303  m_dbp_impl.reset(detElId);
304  }
305  m_gap_impl.reset(detElId);
306  m_mea_impl.reset(detElId);
307  m_str_impl.reset(detElId);
308  auto itr = m_detectorElement_hashes.find(detElId);
309  if (itr == m_detectorElement_hashes.end()) {
310  ATH_MSG_VERBOSE("Cannot find a valid detector element hash for "<<print_to_string(id));
311  hash_id = IdentifierHash(-1);
312  return 1;
313  }
314  hash_id = itr->second;
315  return 0;
316 }

◆ get_expanded_id()

int MuonIdHelper::get_expanded_id ( const Identifier id,
ExpandedIdentifier exp_id,
const IdContext context 
) const
inherited

Create expanded id from compact id (return == 0 for OK)

Definition at line 160 of file MuonIdHelper.cxx.

160  {
161  return (get_expanded_id_calc(id, exp_id, context));
162 }

◆ get_expanded_id_calc()

int MuonIdHelper::get_expanded_id_calc ( const Identifier compact_id,
ExpandedIdentifier id,
const IdContext context 
) const
protectedinherited

Definition at line 177 of file MuonIdHelper.cxx.

177  {
178  int result = 1;
179  id.clear();
180  if (m_dict) {
181  // some preconditions in the case that the dictionary existd
182  size_t begin = (context) ? context->begin_index() : 0;
183  size_t end = (context) ? context->end_index() : m_CHANNEL_INDEX;
184  assert(end <= m_CHANNEL_INDEX);
185  if (0 == end) {
186  result = 0;
187  } else if (0 == begin) {
189  result = m_dict->unpack(compact_id, empty, end, id);
190  } else {
191  // Non-zero prefix - we assume that the prefix contains
192  // the IdDet level
193  result = m_dict->unpack(compact_id, context->prefix_id(), end, id);
194  }
195  }
196  if (!id.isValid()) {
197  return EXIT_FAILURE;
198  }
199  return result;
200 }

◆ get_hash()

int MuonIdHelper::get_hash ( const Identifier id,
IdentifierHash hash_id,
const IdContext context = 0 
) const
overridevirtualinherited

Create hash id from compact id (return == 0 for OK)

Reimplemented from AtlasDetectorID.

Definition at line 144 of file MuonIdHelper.cxx.

144  {
145  // Get the hash code from either a vec. We convert to compact
146  // and call get_hash again. For the latter, we calculate the hash from the
147  // Identifier.
148 
149  int result = 1;
150  hash_id = 0;
151  size_t begin = (context) ? context->begin_index() : 0;
152  // size_t end = (context) ? context->end_index() : 0;
153  if (0 == begin) {
154  // No hashes yet for ids with prefixes
155  result = get_hash_calc(id, hash_id, context);
156  }
157  return (result);
158 }

◆ get_hash_calc()

int MuonIdHelper::get_hash_calc ( const Identifier compact_id,
IdentifierHash hash_id,
const IdContext context 
) const
protectedvirtualinherited

Definition at line 219 of file MuonIdHelper.cxx.

219  {
220  // Get the hash code from vec (for wafers only).
221  hash_id = UINT_MAX;
222  size_t begin = (context) ? context->begin_index() : 0;
223  size_t end = (context) ? context->end_index() : 0;
224 
225  if (0 == begin) {
226  // No hashes yet for ids with prefixes
227  if (m_MODULE_INDEX == end) {
228  return get_module_hash(compact_id, hash_id);
229  } else if (m_DETECTORELEMENT_INDEX == end) {
230  return get_detectorElement_hash(compact_id, hash_id);
231  } else if (m_CHANNEL_INDEX == end) {
232  id_vec_it it = std::lower_bound(m_channel_vec.begin(), m_channel_vec.end(), compact_id);
233  if ((it != m_channel_vec.end()) && (*it == compact_id)) {
234  hash_id = it - m_channel_vec.begin();
235  return 0;
236  }
237  }
238  }
239  ATH_MSG_WARNING("MuonIdHelper::get_hash_calc(): Could not determine hash for identifier " << compact_id.get_compact());
240  return 1;
241 }

◆ get_id() [1/2]

int MuonIdHelper::get_id ( const ExpandedIdentifier old_id,
Identifier new_id 
) const
inherited

Create Identifier from expanded id, which is returned by the id_iterators.

Definition at line 164 of file MuonIdHelper.cxx.

164  {
165  // Copy old_id into new_id and get compact if possible
166  int result = 0;
167  new_id.clear();
168 
169  ExpandedIdentifier dummy_id;
170  IdContext context(dummy_id, 0, old_id.fields() - 1);
171  Identifier compact_id;
172  if (!get_compact_id(old_id, compact_id, &context)) { new_id = compact_id; }
173  return (result);
174 }

◆ get_id() [2/2]

int MuonIdHelper::get_id ( const IdentifierHash hash_id,
Identifier id,
const IdContext context = 0 
) const
overridevirtualinherited

Create compact id from hash id (return == 0 for OK)

Reimplemented from AtlasDetectorID.

Definition at line 70 of file MuonIdHelper.cxx.

70  {
71  int result = 1;
72  id.clear();
73 
74  size_t begin = (context) ? context->begin_index() : 0;
75  // cannot get hash if end is 0:
76  size_t end = (context) ? context->end_index() : 0;
77  if (0 == begin) {
78  // No hashes yet for ids with prefixes
79  if (m_MODULE_INDEX == end) {
80  if (hash_id < (unsigned int)(m_module_vec.end() - m_module_vec.begin())) {
81  id = m_module_vec[hash_id];
82  result = 0;
83  }
84  } else if (m_DETECTORELEMENT_INDEX == end) {
85  if (hash_id < (unsigned int)(m_detectorElement_vec.end() - m_detectorElement_vec.begin())) {
86  id = m_detectorElement_vec[hash_id];
87  result = 0;
88  }
89  } else if (m_CHANNEL_INDEX == end) {
90  if (hash_id < (unsigned int)(m_channel_vec.end() - m_channel_vec.begin())) {
91  id = m_channel_vec[hash_id];
92  result = 0;
93  }
94  }
95  }
96  return (result);
97 }

◆ get_module_hash()

int RpcIdHelper::get_module_hash ( const Identifier id,
IdentifierHash hash_id 
) const
overridevirtual

Reimplemented from MuonIdHelper.

Definition at line 289 of file RpcIdHelper.cxx.

289  {
290  const auto itr = m_module_hashes.find(parentID(id));
291  if (itr == m_module_hashes.end()) {
292  hash_id = IdentifierHash(-1);
293  return 1;
294  }
295  hash_id = itr->second;
296  return 0;
297 }

◆ get_next_in_eta()

int MuonIdHelper::get_next_in_eta ( const IdentifierHash id,
IdentifierHash next 
) const
inherited

Definition at line 512 of file MuonIdHelper.cxx.

512  {
513  unsigned short index = id;
514  if (index < m_next_eta_module_vec.size()) {
515  if (m_next_eta_module_vec[index] == NOT_VALID_HASH) return 1;
517  return 0;
518  }
519  return 1;
520 }

◆ get_next_in_phi()

int MuonIdHelper::get_next_in_phi ( const IdentifierHash id,
IdentifierHash next 
) const
inherited

Definition at line 492 of file MuonIdHelper.cxx.

492  {
493  unsigned short index = id;
494  if (index < m_next_phi_module_vec.size()) {
495  if (m_next_phi_module_vec[index] == NOT_VALID_HASH) return 1;
497  return 0;
498  }
499  return 1;
500 }

◆ get_prev_in_eta()

int MuonIdHelper::get_prev_in_eta ( const IdentifierHash id,
IdentifierHash prev 
) const
inherited

Definition at line 502 of file MuonIdHelper.cxx.

502  {
503  unsigned short index = id;
504  if (index < m_prev_eta_module_vec.size()) {
505  if (m_prev_eta_module_vec[index] == NOT_VALID_HASH) return 1;
507  return 0;
508  }
509  return 1;
510 }

◆ get_prev_in_phi()

int MuonIdHelper::get_prev_in_phi ( const IdentifierHash id,
IdentifierHash prev 
) const
inherited

Access to hashes for neighbors in phi and eta (return == 0 for neighbor found)

Definition at line 482 of file MuonIdHelper.cxx.

482  {
483  unsigned short index = id;
484  if (index < m_prev_phi_module_vec.size()) {
485  if (m_prev_phi_module_vec[index] == NOT_VALID_HASH) return 1;
487  return 0;
488  }
489  return 1;
490 }

◆ group()

const std::string & AtlasDetectorID::group ( ) const
inherited

Group name for this helper.

Definition at line 27 of file AtlasDetectorID.cxx.

28 {
29  return m_group;
30 }

◆ helper()

virtual HelperType AtlasDetectorID::helper ( ) const
inlinevirtualinherited

Type of helper, defaulted to 'Unimplemented'.

Reimplemented in SCT_ID, PLR_ID, and PixelID.

Definition at line 96 of file AtlasDetectorID.h.

96  {
98  }

◆ hgtd()

Identifier AtlasDetectorID::hgtd ( void  ) const
inherited

Definition at line 109 of file AtlasDetectorID.cxx.

109  {
110  Identifier result{0};
111  // Pack field
114  return result;
115 }

◆ hgtd_exp()

ExpandedIdentifier AtlasDetectorID::hgtd_exp ( void  ) const
inlineprotectedinherited

Definition at line 555 of file AtlasDetectorID.h.

556 {
558  return (result << m_HGTD_ID);
559 }

◆ hgtd_field_value()

int AtlasDetectorID::hgtd_field_value ( ) const
inlineprotectedinherited

Definition at line 642 of file AtlasDetectorID.h.

642 {return (m_HGTD_ID);}

◆ idChannels()

void RpcIdHelper::idChannels ( const Identifier id,
std::vector< Identifier > &  vect 
) const

Definition at line 318 of file RpcIdHelper.cxx.

318  {
319  vect.clear();
320  Identifier parent = parentID(id);
321  for (unsigned int i = 0; i < m_full_channel_range.size(); ++i) {
322  const Range& range = m_full_channel_range[i];
324  for (const auto & expId:rit) {
325  Identifier child;
326  get_id(expId, child);
327  if (parentID(child) == parent) vect.push_back(child);
328  }
329  }
330 }

◆ idVector()

const std::vector< Identifier > & MuonIdHelper::idVector ( ) const
inherited

the id's

Definition at line 756 of file MuonIdHelper.cxx.

756 { return m_module_vec; }

◆ indet()

Identifier AtlasDetectorID::indet ( void  ) const
inherited

Detector systems:

Definition at line 50 of file AtlasDetectorID.cxx.

50  {
51  Identifier result{0};
52  // Pack field
54  return result;
55 }

◆ indet_exp()

ExpandedIdentifier AtlasDetectorID::indet_exp ( void  ) const
inlineprotectedinherited

Detector systems:

Definition at line 492 of file AtlasDetectorID.h.

493 {
495  return (result << m_INDET_ID);
496 }

◆ indet_field_value()

int AtlasDetectorID::indet_field_value ( ) const
inlineprotectedinherited

Provide efficient access to individual field values, for subclass idhelpers.

Definition at line 618 of file AtlasDetectorID.h.

618 {return (m_INDET_ID);}

◆ init_channel_hashes()

int MuonIdHelper::init_channel_hashes ( )
protectedinherited

Definition at line 442 of file MuonIdHelper.cxx.

442  {
443  //
444  // create a vector(s) to retrieve the hashes for compact ids. For
445  // the moment, we implement a hash for readout channels
446  //
447 
448  // readout channel hash
450  ATH_MSG_INFO("The channel hash max is " << m_channel_hash_max);
452  IdContext context = channel_context();
453  unsigned int nids = 0;
454  std::set<Identifier> ids;
455  for (unsigned int i = 0; i < m_full_channel_range.size(); ++i) {
456  const Range& range = m_full_channel_range[i];
458  for (const auto & expId:rit) {
459  Identifier id;
460  get_id(expId, id);
461 
462  if (!(ids.insert(id)).second) {
463  ATH_MSG_ERROR("init_channel_hashes "
464  << " Error: duplicated id for channel id. nid " << nids << " compact id " << id << " id ");
465  return 1;
466  }
467  m_channel_vec[nids] = id;
468  nids++;
469  }
470  }
471  if (ids.size() != m_channel_hash_max) {
472  ATH_MSG_ERROR("init_hashes "
473  << " Error: set size NOT EQUAL to hash max. size " << ids.size() << " hash max " << m_channel_hash_max);
474 
475  return 1;
476  }
477  // sort the vector of identifiers to be able to use std::lower_bound to find hashes
478  std::sort(m_channel_vec.begin(), m_channel_vec.end());
479  return 0;
480 }

◆ init_detectorElement_hashes()

int RpcIdHelper::init_detectorElement_hashes ( )
overrideprivatevirtual

Reimplemented from MuonIdHelper.

Definition at line 753 of file RpcIdHelper.cxx.

753  {
754  //
755  // create a vector(s) to retrieve the hashes for compact ids. For
756  // the moment, we implement a hash for detector channels
757  //
758  m_st_BMS = stationNameIndex("BMS");
759  m_st_BIL = stationNameIndex("BIL");
760 
761  // detector element hash
763  unsigned int nids = 0;
764  std::set<Identifier> ids;
765  for (unsigned int i = 0; i < m_full_detectorElement_range.size(); ++i) {
768  for (const auto & expId:rit) {
769  Identifier id;
770  get_id(expId, id);
771  Identifier doubletZ_id = doubletZID(id);
772  if (!isExtraDetElId(id)) {
773  if (!ids.insert(doubletZ_id).second)
774  ATH_MSG_DEBUG("init_detectorElement_hashes "
775  << "Please check the dictionary for possible duplication for " << id);
776  } else if (!ids.insert(id).second) {
777  ATH_MSG_ERROR("init_detectorElement_hashes "
778  << " Error: duplicated id for detector element id. nid " << (int)nids
779  << " doubletPhi ID " << id);
780  return 1;
781 
782  }
783  nids++;
784  }
785  }
787  ATH_MSG_INFO("The detector element hash max is " << (int)m_detectorElement_hash_max);
788 
789  m_detectorElement_vec.insert(m_detectorElement_vec.end(), ids.begin(), ids.end());
790  return 0;
791 }

◆ init_hashes()

int MuonIdHelper::init_hashes ( )
protectedinherited

Definition at line 350 of file MuonIdHelper.cxx.

350  {
351  //
352  // create a vector(s) to retrieve the hashes for compact ids. For
353  // the moment, we implement a hash for modules
354  //
355 
356  // module hash
358  ATH_MSG_INFO("The element hash max is " << m_module_hash_max);
360  IdContext context = module_context();
361  unsigned int nids = 0;
362  std::set<Identifier> ids;
363  for (unsigned int i = 0; i < m_full_module_range.size(); ++i) {
364  const Range& range = m_full_module_range[i];
366  for (const auto & expId:rit) {
367  Identifier id;
368  get_id(expId, id);
369  if (!(ids.insert(id)).second) {
370  ATH_MSG_ERROR("init_hashes "
371  << " Error: duplicated id for module id. nid " << (int)nids << " compact id " << id << " id ");
372  return 1;
373  }
374  nids++;
375  }
376  }
377  if (ids.size() != m_module_hash_max) {
378  ATH_MSG_ERROR("init_hashes "
379  << " Error: set size NOT EQUAL to element hash max. size " << ids.size() << " hash max " << m_module_hash_max);
380 
381  return 1;
382  }
383 
384  nids = 0;
385  std::set<Identifier>::const_iterator first = ids.begin();
386  std::set<Identifier>::const_iterator last = ids.end();
387  for (; first != last && nids < m_module_vec.size(); ++first) {
388  m_module_vec[nids] = (*first);
389  nids++;
390  }
391  // sort the vector of identifiers to be able to use std::lower_bound to find hashes
392  std::sort(m_module_vec.begin(), m_module_vec.end());
393  return 0;
394 }

◆ init_id_to_hashes()

int RpcIdHelper::init_id_to_hashes ( )
private

Definition at line 274 of file RpcIdHelper.cxx.

274  {
275  unsigned int hash_max = module_hash_max();
276  for (unsigned int i = 0; i < hash_max; ++i) {
277  const Identifier& id = m_module_vec[i];
278  m_module_hashes[id] = i;
279  }
280 
281  hash_max = detectorElement_hash_max();
282  for (unsigned int i = 0; i < hash_max; ++i) {
283  const Identifier& id = m_detectorElement_vec[i];
285  }
286  return 0;
287 }

◆ init_neighbors()

int MuonIdHelper::init_neighbors ( )
protectedinherited

Definition at line 522 of file MuonIdHelper.cxx.

522  {
523  //
524  // create a vector(s) to retrieve the hashes for compact ids for
525  // module neighbors.
526  //
527 
528  ATH_MSG_VERBOSE("MuonIdHelper::init_neighbors ");
533 
534  for (unsigned int i = 0; i < m_full_module_range.size(); ++i) {
535  const Range& range = m_full_module_range[i];
536  const Range::field& phi_field = range[m_PHI_INDEX];
537  const Range::field& eta_field = range[m_ETA_INDEX];
539  for (const auto & id: rit) {
544  bool pphi = phi_field.get_previous(id[m_PHI_INDEX], previous_phi);
545  bool nphi = phi_field.get_next(id[m_PHI_INDEX], next_phi);
546  bool peta = eta_field.get_previous(id[m_ETA_INDEX], previous_eta);
547  bool neta = eta_field.get_next(id[m_ETA_INDEX], next_eta);
548 
549  Identifier compact_id;
550  IdContext wcontext = module_context();
551 
552  // First get primary hash id
553  IdentifierHash hash_id;
554  if (!get_compact_id(id, compact_id, &wcontext)) {
555  // forward to compact -> hash
556  if (get_hash(compact_id, hash_id, &wcontext)) {
557  ATH_MSG_ERROR(" MuonIdHelper::init_neighbors - unable to get hash, exp/compact "
558  << " " << std::hex << compact_id << std::dec << endmsg);
559  return 1;
560  }
561  } else {
562  ATH_MSG_ERROR(" MuonIdHelper::init_neighbors - unable to get compact, exp/compact ");
563  return 1;
564  }
565 
566  // index for the subsequent arrays
567  unsigned short index = hash_id;
568  assert(hash_id < m_prev_phi_module_vec.size());
569  assert(hash_id < m_next_phi_module_vec.size());
570  assert(hash_id < m_prev_eta_module_vec.size());
571  assert(hash_id < m_next_eta_module_vec.size());
572 
573  if (pphi) {
574  // Get previous phi hash id
575  ExpandedIdentifier expId = id;
576  expId[m_PHI_INDEX] = previous_phi;
577  if (!get_compact_id(expId, compact_id, &wcontext)) {
578  // forward to compact -> hash
579  if (get_hash(compact_id, hash_id, &wcontext)) {
580  ATH_MSG_ERROR(" MuonIdHelper::init_neighbors - unable to get previous phi hash, exp/compact "
581  << " " << std::hex << compact_id << std::dec);
582  return 1;
583  }
584  } else {
585  ATH_MSG_ERROR(" MuonIdHelper::init_neighbors - unable to get previous phi compact, exp/compact ");
586  return 1;
587  }
588  m_prev_phi_module_vec[index] = hash_id;
589  }
590 
591  if (nphi) {
592  // Get next phi hash id
593  ExpandedIdentifier expId = id;
594  expId[m_PHI_INDEX] = next_phi;
595  if (!get_compact_id(expId, compact_id, &wcontext)) {
596  // forward to compact -> hash
597  if (get_hash(compact_id, hash_id, &wcontext)) {
598  ATH_MSG_ERROR(" MuonIdHelper::init_neighbors - unable to get next phi hash, exp/compact "
599  << " " << std::hex << compact_id << std::dec);
600  return 1;
601  }
602  } else {
603  ATH_MSG_ERROR(" MuonIdHelper::init_neighbors - unable to get next phi compact, exp/compact ");
604  return 1;
605  }
606  m_next_phi_module_vec[index] = hash_id;
607  }
608 
609  if (peta) {
610  // Get previous eta hash id
611  ExpandedIdentifier expId = id;
612  expId[m_ETA_INDEX] = previous_eta;
613  if (!get_compact_id(expId, compact_id, &wcontext)) {
614  // forward to compact -> hash
615  if (get_hash(compact_id, hash_id, &wcontext)) {
616  ATH_MSG_ERROR(" MuonIdHelper::init_neighbors - unable to get previous eta hash, exp/compact "
617  << " " << std::hex << compact_id << std::dec);
618  return 1;
619  }
620  } else {
621  ATH_MSG_ERROR(" MuonIdHelper::init_neighbors - unable to get previous eta compact, exp/compact ");
622  return 1;
623  }
624  m_prev_eta_module_vec[index] = hash_id;
625  }
626 
627  if (neta) {
628  // Get next eta hash id
629  ExpandedIdentifier expId = id;
630  expId[m_ETA_INDEX] = next_eta;
631  if (!get_compact_id(expId, compact_id, &wcontext)) {
632  // forward to compact -> hash
633  if (get_hash(compact_id, hash_id, &wcontext)) {
634  ATH_MSG_ERROR(" MuonIdHelper::init_neighbors - unable to get next eta hash, exp/compact "
635  << " " << std::hex << compact_id << std::dec);
636  return 1;
637  }
638  } else {
639  ATH_MSG_ERROR(" MuonIdHelper::init_neighbors - unable to get next eta compact, exp/compact ");
640  return 1;
641  }
642  m_next_eta_module_vec[index] = hash_id;
643  }
644  }
645  }
646  ATH_MSG_VERBOSE("Finish init_neighors() ...");
647  return 0;
648 }

◆ initialize_from_dictionary()

int RpcIdHelper::initialize_from_dictionary ( const IdDictMgr dict_mgr)
overridevirtual

Initialization from the identifier dictionary.

test to see that the detectorElement multi range is not empty

Reimplemented from MuonIdHelper.

Definition at line 11 of file RpcIdHelper.cxx.

11  {
12  int status = 0;
13 
14  // Check whether this helper should be reinitialized
15  if (!reinitialize(dict_mgr)) {
16  ATH_MSG_INFO("Request to reinitialize not satisfied - tags have not changed");
17  return (0);
18  } else {
19  ATH_MSG_DEBUG("(Re)initialize");
20  }
21 
22  // init base object
23  if (AtlasDetectorID::initialize_from_dictionary(dict_mgr)) return 1;
24 
25  // Register version of the MuonSpectrometer dictionary
26  if (register_dict_tag(dict_mgr, "MuonSpectrometer")) return 1;
27 
28  m_dict = dict_mgr.find_dictionary("MuonSpectrometer");
29  if (!m_dict) {
30  ATH_MSG_ERROR(" initialize_from_dict - cannot access MuonSpectrometer dictionary ");
31  return 1;
32  }
33 
34  // Initialize some of the field indices
35  if (initLevelsFromDict()) return 1;
36 
37  IdDictField* field = m_dict->find_field("doubletR");
38  if (field) {
39  m_DOUBLETR_INDEX = field->m_index;
40  } else {
41  ATH_MSG_ERROR("initLevelsFromDict - unable to find 'doubletR' field ");
42  status = 1;
43  }
44 
45  field = m_dict->find_field("doubletZ");
46  if (field) {
47  m_DOUBLETZ_INDEX = field->m_index;
48  } else {
49  ATH_MSG_ERROR("initLevelsFromDict - unable to find 'doubletZ' field ");
50  status = 1;
51  }
52 
53  field = m_dict->find_field("doubletPhi");
54  if (field) {
55  m_DOUBLETPHI_INDEX = field->m_index;
56  } else {
57  ATH_MSG_ERROR("initLevelsFromDict - unable to find 'doubletPhi' field ");
58  status = 1;
59  }
60 
61  field = m_dict->find_field("rpcGasGap");
62  if (field) {
63  m_GASGAP_INDEX = field->m_index;
64  } else {
65  ATH_MSG_ERROR("initLevelsFromDict - unable to find 'rpcGasGap' field ");
66  status = 1;
67  }
68 
69  field = m_dict->find_field("rpcMeasuresPhi");
70  if (field) {
71  m_MEASURESPHI_INDEX = field->m_index;
72  } else {
73  ATH_MSG_ERROR("initLevelsFromDict - unable to find 'rpcMeasuresPhi' field ");
74  status = 1;
75  }
76 
77  field = m_dict->find_field("rpcStrip");
78  if (field) {
79  m_CHANNEL_INDEX = field->m_index;
80  } else {
81  ATH_MSG_ERROR("initLevelsFromDict - unable to find 'rpcStrip' field ");
82  status = 1;
83  }
84 
85  // reinitialze the module context
88 
89  // save an index to the first region of rpc
90  IdDictGroup* rpcGroup = m_dict->find_group("rpc");
91  if (!rpcGroup) {
92  ATH_MSG_ERROR("Cannot find rpc group");
93  } else {
94  m_GROUP_INDEX = rpcGroup->regions()[0]->m_index;
95  }
96 
97  const IdDictRegion& region = *m_dict->m_regions[m_GROUP_INDEX];
107 
108  ATH_MSG_DEBUG(" RPC decode index and bit fields for each level: " << std::endl
109  << " muon " << m_muon_impl.show_to_string() << std::endl
110  << " station " << m_sta_impl.show_to_string() << std::endl
111  << " eta " << m_eta_impl.show_to_string() << std::endl
112  << " phi " << m_phi_impl.show_to_string() << std::endl
113  << " technology " << m_tec_impl.show_to_string() << std::endl
114  << " TR " << m_dbr_impl.show_to_string() << std::endl
115  << " TZ " << m_dbz_impl.show_to_string() << std::endl
116  << " TPHI " << m_dbp_impl.show_to_string() << std::endl
117  << " gas gap " << m_gap_impl.show_to_string() << std::endl
118  << " phi " << m_mea_impl.show_to_string() << std::endl
119  << " strip " << m_str_impl.show_to_string());
120 
121  //
122  // Build multirange for the valid set of identifiers
123  //
124 
125  // Find value for the field MuonSpectrometer
126  int muonField = -1;
127  const IdDictDictionary* atlasDict = dict_mgr.find_dictionary("ATLAS");
128  if (atlasDict->get_label_value("subdet", "MuonSpectrometer", muonField)) {
129  ATH_MSG_ERROR("Could not get value for label 'MuonSpectrometer' of field 'subdet' in dictionary " << atlasDict->m_name);
130  return 1;
131  }
132 
133  // Build MultiRange down to "doubletR" for all (muon) regions
135  region_id.add(muonField);
136  Range prefix;
137  MultiRange muon_range = m_dict->build_multirange(region_id, prefix, "doubletR");
138 
139  if (muon_range.size() > 0) {
140  ATH_MSG_INFO("MultiRange built successfully to doubletR: "
141  << "MultiRange size is " << muon_range.size());
142  } else {
143  ATH_MSG_ERROR("Muon MultiRange is empty");
144  }
145 
146  // Build MultiRange down to "detectorElement" for all mdt regions
147 
148  ExpandedIdentifier detectorElement_region;
149  detectorElement_region.add(muonField);
150  Range detectorElement_prefix;
151  MultiRange muon_detectorElement_range = m_dict->build_multirange(detectorElement_region, detectorElement_prefix, "doubletPhi");
152  if (muon_detectorElement_range.size() > 0) {
153  ATH_MSG_INFO("MultiRange built successfully to detectorElement: "
154  << "DetectorElement MultiRange size is " << muon_detectorElement_range.size());
155  } else {
156  ATH_MSG_ERROR("Muon RPC ReadoutElement MultiRange is empty");
157  return 1;
158  }
159 
160  // Build MultiRange down to "rpcStrip" for all rpc regions
161  ExpandedIdentifier rpc_region;
162  rpc_region.add(muonField);
163  Range rpc_prefix;
164  MultiRange muon_channel_range = m_dict->build_multirange(rpc_region, rpc_prefix, "rpcStrip");
165 
166  if (muon_channel_range.size() > 0) {
167  ATH_MSG_INFO("MultiRange built successfully to rpcStrip: "
168  << "MultiRange size is " << muon_channel_range.size());
169  } else {
170  ATH_MSG_ERROR("Muon RPC channel MultiRange is empty");
171  return 1;
172  }
173 
174  // build RPC module ranges
175  // Find the regions that have a "RPC doubletR field" and save them
176  int rpcField = -1;
177  status = m_dict->get_label_value("technology", "RPC", rpcField);
178 
179  for (int i = 0; i < (int)muon_range.size(); ++i) {
180  const Range& range = muon_range[i];
181  if (range.fields() > m_TECHNOLOGY_INDEX) {
183  if (field.match((ExpandedIdentifier::element_type)rpcField)) {
185  ATH_MSG_DEBUG("field size is " << (int)range.cardinality() << " field index = " << i);
186  }
187  }
188  }
189 
190  for (int j = 0; j < (int)muon_detectorElement_range.size(); ++j) {
191  const Range& range = muon_detectorElement_range[j];
192  if (range.fields() > m_TECHNOLOGY_INDEX) {
194  if (field.match((ExpandedIdentifier::element_type)rpcField)) {
196  ATH_MSG_DEBUG("detectorElement field size is " << (int)range.cardinality() << " field index = " << j);
197  }
198  }
199  }
200 
201  for (int j = 0; j < (int)muon_channel_range.size(); ++j) {
202  const Range& range = muon_channel_range[j];
203  if (range.fields() > m_TECHNOLOGY_INDEX) {
205  if (field.match((ExpandedIdentifier::element_type)rpcField)) {
207  ATH_MSG_DEBUG("channel field size is " << (int)range.cardinality() << " field index = " << j);
208  }
209  }
210  }
211 
212  // test to see that the multi range is not empty
213  if (m_full_module_range.size() == 0) {
214  ATH_MSG_ERROR("RPC MultiRange ID is empty for modules");
215  status = 1;
216  } else {
217  ATH_MSG_DEBUG(" full module range size is " << m_full_module_range.size());
218  }
219 
221  if (m_full_detectorElement_range.size() == 0) {
222  ATH_MSG_ERROR("MDT MultiRange ID is empty for detector elements");
223  status = 1;
224  }
225 
226  // test to see that the multi range is not empty
227  if (m_full_channel_range.size() == 0) {
228  ATH_MSG_ERROR("RPC MultiRange ID is empty for channels");
229  status = 1;
230  } else {
231  ATH_MSG_DEBUG(" full channel range size is " << m_full_channel_range.size());
232  }
233 
234  // Setup the hash tables for RPC
235  ATH_MSG_INFO("Initializing RPC hash indices ... ");
236  status = init_hashes();
237  status = init_detectorElement_hashes(); // doubletZ
239 
240  // Setup hash tables for finding neighbors
241  ATH_MSG_INFO("Initializing RPC hash indices for finding neighbors ... ");
243 
244  // retrieve the maximum number of gas gaps
245  ExpandedIdentifier expId;
246  IdContext gasGap_context(expId, 0, m_GASGAP_INDEX);
247  for (const auto& id : m_detectorElement_vec) { // channel Identifiers not filled for RPCs, thus using detector element ones
248  if (!get_expanded_id(id, expId, &gasGap_context)) {
249  for (unsigned int i = 0; i < m_full_channel_range.size(); ++i) {
250  const Range& range = m_full_channel_range[i];
251  if (range.match(expId)) {
252  const Range::field& gap_field = range[m_GASGAP_INDEX];
253  if (not gap_field.empty()) {
254  unsigned int max = (gap_field.get_maximum());
255  if (m_gasGapMax == UINT_MAX)
256  m_gasGapMax = max;
257  else if (max > m_gasGapMax)
258  m_gasGapMax = max;
259  }
260  }
261  }
262  }
263  }
264  if (m_gasGapMax == UINT_MAX) {
265  ATH_MSG_ERROR("No maximum number of RPC gas gaps was retrieved");
266  status = 1;
267  } else {
268  ATH_MSG_DEBUG(" Maximum number of RPC gas gaps is " << m_gasGapMax);
269  }
270  m_init = true;
271  return (status);
272 }

◆ initLevelsFromDict()

int MuonIdHelper::initLevelsFromDict ( )
protectedinherited

Definition at line 243 of file MuonIdHelper.cxx.

243  {
244  if (!m_dict) {
245  ATH_MSG_ERROR(" initLevelsFromDict - dictionary NOT initialized ");
246  return 1;
247  }
248 
249  // Find out which identifier field corresponds to each level. Use
250  // names to find each field/leve.
251 
252  m_MUON_INDEX = 999;
253  m_NAME_INDEX = 999;
254  m_ETA_INDEX = 999;
255  m_PHI_INDEX = 999;
256  m_CHANNEL_INDEX = 999;
257 
258  // Save index to stations for unpacking
261  ATH_MSG_ERROR("initLevelsFromDict - unable to find a muon station index: id, reg"
262  << " " << std::string(id) << " " << m_station_region_index);
263 
264  return 1;
265  }
266 
267  // Find a Muon region
268  IdDictField* field = m_dict->find_field("subdet");
269  if (field) {
270  m_MUON_INDEX = field->m_index;
271  } else {
272  ATH_MSG_ERROR("initLevelsFromDict - unable to find 'subdet' field ");
273  return 1;
274  }
275  field = m_dict->find_field("stationName");
276  if (field) {
277  m_NAME_INDEX = field->m_index;
278 
279  if (m_stationIdxToNameMap.empty()) {
280  // we only need to fill the vectors and sets once
281  for (size_t i = 0; i < field->get_label_number(); i++) {
282  std::string name = field->get_label(i);
283  int index = (int)field->get_label_value(name);
288  // all chambers starting with B are in the barrel except the BEE chambers
289  if ('B' == name[0]) {
290  if (name[1] != 'E')
291  m_isBarrel.insert(index);
292  else
293  m_isSmall.insert(index); // BEE is in the small sector
294  if ('G' == name[2] || 'F' == name[2]) { m_isSmall.insert(index); }
295  } else if ('F' == name[2]) {
296  m_isForward.insert(index);
297  }
298  if ('S' == name[2]) { m_isSmall.insert(index); }
299  }
300  }
301 
302  } else {
303  ATH_MSG_ERROR("initLevelsFromDict - unable to find 'stationName' field ");
304  return 1;
305  }
306  field = m_dict->find_field("stationEta");
307  if (field) {
308  m_ETA_INDEX = field->m_index;
309  } else {
310  ATH_MSG_ERROR("initLevelsFromDict - unable to find 'stationEta' field ");
311  return 1;
312  }
313  field = m_dict->find_field("stationPhi");
314  if (field) {
315  m_PHI_INDEX = field->m_index;
316  } else {
317  ATH_MSG_ERROR("initLevelsFromDict - unable to find 'stationPhi' field ");
318  return 1;
319  }
320  field = m_dict->find_field("technology");
321  if (field) {
322  m_TECHNOLOGY_INDEX = field->m_index;
323 
324  if (m_technologyNameToIdxMap.empty()) {
325  for (size_t i = 0; i < field->get_label_number(); ++i) {
326  std::string name = field->get_label(i);
327  int index = (int)field->get_label_value(name);
331  }
332  }
333 
334  } else {
335  ATH_MSG_ERROR("initLevelsFromDict - unable to find 'technology' field ");
336  return 1;
337  }
339 
340  // Set the field implementations down to the technology
344 
345  // m_stationNameField = m_dict->find_field ("stationName"); // Philipp
346  // m_technologyField = m_dict->find_field ("technology"); // Philipp
347  return 0;
348 }

◆ initMessaging()

void AthMessaging::initMessaging ( ) const
privateinherited

Initialize our message level and MessageSvc.

This method should only be called once.

Definition at line 39 of file AthMessaging.cxx.

40 {
42  m_lvl = m_imsg ?
43  static_cast<MSG::Level>( m_imsg.load()->outputLevel(m_nm) ) :
44  MSG::INFO;
45 }

◆ is_alfa()

bool AtlasDetectorID::is_alfa ( Identifier  id) const
inlineinherited

Definition at line 948 of file AtlasDetectorID.h.

949 {
950  bool result = false;
951  if(is_forward(id)) {
952  result = (abs(m_lar_part_impl.unpack(id)) == m_ALFA_ID);
953  }
954  return result;
955 }

◆ is_bcm()

bool AtlasDetectorID::is_bcm ( Identifier  id) const
inlineinherited

Definition at line 958 of file AtlasDetectorID.h.

959 {
960  bool result = false;
961  if(is_forward(id)) {
962  result = (abs(m_lar_part_impl.unpack(id)) == m_BCM_ID);
963  }
964  return result;
965 }

◆ is_calo() [1/2]

bool AtlasDetectorID::is_calo ( const ExpandedIdentifier id) const
inherited

Definition at line 291 of file AtlasDetectorID.cxx.

291  {
292  return id.fields() > 0 && id[0] == m_CALO_ID;
293 }

◆ is_calo() [2/2]

bool AtlasDetectorID::is_calo ( Identifier  id) const
inlineinherited

Definition at line 714 of file AtlasDetectorID.h.

715 {
716  return (m_det_impl.unpack(id) == m_CALO_ID);
717 }

◆ is_csc() [1/3]

bool AtlasDetectorID::is_csc ( const ExpandedIdentifier id) const
inherited

Definition at line 333 of file AtlasDetectorID.cxx.

333  {
334  return id.fields() > 4 && id[0] == m_MUON_ID && id[4] == m_CSC_ID;
335 }

◆ is_csc() [2/3]

bool MuonIdHelper::is_csc ( const Identifier id) const
inherited

Definition at line 789 of file MuonIdHelper.cxx.

789 { return AtlasDetectorID::is_csc(id); }

◆ is_csc() [3/3]

bool AtlasDetectorID::is_csc ( Identifier  id) const
inlineinherited

Definition at line 898 of file AtlasDetectorID.h.

899 {
900  bool result = false;
901  if (!is_muon(id)) return false;
902  unsigned int stationNameIndex = m_muon_station_name_impl.unpack(id);
903  unsigned int techBit = m_muon_tech_bits[stationNameIndex];
904  result = (is_muon(id) && (techBit == AtlasDetDescr::fAtlasCSC));
905  return result;
906 }

◆ is_forward()

bool AtlasDetectorID::is_forward ( Identifier  id) const
inlineinherited

Definition at line 942 of file AtlasDetectorID.h.

943 {
944  return (m_det_impl.unpack(id) == m_FWD_ID);
945 }

◆ is_hgtd() [1/2]

bool AtlasDetectorID::is_hgtd ( const ExpandedIdentifier id) const
inherited

Definition at line 304 of file AtlasDetectorID.cxx.

304  {
305  return is_indet(id) && id.fields() > 1 && id[1] == m_HGTD_ID;
306 }

◆ is_hgtd() [2/2]

bool AtlasDetectorID::is_hgtd ( Identifier  id) const
inlineinherited

Definition at line 801 of file AtlasDetectorID.h.

802 {
803  bool result = false;
804  // Must check is_pixel to allow for special bits
805  // (don't need this check for 64-bit identifier, but leave it in for now)
806  if(is_indet(id) && !is_pixel(id)) {
808  }
809  return result;
810 }

◆ is_indet() [1/2]

bool AtlasDetectorID::is_indet ( const ExpandedIdentifier id) const
inherited

Definition at line 279 of file AtlasDetectorID.cxx.

279  {
280  return id.fields() > 0 && id[0] == m_INDET_ID;
281 }

◆ is_indet() [2/2]

bool AtlasDetectorID::is_indet ( Identifier  id) const
inlineinherited

Definition at line 690 of file AtlasDetectorID.h.

691 {
692  return (m_det_impl.unpack(id) == m_INDET_ID);
693 }

◆ is_lar() [1/2]

bool AtlasDetectorID::is_lar ( const ExpandedIdentifier id) const
inherited

Definition at line 282 of file AtlasDetectorID.cxx.

282  {
283  return id.fields() > 0 && id[0] == m_LAR_ID;
284 }

◆ is_lar() [2/2]

bool AtlasDetectorID::is_lar ( Identifier  id) const
inlineinherited

Definition at line 696 of file AtlasDetectorID.h.

697 {
698  return (m_det_impl.unpack(id) == m_LAR_ID);
699 }

◆ is_lar_dm()

bool AtlasDetectorID::is_lar_dm ( Identifier  id) const
inlineinherited

LAr/Tile dead material:

Definition at line 743 of file AtlasDetectorID.h.

744 {
745  bool result = false;
746  if (is_calo(id)) {
747  int temp = m_calo_side_impl.unpack(id);
748  result = (m_lar_dm_field.match(temp));
749  }
750  return result;
751 }

◆ is_lar_em() [1/2]

bool AtlasDetectorID::is_lar_em ( const ExpandedIdentifier id) const
inherited

Definition at line 314 of file AtlasDetectorID.cxx.

314  {
315  return is_lar(id) && id.fields() > 1 && std::abs(id[1]) == m_LAR_EM_ID;
316 }

◆ is_lar_em() [2/2]

bool AtlasDetectorID::is_lar_em ( Identifier  id) const
inlineinherited

Definition at line 825 of file AtlasDetectorID.h.

826 {
827  bool result = false;
828  if(is_lar(id)) {
829  result = (abs(m_lar_part_impl.unpack(id)) == m_LAR_EM_ID);
830  }
831  return result;
832 }

◆ is_lar_fcal() [1/2]

bool AtlasDetectorID::is_lar_fcal ( const ExpandedIdentifier id) const
inherited

Definition at line 321 of file AtlasDetectorID.cxx.

321  {
322  return is_lar(id) && id.fields() > 1 && std::abs(id[1]) == m_LAR_FCAL_ID;
323 }

◆ is_lar_fcal() [2/2]

bool AtlasDetectorID::is_lar_fcal ( Identifier  id) const
inlineinherited

Definition at line 846 of file AtlasDetectorID.h.

847 {
848  bool result = false;
849  if(is_lar(id)) {
850  result = (abs(m_lar_part_impl.unpack(id)) == m_LAR_FCAL_ID);
851  }
852  return result;
853 }

◆ is_lar_hec() [1/2]

bool AtlasDetectorID::is_lar_hec ( const ExpandedIdentifier id) const
inherited

Definition at line 317 of file AtlasDetectorID.cxx.

317  {
318  return is_lar(id) && id.fields() > 1 && std::abs(id[1]) == m_LAR_HEC_ID;
319 }

◆ is_lar_hec() [2/2]

bool AtlasDetectorID::is_lar_hec ( Identifier  id) const
inlineinherited

Definition at line 836 of file AtlasDetectorID.h.

837 {
838  bool result = false;
839  if(is_lar(id)) {
840  result = (abs(m_lar_part_impl.unpack(id)) == m_LAR_HEC_ID);
841  }
842  return result;
843 }

◆ is_lar_minifcal() [1/2]

bool AtlasDetectorID::is_lar_minifcal ( const ExpandedIdentifier id) const
inherited

Definition at line 325 of file AtlasDetectorID.cxx.

325  {
326  return is_lar_fcal(id) && id.fields() > 3 &&std::abs(id[3]) == 0;
327 }

◆ is_lar_minifcal() [2/2]

bool AtlasDetectorID::is_lar_minifcal ( Identifier  id) const
inlineinherited

Definition at line 856 of file AtlasDetectorID.h.

857 {
858  bool result = false;
859  if(is_lar_fcal(id)) {
860  result = (m_lar_fcal_module_impl.unpack(id) == 0);
861  }
862  return result;
863 }

◆ is_lucid()

bool AtlasDetectorID::is_lucid ( Identifier  id) const
inlineinherited

Definition at line 968 of file AtlasDetectorID.h.

969 {
970  bool result = false;
971  if(is_forward(id)) {
972  result = (abs(m_lar_part_impl.unpack(id)) == m_LUCID_ID);
973  }
974  return result;
975 }

◆ is_lumi() [1/2]

bool AtlasDetectorID::is_lumi ( const ExpandedIdentifier id) const
inherited

Definition at line 307 of file AtlasDetectorID.cxx.

307  {
308  return is_indet(id) && id.fields() > 1 && id[1] == m_LUMI_ID;
309 }

◆ is_lumi() [2/2]

bool AtlasDetectorID::is_lumi ( Identifier  id) const
inlineinherited

Definition at line 813 of file AtlasDetectorID.h.

814 {
815  bool result = false;
816  // Must check is_pixel to allow for special bits
817  // (don't need this check for 64-bit identifier, but leave it in for now)
818  if(is_indet(id) && !is_pixel(id)) {
820  }
821  return result;
822 }

◆ is_lvl1_online()

bool AtlasDetectorID::is_lvl1_online ( Identifier  id) const
inlineinherited

Definition at line 731 of file AtlasDetectorID.h.

732 {
733  bool result = false;
734  if (is_calo(id)) {
735  int temp = m_calo_side_impl.unpack(id);
736  result = (m_lvl1_onl_field.match(temp));
737  }
738  return result;
739 }

◆ is_lvl1_trig_towers()

bool AtlasDetectorID::is_lvl1_trig_towers ( Identifier  id) const
inlineinherited

Definition at line 720 of file AtlasDetectorID.h.

721 {
722  bool result = false;
723  if (is_calo(id)) {
724  int temp = m_calo_side_impl.unpack(id);
725  result = (m_lvl1_field.match(temp));
726  }
727  return result;
728 }

◆ is_mdt() [1/3]

bool AtlasDetectorID::is_mdt ( const ExpandedIdentifier id) const
inherited

Definition at line 329 of file AtlasDetectorID.cxx.

329  {
330  return id.fields() > 4 && id[0] == m_MUON_ID && id[4] == m_MDT_ID;
331 }

◆ is_mdt() [2/3]

bool MuonIdHelper::is_mdt ( const Identifier id) const
inherited

Definition at line 786 of file MuonIdHelper.cxx.

786 { return AtlasDetectorID::is_mdt(id); }

◆ is_mdt() [3/3]

bool AtlasDetectorID::is_mdt ( Identifier  id) const
inlineinherited

Definition at line 866 of file AtlasDetectorID.h.

867 {
868  bool result = false;
869  if (!is_muon(id)) return false;
870  unsigned int stationNameIndex = m_muon_station_name_impl.unpack(id);
871  unsigned int techBit = m_muon_tech_bits[stationNameIndex];
872  // MDT and RPC can only be destinguished by the additional bit in the ID
873  // since the station names are ambiguous
874  if (is_muon(id) && ((techBit == AtlasDetDescr::fAtlasMDT)
875  || (techBit == AtlasDetDescr::fAtlasRPC))) {
877  }
878  return result;
879 }

◆ is_mm() [1/3]

bool AtlasDetectorID::is_mm ( const ExpandedIdentifier id) const
inherited

Definition at line 349 of file AtlasDetectorID.cxx.

349  {
350  return id.fields() > 4 && id[0] == m_MUON_ID && id[4] == m_MM_ID;
351 }

◆ is_mm() [2/3]

bool MuonIdHelper::is_mm ( const Identifier id) const
inherited

Definition at line 801 of file MuonIdHelper.cxx.

801 { return AtlasDetectorID::is_mm(id); }

◆ is_mm() [3/3]

bool AtlasDetectorID::is_mm ( Identifier  id) const
inlineinherited

Definition at line 920 of file AtlasDetectorID.h.

921 {
922  bool result = false;
923  if (!is_muon(id)) return false;
924  unsigned int stationNameIndex = m_muon_station_name_impl.unpack(id);
925  unsigned int techBit = m_muon_tech_bits[stationNameIndex];
926  result = (is_muon(id) && (techBit == AtlasDetDescr::fAtlasMM));
927  return result;
928 }

◆ is_muon() [1/3]

bool AtlasDetectorID::is_muon ( const ExpandedIdentifier id) const
inherited

Definition at line 288 of file AtlasDetectorID.cxx.

288  {
289  return id.fields() > 0 && id[0] == m_MUON_ID;
290 }

◆ is_muon() [2/3]

bool MuonIdHelper::is_muon ( const Identifier id) const
inherited

Definition at line 783 of file MuonIdHelper.cxx.

783 { return AtlasDetectorID::is_muon(id); }

◆ is_muon() [3/3]

bool AtlasDetectorID::is_muon ( Identifier  id) const
inlineinherited

Definition at line 708 of file AtlasDetectorID.h.

709 {
710  return (m_det_impl.unpack(id) == m_MUON_ID);
711 }

◆ is_pixel() [1/2]

bool AtlasDetectorID::is_pixel ( const ExpandedIdentifier id) const
inherited

Definition at line 294 of file AtlasDetectorID.cxx.

294  {
295  return is_indet(id) && id.fields() > 1 && id[1] == m_PIXEL_ID;
296 }

◆ is_pixel() [2/2]

bool AtlasDetectorID::is_pixel ( Identifier  id) const
inlineinherited

Definition at line 767 of file AtlasDetectorID.h.

768 {
769  bool result = false;
770  if(is_indet(id)) {
772  }
773  return result;
774 }

◆ is_plr() [1/2]

bool AtlasDetectorID::is_plr ( const ExpandedIdentifier id) const
inherited

Definition at line 310 of file AtlasDetectorID.cxx.

310  {
311  return is_lumi(id) && id.fields() > 2 && id[2] == m_LUMI_PLR_ID;
312 }

◆ is_plr() [2/2]

bool AtlasDetectorID::is_plr ( Identifier  id) const
inherited

◆ is_rpc() [1/3]

bool AtlasDetectorID::is_rpc ( const ExpandedIdentifier id) const
inherited

Definition at line 337 of file AtlasDetectorID.cxx.

337  {
338  return id.fields() > 4 && id[0] == m_MUON_ID && id[4] == m_RPC_ID;
339 }

◆ is_rpc() [2/3]

bool MuonIdHelper::is_rpc ( const Identifier id) const
inherited

Definition at line 792 of file MuonIdHelper.cxx.

792 { return AtlasDetectorID::is_rpc(id); }

◆ is_rpc() [3/3]

bool AtlasDetectorID::is_rpc ( Identifier  id) const
inlineinherited

Definition at line 882 of file AtlasDetectorID.h.

883 {
884  bool result = false;
885  if (!is_muon(id)) return false;
886  unsigned int stationNameIndex = m_muon_station_name_impl.unpack(id);
887  unsigned int techBit = m_muon_tech_bits[stationNameIndex];
888  // MDT and RPC can only be destinguished by the additional bit in the ID
889  // since the station names are ambiguous
890  if (is_muon(id) && ((techBit == AtlasDetDescr::fAtlasMDT)
891  || (techBit == AtlasDetDescr::fAtlasRPC))) {
893  }
894  return result;
895 }

◆ is_sct() [1/2]

bool AtlasDetectorID::is_sct ( const ExpandedIdentifier id) const
inherited

Definition at line 298 of file AtlasDetectorID.cxx.

298  {
299  return is_indet(id) && id.fields() > 1 && id[1] == m_SCT_ID;
300 }

◆ is_sct() [2/2]

bool AtlasDetectorID::is_sct ( Identifier  id) const
inlineinherited

Definition at line 777 of file AtlasDetectorID.h.

778 {
779  bool result = false;
780  // Must check is_pixel to allow for special bits
781  // (don't need this check for 64-bit identifier, but leave it in for now)
782  if(is_indet(id) && !is_pixel(id)) {
784  }
785  return result;
786 }

◆ is_stgc() [1/3]

bool AtlasDetectorID::is_stgc ( const ExpandedIdentifier id) const
inherited

Definition at line 345 of file AtlasDetectorID.cxx.

345  {
346  return id.fields() > 4 && id[0] == m_MUON_ID && id[4] == m_STGC_ID;
347 }

◆ is_stgc() [2/3]

bool MuonIdHelper::is_stgc ( const Identifier id) const
inherited

Definition at line 798 of file MuonIdHelper.cxx.

798 { return AtlasDetectorID::is_stgc(id); }

◆ is_stgc() [3/3]

bool AtlasDetectorID::is_stgc ( Identifier  id) const
inlineinherited

Definition at line 931 of file AtlasDetectorID.h.

932 {
933  bool result = false;
934  if (!is_muon(id)) return false;
935  unsigned int stationNameIndex = m_muon_station_name_impl.unpack(id);
936  unsigned int techBit = m_muon_tech_bits[stationNameIndex];
937  result = (is_muon(id) && (techBit == AtlasDetDescr::fAtlasSTGC));
938  return result;
939 }

◆ is_tgc() [1/3]

bool AtlasDetectorID::is_tgc ( const ExpandedIdentifier id) const
inherited

Definition at line 341 of file AtlasDetectorID.cxx.

341  {
342  return id.fields() > 4 && id[0] == m_MUON_ID && id[4] == m_TGC_ID;
343 }

◆ is_tgc() [2/3]

bool MuonIdHelper::is_tgc ( const Identifier id) const
inherited

Definition at line 795 of file MuonIdHelper.cxx.

795 { return AtlasDetectorID::is_tgc(id); }

◆ is_tgc() [3/3]

bool AtlasDetectorID::is_tgc ( Identifier  id) const
inlineinherited

Definition at line 909 of file AtlasDetectorID.h.

910 {
911  bool result = false;
912  if (!is_muon(id)) return false;
913  unsigned int stationNameIndex = m_muon_station_name_impl.unpack(id);
914  unsigned int techBit = m_muon_tech_bits[stationNameIndex];
915  result = (is_muon(id) && (techBit == AtlasDetDescr::fAtlasTGC));
916  return result;
917 }

◆ is_tile() [1/2]

bool AtlasDetectorID::is_tile ( const ExpandedIdentifier id) const
inherited

Definition at line 285 of file AtlasDetectorID.cxx.

285  {
286  return id.fields() > 0 && id[0] == m_TILE_ID;
287 }

◆ is_tile() [2/2]

bool AtlasDetectorID::is_tile ( Identifier  id) const
inlineinherited

Definition at line 702 of file AtlasDetectorID.h.

703 {
704  return (m_det_impl.unpack(id) == m_TILE_ID);
705 }

◆ is_tile_dm()

bool AtlasDetectorID::is_tile_dm ( Identifier  id) const
inlineinherited

Definition at line 755 of file AtlasDetectorID.h.

756 {
757  bool result = false;
758  if (is_calo(id)) {
759  int temp = m_calo_side_impl.unpack(id);
760  result = (m_tile_dm_field.match(temp));
761  }
762  return result;
763 }

◆ is_trt() [1/2]

bool AtlasDetectorID::is_trt ( const ExpandedIdentifier id) const
inherited

Definition at line 301 of file AtlasDetectorID.cxx.

301  {
302  return is_indet(id) && id.fields() > 1;
303 }

◆ is_trt() [2/2]

bool AtlasDetectorID::is_trt ( Identifier  id) const
inlineinherited

Definition at line 789 of file AtlasDetectorID.h.

790 {
791  bool result = false;
792  // Must check is_pixel to allow for special bits
793  // (don't need this check for 64-bit identifier, but leave it in for now)
794  if(is_indet(id) && !is_pixel(id)) {
796  }
797  return result;
798 }

◆ is_zdc()

bool AtlasDetectorID::is_zdc ( Identifier  id) const
inlineinherited

Definition at line 978 of file AtlasDetectorID.h.

979 {
980  bool result = false;
981  if(is_forward(id)) {
982  result = (abs(m_lar_part_impl.unpack(id)) == m_ZDC_ID);
983  }
984  return result;
985 }

◆ isBarrel() [1/2]

bool MuonIdHelper::isBarrel ( const Identifier id) const
inherited

Definition at line 829 of file MuonIdHelper.cxx.

829 { return isBarrel(stationName(id)); }

◆ isBarrel() [2/2]

bool MuonIdHelper::isBarrel ( const int &  stationNameIndex) const
inherited

Definition at line 837 of file MuonIdHelper.cxx.

837 { return (m_isBarrel.count(stationNameIndex) == 1); }

◆ isEndcap() [1/2]

bool MuonIdHelper::isEndcap ( const Identifier id) const
inherited

Definition at line 831 of file MuonIdHelper.cxx.

831 { return isEndcap(stationName(id)); }

◆ isEndcap() [2/2]

bool MuonIdHelper::isEndcap ( const int &  stationNameIndex) const
inherited

Definition at line 839 of file MuonIdHelper.cxx.

839 { return (m_isBarrel.count(stationNameIndex) == 0); }

◆ isExtraDetElId()

bool RpcIdHelper::isExtraDetElId ( const Identifier id) const
inlineprivate
  • from Stefania BMS5 which has the following structure: for dbr=1 there are 3 dbZ, first and second are made of a single RpcReadoutElement and the 3rd is made of 2 separate RpcReadoutElements corresponding to dbPhi=1,2 respectively ( 2, according to the identifier scheme, is at larger global phi than 1) for dbr=2 the situation is identical to dbr=1

and

BMS6 is done this way: at dbr=1, there are only 2 dbZ, the first corrsponding to a single RpcReadoutElement, the second one corresponding to two different chambers and, therefore, two different RpcReadoutElements; in dbr=2, there are 3 doubletZ, the first two are standard (1 RpcReadoutElemet each), the third one has two chambers -> 2 RpcReadoutElements

Notice that 5 and 6 is a subtype naming which does not have any correspondence to the offline identifier scheme: so you have to know where BMS5 and BMS6 are located in order to treat them in a special way: so ...

BMS 5 are at StEta = +/- 2 and StPhi = 1,2,3,4,5,8 BMS 6 are at StEta = +/- 4 and StPhi = 1,2,3,4,5,8

Definition at line 1108 of file RpcIdHelper.cxx.

1108  {
1109  const int station = stationName(id);
1137  if (station == m_st_BMS) {
1138  const int eta = stationEta(id);
1139  const int dZ = doubletZ(id);
1140  if (std::abs(eta) != 4 && dZ != 3) {
1141  return false;
1142  }
1143  const int dP = doubletPhi(id);
1144  const int dR = doubletR(id);
1145  return (dZ == 3 && dP == 2) ||
1146  (std::abs(eta) == 4 && dZ !=1 && dR != 2 && dP == 2);
1147  } else if (m_st_BIL == station) {
1148  return std::abs(stationEta(id)) == 2 && doubletPhi(id) == 2;
1149  }
1150 
1151  return false;
1152 }

◆ isForward() [1/2]

bool MuonIdHelper::isForward ( const Identifier id) const
inherited

Definition at line 833 of file MuonIdHelper.cxx.

833 { return isForward(stationName(id)); }

◆ isForward() [2/2]

bool MuonIdHelper::isForward ( const int &  stationNameIndex) const
inherited

Definition at line 841 of file MuonIdHelper.cxx.

841 { return (m_isForward.count(stationNameIndex) == 1); }

◆ isInitialized()

bool MuonIdHelper::isInitialized ( ) const
inherited

Definition at line 874 of file MuonIdHelper.cxx.

874 { return m_init; }

◆ isSmall() [1/2]

bool MuonIdHelper::isSmall ( const Identifier id) const
inherited

Definition at line 835 of file MuonIdHelper.cxx.

835 { return isSmall(stationName(id)); }

◆ isSmall() [2/2]

bool MuonIdHelper::isSmall ( const int &  stationNameIndex) const
inherited

Definition at line 843 of file MuonIdHelper.cxx.

843 { return (m_isSmall.count(stationNameIndex) == 1); }

◆ isStNameInTech()

bool RpcIdHelper::isStNameInTech ( const std::string &  stationName) const
overrideprivatevirtual

The valid element checks converted the identifier to a stationName string in order to assess whether the stationName is good or not.

However, the valid stations can be cached during initialization stage. For eacb stationName found in the dict, this method is called and the corresponding index is added to the stationToTech set

Implements MuonIdHelper.

Definition at line 631 of file RpcIdHelper.cxx.

631 { return stationName[0] == 'B'; }

◆ lar()

Identifier AtlasDetectorID::lar ( void  ) const
inherited

Definition at line 57 of file AtlasDetectorID.cxx.

57  {
58  Identifier result{0};
59  // Pack field
61  return result;
62 }

◆ lar_dm()

Identifier AtlasDetectorID::lar_dm ( void  ) const
inherited

Definition at line 141 of file AtlasDetectorID.cxx.

141  {
142  Identifier result{0};
143  // Pack field
146  return result;
147 }

◆ lar_em()

Identifier AtlasDetectorID::lar_em ( void  ) const
inherited

Definition at line 125 of file AtlasDetectorID.cxx.

125  {
126  Identifier result{0};
127  // Pack field
130  return result;
131 }

◆ lar_em_exp()

ExpandedIdentifier AtlasDetectorID::lar_em_exp ( void  ) const
inlineprotectedinherited

LAr.

Definition at line 569 of file AtlasDetectorID.h.

570 {
572  return (result << m_LAR_EM_ID);
573 }

◆ lar_em_field_value()

int AtlasDetectorID::lar_em_field_value ( ) const
inlineprotectedinherited

Definition at line 651 of file AtlasDetectorID.h.

651 {return (m_LAR_EM_ID);}

◆ lar_exp()

ExpandedIdentifier AtlasDetectorID::lar_exp ( void  ) const
inlineprotectedinherited

Definition at line 499 of file AtlasDetectorID.h.

500 {
502  return (result << m_LAR_ID);
503 }

◆ lar_fcal()

Identifier AtlasDetectorID::lar_fcal ( void  ) const
inherited

Definition at line 165 of file AtlasDetectorID.cxx.

165  {
166  Identifier result{0};
167  // Pack field
170  return result;
171 }

◆ lar_fcal_exp()

ExpandedIdentifier AtlasDetectorID::lar_fcal_exp ( void  ) const
inlineprotectedinherited

Definition at line 583 of file AtlasDetectorID.h.

584 {
586  return (result << m_LAR_FCAL_ID);
587 }

◆ lar_fcal_field_value()

int AtlasDetectorID::lar_fcal_field_value ( ) const
inlineprotectedinherited

Definition at line 657 of file AtlasDetectorID.h.

657 {return (m_LAR_FCAL_ID);}

◆ lar_field_value()

int AtlasDetectorID::lar_field_value ( ) const
inlineprotectedinherited

Definition at line 621 of file AtlasDetectorID.h.

621 {return (m_LAR_ID);}

◆ lar_hec()

Identifier AtlasDetectorID::lar_hec ( void  ) const
inherited

Definition at line 157 of file AtlasDetectorID.cxx.

157  {
158  Identifier result{0};
159  // Pack field
162  return result;
163 }

◆ lar_hec_exp()

ExpandedIdentifier AtlasDetectorID::lar_hec_exp ( void  ) const
inlineprotectedinherited

Definition at line 576 of file AtlasDetectorID.h.

577 {
579  return (result << m_LAR_HEC_ID);
580 }

◆ lar_hec_field_value()

int AtlasDetectorID::lar_hec_field_value ( ) const
inlineprotectedinherited

Definition at line 654 of file AtlasDetectorID.h.

654 {return (m_LAR_HEC_ID);}

◆ lar_lvl1()

Identifier AtlasDetectorID::lar_lvl1 ( void  ) const
inherited

Definition at line 133 of file AtlasDetectorID.cxx.

133  {
134  Identifier result{0};
135  // Pack field
138  return result;
139 }

◆ lucid_exp()

ExpandedIdentifier AtlasDetectorID::lucid_exp ( void  ) const
inlineprotectedinherited

Definition at line 604 of file AtlasDetectorID.h.

605 {
607  return (result << m_LUCID_ID);
608 }

◆ lucid_field_value()

int AtlasDetectorID::lucid_field_value ( ) const
inlineprotectedinherited

Definition at line 684 of file AtlasDetectorID.h.

684 {return (m_LUCID_ID);}

◆ lumi()

Identifier AtlasDetectorID::lumi ( void  ) const
inherited

Definition at line 117 of file AtlasDetectorID.cxx.

117  {
118  Identifier result{0};
119  // Pack field
122  return result;
123 }

◆ lumi_exp()

ExpandedIdentifier AtlasDetectorID::lumi_exp ( void  ) const
inlineprotectedinherited

Definition at line 562 of file AtlasDetectorID.h.

563 {
565  return (result << m_LUMI_ID);
566 }

◆ lumi_field_value()

int AtlasDetectorID::lumi_field_value ( ) const
inlineprotectedinherited

Definition at line 645 of file AtlasDetectorID.h.

645 {return (m_LUMI_ID);}

◆ mdt()

Identifier AtlasDetectorID::mdt ( void  ) const
inherited

Definition at line 32 of file AtlasDetectorID.cxx.

32  {
33  return Identifier{};
34 }

◆ mdt_field_value()

int AtlasDetectorID::mdt_field_value ( ) const
inlineprotectedinherited

Definition at line 660 of file AtlasDetectorID.h.

660 {return (m_MDT_ID);}

◆ measuresPhi()

bool RpcIdHelper::measuresPhi ( const Identifier id) const
overridevirtual

Implements MuonIdHelper.

Definition at line 1059 of file RpcIdHelper.cxx.

1059 { return m_mea_impl.unpack(id); }

◆ measuresPhiMax() [1/2]

int RpcIdHelper::measuresPhiMax ( )
static

Definition at line 1093 of file RpcIdHelper.cxx.

1093 { return MeasuresPhiMax; }

◆ measuresPhiMax() [2/2]

int RpcIdHelper::measuresPhiMax ( const Identifier id) const

Definition at line 546 of file RpcIdHelper.cxx.

546  {
547  ExpandedIdentifier expId;
548  IdContext measuresPhi_context(expId, 0, m_MEASURESPHI_INDEX);
549  if (!get_expanded_id(id, expId, &measuresPhi_context)) {
550  for (unsigned int i = 0; i < m_full_channel_range.size(); ++i) {
551  const Range& range = m_full_channel_range[i];
552  if (range.match(expId)) {
553  const Range::field& mphi_field = range[m_MEASURESPHI_INDEX];
554  if (not mphi_field.empty()) { return (mphi_field.get_maximum()); }
555  }
556  }
557  }
558  // Failed to find the max
559  return -999;
560 }

◆ measuresPhiMin() [1/2]

int RpcIdHelper::measuresPhiMin ( )
static

Definition at line 1091 of file RpcIdHelper.cxx.

1091 { return MeasuresPhiMin; }

◆ measuresPhiMin() [2/2]

int RpcIdHelper::measuresPhiMin ( const Identifier id) const

Definition at line 530 of file RpcIdHelper.cxx.

530  {
531  ExpandedIdentifier expId;
532  IdContext measuresPhi_context(expId, 0, m_MEASURESPHI_INDEX);
533  if (!get_expanded_id(id, expId, &measuresPhi_context)) {
534  for (unsigned int i = 0; i < m_full_channel_range.size(); ++i) {
535  const Range& range = m_full_channel_range[i];
536  if (range.match(expId)) {
537  const Range::field& mphi_field = range[m_MEASURESPHI_INDEX];
538  if (not mphi_field.empty()) { return (mphi_field.get_minimum()); }
539  }
540  }
541  }
542  // Failed to find the min
543  return 999;
544 }

◆ mm()

Identifier AtlasDetectorID::mm ( void  ) const
inherited

Definition at line 47 of file AtlasDetectorID.cxx.

47  {
48  return Identifier{};
49 }

◆ mm_field_value()

int AtlasDetectorID::mm_field_value ( ) const
inlineprotectedinherited

Definition at line 675 of file AtlasDetectorID.h.

675 {return (m_MM_ID);}

◆ module_begin()

MuonIdHelper::const_id_iterator MuonIdHelper::module_begin ( ) const
inherited

Iterators over full set of ids.

Module iterator is sorted

Definition at line 758 of file MuonIdHelper.cxx.

758 { return (m_module_vec.begin()); }

◆ module_context()

IdContext MuonIdHelper::module_context ( ) const
inherited

id for module

Definition at line 735 of file MuonIdHelper.cxx.

735  {
737  return (IdContext(id, 0, m_MODULE_INDEX));
738 }

◆ module_end()

MuonIdHelper::const_id_iterator MuonIdHelper::module_end ( ) const
inherited

Definition at line 760 of file MuonIdHelper.cxx.

760 { return (m_module_vec.end()); }

◆ module_hash_max()

MuonIdHelper::size_type MuonIdHelper::module_hash_max ( ) const
inherited

the maximum hash value

Definition at line 752 of file MuonIdHelper.cxx.

752 { return m_module_hash_max; }

◆ msg() [1/2]

MsgStream & AthMessaging::msg ( ) const
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 164 of file AthMessaging.h.

165 {
166  MsgStream* ms = m_msg_tls.get();
167  if (!ms) {
168  if (!m_initialized.test_and_set()) initMessaging();
169  ms = new MsgStream(m_imsg,m_nm);
170  m_msg_tls.reset( ms );
171  }
172 
173  ms->setLevel (m_lvl);
174  return *ms;
175 }

◆ msg() [2/2]

MsgStream & AthMessaging::msg ( const MSG::Level  lvl) const
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 179 of file AthMessaging.h.

180 { return msg() << lvl; }

◆ msgLvl()

bool AthMessaging::msgLvl ( const MSG::Level  lvl) const
inlineinherited

Test the output level.

Parameters
lvlThe message level to test against
Returns
boolean Indicating if messages at given level will be printed
Return values
trueMessages at level "lvl" will be printed

Definition at line 151 of file AthMessaging.h.

152 {
153  if (!m_initialized.test_and_set()) initMessaging();
154  if (m_lvl <= lvl) {
155  msg() << lvl;
156  return true;
157  } else {
158  return false;
159  }
160 }

◆ multiRange()

const MultiRange & MuonIdHelper::multiRange ( ) const
inherited

multirange

Definition at line 750 of file MuonIdHelper.cxx.

750 { return m_full_module_range; }

◆ muon()

Identifier MuonIdHelper::muon ( ) const
inherited

Definition at line 728 of file MuonIdHelper.cxx.

728 { return AtlasDetectorID::muon(); }

◆ muon_exp()

ExpandedIdentifier AtlasDetectorID::muon_exp ( void  ) const
inlineprotectedinherited

Definition at line 513 of file AtlasDetectorID.h.

514 {
516  return (result << m_MUON_ID);
517 }

◆ muon_field_value()

int AtlasDetectorID::muon_field_value ( ) const
inlineprotectedinherited

Definition at line 627 of file AtlasDetectorID.h.

627 {return (m_MUON_ID);}

◆ nStationNames()

int MuonIdHelper::nStationNames ( ) const
inherited

Definition at line 872 of file MuonIdHelper.cxx.

872 { return (int)m_isSmall.size(); }

◆ padID() [1/4]

Identifier RpcIdHelper::padID ( const Identifier elementID,
int  doubletZ,
int  doubletPhi 
) const

Definition at line 1034 of file RpcIdHelper.cxx.

1034  {
1035  // pack fields independently
1036  Identifier result(id);
1039  return result;
1040 }

◆ padID() [2/4]

Identifier RpcIdHelper::padID ( const Identifier elementID,
int  doubletZ,
int  doubletPhi,
bool &  isValid 
) const

Definition at line 1041 of file RpcIdHelper.cxx.

1041  {
1042  try {
1043  const Identifier result = padID(id, doubletZ, doubletPhi);
1044  isValid = validPad(result);
1045  return result;
1046  } catch (const std::out_of_range&) { isValid = false; }
1047  return Identifier{0};
1048 }

◆ padID() [3/4]

Identifier RpcIdHelper::padID ( int  stationName,
int  stationEta,
int  stationPhi,
int  doubletR,
int  doubletZ,
int  doubletPhi 
) const

Definition at line 1011 of file RpcIdHelper.cxx.

1011  {
1012  // pack fields independently
1022  return result;
1023 }

◆ padID() [4/4]

Identifier RpcIdHelper::padID ( int  stationName,
int  stationEta,
int  stationPhi,
int  doubletR,
int  doubletZ,
int  doubletPhi,
bool &  isValid 
) const

Definition at line 1024 of file RpcIdHelper.cxx.

1025  {
1026  try {
1029  return result;
1030  } catch (const std::out_of_range&) { isValid = false; }
1031  return Identifier{0};
1032 }

◆ panelID() [1/5]

Identifier RpcIdHelper::panelID ( const Identifier channelID) const

Definition at line 864 of file RpcIdHelper.cxx.

864  {
867  return result;
868 }

◆ panelID() [2/5]

Identifier RpcIdHelper::panelID ( const Identifier padID,
int  gasGap,
int  measuresPhi 
) const

Definition at line 870 of file RpcIdHelper.cxx.

870  {
874  return result;
875 }

◆ panelID() [3/5]

Identifier RpcIdHelper::panelID ( const Identifier padID,
int  gasGap,
int  measuresPhi,
bool &  isValid 
) const

Definition at line 876 of file RpcIdHelper.cxx.

876  {
877  try {
879  isValid = valid(result);
880  return result;
881  } catch (const std::out_of_range&) { isValid = false; }
882  return Identifier{0};
883 }

◆ panelID() [4/5]

Identifier RpcIdHelper::panelID ( int  stationName,
int  stationEta,
int  stationPhi,
int  doubletR,
int  doubletZ,
int  doubletPhi,
int  gasGap,
int  measuresPhi 
) const

◆ panelID() [5/5]

Identifier RpcIdHelper::panelID ( int  stationName,
int  stationEta,
int  stationPhi,
int  doubletR,
int  doubletZ,
int  doubletPhi,
int  gasGap,
int  measuresPhi,
bool &  isValid 
) const

Definition at line 854 of file RpcIdHelper.cxx.

855  {
856  try {
858  isValid = valid(result);
859  return result;
860  } catch (const std::out_of_range&) { isValid = false; }
861  return Identifier{0};
862 }

◆ parentID()

Identifier RpcIdHelper::parentID ( const Identifier id) const

Definition at line 989 of file RpcIdHelper.cxx.

989  {
990  assert(is_rpc(id));
991  Identifier result(id);
997  return result;
998 }

◆ pixel()

Identifier AtlasDetectorID::pixel ( void  ) const
inherited

Definition at line 85 of file AtlasDetectorID.cxx.

85  {
86  Identifier result{0};
87  // Pack field
90  return result;
91 }

◆ pixel_exp()

ExpandedIdentifier AtlasDetectorID::pixel_exp ( void  ) const
inlineprotectedinherited

Inner Detector:

Definition at line 534 of file AtlasDetectorID.h.

535 {
537  return (result << m_PIXEL_ID);
538 }

◆ pixel_field_value()

int AtlasDetectorID::pixel_field_value ( ) const
inlineprotectedinherited

Definition at line 633 of file AtlasDetectorID.h.

633 {return (m_PIXEL_ID);}

◆ plr_field_value()

int AtlasDetectorID::plr_field_value ( ) const
inlineprotectedinherited

Definition at line 648 of file AtlasDetectorID.h.

648 {return (m_LUMI_PLR_ID);}

◆ print()

void AtlasDetectorID::print ( Identifier  id,
const IdContext context = 0 
) const
inherited

Expanded print out of any identifier.

Definition at line 414 of file AtlasDetectorID.cxx.

414  {
415  ATH_MSG_INFO(print_to_string(id, context));
416 }

◆ print_to_string()

std::string AtlasDetectorID::print_to_string ( Identifier  id,
const IdContext context = 0 
) const
inherited

or provide the printout in string form

Definition at line 418 of file AtlasDetectorID.cxx.

419  {
420  // Print out for any Atlas identifier
421  std::string result;
423 
424  // Do a generic printout of identifier from dictionary
425  unsigned int max_index = (context) ? context->end_index() : 999;
426 
427  // Find the dictionary to use:
428  IdDictDictionary *dict{nullptr};
429  ExpandedIdentifier expId;
430  ExpandedIdentifier prefix; // default is null prefix
431  Identifier compact = id;
432 
433  if (is_indet(id)) {
434  dict = m_indet_dict;
435  } else if (is_lar(id)) {
436  dict = m_lar_dict;
437  } else if (is_tile(id)) {
438  dict = m_tile_dict;
439  } else if (is_muon(id)) {
440  dict = m_muon_dict;
441  } else if (is_lvl1_trig_towers(id) || is_lvl1_online(id) ||
442  is_lar_dm(id) || is_tile_dm(id)) {
443  dict = m_calo_dict;
444  } else if (is_forward(id)) {
445  dict = m_fwd_dict;
446  }
447 
448  if (!dict) {
449  ATH_MSG_WARNING(__func__<<":"<<__LINE__<<" No dictionary could be associated to "<<id);
450  return result;
451  }
452  if (dict->unpack(compact, prefix, max_index," ", result)) {
453  return result;
454  }
455  }
456  return result;
457 }

◆ register_dict_tag()

int AtlasDetectorID::register_dict_tag ( const IdDictMgr dict_mgr,
const std::string &  dict_name 
)
protectedinherited

Register the file and tag names for a particular IdDict dictionary.

Definition at line 196 of file AtlasDetectorID.cxx.

197  {
198  // Register version of dictionary dict_name
199 
200  // Access dictionary by name
201  IdDictDictionary *dict = dict_mgr.find_dictionary(dict_name);
202  if (!dict) {
203  ATH_MSG_ERROR(__func__<<":"<<__LINE__<<" No dictionary found");
204  return 1;
205 
206  }
207  // Add in dict name, file name and version
208  m_dict_names.push_back(dict_name);
209  m_file_names.push_back(dict->file_name());
210  m_dict_tags.push_back(dict->dict_tag());
211  return 0;
212 }

◆ reinitialize()

bool AtlasDetectorID::reinitialize ( const IdDictMgr dict_mgr)
protectedinherited

Test whether an idhelper should be reinitialized based on the change of tags.

Definition at line 216 of file AtlasDetectorID.cxx.

216  {
217  // If no tag has been registered, then reinitialize
218  if (m_dict_tags.size() == 0){
219  return true;
220  }
221  // If no dict names have been registered, then reinitialize
222  if (m_dict_names.size() == 0){
223  return true;
224  }
225  // Loop over dict names and check version tags
226  if (m_dict_names.size() != m_dict_tags.size()) {
227  ATH_MSG_ERROR("reinitialize: dict names and tags vectors not the same length ");
228  ATH_MSG_ERROR("names: " << m_dict_names.size() << " tags: " << m_dict_tags.size());
229  }
230  for (unsigned int i = 0; i < m_dict_names.size(); ++i) {
231  // Access dictionary by name
232  IdDictDictionary *dict = dict_mgr.find_dictionary(m_dict_names[i]);
233  if (!dict) {
234  ATH_MSG_ERROR("reinitialize: could not find dict - " << m_dict_names[i]);
235  return false;
236  }
237  if (m_dict_tags[i] != dict->dict_tag()) {
238  // Remove all memory of versions
239  m_dict_names.clear();
240  m_dict_tags.clear();
241  m_file_names.clear();
242  return true;
243  }
244  }
245 
246  // Tags match - don't reinitialize
247  return false;
248 }

◆ resetAndSet()

void MuonIdHelper::resetAndSet ( const IdDictFieldImplementation dict,
const int  new_val,
Identifier id 
) const
inlineprotectedinherited

Definition at line 309 of file MuonIdHelper.h.

309  {
310  dict.reset(id);
311  dict.pack(new_val,id);
312  }

◆ rpc()

Identifier AtlasDetectorID::rpc ( void  ) const
inherited

Definition at line 38 of file AtlasDetectorID.cxx.

38  {
39  return Identifier{};
40 }

◆ rpc_field_value()

int AtlasDetectorID::rpc_field_value ( ) const
inlineprotectedinherited

Definition at line 666 of file AtlasDetectorID.h.

666 {return (m_RPC_ID);}

◆ rpcTechnology()

int RpcIdHelper::rpcTechnology ( ) const
private

Utility methods.

Definition at line 1101 of file RpcIdHelper.cxx.

1101  {
1102  int rpcField = technologyIndex("RPC");
1103  if (m_dict) { rpcField = rpc_field_value(); }
1104  return rpcField;
1105 }

◆ sct()

Identifier AtlasDetectorID::sct ( void  ) const
inherited

Definition at line 93 of file AtlasDetectorID.cxx.

93  {
94  Identifier result{0};
95  // Pack field
98  return result;
99 }

◆ sct_exp()

ExpandedIdentifier AtlasDetectorID::sct_exp ( void  ) const
inlineprotectedinherited

Definition at line 541 of file AtlasDetectorID.h.

542 {
544  return (result << m_SCT_ID);
545 }

◆ sct_field_value()

int AtlasDetectorID::sct_field_value ( ) const
inlineprotectedinherited

Definition at line 636 of file AtlasDetectorID.h.

636 {return (m_SCT_ID);}

◆ set_do_checks()

void AtlasDetectorID::set_do_checks ( bool  do_checks)
overridevirtualinherited

Implements IdHelper.

Definition at line 470 of file AtlasDetectorID.cxx.

470  {
472 }

◆ set_do_neighbours()

void AtlasDetectorID::set_do_neighbours ( bool  do_neighbours)
overridevirtualinherited

Implements IdHelper.

Definition at line 478 of file AtlasDetectorID.cxx.

478  {
480 }

◆ set_quiet()

void AtlasDetectorID::set_quiet ( bool  quiet)
inherited

Set flag for suppressing informational output.

Definition at line 486 of file AtlasDetectorID.cxx.

486  {
487  m_quiet = quiet;
488 }

◆ setDictVersion()

void AtlasDetectorID::setDictVersion ( const IdDictMgr dict_mgr,
const std::string &  name 
)
overrideprotectedvirtualinherited

Implements IdHelper.

Definition at line 490 of file AtlasDetectorID.cxx.

490  {
491  const IdDictDictionary *dict = dict_mgr.find_dictionary(name);
492  m_dict_version = dict->m_version;
493 }

◆ setLevel()

void AthMessaging::setLevel ( MSG::Level  lvl)
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.

29 {
30  m_lvl = lvl;
31 }

◆ setMessageSvc()

void AtlasDetectorID::setMessageSvc ( IMessageSvc *  msgSvc)
overridevirtualinherited

Implements IdHelper.

Definition at line 482 of file AtlasDetectorID.cxx.

482  {
483  m_msgSvc = msgSvc;
484 }

◆ show()

void AtlasDetectorID::show ( Identifier  id,
const IdContext context = 0,
char  sep = '.' 
) const
inherited

Short print out of any identifier (optionally provide separation character - default is '.

'):

Definition at line 354 of file AtlasDetectorID.cxx.

354  {
355  ATH_MSG_INFO(show_to_string(id, context, sep));
356 }

◆ show_to_string()

std::string AtlasDetectorID::show_to_string ( Identifier  id,
const IdContext context = 0,
char  sep = '.' 
) const
inherited

or provide the printout in string form

Definition at line 360 of file AtlasDetectorID.cxx.

360  {
361  // Do a generic printout of identifier
362 
363  std::string result("Unable to decode id");
364  unsigned int max_index = (context) ? context->end_index() : 999;
365 
367  return result;
368 
369  // Find the dictionary to use:
370  IdDictDictionary *dict{nullptr};
371  ExpandedIdentifier expId{};
372  ExpandedIdentifier prefix{}; // default is null prefix
373  Identifier compact = id;
374 
375  if (is_indet(id)) {
376  dict = m_indet_dict;
377  } else if (is_lar(id)) {
378  dict = m_lar_dict;
379  } else if (is_tile(id)) {
380  dict = m_tile_dict;
381  } else if (is_muon(id)) {
382  dict = m_muon_dict;
383  } else if (is_lvl1_trig_towers(id) || is_lvl1_online(id) ||
384  is_lar_dm(id) || is_tile_dm(id)) {
385  dict = m_calo_dict;
386  } else if (is_forward(id)) {
387  dict = m_fwd_dict;
388  }
389 
390  if (!dict) {
391  ATH_MSG_WARNING(__func__<<" No detector type associated to id "<<id);
392  return result;
393  }
394  if (dict->unpack(compact, prefix, max_index, expId)) {
395  return result;
396  }
397 
398  bool first = true;
399  result = "";
400  if ('.' == sep)
401  result = "[";
402  for (unsigned int i = 0; i < expId.fields(); ++i) {
403  if (first)
404  first = false;
405  else
406  result += sep;
407  result += std::format("{}", expId[i]);
408  }
409  if ('.' == sep)
410  result += "]";
411  return result;
412 }

◆ stationEta()

int MuonIdHelper::stationEta ( const Identifier id) const
inherited

Definition at line 809 of file MuonIdHelper.cxx.

809  {
810  int result = m_eta_impl.unpack(id);
811  return result;
812 }

◆ stationEtaMax() [1/2]

int RpcIdHelper::stationEtaMax ( )
static

Definition at line 1069 of file RpcIdHelper.cxx.

1069 { return StationEtaMax; }

◆ stationEtaMax() [2/2]

int RpcIdHelper::stationEtaMax ( const Identifier id) const

Definition at line 352 of file RpcIdHelper.cxx.

352  {
353  ExpandedIdentifier expId;
354  IdContext eta_context(expId, 0, m_ETA_INDEX);
355  if (!get_expanded_id(id, expId, &eta_context)) {
356  int result = -999;
357  for (const Range& range : m_full_module_range) {
358  if (range.match(expId)) {
359  const Range::field& eta_field = range[m_ETA_INDEX];
360  if (not eta_field.empty()) {
361  result = std::max(result, eta_field.get_maximum());
362  }
363  }
364  }
365  return (result);
366  }
367  return -999;
368 }

◆ stationEtaMin() [1/2]

int RpcIdHelper::stationEtaMin ( )
static

Definition at line 1067 of file RpcIdHelper.cxx.

1067 { return StationEtaMin; }

◆ stationEtaMin() [2/2]

int RpcIdHelper::stationEtaMin ( const Identifier id) const

Definition at line 334 of file RpcIdHelper.cxx.

334  {
335  ExpandedIdentifier expId;
336  IdContext eta_context(expId, 0, m_ETA_INDEX);
337  if (!get_expanded_id(id, expId, &eta_context)) {
338  int result = 999;
339  for (const Range& range : m_full_module_range) {
340  if (range.match(expId)) {
341  const Range::field& eta_field = range[m_ETA_INDEX];
342  if (not eta_field.empty()) {
343  result = std::min(eta_field.get_minimum(), result);
344  }
345  }
346  }
347  return (result);
348  }
349  return 999; // default
350 }

◆ stationName()

int MuonIdHelper::stationName ( const Identifier id) const
inherited

Definition at line 804 of file MuonIdHelper.cxx.

804  {
805  int result = m_sta_impl.unpack(id);
806  return result;
807 }

◆ stationNameIndex()

int MuonIdHelper::stationNameIndex ( const std::string &  name) const
inherited

Definition at line 846 of file MuonIdHelper.cxx.

846  {
847  std::map<std::string, int>::const_iterator itr = m_stationNameToIdxMap.find(name);
848  if (itr != m_stationNameToIdxMap.end()) return itr->second;
849  return -1;
850 }

◆ stationNameIndexMax()

int MuonIdHelper::stationNameIndexMax ( ) const
inherited

Definition at line 824 of file MuonIdHelper.cxx.

824 { return m_stationIndexMax; }

◆ stationNameString()

const std::string & MuonIdHelper::stationNameString ( const int &  index) const
inherited

Definition at line 858 of file MuonIdHelper.cxx.

858  {
859  assert(index >= 0 && index <= stationNameIndexMax());
860  std::map<int, std::string>::const_iterator itr = m_stationIdxToNameMap.find(index);
861  if (itr != m_stationIdxToNameMap.end()) return itr->second;
862  return BAD_NAME;
863 }

◆ stationPhi()

int MuonIdHelper::stationPhi ( const Identifier id) const
inherited

Definition at line 814 of file MuonIdHelper.cxx.

814  {
815  int result = m_phi_impl.unpack(id);
816  return result;
817 }

◆ stationPhiMax() [1/2]

int RpcIdHelper::stationPhiMax ( )
static

Definition at line 1073 of file RpcIdHelper.cxx.

1073 { return StationPhiMax; }

◆ stationPhiMax() [2/2]

int RpcIdHelper::stationPhiMax ( const Identifier id) const

Definition at line 386 of file RpcIdHelper.cxx.

386  {
387  ExpandedIdentifier expId;
388  IdContext phi_context(expId, 0, m_PHI_INDEX);
389  if (!get_expanded_id(id, expId, &phi_context)) {
390  for (unsigned int i = 0; i < m_full_module_range.size(); ++i) {
391  const Range& range = m_full_module_range[i];
392  if (range.match(expId)) {
393  const Range::field& phi_field = range[m_PHI_INDEX];
394  if (not phi_field.empty()) { return (phi_field.get_maximum()); }
395  }
396  }
397  }
398  // Failed to find the max
399  return -999;
400 }

◆ stationPhiMin() [1/2]

int RpcIdHelper::stationPhiMin ( )
static

Definition at line 1071 of file RpcIdHelper.cxx.

1071 { return StationPhiMin; }

◆ stationPhiMin() [2/2]

int RpcIdHelper::stationPhiMin ( const Identifier id) const

Definition at line 370 of file RpcIdHelper.cxx.

370  {
371  ExpandedIdentifier expId;
372  IdContext phi_context(expId, 0, m_PHI_INDEX);
373  if (!get_expanded_id(id, expId, &phi_context)) {
374  for (unsigned int i = 0; i < m_full_module_range.size(); ++i) {
375  const Range& range = m_full_module_range[i];
376  if (range.match(expId)) {
377  const Range::field& phi_field = range[m_PHI_INDEX];
378  if (not phi_field.empty()) { return (phi_field.get_minimum()); }
379  }
380  }
381  }
382  // Failed to find the min
383  return 999;
384 }

◆ stationRegion()

int MuonIdHelper::stationRegion ( const Identifier id) const
inherited

Definition at line 713 of file MuonIdHelper.cxx.

713  {
714  std::string name = stationNameString(stationName(id));
715 
716  if (name.size() >= 2) {
717  if ('I' == name[1] || '4' == name[1]) return 0;
718  if ('E' == name[1] || '1' == name[1]) return 1;
719  if ('M' == name[1] || '2' == name[1]) return 2;
720  if ('O' == name[1] || '3' == name[1]) return 3;
721  }
722  if (name == "CSS" || name == "CSL") return 0;
723  ATH_MSG_ERROR(" MuonId::stationRegion / id = " << show_to_string(id) << " stationnamestring = " << name);
724  return -1;
725 }

◆ stgc()

Identifier AtlasDetectorID::stgc ( void  ) const
inherited

Definition at line 44 of file AtlasDetectorID.cxx.

44  {
45  return Identifier{};
46 }

◆ stgc_field_value()

int AtlasDetectorID::stgc_field_value ( ) const
inlineprotectedinherited

Definition at line 672 of file AtlasDetectorID.h.

672 {return (m_STGC_ID);}

◆ strip()

int RpcIdHelper::strip ( const Identifier id) const

Definition at line 1061 of file RpcIdHelper.cxx.

1061 { return m_str_impl.unpack(id); }

◆ stripMax() [1/2]

int RpcIdHelper::stripMax ( )
static

Definition at line 1097 of file RpcIdHelper.cxx.

1097 { return StripMax; }

◆ stripMax() [2/2]

int RpcIdHelper::stripMax ( const Identifier id) const

Definition at line 578 of file RpcIdHelper.cxx.

578  {
579  ExpandedIdentifier expId;
580  IdContext strip_context(expId, 0, m_CHANNEL_INDEX);
581  if (!get_expanded_id(id, expId, &strip_context)) {
582  for (unsigned int i = 0; i < m_full_channel_range.size(); ++i) {
583  const Range& range = m_full_channel_range[i];
584  if (range.match(expId)) {
585  const Range::field& strip_field = range[m_CHANNEL_INDEX];
586  if (not strip_field.empty()) { return (strip_field.get_maximum()); }
587  }
588  }
589  }
590  // Failed to find the max
591  return -999;
592 }

◆ stripMin() [1/2]

int RpcIdHelper::stripMin ( )
static

Definition at line 1095 of file RpcIdHelper.cxx.

1095 { return StripMin; }

◆ stripMin() [2/2]

int RpcIdHelper::stripMin ( const Identifier id) const

Definition at line 562 of file RpcIdHelper.cxx.

562  {
563  ExpandedIdentifier expId;
564  IdContext strip_context(expId, 0, m_CHANNEL_INDEX);
565  if (!get_expanded_id(id, expId, &strip_context)) {
566  for (unsigned int i = 0; i < m_full_channel_range.size(); ++i) {
567  const Range& range = m_full_channel_range[i];
568  if (range.match(expId)) {
569  const Range::field& strip_field = range[m_CHANNEL_INDEX];
570  if (not strip_field.empty()) { return (strip_field.get_minimum()); }
571  }
572  }
573  }
574  // Failed to find the min
575  return 999;
576 }

◆ subdet_context()

IdContext AtlasDetectorID::subdet_context ( void  ) const
inherited

IdContext (indicates id length) for sub-detector.

Definition at line 179 of file AtlasDetectorID.cxx.

179  {
180  ExpandedIdentifier id{};
181  return IdContext{id, 0, m_SUBDET_INDEX};
182 }

◆ technology()

int MuonIdHelper::technology ( const Identifier id) const
inherited

Definition at line 819 of file MuonIdHelper.cxx.

819  {
820  int result = m_tec_impl.unpack(id);
821  return result;
822 }

◆ technology_context()

IdContext MuonIdHelper::technology_context ( ) const
inherited

access to IdContext's which define which levels or fields are contained in the Muon id

id for technology

Definition at line 730 of file MuonIdHelper.cxx.

730  {
732  return (IdContext(id, 0, m_TECHNOLOGY_INDEX));
733 }

◆ technologyIndex()

int MuonIdHelper::technologyIndex ( const std::string &  name) const
inherited

Definition at line 852 of file MuonIdHelper.cxx.

852  {
853  std::map<std::string, int>::const_iterator itr = m_technologyNameToIdxMap.find(name);
854  if (itr != m_technologyNameToIdxMap.end()) return itr->second;
855  return -1;
856 }

◆ technologyNameIndexMax()

int MuonIdHelper::technologyNameIndexMax ( ) const
inherited

Definition at line 826 of file MuonIdHelper.cxx.

826 { return m_technologyIndexMax; }

◆ technologyString()

const std::string & MuonIdHelper::technologyString ( const int &  index) const
inherited

Definition at line 865 of file MuonIdHelper.cxx.

865  {
866  assert(index >= 0 && index <= technologyNameIndexMax());
867  std::map<int, std::string>::const_iterator itr = m_technologyIdxToNameMap.find(index);
868  if (itr != m_technologyIdxToNameMap.end()) return itr->second;
869  return BAD_NAME;
870 }

◆ test_id()

void MuonIdHelper::test_id ( const Identifier id,
const IdContext context 
) const
inherited

Definition at line 681 of file MuonIdHelper.cxx.

681  {
682  Identifier compact = id;
683  ExpandedIdentifier new_id;
684  if (get_expanded_id(compact, new_id, &context)) {
685  ATH_MSG_ERROR("Unable to get expanded id. Compact id " << compact);
686  return;
687  }
688  Identifier new_compact;
689  if (get_compact_id(new_id, new_compact, &context)) {
690  ATH_MSG_ERROR("Unable to get compact id. Expanded id " << show_to_string(id));
691  return;
692  }
693  if (compact != new_compact) {
694  ATH_MSG_ERROR("new and old compacts not equal. New/old/expanded ids " << new_compact << " " << compact << " "
695  << show_to_string(id));
696  return;
697  }
698 }

◆ test_module_packing()

void MuonIdHelper::test_module_packing ( ) const
inherited

Tests of packing.

Definition at line 650 of file MuonIdHelper.cxx.

650  {
651  if (m_dict) {
652  int nids = 0;
653  IdContext context = module_context();
655  const_id_iterator last = m_module_vec.end();
656  for (; first != last; ++first, ++nids) {
657  Identifier compact = (*first);
659  if (get_expanded_id(compact, id, &context)) {
660  ATH_MSG_ERROR("test_module_packing: Unable to get expanded id. Compact id " << compact);
661  continue;
662  }
663  Identifier new_compact;
664  if (get_compact_id(id, new_compact, &context)) {
665  ATH_MSG_ERROR("test_module_packing: Unable to get compact id. Expanded id " << std::string(id));
666  continue;
667  }
668  if (compact != new_compact) {
669  ATH_MSG_ERROR("test_module_packing: new and old compacts not equal "
670  << "New/old/expanded ids " << new_compact << " " << compact << " " << std::string(id));
671  continue;
672  }
673  }
674 
675  ATH_MSG_INFO("test_module_packing: Successful tested " << nids << " ids. ");
676  } else {
677  ATH_MSG_ERROR("Unable to test module is packing - no dictionary has been defined. ");
678  }
679 }

◆ tgc()

Identifier AtlasDetectorID::tgc ( void  ) const
inherited

Definition at line 41 of file AtlasDetectorID.cxx.

41  {
42  return Identifier{};
43 }

◆ tgc_field_value()

int AtlasDetectorID::tgc_field_value ( ) const
inlineprotectedinherited

Definition at line 669 of file AtlasDetectorID.h.

669 {return (m_TGC_ID);}

◆ tile()

Identifier AtlasDetectorID::tile ( void  ) const
inherited

Definition at line 64 of file AtlasDetectorID.cxx.

64  {
65  Identifier result{0};
66  // Pack field
68  return result;
69 }

◆ tile_dm()

Identifier AtlasDetectorID::tile_dm ( void  ) const
inherited

Definition at line 149 of file AtlasDetectorID.cxx.

149  {
150  Identifier result{0};
151  // Pack field
154  return result;
155 }

◆ tile_exp()

ExpandedIdentifier AtlasDetectorID::tile_exp ( void  ) const
inlineprotectedinherited

Definition at line 506 of file AtlasDetectorID.h.

507 {
509  return (result << m_TILE_ID);
510 }

◆ tile_field_value()

int AtlasDetectorID::tile_field_value ( ) const
inlineprotectedinherited

Definition at line 624 of file AtlasDetectorID.h.

624 {return (m_TILE_ID);}

◆ to_range()

std::string AtlasDetectorID::to_range ( const ExpandedIdentifier id) const
protectedinherited

Definition at line 495 of file AtlasDetectorID.cxx.

495  {
496 
497  // Build a string from the contents of an identifier
498  int fields = id.fields();
499  std::string result("");
500  for (int i = 0; i < fields; ++i) {
501  if (i > 0) {
502  result += '/'; // add '/' only if NOT last one
503  }
504  result += std::format("{}", id[i]);
505  }
506  return result;
507 }

◆ trt()

Identifier AtlasDetectorID::trt ( void  ) const
inherited

Definition at line 101 of file AtlasDetectorID.cxx.

101  {
102  Identifier result{0};
103  // Pack field
106  return result;
107 }

◆ trt_exp()

ExpandedIdentifier AtlasDetectorID::trt_exp ( void  ) const
inlineprotectedinherited

Definition at line 548 of file AtlasDetectorID.h.

549 {
551  return (result << m_TRT_ID);
552 }

◆ trt_field_value()

int AtlasDetectorID::trt_field_value ( ) const
inlineprotectedinherited

Definition at line 639 of file AtlasDetectorID.h.

639 {return (m_TRT_ID);}

◆ valid()

bool RpcIdHelper::valid ( const Identifier id) const

Definition at line 596 of file RpcIdHelper.cxx.

596  {
597  if (!validElement(id)) return false;
598 
599  int dbz = doubletZ(id);
600  if ((dbz < doubletZMin(id)) || (dbz > doubletZMax(id))) {
601  ATH_MSG_DEBUG("Invalid doubletZ=" << dbz << " doubletZMin=" << doubletZMin(id) << " doubletZMax=" << doubletZMax(id));
602  return false;
603  }
604 
605  int dbp = doubletPhi(id);
606  if ((dbp < doubletPhiMin(id)) || (dbp > doubletPhiMax(id))) {
607  ATH_MSG_DEBUG("Invalid doubletPhi=" << dbp << " doubletPhiMin=" << doubletPhiMin(id) << " doubletPhiMax=" << doubletPhiMax(id));
608  return false;
609  }
610 
611  int gasG = gasGap(id);
612  if ((gasG < gasGapMin(id)) || (gasG > gasGapMax(id))) {
613  ATH_MSG_DEBUG("Invalid gasGap=" << gasG << " gasGapMin=" << gasGapMin(id) << " gasGapMax=" << gasGapMax(id));
614  return false;
615  }
616 
617  int mPhi = measuresPhi(id);
618  if ((mPhi < measuresPhiMin(id)) || (mPhi > measuresPhiMax(id))) {
619  ATH_MSG_DEBUG("Invalid measuresPhi=" << mPhi << " measuresPhiMin=" << measuresPhiMin(id)
620  << " measuresPhiMax=" << measuresPhiMax(id));
621  return false;
622  }
623 
624  int str = strip(id);
625  if ((str < stripMin(id)) || (str > stripMax(id))) {
626  ATH_MSG_DEBUG("Invalid strip=" << str << " stripMin=" << stripMin(id) << " stripMax=" << stripMax(id));
627  return false;
628  }
629  return true;
630 }

◆ validChannel()

bool RpcIdHelper::validChannel ( const Identifier id,
int  stationName,
int  stationEta,
int  stationPhi,
int  doubletR,
int  doubletZ,
int  doubletPhi,
int  gasGap,
int  measuresPhi,
int  strip 
) const
private

Definition at line 706 of file RpcIdHelper.cxx.

707  {
708  if (!validElement(id, stationName, stationEta, stationPhi, doubletR)) return false;
709 
710  if ((doubletZ < doubletZMin(id)) || (doubletZ > doubletZMax(id))) {
711  ATH_MSG_VERBOSE("Invalid doubletZ=" << doubletZ << " doubletZMin=" << doubletZMin(id) << " doubletZMax=" << doubletZMax(id));
712  return false;
713  }
714  if ((doubletPhi < doubletPhiMin(id)) || (doubletPhi > doubletPhiMax(id))) {
715  ATH_MSG_VERBOSE("Invalid doubletPhi=" << doubletPhi << " doubletPhiMin=" << doubletPhiMin(id)
716  << " doubletPhiMax=" << doubletPhiMax(id));
717  return false;
718  }
719  if ((gasGap < gasGapMin(id)) || (gasGap > gasGapMax(id))) {
720  ATH_MSG_VERBOSE("Invalid gasGap=" << gasGap << " gasGapMin=" << gasGapMin(id) << " gasGapMax=" << gasGapMax(id));
721  return false;
722  }
723  if ((measuresPhi < measuresPhiMin(id)) || (measuresPhi > measuresPhiMax(id))) {
724  ATH_MSG_VERBOSE("Invalid measuresPhi=" << measuresPhi << " measuresPhiMin=" << measuresPhiMin(id)
725  << " measuresPhiMax=" << measuresPhiMax(id));
726  return false;
727  }
728  if ((strip < stripMin(id)) || (strip > stripMax(id))) {
729  ATH_MSG_VERBOSE("Invalid strip=" << strip << " stripMin=" << stripMin(id) << " stripMax=" << stripMax(id));
730  return false;
731  }
732  return true;
733 }

◆ validElement() [1/2]

bool RpcIdHelper::validElement ( const Identifier id) const

Definition at line 632 of file RpcIdHelper.cxx.

632  {
633  int station = stationName(id);
634  if (!validStation(station)) {
635  ATH_MSG_DEBUG("Invalid stationName=" << stationNameString(station));
636  return false;
637  }
638 
639  int eta = stationEta(id);
640  if (eta < stationEtaMin(id) || eta > stationEtaMax(id)) {
641  ATH_MSG_DEBUG("Invalid stationEta=" << eta << " for stationName=" << stationNameString(station)
642  << " stationEtaMin=" << stationEtaMin(id) << " stationEtaMax=" << stationEtaMax(id));
643  return false;
644  }
645 
646  int phi = stationPhi(id);
647  if ((phi < stationPhiMin(id)) || (phi > stationPhiMax(id))) {
648  ATH_MSG_DEBUG("Invalid stationPhi=" << phi << " for stationName=" << stationNameString(station)
649  << " stationPhiMin=" << stationPhiMin(id) << " stationPhiMax=" << stationPhiMax(id));
650  return false;
651  }
652 
653  int dbr = doubletR(id);
654  if ((dbr < doubletRMin(id)) || (dbr > doubletRMax(id))) {
655  ATH_MSG_DEBUG("Invalid doubletR=" << dbr << " for stationName=" << stationNameString(station) << " doubletRMin=" << doubletRMin(id)
656  << " doubletRMax=" << doubletRMax(id));
657  return false;
658  }
659  return true;
660 }

◆ validElement() [2/2]

bool RpcIdHelper::validElement ( const Identifier id,
int  stationName,
int  stationEta,
int  stationPhi,
int  doubletR 
) const
private

Definition at line 681 of file RpcIdHelper.cxx.

681  {
682  if (!validStation(stationName)) {
683  ATH_MSG_VERBOSE("Invalid stationName=" << stationNameString(stationName));
684  return false;
685  }
686  if (stationEta < stationEtaMin(id) || stationEta > stationEtaMax(id)) {
687  ATH_MSG_VERBOSE("Invalid stationEta=" << stationEta << " for stationName=" << stationNameString(stationName)
688  << " stationEtaMin=" << stationEtaMin(id) << " stationEtaMax=" << stationEtaMax(id));
689  return false;
690  }
691  if ((stationPhi < stationPhiMin(id)) || (stationPhi > stationPhiMax(id))) {
692  ATH_MSG_VERBOSE("Invalid stationPhi=" << stationPhi << " for stationName=" << stationNameString(stationName)
693  << " stationPhiMin=" << stationPhiMin(id) << " stationPhiMax=" << stationPhiMax(id));
694  return false;
695  }
696  if ((doubletR < doubletRMin(id)) || (doubletR > doubletRMax(id))) {
697  ATH_MSG_VERBOSE("Invalid doubletR=" << doubletR << " for stationName=" << stationNameString(stationName)
698  << " doubletRMin=" << doubletRMin(id) << " doubletRMax=" << doubletRMax(id));
699  return false;
700  }
701  return true;
702 }

◆ validPad() [1/2]

bool RpcIdHelper::validPad ( const Identifier id) const

Definition at line 662 of file RpcIdHelper.cxx.

662  {
663  if (!validElement(id)) return false;
664 
665  int dbz = doubletZ(id);
666  if ((dbz < doubletZMin(id)) || (dbz > doubletZMax(id))) {
667  ATH_MSG_DEBUG("Invalid doubletZ=" << dbz << " doubletZMin=" << doubletZMin(id) << " doubletZMax=" << doubletZMax(id));
668  return false;
669  }
670 
671  int dbp = doubletPhi(id);
672  if ((dbp < doubletPhiMin(id)) || (dbp > doubletPhiMax(id))) {
673  ATH_MSG_DEBUG("Invalid doubletPhi=" << dbp << " doubletPhiMin=" << doubletPhiMin(id) << " doubletPhiMax=" << doubletPhiMax(id));
674  return false;
675  }
676  return true;
677 }

◆ validPad() [2/2]

bool RpcIdHelper::validPad ( const Identifier id,
int  stationName,
int  stationEta,
int  stationPhi,
int  doubletR,
int  doubletZ,
int  doubletPhi 
) const
private

Definition at line 737 of file RpcIdHelper.cxx.

738  {
739  if (!validElement(id, stationName, stationEta, stationPhi, doubletR)) return false;
740 
741  if ((doubletZ < doubletZMin(id)) || (doubletZ > doubletZMax(id))) {
742  ATH_MSG_DEBUG("Invalid doubletZ=" << doubletZ << " doubletZMin=" << doubletZMin(id) << " doubletZMax=" << doubletZMax(id));
743  return false;
744  }
745  if ((doubletPhi < doubletPhiMin(id)) || (doubletPhi > doubletPhiMax(id))) {
746  ATH_MSG_DEBUG("Invalid doubletPhi=" << doubletPhi << " doubletPhiMin=" << doubletPhiMin(id)
747  << " doubletPhiMax=" << doubletPhiMax(id));
748  return false;
749  }
750  return true;
751 }

◆ validStation() [1/2]

bool MuonIdHelper::validStation ( int  stationName) const
protectedinherited

Definition at line 772 of file MuonIdHelper.cxx.

772 { return stationName >= 0 && m_stationInTech.count(stationName); }

◆ validStation() [2/2]

bool MuonIdHelper::validStation ( int  stationName,
int  technology 
) const
protectedinherited

Definition at line 771 of file MuonIdHelper.cxx.

◆ validTechnology()

bool MuonIdHelper::validTechnology ( int  technology) const
protectedinherited

Definition at line 773 of file MuonIdHelper.cxx.

773  {
775 }

◆ zdc_exp()

ExpandedIdentifier AtlasDetectorID::zdc_exp ( void  ) const
inlineprotectedinherited

Definition at line 611 of file AtlasDetectorID.h.

612 {
614  return (result << m_ZDC_ID);
615 }

◆ zdc_field_value()

int AtlasDetectorID::zdc_field_value ( ) const
inlineprotectedinherited

Definition at line 686 of file AtlasDetectorID.h.

686 {return (m_ZDC_ID);}

Member Data Documentation

◆ ATLAS_THREAD_SAFE

std::atomic_flag m_initialized AthMessaging::ATLAS_THREAD_SAFE = ATOMIC_FLAG_INIT
mutableprivateinherited

Messaging initialized (initMessaging)

Definition at line 141 of file AthMessaging.h.

◆ BAD_NAME

const std::string MuonIdHelper::BAD_NAME = "UNKNOWN"
staticinherited

Definition at line 224 of file MuonIdHelper.h.

◆ m_ALFA_ID

int AtlasDetectorID::m_ALFA_ID {1}
privateinherited

Definition at line 431 of file AtlasDetectorID.h.

◆ m_atlas_dict

IdDictDictionary* AtlasDetectorID::m_atlas_dict {}
privateinherited

Definition at line 442 of file AtlasDetectorID.h.

◆ m_BCM_ID

int AtlasDetectorID::m_BCM_ID {3}
privateinherited

Definition at line 432 of file AtlasDetectorID.h.

◆ m_calo_dict

IdDictDictionary* AtlasDetectorID::m_calo_dict {}
privateinherited

Definition at line 447 of file AtlasDetectorID.h.

◆ m_CALO_ID

int AtlasDetectorID::m_CALO_ID {10}
privateinherited

Definition at line 413 of file AtlasDetectorID.h.

◆ m_calo_side_impl

IdDictFieldImplementation AtlasDetectorID::m_calo_side_impl
privateinherited

Definition at line 452 of file AtlasDetectorID.h.

◆ m_channel_hash_max

size_type MuonIdHelper::m_channel_hash_max {0}
protectedinherited

Definition at line 275 of file MuonIdHelper.h.

◆ m_CHANNEL_INDEX

size_type MuonIdHelper::m_CHANNEL_INDEX {10}
protectedinherited

Definition at line 265 of file MuonIdHelper.h.

◆ m_channel_vec

id_vec MuonIdHelper::m_channel_vec
protectedinherited

Definition at line 276 of file MuonIdHelper.h.

◆ m_CSC_ID

int AtlasDetectorID::m_CSC_ID {1}
privateinherited

Definition at line 425 of file AtlasDetectorID.h.

◆ m_dbp_impl

IdDictFieldImplementation RpcIdHelper::m_dbp_impl
private

Definition at line 196 of file RpcIdHelper.h.

◆ m_dbr_impl

IdDictFieldImplementation RpcIdHelper::m_dbr_impl
private

Definition at line 194 of file RpcIdHelper.h.

◆ m_dbz_impl

IdDictFieldImplementation RpcIdHelper::m_dbz_impl
private

Definition at line 195 of file RpcIdHelper.h.

◆ m_det_impl

IdDictFieldImplementation AtlasDetectorID::m_det_impl
privateinherited

Definition at line 450 of file AtlasDetectorID.h.

◆ m_DET_INDEX

size_type AtlasDetectorID::m_DET_INDEX {999}
privateinherited

Definition at line 406 of file AtlasDetectorID.h.

◆ m_detectorElement_hash_max

size_type MuonIdHelper::m_detectorElement_hash_max {0}
protectedinherited

Definition at line 280 of file MuonIdHelper.h.

◆ m_detectorElement_hashes

std::unordered_map<Identifier, unsigned int > RpcIdHelper::m_detectorElement_hashes {}
private

Definition at line 185 of file RpcIdHelper.h.

◆ m_DETECTORELEMENT_INDEX

size_type MuonIdHelper::m_DETECTORELEMENT_INDEX {5}
protectedinherited

Definition at line 264 of file MuonIdHelper.h.

◆ m_detectorElement_vec

id_vec MuonIdHelper::m_detectorElement_vec
protectedinherited

Definition at line 281 of file MuonIdHelper.h.

◆ m_dict

const IdDictDictionary* MuonIdHelper::m_dict {nullptr}
protectedinherited

Definition at line 266 of file MuonIdHelper.h.

◆ m_dict_names

std::vector<std::string> AtlasDetectorID::m_dict_names
protectedinherited

List of dictionary names used by this helper.

Definition at line 382 of file AtlasDetectorID.h.

◆ m_dict_tags

std::vector<std::string> AtlasDetectorID::m_dict_tags
protectedinherited

List of dictionary versions used by this helper.

Definition at line 388 of file AtlasDetectorID.h.

◆ m_dict_version

std::string AtlasDetectorID::m_dict_version
privateinherited

Definition at line 404 of file AtlasDetectorID.h.

◆ m_do_checks

bool AtlasDetectorID::m_do_checks {}
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 369 of file AtlasDetectorID.h.

◆ m_do_neighbours

bool AtlasDetectorID::m_do_neighbours {true}
protectedinherited

Flag for subclasses to know whether or not to perform neighbour initialization.

Definition at line 372 of file AtlasDetectorID.h.

◆ m_DOUBLETPHI_INDEX

size_type RpcIdHelper::m_DOUBLETPHI_INDEX {0}
private

Definition at line 190 of file RpcIdHelper.h.

◆ m_DOUBLETR_INDEX

size_type RpcIdHelper::m_DOUBLETR_INDEX {0}
private

Definition at line 188 of file RpcIdHelper.h.

◆ m_DOUBLETZ_INDEX

size_type RpcIdHelper::m_DOUBLETZ_INDEX {0}
private

Definition at line 189 of file RpcIdHelper.h.

◆ m_eta_impl

IdDictFieldImplementation MuonIdHelper::m_eta_impl
protectedinherited

Definition at line 290 of file MuonIdHelper.h.

◆ m_ETA_INDEX

size_type MuonIdHelper::m_ETA_INDEX {2}
protectedinherited

Definition at line 260 of file MuonIdHelper.h.

◆ m_file_names

std::vector<std::string> AtlasDetectorID::m_file_names
protectedinherited

List of dictionary file names used by this helper.

Definition at line 385 of file AtlasDetectorID.h.

◆ m_full_channel_range

MultiRange MuonIdHelper::m_full_channel_range
protectedinherited

Definition at line 274 of file MuonIdHelper.h.

◆ m_full_detectorElement_range

MultiRange MuonIdHelper::m_full_detectorElement_range
protectedinherited

Definition at line 279 of file MuonIdHelper.h.

◆ m_full_module_range

MultiRange MuonIdHelper::m_full_module_range
protectedinherited

Definition at line 269 of file MuonIdHelper.h.

◆ m_fwd_dict

IdDictDictionary* AtlasDetectorID::m_fwd_dict {}
privateinherited

Definition at line 448 of file AtlasDetectorID.h.

◆ m_FWD_ID

int AtlasDetectorID::m_FWD_ID {13}
privateinherited

Definition at line 430 of file AtlasDetectorID.h.

◆ m_fwd_part_impl

IdDictFieldImplementation AtlasDetectorID::m_fwd_part_impl
privateinherited

Definition at line 458 of file AtlasDetectorID.h.

◆ m_gap_impl

IdDictFieldImplementation RpcIdHelper::m_gap_impl
private

Definition at line 197 of file RpcIdHelper.h.

◆ m_GASGAP_INDEX

size_type RpcIdHelper::m_GASGAP_INDEX {0}
private

Definition at line 191 of file RpcIdHelper.h.

◆ m_gasGapMax

unsigned int RpcIdHelper::m_gasGapMax {UINT_MAX}
private

Definition at line 236 of file RpcIdHelper.h.

◆ m_group

std::string AtlasDetectorID::m_group
protectedinherited

Group name.

Definition at line 365 of file AtlasDetectorID.h.

◆ m_GROUP_INDEX

size_t MuonIdHelper::m_GROUP_INDEX {6500}
protectedinherited

Definition at line 258 of file MuonIdHelper.h.

◆ m_helper

AtlasDetectorIDHelper* AtlasDetectorID::m_helper {}
privateinherited

Definition at line 449 of file AtlasDetectorID.h.

◆ m_HGTD_ID

int AtlasDetectorID::m_HGTD_ID {4}
privateinherited

Definition at line 417 of file AtlasDetectorID.h.

◆ m_imsg

std::atomic<IMessageSvc*> AthMessaging::m_imsg { nullptr }
mutableprivateinherited

MessageSvc pointer.

Definition at line 135 of file AthMessaging.h.

◆ m_indet_dict

IdDictDictionary* AtlasDetectorID::m_indet_dict {}
privateinherited

Definition at line 443 of file AtlasDetectorID.h.

◆ m_INDET_ID

int AtlasDetectorID::m_INDET_ID {2}
privateinherited

Definition at line 409 of file AtlasDetectorID.h.

◆ m_indet_part_impl

IdDictFieldImplementation AtlasDetectorID::m_indet_part_impl
privateinherited

Definition at line 451 of file AtlasDetectorID.h.

◆ m_init

bool MuonIdHelper::m_init {false}
protectedinherited

Definition at line 342 of file MuonIdHelper.h.

◆ m_is_initialized_from_dict

bool AtlasDetectorID::m_is_initialized_from_dict {}
privateinherited

Definition at line 405 of file AtlasDetectorID.h.

◆ m_isBarrel

std::set<int> MuonIdHelper::m_isBarrel
privateinherited

Definition at line 333 of file MuonIdHelper.h.

◆ m_isForward

std::set<int> MuonIdHelper::m_isForward
privateinherited

Definition at line 335 of file MuonIdHelper.h.

◆ m_isHighLuminosityLHC

bool AtlasDetectorID::m_isHighLuminosityLHC {}
privateinherited

Definition at line 436 of file AtlasDetectorID.h.

◆ m_isSmall

std::set<int> MuonIdHelper::m_isSmall
privateinherited

Definition at line 334 of file MuonIdHelper.h.

◆ m_lar_dict

IdDictDictionary* AtlasDetectorID::m_lar_dict {}
privateinherited

Definition at line 444 of file AtlasDetectorID.h.

◆ m_lar_dm_field

Range::field AtlasDetectorID::m_lar_dm_field
privateinherited

Definition at line 440 of file AtlasDetectorID.h.

◆ m_LAR_EM_ID

int AtlasDetectorID::m_LAR_EM_ID {1}
privateinherited

Definition at line 420 of file AtlasDetectorID.h.

◆ m_LAR_FCAL_ID

int AtlasDetectorID::m_LAR_FCAL_ID {3}
privateinherited

Definition at line 422 of file AtlasDetectorID.h.

◆ m_lar_fcal_module_impl

IdDictFieldImplementation AtlasDetectorID::m_lar_fcal_module_impl
privateinherited

Definition at line 454 of file AtlasDetectorID.h.

◆ m_LAR_FCAL_MODULE_INDEX

int AtlasDetectorID::m_LAR_FCAL_MODULE_INDEX {999}
privateinherited

Definition at line 423 of file AtlasDetectorID.h.

◆ m_LAR_HEC_ID

int AtlasDetectorID::m_LAR_HEC_ID {2}
privateinherited

Definition at line 421 of file AtlasDetectorID.h.

◆ m_LAR_ID

int AtlasDetectorID::m_LAR_ID {4}
privateinherited

Definition at line 410 of file AtlasDetectorID.h.

◆ m_lar_part_impl

IdDictFieldImplementation AtlasDetectorID::m_lar_part_impl
privateinherited

Definition at line 453 of file AtlasDetectorID.h.

◆ m_LUCID_ID

int AtlasDetectorID::m_LUCID_ID {5}
privateinherited

Definition at line 433 of file AtlasDetectorID.h.

◆ m_LUMI_ID

int AtlasDetectorID::m_LUMI_ID {3}
privateinherited

Definition at line 418 of file AtlasDetectorID.h.

◆ m_LUMI_PLR_ID

int AtlasDetectorID::m_LUMI_PLR_ID {1}
privateinherited

Definition at line 419 of file AtlasDetectorID.h.

◆ m_lvl

std::atomic<MSG::Level> AthMessaging::m_lvl { MSG::NIL }
mutableprivateinherited

Current logging level.

Definition at line 138 of file AthMessaging.h.

◆ m_lvl1_field

Range::field AtlasDetectorID::m_lvl1_field
privateinherited

Definition at line 438 of file AtlasDetectorID.h.

◆ m_lvl1_onl_field

Range::field AtlasDetectorID::m_lvl1_onl_field
privateinherited

Definition at line 439 of file AtlasDetectorID.h.

◆ m_MDT_ID

int AtlasDetectorID::m_MDT_ID {0}
privateinherited

Definition at line 424 of file AtlasDetectorID.h.

◆ m_mea_impl

IdDictFieldImplementation RpcIdHelper::m_mea_impl
private

Definition at line 198 of file RpcIdHelper.h.

◆ m_MEASURESPHI_INDEX

size_type RpcIdHelper::m_MEASURESPHI_INDEX {0}
private

Definition at line 192 of file RpcIdHelper.h.

◆ m_MM_ID

int AtlasDetectorID::m_MM_ID {5}
privateinherited

Definition at line 429 of file AtlasDetectorID.h.

◆ m_module_hash_max

size_type MuonIdHelper::m_module_hash_max {0}
protectedinherited

Definition at line 270 of file MuonIdHelper.h.

◆ m_module_hashes

std::unordered_map<Identifier, unsigned int> RpcIdHelper::m_module_hashes {}
private

Definition at line 184 of file RpcIdHelper.h.

◆ m_MODULE_INDEX

size_type MuonIdHelper::m_MODULE_INDEX {5}
protectedinherited

Definition at line 263 of file MuonIdHelper.h.

◆ m_module_vec

id_vec MuonIdHelper::m_module_vec
protectedinherited

Definition at line 271 of file MuonIdHelper.h.

◆ m_msg_tls

boost::thread_specific_ptr<MsgStream> AthMessaging::m_msg_tls
mutableprivateinherited

MsgStream instance (a std::cout like with print-out levels)

Definition at line 132 of file AthMessaging.h.

◆ m_msgSvc

IMessageSvc* AtlasDetectorID::m_msgSvc {}
protectedinherited

pointer to the message service

Definition at line 375 of file AtlasDetectorID.h.

◆ m_muon_channel_range

MultiRange MuonIdHelper::m_muon_channel_range
protectedinherited

Definition at line 273 of file MuonIdHelper.h.

◆ m_muon_detectorElement_range

MultiRange MuonIdHelper::m_muon_detectorElement_range
protectedinherited

Definition at line 278 of file MuonIdHelper.h.

◆ m_muon_dict

IdDictDictionary* AtlasDetectorID::m_muon_dict {}
privateinherited

Definition at line 446 of file AtlasDetectorID.h.

◆ m_MUON_ID

int AtlasDetectorID::m_MUON_ID {7}
privateinherited

Definition at line 412 of file AtlasDetectorID.h.

◆ m_muon_impl

IdDictFieldImplementation MuonIdHelper::m_muon_impl
protectedinherited

Definition at line 288 of file MuonIdHelper.h.

◆ m_MUON_INDEX

size_type MuonIdHelper::m_MUON_INDEX {0}
protectedinherited

Definition at line 257 of file MuonIdHelper.h.

◆ m_muon_mdt_impl

IdDictFieldImplementation AtlasDetectorID::m_muon_mdt_impl
privateinherited

Definition at line 456 of file AtlasDetectorID.h.

◆ m_muon_range

MultiRange MuonIdHelper::m_muon_range
protectedinherited

Definition at line 268 of file MuonIdHelper.h.

◆ m_muon_rpc_impl

IdDictFieldImplementation AtlasDetectorID::m_muon_rpc_impl
privateinherited

Definition at line 457 of file AtlasDetectorID.h.

◆ m_muon_station_name_impl

IdDictFieldImplementation AtlasDetectorID::m_muon_station_name_impl
privateinherited

Definition at line 455 of file AtlasDetectorID.h.

◆ m_MUON_SUBDET_INDEX

size_type AtlasDetectorID::m_MUON_SUBDET_INDEX {999}
privateinherited

Definition at line 408 of file AtlasDetectorID.h.

◆ m_muon_tech_bits

std::vector<unsigned int> AtlasDetectorID::m_muon_tech_bits
privateinherited

Definition at line 461 of file AtlasDetectorID.h.

◆ m_NAME_INDEX

size_type MuonIdHelper::m_NAME_INDEX {1}
protectedinherited

Definition at line 259 of file MuonIdHelper.h.

◆ m_next_eta_module_vec

hash_vec MuonIdHelper::m_next_eta_module_vec
protectedinherited

Definition at line 286 of file MuonIdHelper.h.

◆ m_next_phi_module_vec

hash_vec MuonIdHelper::m_next_phi_module_vec
protectedinherited

Definition at line 284 of file MuonIdHelper.h.

◆ m_nm

std::string AthMessaging::m_nm
privateinherited

Message source name.

Definition at line 129 of file AthMessaging.h.

◆ m_phi_impl

IdDictFieldImplementation MuonIdHelper::m_phi_impl
protectedinherited

Definition at line 291 of file MuonIdHelper.h.

◆ m_PHI_INDEX

size_type MuonIdHelper::m_PHI_INDEX {3}
protectedinherited

Definition at line 261 of file MuonIdHelper.h.

◆ m_PIXEL_ID

int AtlasDetectorID::m_PIXEL_ID {1}
privateinherited

Definition at line 414 of file AtlasDetectorID.h.

◆ m_prev_eta_module_vec

hash_vec MuonIdHelper::m_prev_eta_module_vec
protectedinherited

Definition at line 285 of file MuonIdHelper.h.

◆ m_prev_phi_module_vec

hash_vec MuonIdHelper::m_prev_phi_module_vec
protectedinherited

Definition at line 283 of file MuonIdHelper.h.

◆ m_quiet

bool AtlasDetectorID::m_quiet {}
protectedinherited

If true, suppress DEBUG/INFO messages.

Definition at line 378 of file AtlasDetectorID.h.

◆ m_RPC_ID

int AtlasDetectorID::m_RPC_ID {2}
privateinherited

Definition at line 426 of file AtlasDetectorID.h.

◆ m_SCT_ID

int AtlasDetectorID::m_SCT_ID {2}
privateinherited

Definition at line 415 of file AtlasDetectorID.h.

◆ m_st_BIL

int RpcIdHelper::m_st_BIL {-1}
private

Definition at line 238 of file RpcIdHelper.h.

◆ m_st_BMS

int RpcIdHelper::m_st_BMS {-1}
private

Definition at line 237 of file RpcIdHelper.h.

◆ m_sta_impl

IdDictFieldImplementation MuonIdHelper::m_sta_impl
protectedinherited

Definition at line 289 of file MuonIdHelper.h.

◆ m_station_region_index

size_type MuonIdHelper::m_station_region_index {0}
protectedinherited

Definition at line 256 of file MuonIdHelper.h.

◆ m_stationIdxToNameMap

std::map<int, std::string> MuonIdHelper::m_stationIdxToNameMap
privateinherited

Mapping int -> string.

Definition at line 323 of file MuonIdHelper.h.

◆ m_stationIndexMax

int MuonIdHelper::m_stationIndexMax {-INT_MAX}
privateinherited

Definition at line 325 of file MuonIdHelper.h.

◆ m_stationInTech

std::set<int> MuonIdHelper::m_stationInTech {}
protectedinherited

Definition at line 254 of file MuonIdHelper.h.

◆ m_stationNameToIdxMap

std::map<std::string, int> MuonIdHelper::m_stationNameToIdxMap
privateinherited

Mapping string -> int.

Definition at line 321 of file MuonIdHelper.h.

◆ m_STGC_ID

int AtlasDetectorID::m_STGC_ID {4}
privateinherited

Definition at line 428 of file AtlasDetectorID.h.

◆ m_str_impl

IdDictFieldImplementation RpcIdHelper::m_str_impl
private

Definition at line 199 of file RpcIdHelper.h.

◆ m_SUBDET_INDEX

size_type AtlasDetectorID::m_SUBDET_INDEX {999}
privateinherited

Definition at line 407 of file AtlasDetectorID.h.

◆ m_tec_impl

IdDictFieldImplementation MuonIdHelper::m_tec_impl
protectedinherited

Definition at line 292 of file MuonIdHelper.h.

◆ m_TECHNOLOGY_INDEX

size_type MuonIdHelper::m_TECHNOLOGY_INDEX {4}
protectedinherited

Definition at line 262 of file MuonIdHelper.h.

◆ m_technologyIdxToNameMap

std::map<int, std::string> MuonIdHelper::m_technologyIdxToNameMap
privateinherited

Mapping int -> string.

Definition at line 329 of file MuonIdHelper.h.

◆ m_technologyIndexMax

int MuonIdHelper::m_technologyIndexMax {-INT_MAX}
privateinherited

Definition at line 330 of file MuonIdHelper.h.

◆ m_technologyNameToIdxMap

std::map<std::string, int> MuonIdHelper::m_technologyNameToIdxMap
privateinherited

Mapping string -> int.

Definition at line 327 of file MuonIdHelper.h.

◆ m_TGC_ID

int AtlasDetectorID::m_TGC_ID {3}
privateinherited

Definition at line 427 of file AtlasDetectorID.h.

◆ m_tile_dict

IdDictDictionary* AtlasDetectorID::m_tile_dict {}
privateinherited

Definition at line 445 of file AtlasDetectorID.h.

◆ m_tile_dm_field

Range::field AtlasDetectorID::m_tile_dm_field
privateinherited

Definition at line 441 of file AtlasDetectorID.h.

◆ m_TILE_ID

int AtlasDetectorID::m_TILE_ID {5}
privateinherited

Definition at line 411 of file AtlasDetectorID.h.

◆ m_TRT_ID

int AtlasDetectorID::m_TRT_ID {3}
privateinherited

Definition at line 416 of file AtlasDetectorID.h.

◆ m_ZDC_ID

int AtlasDetectorID::m_ZDC_ID {7}
privateinherited

Definition at line 434 of file AtlasDetectorID.h.

◆ NOT_VALID_HASH

constexpr int MuonIdHelper::NOT_VALID_HASH = 64000
staticconstexprprotectedinherited

Definition at line 227 of file MuonIdHelper.h.


The documentation for this class was generated from the following files:
RpcIdHelper::m_mea_impl
IdDictFieldImplementation m_mea_impl
Definition: RpcIdHelper.h:198
IdDictDictionary::find_region
IdDictRegion * find_region(const std::string &region_name) const
Definition: IdDictDictionary.cxx:92
AtlasDetectorID::is_pixel
bool is_pixel(Identifier id) const
Definition: AtlasDetectorID.h:767
AthMessaging::m_lvl
std::atomic< MSG::Level > m_lvl
Current logging level.
Definition: AthMessaging.h:138
MuonIdHelper::m_next_eta_module_vec
hash_vec m_next_eta_module_vec
Definition: MuonIdHelper.h:286
MuonIdHelper::validStation
bool validStation(int stationName, int technology) const
Definition: MuonIdHelper.cxx:771
IdDictDictionary::dict_tag
const std::string & dict_tag(void) const
Access to the dictionary tag.
Definition: IdDictDictionary.h:262
MuonIdHelper::stationNameIndex
int stationNameIndex(const std::string &name) const
Definition: MuonIdHelper.cxx:846
RpcIdHelper::m_gasGapMax
unsigned int m_gasGapMax
Definition: RpcIdHelper.h:236
AtlasDetectorID::m_muon_dict
IdDictDictionary * m_muon_dict
Definition: AtlasDetectorID.h:446
AtlasDetectorID::indet_field_value
int indet_field_value() const
Provide efficient access to individual field values, for subclass idhelpers.
Definition: AtlasDetectorID.h:618
MuonIdHelper::detectorElement_context
IdContext detectorElement_context() const
id for detector element
Definition: MuonIdHelper.cxx:740
RpcIdHelper::parentID
Identifier parentID(const Identifier &id) const
Definition: RpcIdHelper.cxx:989
ConstRangeIterator
Definition: RangeIterator.h:46
MuonIdHelper::m_technologyIdxToNameMap
std::map< int, std::string > m_technologyIdxToNameMap
Mapping int -> string.
Definition: MuonIdHelper.h:329
AtlasDetectorID::is_forward
bool is_forward(Identifier id) const
Definition: AtlasDetectorID.h:942
IdDictDictionary::build_multirange
MultiRange build_multirange() const
Get MultiRange for full dictionary.
Definition: IdDictDictionary.cxx:290
AtlasDetectorID::is_rpc
bool is_rpc(Identifier id) const
Definition: AtlasDetectorID.h:882
MuonIdHelper::m_prev_eta_module_vec
hash_vec m_prev_eta_module_vec
Definition: MuonIdHelper.h:285
MuonIdHelper::initLevelsFromDict
int initLevelsFromDict()
Definition: MuonIdHelper.cxx:243
AtlasDetectorID::m_muon_tech_bits
std::vector< unsigned int > m_muon_tech_bits
Definition: AtlasDetectorID.h:461
AtlasDetectorID::MAX_BIT
@ MAX_BIT
Definition: AtlasDetectorID.h:396
AtlasDetectorID::m_LUMI_ID
int m_LUMI_ID
Definition: AtlasDetectorID.h:418
IdDictDictionary::unpack
int unpack(const Identifier &id, const ExpandedIdentifier &prefix, size_t index2, ExpandedIdentifier &unpackedId) const
Unpack the value_type id to an expanded Identifier, considering the provided prefix (result will incl...
Definition: IdDictDictionary.cxx:674
AtlasDetectorID::initialize_from_dictionary
virtual int initialize_from_dictionary(const IdDictMgr &dict_mgr) override
Initialization from the identifier dictionary.
Definition: AtlasDetectorID.cxx:250
MuonIdHelper::m_init
bool m_init
Definition: MuonIdHelper.h:342
get_generator_info.result
result
Definition: get_generator_info.py:21
AtlasDetectorID::m_indet_part_impl
IdDictFieldImplementation m_indet_part_impl
Definition: AtlasDetectorID.h:451
IdDictGroup
Definition: IdDictGroup.h:19
InDetDD::PLR
@ PLR
Definition: DetectorDesign.h:46
MuonIdHelper::m_isSmall
std::set< int > m_isSmall
Definition: MuonIdHelper.h:334
MuonIdHelper::is_rpc
bool is_rpc(const Identifier &id) const
Definition: MuonIdHelper.cxx:792
phi
Scalar phi() const
phi method
Definition: AmgMatrixBasePlugin.h:67
vtune_athena.format
format
Definition: vtune_athena.py:14
MuonIdHelper::get_id
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)
Definition: MuonIdHelper.cxx:70
MuonIdHelper::technologyIndex
int technologyIndex(const std::string &name) const
Definition: MuonIdHelper.cxx:852
ATH_MSG_INFO
#define ATH_MSG_INFO(x)
Definition: AthMsgStreamMacros.h:31
AtlasDetectorID::is_csc
bool is_csc(Identifier id) const
Definition: AtlasDetectorID.h:898
MuonIdHelper::StationEtaIndex
@ StationEtaIndex
Definition: MuonIdHelper.h:339
AtlasDetectorID::is_lar_fcal
bool is_lar_fcal(Identifier id) const
Definition: AtlasDetectorID.h:846
MuonIdHelper::m_next_phi_module_vec
hash_vec m_next_phi_module_vec
Definition: MuonIdHelper.h:284
MuonIdHelper::m_stationInTech
std::set< int > m_stationInTech
Definition: MuonIdHelper.h:254
IdDictFieldImplementation::show_to_string
std::string show_to_string(void) const
Definition: IdDictFieldImplementation.cxx:38
AtlasDetectorID::is_lar
bool is_lar(Identifier id) const
Definition: AtlasDetectorID.h:696
Pixel
Definition: PixelFEUtils.h:16
AtlasDetectorID::muon_field_value
int muon_field_value() const
Definition: AtlasDetectorID.h:627
RpcIdHelper::elementID
Identifier elementID(int stationName, int stationEta, int stationPhi, int doubletR) const
Definition: RpcIdHelper.cxx:793
MuonIdHelper::channel_context
IdContext channel_context() const
id for channel
Definition: MuonIdHelper.cxx:745
RpcIdHelper::doubletRMin
static int doubletRMin()
Definition: RpcIdHelper.cxx:1075
eta
Scalar eta() const
pseudorapidity method
Definition: AmgMatrixBasePlugin.h:83
AtlasDetectorID::m_TRT_ID
int m_TRT_ID
Definition: AtlasDetectorID.h:416
quiet
bool quiet
Definition: TrigGlobEffCorrValidation.cxx:190
RpcIdHelper::validChannel
bool validChannel(const Identifier &id, int stationName, int stationEta, int stationPhi, int doubletR, int doubletZ, int doubletPhi, int gasGap, int measuresPhi, int strip) const
Definition: RpcIdHelper.cxx:706
RpcIdHelper::doubletZ
int doubletZ(const Identifier &id) const
Definition: RpcIdHelper.cxx:1053
index
Definition: index.py:1
max
constexpr double max()
Definition: ap_fixedTest.cxx:33
MuonIdHelper::detectorElement_hash_max
size_type detectorElement_hash_max() const
Definition: MuonIdHelper.h:186
MultiRange::add
void add(const Range &range)
Definition: MultiRange.cxx:22
RpcIdHelper::stripMax
static int stripMax()
Definition: RpcIdHelper.cxx:1097
RpcIdHelper::m_dbr_impl
IdDictFieldImplementation m_dbr_impl
Definition: RpcIdHelper.h:194
IdentifierField::get_minimum
element_type get_minimum() const
Query the values.
Definition: IdentifierField.h:121
min
constexpr double min()
Definition: ap_fixedTest.cxx:26
MuonIdHelper::m_detectorElement_hash_max
size_type m_detectorElement_hash_max
Definition: MuonIdHelper.h:280
AtlasDetectorID::m_HGTD_ID
int m_HGTD_ID
Definition: AtlasDetectorID.h:417
MuonIdHelper::m_sta_impl
IdDictFieldImplementation m_sta_impl
Definition: MuonIdHelper.h:289
IdContext::end_index
size_type end_index() const
Definition: IdContext.h:46
AtlasDetectorID::calo_field_value
int calo_field_value() const
Definition: AtlasDetectorID.h:630
MuonIdHelper::m_channel_hash_max
size_type m_channel_hash_max
Definition: MuonIdHelper.h:275
RpcIdHelper::DoubletZMin
@ DoubletZMin
Definition: RpcIdHelper.h:225
MuonIdHelper::m_technologyNameToIdxMap
std::map< std::string, int > m_technologyNameToIdxMap
Mapping string -> int.
Definition: MuonIdHelper.h:327
PlotCalibFromCool.begin
begin
Definition: PlotCalibFromCool.py:94
RpcIdHelper::stationPhiMin
static int stationPhiMin()
Definition: RpcIdHelper.cxx:1071
ExpandedIdentifier::add
void add(element_type value)
Append a value into a new field.
AtlasDetectorID::rpc_field_value
int rpc_field_value() const
Definition: AtlasDetectorID.h:666
skel.it
it
Definition: skel.GENtoEVGEN.py:407
AtlasDetectorID::is_mm
bool is_mm(Identifier id) const
Definition: AtlasDetectorID.h:920
RpcIdHelper::measuresPhi
bool measuresPhi(const Identifier &id) const override
Definition: RpcIdHelper.cxx:1059
ExpandedIdentifier
Definition: DetectorDescription/Identifier/Identifier/ExpandedIdentifier.h:102
Identifier::get_compact
value_type get_compact() const
Get the compact id.
IdDictFieldImplementation::pack
void pack(int value, Identifier &id) const
Definition: IdDictFieldImplementation.h:173
AtlasDetectorID::m_tile_dict
IdDictDictionary * m_tile_dict
Definition: AtlasDetectorID.h:445
RpcIdHelper::isExtraDetElId
bool isExtraDetElId(const Identifier &id) const
Definition: RpcIdHelper.cxx:1108
AtlasDetectorID::m_msgSvc
IMessageSvc * m_msgSvc
pointer to the message service
Definition: AtlasDetectorID.h:375
ExpandedIdentifier::fields
size_type fields() const
AtlasDetectorID::m_dict_version
std::string m_dict_version
Definition: AtlasDetectorID.h:404
IdentifierField::get_maximum
element_type get_maximum() const
Definition: IdentifierField.h:130
RpcIdHelper::doubletPhiMax
static int doubletPhiMax()
Definition: RpcIdHelper.cxx:1085
AtlasDetectorID::m_do_checks
bool m_do_checks
Flag for subclasses to know whether or not to perform checks.
Definition: AtlasDetectorID.h:369
Identifier::MAX_BIT
static constexpr value_type MAX_BIT
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:32
MuonIdHelper::m_prev_phi_module_vec
hash_vec m_prev_phi_module_vec
Definition: MuonIdHelper.h:283
RpcIdHelper::m_dbp_impl
IdDictFieldImplementation m_dbp_impl
Definition: RpcIdHelper.h:196
ReadOfcFromCool.field
field
Definition: ReadOfcFromCool.py:48
RpcIdHelper::padID
Identifier padID(const Identifier &elementID, int doubletZ, int doubletPhi) const
Definition: RpcIdHelper.cxx:1034
MuonIdHelper::stationName
int stationName(const Identifier &id) const
Definition: MuonIdHelper.cxx:804
ATH_MSG_VERBOSE
#define ATH_MSG_VERBOSE(x)
Definition: AthMsgStreamMacros.h:28
isValid
bool isValid(const T &p)
Av: we implement here an ATLAS-sepcific convention: all particles which are 99xxxxx are fine.
Definition: AtlasPID.h:867
AtlasDetectorID::m_ZDC_ID
int m_ZDC_ID
Definition: AtlasDetectorID.h:434
AtlasDetectorID::m_STGC_ID
int m_STGC_ID
Definition: AtlasDetectorID.h:428
RpcIdHelper::channelID
Identifier channelID(int stationName, int stationEta, int stationPhi, int doubletR, int doubletZ, int doubletPhi, int gasGap, int measuresPhi, int strip) const
Definition: RpcIdHelper.cxx:931
MuonIdHelper::m_phi_impl
IdDictFieldImplementation m_phi_impl
Definition: MuonIdHelper.h:291
RpcIdHelper::m_gap_impl
IdDictFieldImplementation m_gap_impl
Definition: RpcIdHelper.h:197
AtlasDetectorID::lar_field_value
int lar_field_value() const
Definition: AtlasDetectorID.h:621
MuonIdHelper::isStNameInTech
virtual bool isStNameInTech(const std::string &stationName) const =0
The valid element checks converted the identifier to a stationName string in order to assess whether ...
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition: TrackSystemController.h:45
AthMessaging::m_imsg
std::atomic< IMessageSvc * > m_imsg
MessageSvc pointer.
Definition: AthMessaging.h:135
IdDictFieldImplementation::unpack
int unpack(Identifier id) const
Identifier manipulation methods.
Definition: IdDictFieldImplementation.h:147
MuonIdHelper::m_full_channel_range
MultiRange m_full_channel_range
Definition: MuonIdHelper.h:274
RpcIdHelper::GasGapMin
@ GasGapMin
Definition: RpcIdHelper.h:229
MuonIdHelper::stationNameIndexMax
int stationNameIndexMax() const
Definition: MuonIdHelper.cxx:824
AtlasDetectorID::ALL_BITS
@ ALL_BITS
Definition: AtlasDetectorID.h:399
AtlasDetectorID::do_neighbours
virtual bool do_neighbours(void) const override
Neighbour initialization is performed by default One can switch or query this mode for any idHelper w...
Definition: AtlasDetectorID.cxx:474
IdDictDictionary::pack32
int pack32(const ExpandedIdentifier &id, size_t index1, size_t index2, Identifier &packedId) const
Pack to 32bits the subset of id between (inclusive) index1 and index2 - this is generic,...
Definition: IdDictDictionary.cxx:448
RpcIdHelper::StationEtaMax
@ StationEtaMax
Definition: RpcIdHelper.h:220
Athena::getMessageSvc
IMessageSvc * getMessageSvc(bool quiet=false)
Definition: getMessageSvc.cxx:20
IdDictDictionary::find_field
IdDictField * find_field(const std::string &name) const
Definition: IdDictDictionary.cxx:36
AtlasDetectorID::is_lvl1_trig_towers
bool is_lvl1_trig_towers(Identifier id) const
Definition: AtlasDetectorID.h:720
CalibDbCompareRT.region_id
region_id
Definition: CalibDbCompareRT.py:67
IdDictRegion
Definition: IdDictRegion.h:20
IdDictDictionary::m_version
std::string m_version
Definition: IdDictDictionary.h:217
RpcIdHelper::DoubletRMin
@ DoubletRMin
Definition: RpcIdHelper.h:223
RpcIdHelper::doubletPhiMin
static int doubletPhiMin()
Definition: RpcIdHelper.cxx:1083
MuonIdHelper::StationPhiIndex
@ StationPhiIndex
Definition: MuonIdHelper.h:339
RpcIdHelper::DoubletRMax
@ DoubletRMax
Definition: RpcIdHelper.h:224
mergePhysValFiles.end
end
Definition: DataQuality/DataQualityUtils/scripts/mergePhysValFiles.py:92
AtlasDetectorID::m_LAR_ID
int m_LAR_ID
Definition: AtlasDetectorID.h:410
RpcIdHelper::gasGapMin
static int gasGapMin()
Definition: RpcIdHelper.cxx:1087
AtlasDetectorID::m_do_neighbours
bool m_do_neighbours
Flag for subclasses to know whether or not to perform neighbour initialization.
Definition: AtlasDetectorID.h:372
MuonIdHelper::isSmall
bool isSmall(const Identifier &id) const
Definition: MuonIdHelper.cxx:835
RpcIdHelper::gasGap
int gasGap(const Identifier &id) const override
get the hashes
Definition: RpcIdHelper.cxx:1057
IdDictFieldImplementation::reset
void reset(Identifier &id) const
Definition: IdDictFieldImplementation.h:183
AtlasDetectorID::m_INDET_ID
int m_INDET_ID
Definition: AtlasDetectorID.h:409
MuonIdHelper::m_stationIdxToNameMap
std::map< int, std::string > m_stationIdxToNameMap
Mapping int -> string.
Definition: MuonIdHelper.h:323
RpcIdHelper::stationPhiMax
static int stationPhiMax()
Definition: RpcIdHelper.cxx:1073
Trk::DetectorElemType::Silicon
@ Silicon
MuonIdHelper::m_technologyIndexMax
int m_technologyIndexMax
Definition: MuonIdHelper.h:330
MuonIdHelper::m_stationIndexMax
int m_stationIndexMax
Definition: MuonIdHelper.h:325
AtlasDetectorID::m_LUMI_PLR_ID
int m_LUMI_PLR_ID
Definition: AtlasDetectorID.h:419
IdentifierField::match
bool match(element_type value) const
The basic match operation Given a value, test to see if it satisfies the constraints for this field.
Definition: IdentifierField.cxx:71
RpcIdHelper::DoubletRIndex
@ DoubletRIndex
Definition: RpcIdHelper.h:214
AtlasDetectorID::PIXEL_MASK
@ PIXEL_MASK
Definition: AtlasDetectorID.h:398
AtlasDetectorID::m_tile_dm_field
Range::field m_tile_dm_field
Definition: AtlasDetectorID.h:441
IdContext::begin_index
size_type begin_index() const
Definition: IdContext.h:45
MuonIdHelper::m_stationNameToIdxMap
std::map< std::string, int > m_stationNameToIdxMap
Mapping string -> int.
Definition: MuonIdHelper.h:321
IdDictDictionary::find_group
IdDictGroup * find_group(const std::string &group_name) const
Definition: IdDictDictionary.cxx:106
Tile
Definition: TileVolumeBuilder.h:42
Identifier::ALL_BITS
static constexpr value_type ALL_BITS
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:33
IdDictMgr::find_dictionary
IdDictDictionary * find_dictionary(const std::string &name) const
Access dictionary by name.
Definition: IdDictMgr.cxx:115
MuonIdHelper::m_MUON_INDEX
size_type m_MUON_INDEX
Definition: MuonIdHelper.h:257
RpcIdHelper::m_DOUBLETR_INDEX
size_type m_DOUBLETR_INDEX
Definition: RpcIdHelper.h:188
RpcIdHelper::doubletZMax
static int doubletZMax()
Definition: RpcIdHelper.cxx:1081
AtlasDetectorID::ATLAS_ID
@ ATLAS_ID
Definition: AtlasDetectorID.h:395
TrigConf::MSGTC::Level
Level
Definition: Trigger/TrigConfiguration/TrigConfBase/TrigConfBase/MsgStream.h:21
ATH_MSG_ERROR
#define ATH_MSG_ERROR(x)
Definition: AthMsgStreamMacros.h:33
AtlasDetectorID::m_TILE_ID
int m_TILE_ID
Definition: AtlasDetectorID.h:411
TRT
Definition: HitInfo.h:33
RpcIdHelper::m_MEASURESPHI_INDEX
size_type m_MEASURESPHI_INDEX
Definition: RpcIdHelper.h:192
RpcIdHelper::doubletR
int doubletR(const Identifier &id) const
Definition: RpcIdHelper.cxx:1051
StdJOSetup.msgSvc
msgSvc
Provide convenience handles for various services.
Definition: StdJOSetup.py:36
fillPileUpNoiseLumi.next
next
Definition: fillPileUpNoiseLumi.py:52
IdentifierField::empty
bool empty() const
If true, this field does not have any constraints, and may hold any value representable by element_ty...
Definition: IdentifierField.h:182
AtlasDetectorID::m_group
std::string m_group
Group name.
Definition: AtlasDetectorID.h:365
AtlasDetectorID::m_calo_dict
IdDictDictionary * m_calo_dict
Definition: AtlasDetectorID.h:447
lumiFormat.i
int i
Definition: lumiFormat.py:85
RpcIdHelper::DoubletPhiMax
@ DoubletPhiMax
Definition: RpcIdHelper.h:228
MuonIdHelper::m_module_vec
id_vec m_module_vec
Definition: MuonIdHelper.h:271
AtlasDetectorID::m_is_initialized_from_dict
bool m_is_initialized_from_dict
Definition: AtlasDetectorID.h:405
AtlasDetectorID::m_lar_part_impl
IdDictFieldImplementation m_lar_part_impl
Definition: AtlasDetectorID.h:453
AtlasDetectorID::indet_exp
ExpandedIdentifier indet_exp(void) const
Detector systems:
Definition: AtlasDetectorID.h:492
AtlasDetectorID::is_tgc
bool is_tgc(Identifier id) const
Definition: AtlasDetectorID.h:909
endmsg
#define endmsg
Definition: AnalysisConfig_Ntuple.cxx:63
ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x)
Definition: AthMsgStreamMacros.h:29
RpcIdHelper::m_detectorElement_hashes
std::unordered_map< Identifier, unsigned int > m_detectorElement_hashes
Definition: RpcIdHelper.h:185
RpcIdHelper::m_module_hashes
std::unordered_map< Identifier, unsigned int > m_module_hashes
Definition: RpcIdHelper.h:184
RpcIdHelper::measuresPhiMin
static int measuresPhiMin()
Definition: RpcIdHelper.cxx:1091
AtlasDetectorID::m_muon_mdt_impl
IdDictFieldImplementation m_muon_mdt_impl
Definition: AtlasDetectorID.h:456
AtlasDetectorID::m_lar_fcal_module_impl
IdDictFieldImplementation m_lar_fcal_module_impl
Definition: AtlasDetectorID.h:454
MuonIdHelper::get_module_hash
virtual int get_module_hash(const Identifier &id, IdentifierHash &hash_id) const
Definition: MuonIdHelper.cxx:99
AtlasDetectorID::is_tile_dm
bool is_tile_dm(Identifier id) const
Definition: AtlasDetectorID.h:755
AtlasDetectorID::m_LAR_EM_ID
int m_LAR_EM_ID
Definition: AtlasDetectorID.h:420
IdDictDictionary::m_regions
std::vector< IdDictRegion * > m_regions
Definition: IdDictDictionary.h:235
RpcIdHelper::panelID
Identifier panelID(const Identifier &padID, int gasGap, int measuresPhi) const
Definition: RpcIdHelper.cxx:870
plotBeamSpotVxVal.range
range
Definition: plotBeamSpotVxVal.py:194
checkCorrelInHIST.prefix
dictionary prefix
Definition: checkCorrelInHIST.py:391
RpcIdHelper::StationEtaMin
@ StationEtaMin
Definition: RpcIdHelper.h:219
test_pyathena.parent
parent
Definition: test_pyathena.py:15
MuonIdHelper::m_full_detectorElement_range
MultiRange m_full_detectorElement_range
Definition: MuonIdHelper.h:279
RpcIdHelper::StripMax
@ StripMax
Definition: RpcIdHelper.h:234
RpcIdHelper::strip
int strip(const Identifier &id) const
Definition: RpcIdHelper.cxx:1061
AtlasDetectorID::m_fwd_dict
IdDictDictionary * m_fwd_dict
Definition: AtlasDetectorID.h:448
MuonIdHelper::isForward
bool isForward(const Identifier &id) const
Definition: MuonIdHelper.cxx:833
IdentifierField::get_next
bool get_next(element_type current, element_type &next) const
Definition: IdentifierField.cxx:149
RpcIdHelper::doubletZMin
static int doubletZMin()
Definition: RpcIdHelper.cxx:1079
MuonIdHelper::id_vec_it
id_vec::const_iterator id_vec_it
Definition: MuonIdHelper.h:230
RpcIdHelper::doubletRMax
static int doubletRMax()
Definition: RpcIdHelper.cxx:1077
AtlasDetectorID::is_tile
bool is_tile(Identifier id) const
Definition: AtlasDetectorID.h:702
MuonIdHelper::get_detectorElement_hash
virtual int get_detectorElement_hash(const Identifier &id, IdentifierHash &hash_id) const
Definition: MuonIdHelper.cxx:120
MuonIdHelper::m_full_module_range
MultiRange m_full_module_range
Definition: MuonIdHelper.h:269
RpcIdHelper::StripMin
@ StripMin
Definition: RpcIdHelper.h:233
AtlasDetectorID::m_TGC_ID
int m_TGC_ID
Definition: AtlasDetectorID.h:427
MuonIdHelper::MuonIdHelper
MuonIdHelper(const std::string &logName, const std::string &group)
Definition: MuonIdHelper.cxx:10
AtlasDetectorID::m_CSC_ID
int m_CSC_ID
Definition: AtlasDetectorID.h:425
RpcIdHelper::m_dbz_impl
IdDictFieldImplementation m_dbz_impl
Definition: RpcIdHelper.h:195
MuonIdHelper::get_expanded_id
int get_expanded_id(const Identifier &id, ExpandedIdentifier &exp_id, const IdContext *context) const
Create expanded id from compact id (return == 0 for OK)
Definition: MuonIdHelper.cxx:160
AtlasDetectorID::m_lvl1_onl_field
Range::field m_lvl1_onl_field
Definition: AtlasDetectorID.h:439
MuonIdHelper::get_hash_calc
virtual int get_hash_calc(const Identifier &compact_id, IdentifierHash &hash_id, const IdContext *context) const
Definition: MuonIdHelper.cxx:219
RpcIdHelper::measuresPhiMax
static int measuresPhiMax()
Definition: RpcIdHelper.cxx:1093
RpcIdHelper::DoubletPhiMin
@ DoubletPhiMin
Definition: RpcIdHelper.h:227
IdDictGroup::regions
const std::vector< IdDictRegion * > & regions()
Definition: IdDictGroup.cxx:44
MuonIdHelper::technologyNameIndexMax
int technologyNameIndexMax() const
Definition: MuonIdHelper.cxx:826
AtlasDetectorID::m_quiet
bool m_quiet
If true, suppress DEBUG/INFO messages.
Definition: AtlasDetectorID.h:378
AtlasDetectorID::m_LAR_HEC_ID
int m_LAR_HEC_ID
Definition: AtlasDetectorID.h:421
MuonIdHelper::m_eta_impl
IdDictFieldImplementation m_eta_impl
Definition: MuonIdHelper.h:290
MuonIdHelper::init_hashes
int init_hashes()
Definition: MuonIdHelper.cxx:350
AthMessaging::msg
MsgStream & msg() const
The standard message stream.
Definition: AthMessaging.h:164
RpcIdHelper::StationPhiMin
@ StationPhiMin
Definition: RpcIdHelper.h:221
AtlasDetectorID::HelperType::Unimplemented
@ Unimplemented
MuonIdHelper::m_NAME_INDEX
size_type m_NAME_INDEX
Definition: MuonIdHelper.h:259
RpcIdHelper::m_DOUBLETPHI_INDEX
size_type m_DOUBLETPHI_INDEX
Definition: RpcIdHelper.h:190
MuonIdHelper::m_muon_impl
IdDictFieldImplementation m_muon_impl
Definition: MuonIdHelper.h:288
SCT
Definition: SCT_ChipUtils.h:14
AtlasDetectorID::m_muon_rpc_impl
IdDictFieldImplementation m_muon_rpc_impl
Definition: AtlasDetectorID.h:457
MuonIdHelper::m_GROUP_INDEX
size_t m_GROUP_INDEX
Definition: MuonIdHelper.h:258
AtlasDetDescr::fAtlasMM
@ fAtlasMM
Definition: AtlasDetTechnology.h:54
AtlasDetectorID::m_SCT_ID
int m_SCT_ID
Definition: AtlasDetectorID.h:415
AtlasDetDescr::fAtlasSTGC
@ fAtlasSTGC
Definition: AtlasDetTechnology.h:53
AtlasDetectorID::register_dict_tag
int register_dict_tag(const IdDictMgr &dict_mgr, const std::string &dict_name)
Register the file and tag names for a particular IdDict dictionary.
Definition: AtlasDetectorID.cxx:196
AtlasDetectorID::m_LAR_FCAL_ID
int m_LAR_FCAL_ID
Definition: AtlasDetectorID.h:422
Identifier::clear
void clear()
Reset to invalid state.
AtlasDetectorID::is_calo
bool is_calo(Identifier id) const
Definition: AtlasDetectorID.h:714
MuonIdHelper::stationPhi
int stationPhi(const Identifier &id) const
Definition: MuonIdHelper.cxx:814
AtlasDetectorID::m_MM_ID
int m_MM_ID
Definition: AtlasDetectorID.h:429
IdDictDictionary::file_name
const std::string & file_name(void) const
Access to file name.
Definition: IdDictDictionary.h:255
AtlasDetectorID::m_DET_INDEX
size_type m_DET_INDEX
Definition: AtlasDetectorID.h:406
RpcIdHelper::DoubletZIndex
@ DoubletZIndex
Definition: RpcIdHelper.h:214
MuonIdHelper::TechnologyIndex
@ TechnologyIndex
Definition: MuonIdHelper.h:339
AtlasDetectorID::tile_field_value
int tile_field_value() const
Definition: AtlasDetectorID.h:624
IdDictDictionary::get_label_value
int get_label_value(const std::string &field, const std::string &label, int &value) const
Definition: IdDictDictionary.cxx:64
MuonIdHelper::stationNameString
const std::string & stationNameString(const int &index) const
Definition: MuonIdHelper.cxx:858
grepfile.sep
sep
Definition: grepfile.py:38
RpcIdHelper::stripMin
static int stripMin()
Definition: RpcIdHelper.cxx:1095
AtlasDetectorID::print_to_string
std::string print_to_string(Identifier id, const IdContext *context=0) const
or provide the printout in string form
Definition: AtlasDetectorID.cxx:418
MuonIdHelper::init_neighbors
int init_neighbors()
Definition: MuonIdHelper.cxx:522
MuonIdHelper::m_MODULE_INDEX
size_type m_MODULE_INDEX
Definition: MuonIdHelper.h:263
IdContext::prefix_id
const ExpandedIdentifier & prefix_id() const
Accessors.
Definition: IdContext.h:44
MultiRange
A MultiRange combines several Ranges.
Definition: MultiRange.h:17
id
SG::auxid_t id
Definition: Control/AthContainers/Root/debug.cxx:239
RpcIdHelper::m_GASGAP_INDEX
size_type m_GASGAP_INDEX
Definition: RpcIdHelper.h:191
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:240
python.subdetectors.mmg.ids
ids
Definition: mmg.py:8
RpcIdHelper::gasGapMax
int gasGapMax() const
Definition: RpcIdHelper.cxx:1089
AtlasDetectorID::m_indet_dict
IdDictDictionary * m_indet_dict
Definition: AtlasDetectorID.h:443
RpcIdHelper::DoubletPhiIndex
@ DoubletPhiIndex
Definition: RpcIdHelper.h:214
AtlasDetectorID::m_calo_side_impl
IdDictFieldImplementation m_calo_side_impl
Definition: AtlasDetectorID.h:452
MuonIdHelper::m_detectorElement_vec
id_vec m_detectorElement_vec
Definition: MuonIdHelper.h:281
AtlasDetectorID::is_indet
bool is_indet(Identifier id) const
Definition: AtlasDetectorID.h:690
RpcIdHelper::gapID
Identifier gapID(const Identifier &padID, int gasGap) const
Definition: RpcIdHelper.cxx:917
AtlasDetectorID::m_dict_names
std::vector< std::string > m_dict_names
List of dictionary names used by this helper.
Definition: AtlasDetectorID.h:382
MuonIdHelper::isBarrel
bool isBarrel(const Identifier &id) const
Definition: MuonIdHelper.cxx:829
RpcIdHelper::stationEtaMax
static int stationEtaMax()
Definition: RpcIdHelper.cxx:1069
RpcIdHelper::valid
bool valid(const Identifier &id) const
Definition: RpcIdHelper.cxx:596
AtlasDetectorID::m_lar_dm_field
Range::field m_lar_dm_field
Definition: AtlasDetectorID.h:440
AtlasDetectorID::muon_exp
ExpandedIdentifier muon_exp(void) const
Definition: AtlasDetectorID.h:513
MuonIdHelper::stationEta
int stationEta(const Identifier &id) const
Definition: MuonIdHelper.cxx:809
Range
A Range describes the possible ranges for the field values of an ExpandedIdentifier.
Definition: DetectorDescription/Identifier/Identifier/Range.h:29
RpcIdHelper::init_detectorElement_hashes
virtual int init_detectorElement_hashes() override
Definition: RpcIdHelper.cxx:753
AtlasDetectorID::fwd_exp
ExpandedIdentifier fwd_exp(void) const
Definition: AtlasDetectorID.h:527
AtlasDetectorID::m_muon_station_name_impl
IdDictFieldImplementation m_muon_station_name_impl
Definition: AtlasDetectorID.h:455
AtlasDetectorID::m_MDT_ID
int m_MDT_ID
Definition: AtlasDetectorID.h:424
MuonIdHelper::m_isBarrel
std::set< int > m_isBarrel
Definition: MuonIdHelper.h:333
MuonIdHelper::module_hash_max
size_type module_hash_max() const
the maximum hash value
Definition: MuonIdHelper.cxx:752
IdDictDictionary
Definition: IdDictDictionary.h:30
MuonIdHelper::m_ETA_INDEX
size_type m_ETA_INDEX
Definition: MuonIdHelper.h:260
MuonIdHelper::m_module_hash_max
size_type m_module_hash_max
Definition: MuonIdHelper.h:270
AtlasDetectorID::m_RPC_ID
int m_RPC_ID
Definition: AtlasDetectorID.h:426
MuonIdHelper::isEndcap
bool isEndcap(const Identifier &id) const
Definition: MuonIdHelper.cxx:831
MuonIdHelper::StationNameIndex
@ StationNameIndex
Definition: MuonIdHelper.h:339
AtlasDetDescr::fAtlasRPC
@ fAtlasRPC
Definition: AtlasDetTechnology.h:51
MuonIdHelper::m_station_region_index
size_type m_station_region_index
Definition: MuonIdHelper.h:256
DeMoScan.index
string index
Definition: DeMoScan.py:362
AtlasDetectorID::is_lumi
bool is_lumi(Identifier id) const
Definition: AtlasDetectorID.h:813
AtlasDetectorID::reinitialize
bool reinitialize(const IdDictMgr &dict_mgr)
Test whether an idhelper should be reinitialized based on the change of tags.
Definition: AtlasDetectorID.cxx:216
RpcIdHelper::StationPhiMax
@ StationPhiMax
Definition: RpcIdHelper.h:222
MuonIdHelper::m_TECHNOLOGY_INDEX
size_type m_TECHNOLOGY_INDEX
Definition: MuonIdHelper.h:262
AtlasDetectorID::is_lar_dm
bool is_lar_dm(Identifier id) const
LAr/Tile dead material:
Definition: AtlasDetectorID.h:743
columnar::empty
bool empty() const noexcept
Definition: ObjectRange.h:163
AtlasDetectorID::is_muon
bool is_muon(Identifier id) const
Definition: AtlasDetectorID.h:708
python.CaloAddPedShiftConfig.int
int
Definition: CaloAddPedShiftConfig.py:45
IdDictDictionary::m_name
std::string m_name
Definition: IdDictDictionary.h:216
AtlasDetectorID::m_det_impl
IdDictFieldImplementation m_det_impl
Definition: AtlasDetectorID.h:450
CaloCell
Data object for each calorimeter readout cell.
Definition: CaloCell.h:57
AtlasDetectorID::show_to_string
std::string show_to_string(Identifier id, const IdContext *context=0, char sep='.') const
or provide the printout in string form
Definition: AtlasDetectorID.cxx:360
AtlasDetectorID::lar_exp
ExpandedIdentifier lar_exp(void) const
Definition: AtlasDetectorID.h:499
AtlasDetectorID::m_file_names
std::vector< std::string > m_file_names
List of dictionary file names used by this helper.
Definition: AtlasDetectorID.h:385
std::sort
void sort(typename std::reverse_iterator< DataModel_detail::iterator< DVL > > beg, typename std::reverse_iterator< DataModel_detail::iterator< DVL > > end, const Compare &comp)
Specialization of sort for DataVector/List.
Definition: DVL_algorithms.h:623
ATH_MSG_WARNING
#define ATH_MSG_WARNING(x)
Definition: AthMsgStreamMacros.h:32
MuonIdHelper::get_hash
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)
Definition: MuonIdHelper.cxx:144
python.Constants.INFO
int INFO
Definition: Control/AthenaCommon/python/Constants.py:15
MuonIdHelper::technology
int technology(const Identifier &id) const
Definition: MuonIdHelper.cxx:819
AtlasDetDescr::fAtlasCSC
@ fAtlasCSC
Definition: AtlasDetTechnology.h:50
RpcIdHelper::validElement
bool validElement(const Identifier &id) const
Definition: RpcIdHelper.cxx:632
AthMessaging::m_nm
std::string m_nm
Message source name.
Definition: AthMessaging.h:129
MultiRange::size
size_type size() const
Definition: MultiRange.cxx:70
AtlasDetectorID::muon
Identifier muon(void) const
Definition: AtlasDetectorID.cxx:71
DeMoScan.first
bool first
Definition: DeMoScan.py:534
AtlasDetDescr::fAtlasMDT
@ fAtlasMDT
Definition: AtlasDetTechnology.h:49
RpcIdHelper::init_id_to_hashes
int init_id_to_hashes()
Definition: RpcIdHelper.cxx:274
MuonIdHelper::get_expanded_id_calc
int get_expanded_id_calc(const Identifier &compact_id, ExpandedIdentifier &id, const IdContext *context) const
Definition: MuonIdHelper.cxx:177
MuonIdHelper::module_context
IdContext module_context() const
id for module
Definition: MuonIdHelper.cxx:735
IdentifierField
This is the individual specification for the range of one ExpandedIdentifier IdentifierField.
Definition: IdentifierField.h:83
MuonIdHelper::resetAndSet
void resetAndSet(const IdDictFieldImplementation &dict, const int new_val, Identifier &id) const
Definition: MuonIdHelper.h:309
AtlasDetectorID::m_CALO_ID
int m_CALO_ID
Definition: AtlasDetectorID.h:413
RpcIdHelper::GasGapIndex
@ GasGapIndex
Definition: RpcIdHelper.h:214
RpcIdHelper::MeasuresPhiMin
@ MeasuresPhiMin
Definition: RpcIdHelper.h:231
AtlasDetectorID::m_ALFA_ID
int m_ALFA_ID
Definition: AtlasDetectorID.h:431
RpcIdHelper::MeasuresPhiMax
@ MeasuresPhiMax
Definition: RpcIdHelper.h:232
MuonIdHelper::m_DETECTORELEMENT_INDEX
size_type m_DETECTORELEMENT_INDEX
Definition: MuonIdHelper.h:264
IdentifierField::get_previous
bool get_previous(element_type current, element_type &previous) const
Returns false if previous/next is at end of range, or not possible.
Definition: IdentifierField.cxx:106
AtlasDetectorID::m_MUON_ID
int m_MUON_ID
Definition: AtlasDetectorID.h:412
RpcIdHelper::doubletZID
Identifier doubletZID(const Identifier &id) const
Definition: RpcIdHelper.cxx:1001
WriteBchToCool.dbr
dbr
Definition: WriteBchToCool.py:164
MuonIdHelper::const_id_iterator
std::vector< Identifier >::const_iterator const_id_iterator
Definition: MuonIdHelper.h:143
AtlasDetectorID::m_lar_dict
IdDictDictionary * m_lar_dict
Definition: AtlasDetectorID.h:444
MuonIdHelper::m_tec_impl
IdDictFieldImplementation m_tec_impl
Definition: MuonIdHelper.h:292
Identifier::value_type
unsigned long long value_type
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:27
AtlasDetectorID::m_PIXEL_ID
int m_PIXEL_ID
Definition: AtlasDetectorID.h:414
AtlasDetectorID::is_lvl1_online
bool is_lvl1_online(Identifier id) const
Definition: AtlasDetectorID.h:731
AtlasDetectorID::is_stgc
bool is_stgc(Identifier id) const
Definition: AtlasDetectorID.h:931
RpcIdHelper::m_st_BMS
int m_st_BMS
Definition: RpcIdHelper.h:237
MuonIdHelper::m_channel_vec
id_vec m_channel_vec
Definition: MuonIdHelper.h:276
str
Definition: BTagTrackIpAccessor.cxx:11
merge.status
status
Definition: merge.py:16
AtlasDetDescr::fAtlasTGC
@ fAtlasTGC
Definition: AtlasDetTechnology.h:52
MuonIdHelper::NOT_VALID_HASH
static constexpr int NOT_VALID_HASH
Definition: MuonIdHelper.h:227
RpcIdHelper::StripIndex
@ StripIndex
Definition: RpcIdHelper.h:214
CaloCondBlobAlgs_fillNoiseFromASCII.fields
fields
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:105
AthMessaging::initMessaging
void initMessaging() const
Initialize our message level and MessageSvc.
Definition: AthMessaging.cxx:39
IdDictField
Definition: IdDictField.h:15
MultiRange::cardinality
size_type cardinality() const
Computes a possible cardinality from all ranges.
Definition: MultiRange.cxx:82
IdentifierHash
This is a "hash" representation of an Identifier. This encodes a 32 bit index which can be used to lo...
Definition: IdentifierHash.h:25
AtlasDetectorID::m_BCM_ID
int m_BCM_ID
Definition: AtlasDetectorID.h:432
Analysis::TT
@ TT
Definition: JpsiFinder.h:34
AthMessaging::m_msg_tls
boost::thread_specific_ptr< MsgStream > m_msg_tls
MsgStream instance (a std::cout like with print-out levels)
Definition: AthMessaging.h:132
RpcIdHelper::m_str_impl
IdDictFieldImplementation m_str_impl
Definition: RpcIdHelper.h:199
ExpandedIdentifier::element_type
int element_type
Definition: DetectorDescription/Identifier/Identifier/ExpandedIdentifier.h:106
MuonIdHelper::m_isForward
std::set< int > m_isForward
Definition: MuonIdHelper.h:335
MuonIdHelper::get_compact_id
int get_compact_id(const ExpandedIdentifier &id, Identifier &compact_id, const IdContext *context) const
Definition: MuonIdHelper.cxx:202
AtlasDetectorID::do_checks
virtual bool do_checks(void) const override
Checks are performed by default in debug compilation and NOT in optimized compilation.
Definition: AtlasDetectorID.cxx:467
IdContext
This class saves the "context" of an expanded identifier (ExpandedIdentifier) for compact or hash ver...
Definition: IdContext.h:26
AtlasDetectorID::m_dict_tags
std::vector< std::string > m_dict_tags
List of dictionary versions used by this helper.
Definition: AtlasDetectorID.h:388
RpcIdHelper::MeasuresPhiIndex
@ MeasuresPhiIndex
Definition: RpcIdHelper.h:214
RpcIdHelper::stationEtaMin
static int stationEtaMin()
Definition: RpcIdHelper.cxx:1067
AtlasDetectorID::m_SUBDET_INDEX
size_type m_SUBDET_INDEX
Definition: AtlasDetectorID.h:407
IdDictRegion::m_implementation
std::vector< IdDictFieldImplementation > m_implementation
Definition: IdDictRegion.h:42
MuonIdHelper::m_PHI_INDEX
size_type m_PHI_INDEX
Definition: MuonIdHelper.h:261
RpcIdHelper::m_DOUBLETZ_INDEX
size_type m_DOUBLETZ_INDEX
Definition: RpcIdHelper.h:189
RpcIdHelper::validPad
bool validPad(const Identifier &id) const
Definition: RpcIdHelper.cxx:662
MuonIdHelper::validTechnology
bool validTechnology(int technology) const
Definition: MuonIdHelper.cxx:773
AtlasDetectorID::m_FWD_ID
int m_FWD_ID
Definition: AtlasDetectorID.h:430
RpcIdHelper::GasGapMax
@ GasGapMax
Definition: RpcIdHelper.h:230
RpcIdHelper::DoubletZMax
@ DoubletZMax
Definition: RpcIdHelper.h:226
AtlasDetectorID::is_mdt
bool is_mdt(Identifier id) const
Definition: AtlasDetectorID.h:866
AtlasDetectorID::m_lvl1_field
Range::field m_lvl1_field
Definition: AtlasDetectorID.h:438
RpcIdHelper::doubletPhi
int doubletPhi(const Identifier &id) const
Definition: RpcIdHelper.cxx:1055
AtlasDetectorID::m_LUCID_ID
int m_LUCID_ID
Definition: AtlasDetectorID.h:433
RpcIdHelper::m_st_BIL
int m_st_BIL
Definition: RpcIdHelper.h:238
MuonIdHelper::m_CHANNEL_INDEX
size_type m_CHANNEL_INDEX
Definition: MuonIdHelper.h:265
MuonIdHelper::BAD_NAME
static const std::string BAD_NAME
Definition: MuonIdHelper.h:224
python.SystemOfUnits.ms
float ms
Definition: SystemOfUnits.py:148
Identifier
Definition: IdentifierFieldParser.cxx:14
MuonIdHelper::m_dict
const IdDictDictionary * m_dict
Definition: MuonIdHelper.h:266