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 | Static Private Attributes | List of all members
CscIdHelper Class Reference

#include <CscIdHelper.h>

Inheritance diagram for CscIdHelper:
Collaboration diagram for CscIdHelper:

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

 CscIdHelper ()
 
virtual ~CscIdHelper ()=default
 
int initialize_from_dictionary (const IdDictMgr &dict_mgr) override
 Initialization from the identifier dictionary. More...
 
int get_module_hash (const Identifier &id, IdentifierHash &hash_id) const override
 
int get_detectorElement_hash (const Identifier &id, IdentifierHash &hash_id) const override
 
Identifier elementID (int stationName, int stationEta, int stationPhi) const
 
Identifier elementID (int stationName, int stationEta, int stationPhi, bool &isValid) const
 
Identifier elementID (const std::string &stationNameStr, int stationEta, int stationPhi) const
 
Identifier elementID (const std::string &stationNameStr, int stationEta, int stationPhi, bool &isValid) const
 
Identifier elementID (const Identifier &channelID) const
 
Identifier channelID (int stationName, int stationEta, int stationPhi, int chamberLayer, int wireLayer, int measuresPhi, int strip) const
 
Identifier channelID (int stationName, int stationEta, int stationPhi, int chamberLayer, int wireLayer, int measuresPhi, int strip, bool &isValid) const
 
Identifier channelID (const std::string &stationNameStr, int stationEta, int stationPhi, int chamberLayer, int wireLayer, int measuresPhi, int strip) const
 
Identifier channelID (const std::string &stationNameStr, int stationEta, int stationPhi, int chamberLayer, int wireLayer, int measuresPhi, int strip, bool &isValid) const
 
Identifier channelID (const Identifier &id, int chamberLayer, int wireLayer, int measurePhi, int strip) const
 
Identifier channelID (const Identifier &id, int chamberLayer, int wireLayer, int measurePhi, int strip, bool &isValid) const
 
Identifier parentID (const Identifier &id) const
 get parent id from channel id More...
 
void idChannels (const Identifier &id, std::vector< Identifier > &vect) const
 
int channel (const Identifier &id) const override
 
int chamberLayer (const Identifier &id) const
 
int wireLayer (const Identifier &id) const
 
bool measuresPhi (const Identifier &id) const override
 
int strip (const Identifier &id) const
 
int gasGap (const Identifier &id) const override
 get the hashes More...
 
int sector (const Identifier &id) 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 chamberLayerMin (const Identifier &id) const
 
int chamberLayerMax (const Identifier &id) const
 
int wireLayerMin (const Identifier &id) const
 
int wireLayerMax (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
 Public validation of levels. More...
 
bool validElement (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 ()
 Access to min and max of level ranges. More...
 
static int stationEtaMax ()
 
static int stationPhiMin ()
 
static int stationPhiMax ()
 
static int chamberLayerMin ()
 
static int chamberLayerMax ()
 
static int wireLayerMin ()
 
static int wireLayerMax ()
 
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 ()
 
virtual int init_detectorElement_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  CscIndices { ChamberLayerIndex = 5, WireLayerIndex = 6, MeasuresPhiIndex = 7, StripIndex = 8 }
 
enum  CscRanges {
  StationEtaMin = -1, StationEtaMax = 1, StationPhiMin = 1, StationPhiMax = 8,
  ChamberLayerMin = 1, ChamberLayerMax = 2, WireLayerMin = 1, WireLayerMax = 4,
  MeasuresPhiMin = 0, MeasuresPhiMax = 1, StripMin = 1, StripMax = 216
}
 
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...
 
int init_id_to_hashes ()
 
unsigned int moduleHashIdx (const Identifier &id) const
 
unsigned int detEleHashIdx (const Identifier &id) const
 
bool validElement (const Identifier &id, int stationName, int stationEta, int stationPhi) const
 Private validation of levels. More...
 
bool validChannel (const Identifier &id, int stationName, int stationEta, int stationPhi, int chamberLayer, int wireLayer, int measuresPhi, int strip) const
 
int cscTechnology () const
 Utility methods. More...
 
int strip_hash_offsets ()
 
void initMessaging () const
 Initialize our message level and MessageSvc. More...
 

Private Attributes

std::array< unsigned int, s_modHashDimm_module_hashes {}
 
std::array< unsigned int, s_detHashDimm_detectorElement_hashes {}
 
unsigned int m_stationShift {std::numeric_limits<unsigned int>::max()}
 Minimal station index found. More...
 
size_type m_CHAMBERLAYER_INDEX {0}
 
size_type m_WIRELAYER_INDEX {0}
 
size_type m_MEASURESPHI_INDEX {0}
 
IdDictFieldImplementation m_cla_impl
 
IdDictFieldImplementation m_lay_impl
 
IdDictFieldImplementation m_mea_impl
 
IdDictFieldImplementation m_str_impl
 
int m_hashOffset [2][2] {}
 
unsigned int m_stripMaxPhi {UINT_MAX}
 
unsigned int m_stripMaxEta {UINT_MAX}
 
bool m_hasChamLay1 {false}
 
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...
 

Static Private Attributes

static constexpr unsigned int s_stDim = 2
 
static constexpr unsigned int s_etaDim = 2
 
static constexpr unsigned int s_phiDim = 8
 8 phi stations More...
 
static constexpr unsigned int s_mlDim = 2
 2 multi layer More...
 
static constexpr unsigned int s_modHashDim = s_stDim * s_etaDim * s_phiDim
 
static constexpr unsigned int s_detHashDim = s_modHashDim * s_mlDim
 

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...
 
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 52 of file CscIdHelper.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

◆ CscIndices

Enumerator
ChamberLayerIndex 
WireLayerIndex 
MeasuresPhiIndex 
StripIndex 

Definition at line 199 of file CscIdHelper.h.

◆ CscRanges

enum CscIdHelper::CscRanges
private
Enumerator
StationEtaMin 
StationEtaMax 
StationPhiMin 
StationPhiMax 
ChamberLayerMin 
ChamberLayerMax 
WireLayerMin 
WireLayerMax 
MeasuresPhiMin 
MeasuresPhiMax 
StripMin 
StripMax 

Definition at line 203 of file CscIdHelper.h.

203  {
204  StationEtaMin = -1,
205  StationEtaMax = 1,
206  StationPhiMin = 1,
207  StationPhiMax = 8,
208  ChamberLayerMin = 1,
209  ChamberLayerMax = 2,
210  WireLayerMin = 1,
211  WireLayerMax = 4,
212  MeasuresPhiMin = 0,
213  MeasuresPhiMax = 1,
214  StripMin = 1,
215  StripMax = 216 // up to AMDB P
216  };

◆ 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 388 of file AtlasDetectorID.h.

388  { ATLAS_ID = static_cast<Identifier::value_type>(0),
390  // mask to distinguish a pixel id from lvl1 id (bit 1 set)
391  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.

Constructor & Destructor Documentation

◆ CscIdHelper()

CscIdHelper::CscIdHelper ( )

Definition at line 8 of file CscIdHelper.cxx.

8  : MuonIdHelper("CscIdHelper") {
9  m_module_hashes.fill(-1);
10  m_detectorElement_hashes.fill(-1);
11 }

◆ ~CscIdHelper()

virtual CscIdHelper::~CscIdHelper ( )
virtualdefault

Member Function Documentation

◆ addStationID() [1/2]

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

Definition at line 774 of file MuonIdHelper.cxx.

774  {
776 }

◆ addStationID() [2/2]

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

Definition at line 700 of file MuonIdHelper.cxx.

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

◆ alfa_exp()

ExpandedIdentifier AtlasDetectorID::alfa_exp ( void  ) const
inlineprotectedinherited

Forward.

Definition at line 583 of file AtlasDetectorID.h.

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

◆ alfa_field_value()

int AtlasDetectorID::alfa_field_value ( ) const
inlineprotectedinherited

Definition at line 673 of file AtlasDetectorID.h.

673 {return (m_ALFA_ID);}

◆ bcm_exp()

ExpandedIdentifier AtlasDetectorID::bcm_exp ( void  ) const
inlineprotectedinherited

Definition at line 590 of file AtlasDetectorID.h.

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

◆ bcm_field_value()

int AtlasDetectorID::bcm_field_value ( ) const
inlineprotectedinherited

Definition at line 675 of file AtlasDetectorID.h.

675 {return (m_BCM_ID);}

◆ calo()

Identifier AtlasDetectorID::calo ( void  ) const
inherited

Definition at line 63 of file AtlasDetectorID.cxx.

64 {
66  // Pack field
68  return (result);
69 }

◆ calo_exp()

ExpandedIdentifier AtlasDetectorID::calo_exp ( void  ) const
inlineprotectedinherited

Definition at line 513 of file AtlasDetectorID.h.

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

◆ calo_field_value()

int AtlasDetectorID::calo_field_value ( ) const
inlineprotectedinherited

Definition at line 623 of file AtlasDetectorID.h.

623 {return (m_CALO_ID);}

◆ chamberLayer()

int CscIdHelper::chamberLayer ( const Identifier id) const

Definition at line 770 of file CscIdHelper.cxx.

770 { return m_cla_impl.unpack(id); }

◆ chamberLayerMax() [1/2]

int CscIdHelper::chamberLayerMax ( )
static

Definition at line 792 of file CscIdHelper.cxx.

792 { return ChamberLayerMax; }

◆ chamberLayerMax() [2/2]

int CscIdHelper::chamberLayerMax ( const Identifier id) const

Failed to find the max

Definition at line 450 of file CscIdHelper.cxx.

450  {
451  ExpandedIdentifier expId;
452  IdContext chamberLayer_context(expId, 0, m_CHAMBERLAYER_INDEX);
453  if (!get_expanded_id(id, expId, &chamberLayer_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& phi_field = range[m_CHAMBERLAYER_INDEX];
458  if (not phi_field.empty()) { return (phi_field.get_maximum()); }
459  }
460  }
461  }
463  return (-999);
464 }

◆ chamberLayerMin() [1/2]

int CscIdHelper::chamberLayerMin ( )
static

Definition at line 790 of file CscIdHelper.cxx.

790 { return ChamberLayerMin; }

◆ chamberLayerMin() [2/2]

int CscIdHelper::chamberLayerMin ( const Identifier id) const

Failed to find the min

Definition at line 434 of file CscIdHelper.cxx.

434  {
435  ExpandedIdentifier expId;
436  IdContext chamberLayer_context(expId, 0, m_CHAMBERLAYER_INDEX);
437  if (!get_expanded_id(id, expId, &chamberLayer_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& phi_field = range[m_CHAMBERLAYER_INDEX];
442  if (not phi_field.empty()) { return (phi_field.get_minimum()); }
443  }
444  }
445  }
447  return (999);
448 }

◆ channel()

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

Implements MuonIdHelper.

Definition at line 778 of file CscIdHelper.cxx.

778 { 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 762 of file MuonIdHelper.cxx.

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

◆ channel_context()

IdContext MuonIdHelper::channel_context ( ) const
inherited

id for channel

Definition at line 741 of file MuonIdHelper.cxx.

741  {
743  return (IdContext(id, 0, m_CHANNEL_INDEX));
744 }

◆ channel_end()

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

Definition at line 764 of file MuonIdHelper.cxx.

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

◆ channel_hash_max()

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

Definition at line 750 of file MuonIdHelper.cxx.

750 { return m_channel_hash_max; }

◆ channelID() [1/6]

Identifier CscIdHelper::channelID ( const Identifier id,
int  chamberLayer,
int  wireLayer,
int  measurePhi,
int  strip 
) const

Definition at line 740 of file CscIdHelper.cxx.

◆ channelID() [2/6]

Identifier CscIdHelper::channelID ( const Identifier id,
int  chamberLayer,
int  wireLayer,
int  measurePhi,
int  strip,
bool &  isValid 
) const

Definition at line 748 of file CscIdHelper.cxx.

748  {
749  try {
751  isValid = valid(result);
752  return result;
753  } catch (const std::out_of_range&) { isValid = false; }
754  return Identifier{0};
755 }

◆ channelID() [3/6]

Identifier CscIdHelper::channelID ( const std::string &  stationNameStr,
int  stationEta,
int  stationPhi,
int  chamberLayer,
int  wireLayer,
int  measuresPhi,
int  strip 
) const

Definition at line 731 of file CscIdHelper.cxx.

732  {
734 }

◆ channelID() [4/6]

Identifier CscIdHelper::channelID ( const std::string &  stationNameStr,
int  stationEta,
int  stationPhi,
int  chamberLayer,
int  wireLayer,
int  measuresPhi,
int  strip,
bool &  isValid 
) const

Definition at line 735 of file CscIdHelper.cxx.

736  {
738 }

◆ channelID() [5/6]

Identifier CscIdHelper::channelID ( int  stationName,
int  stationEta,
int  stationPhi,
int  chamberLayer,
int  wireLayer,
int  measuresPhi,
int  strip 
) const

Definition at line 706 of file CscIdHelper.cxx.

◆ channelID() [6/6]

Identifier CscIdHelper::channelID ( int  stationName,
int  stationEta,
int  stationPhi,
int  chamberLayer,
int  wireLayer,
int  measuresPhi,
int  strip,
bool &  isValid 
) const

Definition at line 721 of file CscIdHelper.cxx.

722  {
723  try {
726  return result;
727  } catch (const std::out_of_range&) { isValid = false; }
728  return Identifier{0};
729 }

◆ csc()

Identifier AtlasDetectorID::csc ( void  ) const
inherited

Definition at line 193 of file AtlasDetectorID.cxx.

194 {
196  // THIS METHOD SHOULD BE REMOVED !!! DOESN'T MAKE SENSE TO HAVE AN CSC ID
197  return (result);
198 }

◆ csc_field_value()

int AtlasDetectorID::csc_field_value ( ) const
inlineprotectedinherited

Definition at line 656 of file AtlasDetectorID.h.

656 {return (m_CSC_ID);}

◆ cscTechnology()

int CscIdHelper::cscTechnology ( ) const
private

Utility methods.

Definition at line 808 of file CscIdHelper.cxx.

808  {
809  int cscField = technologyIndex("CSC");
810  if (m_dict) { cscField = csc_field_value(); }
811  return cscField;
812 }

◆ 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 758 of file MuonIdHelper.cxx.

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

◆ detectorElement_context()

IdContext MuonIdHelper::detectorElement_context ( ) const
inherited

id for detector element

Definition at line 736 of file MuonIdHelper.cxx.

736  {
738  return (IdContext(id, 0, m_DETECTORELEMENT_INDEX));
739 }

◆ detectorElement_end()

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

Definition at line 760 of file MuonIdHelper.cxx.

760 { 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; };

◆ detEleHashIdx()

unsigned int CscIdHelper::detEleHashIdx ( const Identifier id) const
inlineprivate

Definition at line 297 of file CscIdHelper.cxx.

297  {
298  return moduleHashIdx(id) *s_mlDim + (chamberLayer(id) -1);
299 }

◆ detsystem_context()

IdContext AtlasDetectorID::detsystem_context ( void  ) const
inherited

IdContext (indicates id length) for detector systems.

Definition at line 234 of file AtlasDetectorID.cxx.

235 {
237  return (IdContext(id, 0, m_DET_INDEX));
238 }

◆ dict_names()

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

Dictionary names.

Dictionary name.

Definition at line 709 of file AtlasDetectorID.cxx.

710 {
711  return (m_dict_names);
712 }

◆ dict_tags()

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

Version tags for subdet dictionaries.

Version tag for subdet dictionary.

Definition at line 723 of file AtlasDetectorID.cxx.

724 {
725  return (m_dict_tags);
726 }

◆ dictionaryVersion()

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

Implements IdHelper.

Definition at line 347 of file AtlasDetectorID.cxx.

348 {
349  return (m_dict_version);
350 }

◆ 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 728 of file AtlasDetectorID.cxx.

729 {
730  return (m_do_checks);
731 }

◆ 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 738 of file AtlasDetectorID.cxx.

739 {
740  return (m_do_neighbours);
741 }

◆ elementID() [1/5]

Identifier CscIdHelper::elementID ( const Identifier channelID) const

Definition at line 704 of file CscIdHelper.cxx.

704 { return parentID(id); }

◆ elementID() [2/5]

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

Definition at line 697 of file CscIdHelper.cxx.

697  {
698  return elementID(stationNameIndex(stationNameStr), stationEta, stationPhi);
699 }

◆ elementID() [3/5]

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

Definition at line 700 of file CscIdHelper.cxx.

700  {
701  return elementID(stationNameIndex(stationNameStr), stationEta, stationPhi, isValid);
702 }

◆ elementID() [4/5]

Identifier CscIdHelper::elementID ( int  stationName,
int  stationEta,
int  stationPhi 
) const

Definition at line 678 of file CscIdHelper.cxx.

678  {
679  // pack fields independently
686  return result;
687 }

◆ elementID() [5/5]

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

Definition at line 688 of file CscIdHelper.cxx.

688  {
689  try {
692  return result;
693  } catch (const std::out_of_range&) { isValid = false; }
694  return Identifier{0};
695 }

◆ file_names()

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

File names for subdet dictionaries.

File name.

Definition at line 716 of file AtlasDetectorID.cxx.

717 {
718  return (m_file_names);
719 }

◆ 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 671 of file AtlasDetectorID.h.

671 {return (m_FWD_ID);}

◆ fwd_exp()

ExpandedIdentifier AtlasDetectorID::fwd_exp ( void  ) const
inlineprotectedinherited

Definition at line 520 of file AtlasDetectorID.h.

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

◆ gasGap()

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

get the hashes

Implements MuonIdHelper.

Definition at line 816 of file CscIdHelper.cxx.

816 { return chamberLayer(id); }

◆ 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 200 of file MuonIdHelper.cxx.

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

◆ get_detectorElement_hash()

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

Reimplemented from MuonIdHelper.

Definition at line 335 of file CscIdHelper.cxx.

335  {
336  const unsigned int idx = detEleHashIdx(id);
337  if (idx >= m_detectorElement_hashes.size()) return 1;
338  hash_id = m_detectorElement_hashes[idx];
339  return 0;
340 }

◆ 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 
186  if (0 == end) {
187  result = 0;
188  } else if (0 == begin) {
190  result = m_dict->unpack(compact_id, empty, end, id);
191  } else {
192  // Non-zero prefix - we assume that the prefix contains
193  // the IdDet level
194  result = m_dict->unpack(compact_id, context->prefix_id(), end, id);
195  }
196  }
197  return result;
198 }

◆ 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 217 of file MuonIdHelper.cxx.

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

◆ 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 CscIdHelper::get_module_hash ( const Identifier id,
IdentifierHash hash_id 
) const
overridevirtual

Reimplemented from MuonIdHelper.

Definition at line 329 of file CscIdHelper.cxx.

329  {
330  const unsigned int idx = moduleHashIdx(id);
331  if (idx >= m_module_hashes.size()) return 1;
332  hash_id = m_module_hashes[idx];
333  return 0;
334 }

◆ get_next_in_eta()

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

Definition at line 510 of file MuonIdHelper.cxx.

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

◆ get_next_in_phi()

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

Definition at line 490 of file MuonIdHelper.cxx.

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

◆ get_prev_in_eta()

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

Definition at line 500 of file MuonIdHelper.cxx.

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

◆ 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 480 of file MuonIdHelper.cxx.

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

◆ helper()

virtual HelperType AtlasDetectorID::helper ( ) const
inlinevirtualinherited

Type of helper, defaulted to 'Unimplemented'.

Reimplemented in SCT_ID, PLR_ID, and PixelID.

Definition at line 95 of file AtlasDetectorID.h.

95  {
97  }

◆ hgtd()

Identifier AtlasDetectorID::hgtd ( void  ) const
inherited

Definition at line 103 of file AtlasDetectorID.cxx.

104 {
106  // Pack field
109  return (result);
110 }

◆ hgtd_exp()

ExpandedIdentifier AtlasDetectorID::hgtd_exp ( void  ) const
inlineprotectedinherited

Definition at line 548 of file AtlasDetectorID.h.

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

◆ hgtd_field_value()

int AtlasDetectorID::hgtd_field_value ( ) const
inlineprotectedinherited

Definition at line 635 of file AtlasDetectorID.h.

635 {return (m_HGTD_ID);}

◆ idChannels()

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

Definition at line 344 of file CscIdHelper.cxx.

344  {
345  vect.clear();
346  Identifier parent = parentID(id);
347  for (unsigned int i = 0; i < m_full_channel_range.size(); ++i) {
348  const Range& range = m_full_channel_range[i];
350  for (const auto & expId : rit) {
351  Identifier child;
352  get_id(expId, child);
353  if (parentID(child) == parent) vect.push_back(child);
354  }
355  }
356 }

◆ idVector()

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

the id's

Definition at line 752 of file MuonIdHelper.cxx.

752 { return m_module_vec; }

◆ indet()

Identifier AtlasDetectorID::indet ( void  ) const
inherited

Detector systems:

Definition at line 26 of file AtlasDetectorID.cxx.

27 {
28 
30  // Pack field
32  return (result);
33 }

◆ indet_exp()

ExpandedIdentifier AtlasDetectorID::indet_exp ( void  ) const
inlineprotectedinherited

Detector systems:

Definition at line 485 of file AtlasDetectorID.h.

486 {
488  return (result << m_INDET_ID);
489 }

◆ indet_field_value()

int AtlasDetectorID::indet_field_value ( ) const
inlineprotectedinherited

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

Definition at line 611 of file AtlasDetectorID.h.

611 {return (m_INDET_ID);}

◆ init_channel_hashes()

int MuonIdHelper::init_channel_hashes ( )
protectedinherited

Definition at line 440 of file MuonIdHelper.cxx.

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

◆ init_detectorElement_hashes()

int MuonIdHelper::init_detectorElement_hashes ( )
protectedvirtualinherited

Reimplemented in RpcIdHelper.

Definition at line 394 of file MuonIdHelper.cxx.

394  {
395  //
396  // create a vector(s) to retrieve the hashes for compact ids. For
397  // the moment, we implement a hash for readout channels
398  //
399 
400  // detector element hash
402  ATH_MSG_INFO("The detector element hash max is " << m_detectorElement_hash_max);
405  unsigned int nids = 0;
406  std::set<Identifier> ids;
407  for (unsigned int i = 0; i < m_full_detectorElement_range.size(); ++i) {
410  for (const auto & expId:rit) {
411  Identifier id;
412  get_id(expId, id);
413  if (!(ids.insert(id)).second) {
414  ATH_MSG_ERROR("init_detectorElement_hashes "
415  << " Error: duplicated id for channel id. nid " << nids << " compact id " << id << " id ");
416 
417  return 1;
418  }
419  nids++;
420  }
421  }
422  if (ids.size() != m_detectorElement_hash_max) {
423  ATH_MSG_ERROR("init_hashes "
424  << " Error: set size NOT EQUAL to hash max. size " << ids.size() << " hash max " << m_detectorElement_hash_max);
425  return 1;
426  }
427 
428  nids = 0;
429  std::set<Identifier>::const_iterator first = ids.begin();
430  std::set<Identifier>::const_iterator last = ids.end();
431  for (; first != last && nids < m_detectorElement_vec.size(); ++first) {
432  m_detectorElement_vec[nids] = (*first);
433  nids++;
434  }
435  // sort the vector of identifiers to be able to use std::lower_bound to find hashes
437  return 0;
438 }

◆ init_hashes()

int MuonIdHelper::init_hashes ( )
protectedinherited

Definition at line 348 of file MuonIdHelper.cxx.

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

◆ init_id_to_hashes()

int CscIdHelper::init_id_to_hashes ( )
private

Definition at line 301 of file CscIdHelper.cxx.

301  {
302 
304  unsigned int hash_max = module_hash_max();
305  for (unsigned int i = 0; i < hash_max; ++i) {
306  const Identifier& id = m_module_vec[i];
307  const unsigned idx = moduleHashIdx(id);
308  if (idx >= m_module_hashes.size() || m_module_hashes[idx] < hash_max){
309  ATH_MSG_FATAL("Failed to assign module hash to "<<show_to_string(id));
310  return 1;
311  }
312  m_module_hashes[idx] = i;
313  }
314 
315  hash_max = detectorElement_hash_max();
316  for (unsigned int i = 0; i < hash_max; ++i) {
317  const Identifier& id = m_detectorElement_vec[i];
318  const unsigned idx = detEleHashIdx(id);
319  if (idx >= m_detectorElement_hashes.size() || m_detectorElement_hashes[idx] < hash_max){
320  ATH_MSG_FATAL("Failed to assign detector hash to "<<show_to_string(id));
321  return 1;
322  }
324  }
325 
326  return 0;
327 }

◆ init_neighbors()

int MuonIdHelper::init_neighbors ( )
protectedinherited

Definition at line 520 of file MuonIdHelper.cxx.

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

◆ initialize_from_dictionary()

int CscIdHelper::initialize_from_dictionary ( const IdDictMgr dict_mgr)
overridevirtual

Initialization from the identifier dictionary.

Initialize dictionary.

init base object

Initialize some of the field indices

save an index to the first region of csc

Build multirange for the valid set of identifiers

Find value for the field MuonSpectrometer

Build MultiRange down to "technology" for all (muon) regions

Build MultiRange down to "cscStrip" for all CSC regions

Build CSC module ranges:

Find the regions that have a "technology field" that matches the MDT and save them

test to see that the multi range is not empty

test to see that the detector element multi range is not empty

test to see that the multi range is not empty

Setup the hash tables for CSC

Setup hash tables for finding neighbors

Reimplemented from MuonIdHelper.

Definition at line 14 of file CscIdHelper.cxx.

14  {
15  int status = 0;
16 
17  // Check whether this helper should be reinitialized
18  if (!reinitialize(dict_mgr)) {
19  ATH_MSG_INFO("Request to reinitialize not satisfied - tags have not changed");
20  return 0;
21  } else {
22  ATH_MSG_DEBUG("(Re)initialize");
23  }
24 
26  if (AtlasDetectorID::initialize_from_dictionary(dict_mgr)) return 1;
27 
28  // Register version of the MuonSpectrometer dictionary
29  if (register_dict_tag(dict_mgr, "MuonSpectrometer")) return 1;
30 
31  m_dict = dict_mgr.find_dictionary("MuonSpectrometer");
32  if (!m_dict) {
33  ATH_MSG_ERROR(" initialize_from_dict - cannot access MuonSpectrometer dictionary ");
34  return 1;
35  }
36 
38 
39  if (initLevelsFromDict()) return 1;
40 
41  int index = technologyIndex("CSC");
42  if (index == -1) {
43  ATH_MSG_DEBUG("initLevelsFromDict - there are no CSC entries in the dictionary! ");
44  return 0;
45  }
46 
47  IdDictField* field = m_dict->find_field("chamberLayer");
48  if (field) {
49  m_CHAMBERLAYER_INDEX = field->m_index;
50  } else {
51  ATH_MSG_ERROR("initLevelsFromDict - unable to find 'chamberLayer' field ");
52  status = 1;
53  }
54 
55  field = m_dict->find_field("wireLayer");
56  if (field) {
57  m_WIRELAYER_INDEX = field->m_index;
58  } else {
59  ATH_MSG_ERROR("initLevelsFromDict - unable to find 'wireLayer' field ");
60  status = 1;
61  }
62 
63  field = m_dict->find_field("cscMeasuresPhi");
64  if (field) {
65  m_MEASURESPHI_INDEX = field->m_index;
66  } else {
67  ATH_MSG_ERROR("initLevelsFromDict - unable to find 'cscMeasuresPhi' field ");
68  status = 1;
69  }
70 
71  field = m_dict->find_field("cscStrip");
72  if (field) {
73  m_CHANNEL_INDEX = field->m_index;
74  } else {
75  ATH_MSG_ERROR("initLevelsFromDict - unable to find 'cscStrip' field ");
76  status = 1;
77  }
78 
79  // initialize the multilayer index
81 
83 
84  IdDictGroup* cscGroup = m_dict->find_group("csc");
85  if (!cscGroup) {
86  ATH_MSG_ERROR("Cannot find csc group");
87  } else {
88  m_GROUP_INDEX = cscGroup->regions()[0]->m_index;
89  }
90 
91  const IdDictRegion& region = *m_dict->m_regions[m_GROUP_INDEX];
99 
100  ATH_MSG_DEBUG(" CSC decode index and bit fields for each level: " << std::endl
101  << " muon " << m_muon_impl.show_to_string() << std::endl
102  << " station " << m_sta_impl.show_to_string() << std::endl
103  << " eta " << m_eta_impl.show_to_string() << std::endl
104  << " phi " << m_phi_impl.show_to_string() << std::endl
105  << " technology " << m_tec_impl.show_to_string() << std::endl
106  << " cham layer " << m_cla_impl.show_to_string() << std::endl
107  << " layer " << m_lay_impl.show_to_string() << std::endl
108  << " phi " << m_mea_impl.show_to_string() << std::endl
109  << " strip " << m_str_impl.show_to_string());
110 
115 
117  int muonField = -1;
118  const IdDictDictionary* atlasDict = dict_mgr.find_dictionary("ATLAS");
119  if (atlasDict->get_label_value("subdet", "MuonSpectrometer", muonField)) {
120  ATH_MSG_ERROR("Could not get value for label 'MuonSpectrometer' of field "
121  << "'subdet' in dictionary " << atlasDict->m_name);
122  return 1;
123  }
124 
126 
128  region_id.add(muonField);
129  Range prefix;
130  MultiRange muon_range = m_dict->build_multirange(region_id, prefix, "technology");
131  if (muon_range.size() > 0) {
132  ATH_MSG_INFO("MultiRange built successfully to Technology: "
133  << "MultiRange size is " << muon_range.size());
134  } else {
135  ATH_MSG_ERROR("Muon MultiRange is empty for modules");
136  }
137 
138  // Build MultiRange down to "detector element" for all mdt regions
139 
140  ExpandedIdentifier detectorElement_region;
141  detectorElement_region.add(muonField);
142  Range detectorElement_prefix;
143  MultiRange muon_detectorElement_range = m_dict->build_multirange(detectorElement_region, detectorElement_prefix, "chamberLayer");
144  if (muon_detectorElement_range.size() > 0) {
145  ATH_MSG_INFO("MultiRange built successfully to detector element: "
146  << "Multilayer MultiRange size is " << muon_detectorElement_range.size());
147  } else {
148  ATH_MSG_ERROR("Muon CSC detector element MultiRange is empty");
149  }
150 
152 
153  ExpandedIdentifier csc_region;
154  csc_region.add(muonField);
155  Range csc_prefix;
156  MultiRange muon_channel_range = m_dict->build_multirange(csc_region, csc_prefix, "cscStrip");
157  if (muon_channel_range.size() > 0) {
158  ATH_MSG_INFO("MultiRange built successfully to cscStrip: "
159  << "MultiRange size is " << muon_channel_range.size());
160  } else {
161  ATH_MSG_ERROR("Muon MultiRange is empty for channels");
162  }
163 
171  int cscField = -1;
172  status = m_dict->get_label_value("technology", "CSC", cscField);
173 
174  for (int i = 0; i < (int)muon_range.size(); ++i) {
175  const Range& range = muon_range[i];
176  if (range.fields() > m_TECHNOLOGY_INDEX) {
178  if (field.match((ExpandedIdentifier::element_type)cscField)) {
180  ATH_MSG_DEBUG("field size is " << (int)range.cardinality() << " field index = " << i);
181  }
182  }
183  }
184 
185  for (int j = 0; j < (int)muon_detectorElement_range.size(); ++j) {
186  const Range& range = muon_detectorElement_range[j];
187  if (range.fields() > m_TECHNOLOGY_INDEX) {
189  if (field.match((ExpandedIdentifier::element_type)cscField)) {
191  ATH_MSG_DEBUG("detector element field size is " << (int)range.cardinality() << " field index = " << j);
192  }
193  }
194  }
195 
196  for (int j = 0; j < (int)muon_channel_range.size(); ++j) {
197  const Range& range = muon_channel_range[j];
198  if (range.fields() > m_TECHNOLOGY_INDEX) {
200  if (field.match((ExpandedIdentifier::element_type)cscField)) {
202  ATH_MSG_DEBUG("channel field size is " << (int)range.cardinality() << " field index = " << j);
203  }
204  }
205  }
206 
208 
209  if (m_full_module_range.size() == 0) {
210  ATH_MSG_ERROR("CSC MultiRange ID is empty for modules");
211  status = 1;
212  }
213 
215 
216  if (m_full_detectorElement_range.size() == 0) {
217  ATH_MSG_ERROR("CSC MultiRange ID is empty for detector elements");
218  status = 1;
219  }
220 
222 
223  if (m_full_channel_range.size() == 0) {
224  ATH_MSG_ERROR("CSC MultiRange ID is empty for channels");
225  status = 1;
226  }
227 
229 
230  ATH_MSG_INFO("Initializing CSC hash indices ... ");
231  status = init_hashes();
232  status = init_detectorElement_hashes(); // for chamber layer - a chamber
236 
238 
239  ATH_MSG_INFO("Initializing CSC hash indices for finding neighbors ... ");
241 
242  // now we have to set the stripMax values (for the stripMax(id) function)
243  // this could be also done on an event-by-event basis as for stripMin(id)
244  // however, for all existing layouts there are only 2 possible values for stripMax,
245  // namely those for layers which measure phi (measuresPhi(id)=true) and the rest.
246  // thus, we initialize 2 member variables here to speed up calling the function during runtime
247  // loop on the channel Identifiers and check (for consistency!) that really only
248  // two maximum numbers of strips (w/o measuresPhi) are around
249  ExpandedIdentifier expId;
250  IdContext strip_context = channel_context();
251  for (const auto& id : m_channel_vec) {
252  if (get_expanded_id(id, expId, &strip_context)) {
253  ATH_MSG_ERROR("Failed to retrieve ExpandedIdentifier from Identifier " << id.get_compact());
254  return 1;
255  }
256  bool measPhi = measuresPhi(id);
257  for (unsigned int i = 0; i < m_full_channel_range.size(); ++i) {
258  const Range& range = m_full_channel_range[i];
259  if (range.match(expId)) {
260  const Range::field& phi_field = range[m_CHANNEL_INDEX];
261  if (not !phi_field.empty()) {
262  ATH_MSG_ERROR("Range::field for phi at position " << i << " does not have a maximum");
263  return 1;
264  }
265  unsigned int max = phi_field.get_maximum();
266  if (measPhi) {
267  if (m_stripMaxPhi != UINT_MAX && m_stripMaxPhi != max) {
268  ATH_MSG_ERROR("Maximum of Range::field for phi (" << max << ") is not equal to m_stripMaxPhi=" << m_stripMaxPhi);
269  return 1;
270  } else
271  m_stripMaxPhi = max;
272  } else {
273  if (m_stripMaxEta != UINT_MAX && m_stripMaxEta != max) {
274  ATH_MSG_ERROR("Maximum of Range::field for phi (" << max << ") is not equal to m_stripMaxEta=" << m_stripMaxEta);
275  return 1;
276  } else
277  m_stripMaxEta = max;
278  }
279  }
280  }
281  }
282 
283  // check whether the current layout contains chamberLayer 1 Identifiers (pre-Run3) in the vector of module Identifiers
284  if (!m_module_vec.empty() && chamberLayer(m_module_vec.at(0)) == 1) m_hasChamLay1 = true;
285  m_init = true;
286  return (status);
287 }

◆ initLevelsFromDict()

int MuonIdHelper::initLevelsFromDict ( )
protectedinherited

Definition at line 241 of file MuonIdHelper.cxx.

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

◆ 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 941 of file AtlasDetectorID.h.

942 {
943  bool result = false;
944  if(is_forward(id)) {
945  result = (abs(m_lar_part_impl.unpack(id)) == m_ALFA_ID);
946  }
947  return result;
948 }

◆ is_bcm()

bool AtlasDetectorID::is_bcm ( Identifier  id) const
inlineinherited

Definition at line 951 of file AtlasDetectorID.h.

952 {
953  bool result = false;
954  if(is_forward(id)) {
955  result = (abs(m_lar_part_impl.unpack(id)) == m_BCM_ID);
956  }
957  return result;
958 }

◆ is_calo() [1/2]

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

Definition at line 393 of file AtlasDetectorID.cxx.

394 {
395  bool result = false;
396  if ( id.fields() > 0 ){
397  if ( id[0] == m_CALO_ID ) result = true;
398  }
399  return result;
400 }

◆ is_calo() [2/2]

bool AtlasDetectorID::is_calo ( Identifier  id) const
inlineinherited

Definition at line 707 of file AtlasDetectorID.h.

708 {
709  return (m_det_impl.unpack(id) == m_CALO_ID);
710 }

◆ is_csc() [1/3]

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

Definition at line 514 of file AtlasDetectorID.cxx.

515 {
516  bool result = false;
517  if ( id[0] == m_MUON_ID ) {
518  if ( id[4] == m_CSC_ID ) result = true;
519  }
520  return result;
521 }

◆ is_csc() [2/3]

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

Definition at line 785 of file MuonIdHelper.cxx.

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

◆ is_csc() [3/3]

bool AtlasDetectorID::is_csc ( Identifier  id) const
inlineinherited

Definition at line 891 of file AtlasDetectorID.h.

892 {
893  bool result = false;
894  if (!is_muon(id)) return false;
895  unsigned int stationNameIndex = m_muon_station_name_impl.unpack(id);
896  unsigned int techBit = m_muon_tech_bits[stationNameIndex];
897  result = (is_muon(id) && (techBit == AtlasDetDescr::fAtlasCSC));
898  return result;
899 }

◆ is_forward()

bool AtlasDetectorID::is_forward ( Identifier  id) const
inlineinherited

Definition at line 935 of file AtlasDetectorID.h.

936 {
937  return (m_det_impl.unpack(id) == m_FWD_ID);
938 }

◆ is_hgtd() [1/2]

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

Definition at line 433 of file AtlasDetectorID.cxx.

434 {
435  bool result = false;
436  if ( is_indet(id) && id.fields() > 1 ){
437  if ( id[1] == m_HGTD_ID) result = true;
438  }
439  return result;
440 }

◆ is_hgtd() [2/2]

bool AtlasDetectorID::is_hgtd ( Identifier  id) const
inlineinherited

Definition at line 794 of file AtlasDetectorID.h.

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

◆ is_indet() [1/2]

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

Definition at line 353 of file AtlasDetectorID.cxx.

354 {
355  bool result = false;
356  if ( id.fields() > 0 ){
357  if ( id[0] == m_INDET_ID) result = true;
358  }
359  return result;
360 }

◆ is_indet() [2/2]

bool AtlasDetectorID::is_indet ( Identifier  id) const
inlineinherited

Definition at line 683 of file AtlasDetectorID.h.

684 {
685  return (m_det_impl.unpack(id) == m_INDET_ID);
686 }

◆ is_lar() [1/2]

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

Definition at line 363 of file AtlasDetectorID.cxx.

364 {
365  bool result = false;
366  if ( id.fields() > 0 ){
367  if ( id[0] == m_LAR_ID) result = true;
368  }
369  return result;
370 }

◆ is_lar() [2/2]

bool AtlasDetectorID::is_lar ( Identifier  id) const
inlineinherited

Definition at line 689 of file AtlasDetectorID.h.

690 {
691  return (m_det_impl.unpack(id) == m_LAR_ID);
692 }

◆ is_lar_dm()

bool AtlasDetectorID::is_lar_dm ( Identifier  id) const
inlineinherited

LAr/Tile dead material:

Definition at line 736 of file AtlasDetectorID.h.

737 {
738  bool result = false;
739  if (is_calo(id)) {
740  int temp = m_calo_side_impl.unpack(id);
741  result = (m_lar_dm_field.match(temp));
742  }
743  return result;
744 }

◆ is_lar_em() [1/2]

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

Definition at line 463 of file AtlasDetectorID.cxx.

464 {
465  bool result = false;
466  if ( is_lar(id) && id.fields() > 1 ){
467  if ( abs(id[1]) == m_LAR_EM_ID) result = true;
468  }
469  return result;
470 }

◆ is_lar_em() [2/2]

bool AtlasDetectorID::is_lar_em ( Identifier  id) const
inlineinherited

Definition at line 818 of file AtlasDetectorID.h.

819 {
820  bool result = false;
821  if(is_lar(id)) {
822  result = (abs(m_lar_part_impl.unpack(id)) == m_LAR_EM_ID);
823  }
824  return result;
825 }

◆ is_lar_fcal() [1/2]

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

Definition at line 483 of file AtlasDetectorID.cxx.

484 {
485  bool result = false;
486  if ( is_lar(id) && id.fields() > 1 ){
487  if ( abs(id[1]) == m_LAR_FCAL_ID ) result = true;
488  }
489  return result;
490 }

◆ is_lar_fcal() [2/2]

bool AtlasDetectorID::is_lar_fcal ( Identifier  id) const
inlineinherited

Definition at line 839 of file AtlasDetectorID.h.

840 {
841  bool result = false;
842  if(is_lar(id)) {
843  result = (abs(m_lar_part_impl.unpack(id)) == m_LAR_FCAL_ID);
844  }
845  return result;
846 }

◆ is_lar_hec() [1/2]

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

Definition at line 473 of file AtlasDetectorID.cxx.

474 {
475  bool result = false;
476  if ( is_lar(id) && id.fields() > 1 ){
477  if ( abs(id[1]) == m_LAR_HEC_ID ) result = true;
478  }
479  return result;
480 }

◆ is_lar_hec() [2/2]

bool AtlasDetectorID::is_lar_hec ( Identifier  id) const
inlineinherited

Definition at line 829 of file AtlasDetectorID.h.

830 {
831  bool result = false;
832  if(is_lar(id)) {
833  result = (abs(m_lar_part_impl.unpack(id)) == m_LAR_HEC_ID);
834  }
835  return result;
836 }

◆ is_lar_minifcal() [1/2]

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

Definition at line 493 of file AtlasDetectorID.cxx.

494 {
495  bool result = false;
496  if ( is_lar_fcal(id) && id.fields() > 3 ){
497  if ( abs(id[3]) == 0 ) result = true;
498  }
499  return result;
500 }

◆ is_lar_minifcal() [2/2]

bool AtlasDetectorID::is_lar_minifcal ( Identifier  id) const
inlineinherited

Definition at line 849 of file AtlasDetectorID.h.

850 {
851  bool result = false;
852  if(is_lar_fcal(id)) {
853  result = (m_lar_fcal_module_impl.unpack(id) == 0);
854  }
855  return result;
856 }

◆ is_lucid()

bool AtlasDetectorID::is_lucid ( Identifier  id) const
inlineinherited

Definition at line 961 of file AtlasDetectorID.h.

962 {
963  bool result = false;
964  if(is_forward(id)) {
965  result = (abs(m_lar_part_impl.unpack(id)) == m_LUCID_ID);
966  }
967  return result;
968 }

◆ is_lumi() [1/2]

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

Definition at line 443 of file AtlasDetectorID.cxx.

444 {
445  bool result = false;
446  if ( is_indet(id) && id.fields() > 1 ){
447  if ( id[1] == m_LUMI_ID) result = true;
448  }
449  return result;
450 }

◆ is_lumi() [2/2]

bool AtlasDetectorID::is_lumi ( Identifier  id) const
inlineinherited

Definition at line 806 of file AtlasDetectorID.h.

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

◆ is_lvl1_online()

bool AtlasDetectorID::is_lvl1_online ( Identifier  id) const
inlineinherited

Definition at line 724 of file AtlasDetectorID.h.

725 {
726  bool result = false;
727  if (is_calo(id)) {
728  int temp = m_calo_side_impl.unpack(id);
729  result = (m_lvl1_onl_field.match(temp));
730  }
731  return result;
732 }

◆ is_lvl1_trig_towers()

bool AtlasDetectorID::is_lvl1_trig_towers ( Identifier  id) const
inlineinherited

Definition at line 713 of file AtlasDetectorID.h.

714 {
715  bool result = false;
716  if (is_calo(id)) {
717  int temp = m_calo_side_impl.unpack(id);
718  result = (m_lvl1_field.match(temp));
719  }
720  return result;
721 }

◆ is_mdt() [1/3]

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

Definition at line 503 of file AtlasDetectorID.cxx.

504 {
505 
506  bool result = false;
507  if ( id[0] == m_MUON_ID ) {
508  if ( id[4] == m_MDT_ID ) result = true;
509  }
510  return result;
511 }

◆ is_mdt() [2/3]

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

Definition at line 782 of file MuonIdHelper.cxx.

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

◆ is_mdt() [3/3]

bool AtlasDetectorID::is_mdt ( Identifier  id) const
inlineinherited

Definition at line 859 of file AtlasDetectorID.h.

860 {
861  bool result = false;
862  if (!is_muon(id)) return false;
863  unsigned int stationNameIndex = m_muon_station_name_impl.unpack(id);
864  unsigned int techBit = m_muon_tech_bits[stationNameIndex];
865  // MDT and RPC can only be destinguished by the additional bit in the ID
866  // since the station names are ambiguous
867  if (is_muon(id) && ((techBit == AtlasDetDescr::fAtlasMDT)
868  || (techBit == AtlasDetDescr::fAtlasRPC))) {
870  }
871  return result;
872 }

◆ is_mm() [1/3]

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

Definition at line 554 of file AtlasDetectorID.cxx.

555 {
556  bool result = false;
557  if ( id[0] == m_MUON_ID ) {
558  if ( id[4] == m_MM_ID ) result = true;
559  }
560  return result;
561 }

◆ is_mm() [2/3]

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

Definition at line 797 of file MuonIdHelper.cxx.

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

◆ is_mm() [3/3]

bool AtlasDetectorID::is_mm ( Identifier  id) const
inlineinherited

Definition at line 913 of file AtlasDetectorID.h.

914 {
915  bool result = false;
916  if (!is_muon(id)) return false;
917  unsigned int stationNameIndex = m_muon_station_name_impl.unpack(id);
918  unsigned int techBit = m_muon_tech_bits[stationNameIndex];
919  result = (is_muon(id) && (techBit == AtlasDetDescr::fAtlasMM));
920  return result;
921 }

◆ is_muon() [1/3]

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

Definition at line 383 of file AtlasDetectorID.cxx.

384 {
385  bool result = false;
386  if ( id.fields() > 0 ){
387  if ( id[0] == m_MUON_ID ) result = true;
388  }
389  return result;
390 }

◆ is_muon() [2/3]

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

Definition at line 779 of file MuonIdHelper.cxx.

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

◆ is_muon() [3/3]

bool AtlasDetectorID::is_muon ( Identifier  id) const
inlineinherited

Definition at line 701 of file AtlasDetectorID.h.

702 {
703  return (m_det_impl.unpack(id) == m_MUON_ID);
704 }

◆ is_pixel() [1/2]

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

Definition at line 403 of file AtlasDetectorID.cxx.

404 {
405  bool result = false;
406  if ( is_indet(id) && id.fields() > 1 ){
407  if ( id[1] == m_PIXEL_ID ) result = true;
408  }
409  return result;
410 }

◆ is_pixel() [2/2]

bool AtlasDetectorID::is_pixel ( Identifier  id) const
inlineinherited

Definition at line 760 of file AtlasDetectorID.h.

761 {
762  bool result = false;
763  if(is_indet(id)) {
765  }
766  return result;
767 }

◆ is_plr() [1/2]

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

Definition at line 453 of file AtlasDetectorID.cxx.

454 {
455  bool result = false;
456  if ( is_lumi(id) ){
457  if ( id[2] == m_LUMI_PLR_ID) result = true;
458  }
459  return result;
460 }

◆ 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 524 of file AtlasDetectorID.cxx.

525 {
526  bool result = false;
527  if ( id[0] == m_MUON_ID ) {
528  if ( id[4] == m_RPC_ID ) result = true;
529  }
530  return result;
531 }

◆ is_rpc() [2/3]

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

Definition at line 788 of file MuonIdHelper.cxx.

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

◆ is_rpc() [3/3]

bool AtlasDetectorID::is_rpc ( Identifier  id) const
inlineinherited

Definition at line 875 of file AtlasDetectorID.h.

876 {
877  bool result = false;
878  if (!is_muon(id)) return false;
879  unsigned int stationNameIndex = m_muon_station_name_impl.unpack(id);
880  unsigned int techBit = m_muon_tech_bits[stationNameIndex];
881  // MDT and RPC can only be destinguished by the additional bit in the ID
882  // since the station names are ambiguous
883  if (is_muon(id) && ((techBit == AtlasDetDescr::fAtlasMDT)
884  || (techBit == AtlasDetDescr::fAtlasRPC))) {
886  }
887  return result;
888 }

◆ is_sct() [1/2]

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

Definition at line 413 of file AtlasDetectorID.cxx.

414 {
415  bool result = false;
416  if ( is_indet(id) && id.fields() > 1 ){
417  if ( id[1] == m_SCT_ID ) return(true);
418  }
419  return result;
420 }

◆ is_sct() [2/2]

bool AtlasDetectorID::is_sct ( Identifier  id) const
inlineinherited

Definition at line 770 of file AtlasDetectorID.h.

771 {
772  bool result = false;
773  // Must check is_pixel to allow for special bits
774  // (don't need this check for 64-bit identifier, but leave it in for now)
775  if(is_indet(id) && !is_pixel(id)) {
777  }
778  return result;
779 }

◆ is_stgc() [1/3]

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

Definition at line 544 of file AtlasDetectorID.cxx.

545 {
546  bool result = false;
547  if ( id[0] == m_MUON_ID ) {
548  if ( id[4] == m_STGC_ID ) result = true;
549  }
550  return result;
551 }

◆ is_stgc() [2/3]

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

Definition at line 794 of file MuonIdHelper.cxx.

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

◆ is_stgc() [3/3]

bool AtlasDetectorID::is_stgc ( Identifier  id) const
inlineinherited

Definition at line 924 of file AtlasDetectorID.h.

925 {
926  bool result = false;
927  if (!is_muon(id)) return false;
928  unsigned int stationNameIndex = m_muon_station_name_impl.unpack(id);
929  unsigned int techBit = m_muon_tech_bits[stationNameIndex];
930  result = (is_muon(id) && (techBit == AtlasDetDescr::fAtlasSTGC));
931  return result;
932 }

◆ is_tgc() [1/3]

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

Definition at line 534 of file AtlasDetectorID.cxx.

535 {
536  bool result = false;
537  if ( id[0] == m_MUON_ID ) {
538  if ( id[4] == m_TGC_ID ) result = true;
539  }
540  return result;
541 }

◆ is_tgc() [2/3]

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

Definition at line 791 of file MuonIdHelper.cxx.

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

◆ is_tgc() [3/3]

bool AtlasDetectorID::is_tgc ( Identifier  id) const
inlineinherited

Definition at line 902 of file AtlasDetectorID.h.

903 {
904  bool result = false;
905  if (!is_muon(id)) return false;
906  unsigned int stationNameIndex = m_muon_station_name_impl.unpack(id);
907  unsigned int techBit = m_muon_tech_bits[stationNameIndex];
908  result = (is_muon(id) && (techBit == AtlasDetDescr::fAtlasTGC));
909  return result;
910 }

◆ is_tile() [1/2]

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

Definition at line 373 of file AtlasDetectorID.cxx.

374 {
375  bool result = false;
376  if ( id.fields() > 0 ){
377  if ( id[0] == m_TILE_ID ) result = true;
378  }
379  return result;
380 }

◆ is_tile() [2/2]

bool AtlasDetectorID::is_tile ( Identifier  id) const
inlineinherited

Definition at line 695 of file AtlasDetectorID.h.

696 {
697  return (m_det_impl.unpack(id) == m_TILE_ID);
698 }

◆ is_tile_dm()

bool AtlasDetectorID::is_tile_dm ( Identifier  id) const
inlineinherited

Definition at line 748 of file AtlasDetectorID.h.

749 {
750  bool result = false;
751  if (is_calo(id)) {
752  int temp = m_calo_side_impl.unpack(id);
753  result = (m_tile_dm_field.match(temp));
754  }
755  return result;
756 }

◆ is_trt() [1/2]

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

Definition at line 423 of file AtlasDetectorID.cxx.

424 {
425  bool result = false;
426  if ( is_indet(id) && id.fields() > 1 ){
427  if ( id[1] == m_TRT_ID ) result = true;
428  }
429  return result;
430 }

◆ is_trt() [2/2]

bool AtlasDetectorID::is_trt ( Identifier  id) const
inlineinherited

Definition at line 782 of file AtlasDetectorID.h.

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

◆ is_zdc()

bool AtlasDetectorID::is_zdc ( Identifier  id) const
inlineinherited

Definition at line 971 of file AtlasDetectorID.h.

972 {
973  bool result = false;
974  if(is_forward(id)) {
975  result = (abs(m_lar_part_impl.unpack(id)) == m_ZDC_ID);
976  }
977  return result;
978 }

◆ isBarrel() [1/2]

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

Definition at line 825 of file MuonIdHelper.cxx.

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

◆ isBarrel() [2/2]

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

Definition at line 833 of file MuonIdHelper.cxx.

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

◆ isEndcap() [1/2]

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

Definition at line 827 of file MuonIdHelper.cxx.

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

◆ isEndcap() [2/2]

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

Definition at line 835 of file MuonIdHelper.cxx.

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

◆ isForward() [1/2]

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

Definition at line 829 of file MuonIdHelper.cxx.

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

◆ isForward() [2/2]

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

Definition at line 837 of file MuonIdHelper.cxx.

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

◆ isInitialized()

bool MuonIdHelper::isInitialized ( ) const
inherited

Definition at line 870 of file MuonIdHelper.cxx.

870 { return m_init; }

◆ isSmall() [1/2]

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

Definition at line 831 of file MuonIdHelper.cxx.

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

◆ isSmall() [2/2]

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

Definition at line 839 of file MuonIdHelper.cxx.

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

◆ isStNameInTech()

bool CscIdHelper::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 585 of file CscIdHelper.cxx.

585 { return stationName[0] == 'C'; }

◆ lar()

Identifier AtlasDetectorID::lar ( void  ) const
inherited

Definition at line 36 of file AtlasDetectorID.cxx.

37 {
39  // Pack field
41  return (result);
42 }

◆ lar_dm()

Identifier AtlasDetectorID::lar_dm ( void  ) const
inherited

Definition at line 144 of file AtlasDetectorID.cxx.

145 {
147  // Pack field
150  return (result);
151 }

◆ lar_em()

Identifier AtlasDetectorID::lar_em ( void  ) const
inherited

Definition at line 123 of file AtlasDetectorID.cxx.

124 {
126  // Pack field
129  return (result);
130 }

◆ lar_em_exp()

ExpandedIdentifier AtlasDetectorID::lar_em_exp ( void  ) const
inlineprotectedinherited

LAr.

Definition at line 562 of file AtlasDetectorID.h.

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

◆ lar_em_field_value()

int AtlasDetectorID::lar_em_field_value ( ) const
inlineprotectedinherited

Definition at line 644 of file AtlasDetectorID.h.

644 {return (m_LAR_EM_ID);}

◆ lar_exp()

ExpandedIdentifier AtlasDetectorID::lar_exp ( void  ) const
inlineprotectedinherited

Definition at line 492 of file AtlasDetectorID.h.

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

◆ lar_fcal()

Identifier AtlasDetectorID::lar_fcal ( void  ) const
inherited

Definition at line 174 of file AtlasDetectorID.cxx.

175 {
177  // Pack field
180  return (result);
181 }

◆ lar_fcal_exp()

ExpandedIdentifier AtlasDetectorID::lar_fcal_exp ( void  ) const
inlineprotectedinherited

Definition at line 576 of file AtlasDetectorID.h.

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

◆ lar_fcal_field_value()

int AtlasDetectorID::lar_fcal_field_value ( ) const
inlineprotectedinherited

Definition at line 650 of file AtlasDetectorID.h.

650 {return (m_LAR_FCAL_ID);}

◆ lar_field_value()

int AtlasDetectorID::lar_field_value ( ) const
inlineprotectedinherited

Definition at line 614 of file AtlasDetectorID.h.

614 {return (m_LAR_ID);}

◆ lar_hec()

Identifier AtlasDetectorID::lar_hec ( void  ) const
inherited

Definition at line 164 of file AtlasDetectorID.cxx.

165 {
167  // Pack field
170  return (result);
171 }

◆ lar_hec_exp()

ExpandedIdentifier AtlasDetectorID::lar_hec_exp ( void  ) const
inlineprotectedinherited

Definition at line 569 of file AtlasDetectorID.h.

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

◆ lar_hec_field_value()

int AtlasDetectorID::lar_hec_field_value ( ) const
inlineprotectedinherited

Definition at line 647 of file AtlasDetectorID.h.

647 {return (m_LAR_HEC_ID);}

◆ lar_lvl1()

Identifier AtlasDetectorID::lar_lvl1 ( void  ) const
inherited

Definition at line 134 of file AtlasDetectorID.cxx.

135 {
137  // Pack field
140  return (result);
141 }

◆ lucid_exp()

ExpandedIdentifier AtlasDetectorID::lucid_exp ( void  ) const
inlineprotectedinherited

Definition at line 597 of file AtlasDetectorID.h.

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

◆ lucid_field_value()

int AtlasDetectorID::lucid_field_value ( ) const
inlineprotectedinherited

Definition at line 677 of file AtlasDetectorID.h.

677 {return (m_LUCID_ID);}

◆ lumi()

Identifier AtlasDetectorID::lumi ( void  ) const
inherited

Definition at line 113 of file AtlasDetectorID.cxx.

114 {
116  // Pack field
119  return (result);
120 }

◆ lumi_exp()

ExpandedIdentifier AtlasDetectorID::lumi_exp ( void  ) const
inlineprotectedinherited

Definition at line 555 of file AtlasDetectorID.h.

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

◆ lumi_field_value()

int AtlasDetectorID::lumi_field_value ( ) const
inlineprotectedinherited

Definition at line 638 of file AtlasDetectorID.h.

638 {return (m_LUMI_ID);}

◆ mdt()

Identifier AtlasDetectorID::mdt ( void  ) const
inherited

Definition at line 184 of file AtlasDetectorID.cxx.

185 {
186  // THIS METHOD SHOULD BE REMOVED !!! DOESN'T MAKE SENSE TO HAVE AN MDT ID
187 
189  return (result);
190 }

◆ mdt_field_value()

int AtlasDetectorID::mdt_field_value ( ) const
inlineprotectedinherited

Definition at line 653 of file AtlasDetectorID.h.

653 {return (m_MDT_ID);}

◆ measuresPhi()

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

Implements MuonIdHelper.

Definition at line 774 of file CscIdHelper.cxx.

774 { return m_mea_impl.unpack(id); }

◆ measuresPhiMax() [1/2]

int CscIdHelper::measuresPhiMax ( )
static

Definition at line 800 of file CscIdHelper.cxx.

800 { return MeasuresPhiMax; }

◆ measuresPhiMax() [2/2]

int CscIdHelper::measuresPhiMax ( const Identifier id) const

Failed to find the max

Definition at line 514 of file CscIdHelper.cxx.

514  {
515  ExpandedIdentifier expId;
516  IdContext measuresPhi_context(expId, 0, m_MEASURESPHI_INDEX);
517  if (!get_expanded_id(id, expId, &measuresPhi_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& phi_field = range[m_MEASURESPHI_INDEX];
522  if (not phi_field.empty()) { return (phi_field.get_maximum()); }
523  }
524  }
525  }
527  return (-999);
528 }

◆ measuresPhiMin() [1/2]

int CscIdHelper::measuresPhiMin ( )
static

Definition at line 798 of file CscIdHelper.cxx.

798 { return MeasuresPhiMin; }

◆ measuresPhiMin() [2/2]

int CscIdHelper::measuresPhiMin ( const Identifier id) const

Failed to find the min

Definition at line 498 of file CscIdHelper.cxx.

498  {
499  ExpandedIdentifier expId;
500  IdContext measuresPhi_context(expId, 0, m_MEASURESPHI_INDEX);
501  if (!get_expanded_id(id, expId, &measuresPhi_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& phi_field = range[m_MEASURESPHI_INDEX];
506  if (not phi_field.empty()) { return (phi_field.get_minimum()); }
507  }
508  }
509  }
511  return (999);
512 }

◆ mm()

Identifier AtlasDetectorID::mm ( void  ) const
inherited

Definition at line 225 of file AtlasDetectorID.cxx.

226 {
228  // THIS METHOD SHOULD BE REMOVED !!! DOESN'T MAKE SENSE TO HAVE AN MM ID
229  return (result);
230 }

◆ mm_field_value()

int AtlasDetectorID::mm_field_value ( ) const
inlineprotectedinherited

Definition at line 668 of file AtlasDetectorID.h.

668 {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 754 of file MuonIdHelper.cxx.

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

◆ module_context()

IdContext MuonIdHelper::module_context ( ) const
inherited

id for module

Definition at line 731 of file MuonIdHelper.cxx.

731  {
733  return (IdContext(id, 0, m_MODULE_INDEX));
734 }

◆ module_end()

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

Definition at line 756 of file MuonIdHelper.cxx.

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

◆ module_hash_max()

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

the maximum hash value

Definition at line 748 of file MuonIdHelper.cxx.

748 { return m_module_hash_max; }

◆ moduleHashIdx()

unsigned int CscIdHelper::moduleHashIdx ( const Identifier id) const
inlineprivate

Unfold the array [A][B][C] by a * BxC + b * C + c

Definition at line 289 of file CscIdHelper.cxx.

289  {
292  constexpr unsigned int C = s_phiDim;
293  constexpr unsigned int BxC = C*s_etaDim;
294  const int stEta = stationEta(id);
295  return (stationName(id) - m_stationShift)*BxC + (stEta + s_etaDim/2 - (stEta>0))*C + (stationPhi(id) -1);
296 }

◆ 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 746 of file MuonIdHelper.cxx.

746 { return m_full_module_range; }

◆ muon()

Identifier MuonIdHelper::muon ( ) const
inherited

Definition at line 724 of file MuonIdHelper.cxx.

724 { return AtlasDetectorID::muon(); }

◆ muon_exp()

ExpandedIdentifier AtlasDetectorID::muon_exp ( void  ) const
inlineprotectedinherited

Definition at line 506 of file AtlasDetectorID.h.

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

◆ muon_field_value()

int AtlasDetectorID::muon_field_value ( ) const
inlineprotectedinherited

Definition at line 620 of file AtlasDetectorID.h.

620 {return (m_MUON_ID);}

◆ nStationNames()

int MuonIdHelper::nStationNames ( ) const
inherited

Definition at line 868 of file MuonIdHelper.cxx.

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

◆ parentID()

Identifier CscIdHelper::parentID ( const Identifier id) const

get parent id from channel id

Definition at line 758 of file CscIdHelper.cxx.

758  {
759  assert(is_csc(id));
760  Identifier result(id);
765  return result;
766 }

◆ pixel()

Identifier AtlasDetectorID::pixel ( void  ) const
inherited

Definition at line 73 of file AtlasDetectorID.cxx.

74 {
76  // Pack field
79  return (result);
80 }

◆ pixel_exp()

ExpandedIdentifier AtlasDetectorID::pixel_exp ( void  ) const
inlineprotectedinherited

Inner Detector:

Definition at line 527 of file AtlasDetectorID.h.

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

◆ pixel_field_value()

int AtlasDetectorID::pixel_field_value ( ) const
inlineprotectedinherited

Definition at line 626 of file AtlasDetectorID.h.

626 {return (m_PIXEL_ID);}

◆ plr_field_value()

int AtlasDetectorID::plr_field_value ( ) const
inlineprotectedinherited

Definition at line 641 of file AtlasDetectorID.h.

641 {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 648 of file AtlasDetectorID.cxx.

650 {
651  ATH_MSG_INFO(print_to_string(id, context));
652 }

◆ 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 655 of file AtlasDetectorID.cxx.

657 {
658  // Print out for any Atlas identifier
659  std::string result;
661 
662  // Do a generic printout of identifier from dictionary
663  unsigned int max_index = (context) ? context->end_index() : 999;
664 
665  // Find the dictionary to use:
666  IdDictDictionary* dict = 0;
667  ExpandedIdentifier expId;
668  ExpandedIdentifier prefix; // default is null prefix
669  Identifier compact = id;
670 
671  if (is_indet(id)) {
672  dict = m_indet_dict;
673  }
674  else if (is_lar(id)) {
675  dict = m_lar_dict;
676  }
677  else if (is_tile(id)) {
678  dict = m_tile_dict;
679  }
680  else if (is_muon(id)) {
681  dict = m_muon_dict;
682  }
683  else if (is_lvl1_trig_towers(id) ||
684  is_lvl1_online(id) ||
685  is_lar_dm(id) ||
686  is_tile_dm(id)) {
687  dict = m_calo_dict;
688  }
689  else if (is_forward(id)) {
690  dict = m_fwd_dict;
691  }
692 
693 
694  if (!dict) return (result);
695 
696  if (dict->unpack(compact,
697  prefix,
698  max_index,
699  " ",
700  result)) {
701  return (result);
702  }
703  }
704  return (result);
705 }

◆ 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 266 of file AtlasDetectorID.cxx.

268 {
269  // Register version of dictionary dict_name
270 
271  // Access dictionary by name
272  IdDictDictionary* dict = dict_mgr.find_dictionary(dict_name);
273  if (!dict) return(1);
274  // Add in dict name, file name and version
275  m_dict_names.push_back(dict_name);
276  m_file_names.push_back(dict->file_name());
277  m_dict_tags.push_back(dict->dict_tag());
278  return (0);
279 }

◆ 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 284 of file AtlasDetectorID.cxx.

285 {
286  // If no tag has been registered, then reinitialize
287  if (m_dict_tags.size() == 0) return (true);
288 
289  // If no dict names have been registered, then reinitialize
290  if (m_dict_names.size() == 0) return (true);
291 
292  // Loop over dict names and check version tags
293  if (m_dict_names.size() != m_dict_tags.size()) {
294  ATH_MSG_ERROR("reinitialize: dict names and tags vectors not the same length ");
295  ATH_MSG_ERROR("names: " << m_dict_names.size() << " tags: " << m_dict_tags.size());
296  }
297  for (unsigned int i = 0; i < m_dict_names.size(); ++i) {
298  // Access dictionary by name
299  IdDictDictionary* dict = dict_mgr.find_dictionary(m_dict_names[i]);
300  if (!dict) {
301  ATH_MSG_ERROR("reinitialize: could not find dict - " << m_dict_names[i]);
302  return(false);
303  }
304  if (m_dict_tags[i] != dict->dict_tag()) {
305  // Remove all memory of versions
306  m_dict_names.clear();
307  m_dict_tags.clear();
308  m_file_names.clear();
309  return (true);
310  }
311  }
312 
313  // Tags match - don't reinitialize
314  return (false);
315 }

◆ 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 201 of file AtlasDetectorID.cxx.

202 {
204  // THIS METHOD SHOULD BE REMOVED !!! DOESN'T MAKE SENSE TO HAVE AN RPC ID
205  return (result);
206 }

◆ rpc_field_value()

int AtlasDetectorID::rpc_field_value ( ) const
inlineprotectedinherited

Definition at line 659 of file AtlasDetectorID.h.

659 {return (m_RPC_ID);}

◆ sct()

Identifier AtlasDetectorID::sct ( void  ) const
inherited

Definition at line 83 of file AtlasDetectorID.cxx.

84 {
86  // Pack field
89  return (result);
90 }

◆ sct_exp()

ExpandedIdentifier AtlasDetectorID::sct_exp ( void  ) const
inlineprotectedinherited

Definition at line 534 of file AtlasDetectorID.h.

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

◆ sct_field_value()

int AtlasDetectorID::sct_field_value ( ) const
inlineprotectedinherited

Definition at line 629 of file AtlasDetectorID.h.

629 {return (m_SCT_ID);}

◆ sector()

int CscIdHelper::sector ( const Identifier id) const

Definition at line 814 of file CscIdHelper.cxx.

814 { return stationEta(id) * (2 * stationPhi(id) - (stationName(id) - 49) + 1); }

◆ set_do_checks()

void AtlasDetectorID::set_do_checks ( bool  do_checks)
overridevirtualinherited

Implements IdHelper.

Definition at line 733 of file AtlasDetectorID.cxx.

734 {
736 }

◆ set_do_neighbours()

void AtlasDetectorID::set_do_neighbours ( bool  do_neighbours)
overridevirtualinherited

Implements IdHelper.

Definition at line 743 of file AtlasDetectorID.cxx.

744 {
746 }

◆ set_quiet()

void AtlasDetectorID::set_quiet ( bool  quiet)
inherited

Set flag for suppressing informational output.

Definition at line 753 of file AtlasDetectorID.cxx.

754 {
755  m_quiet = quiet ;
756 }

◆ setDictVersion()

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

Implements IdHelper.

Definition at line 759 of file AtlasDetectorID.cxx.

760 {
761  const IdDictDictionary* dict = dict_mgr.find_dictionary (name);
762 
763  m_dict_version = dict->m_version;
764 }

◆ 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 748 of file AtlasDetectorID.cxx.

749 {
750  m_msgSvc = msgSvc ;
751 }

◆ 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 565 of file AtlasDetectorID.cxx.

568 {
569  ATH_MSG_INFO(show_to_string(id, context, sep));
570 }

◆ 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 574 of file AtlasDetectorID.cxx.

577 {
578  // Do a generic printout of identifier
579 
580  std::string result("Unable to decode id");
581  unsigned int max_index = (context) ? context->end_index() : 999;
582 
583  if (!m_is_initialized_from_dict) return (result);
584 
585  // Find the dictionary to use:
586  IdDictDictionary* dict = 0;
587  ExpandedIdentifier expId;
588  ExpandedIdentifier prefix; // default is null prefix
589  Identifier compact = id;
590 
591  if (is_indet(id)) {
592  dict = m_indet_dict;
593  }
594  else if (is_lar(id)) {
595  dict = m_lar_dict;
596  }
597  else if (is_tile(id)) {
598  dict = m_tile_dict;
599  }
600  else if (is_muon(id)) {
601  dict = m_muon_dict;
602  }
603  else if (is_lvl1_trig_towers(id) ||
604  is_lvl1_online(id) ||
605  is_lar_dm(id) ||
606  is_tile_dm(id)) {
607  dict = m_calo_dict;
608  }
609  else if (is_forward(id)) {
610  dict = m_fwd_dict;
611  }
612 
613 
614 
615  if (!dict) return (result);
616 
617  if (dict->unpack(compact,
618  prefix,
619  max_index,
620  expId)) {
621  return (result);
622  }
623 
624  bool first = true;
625  char temp[20];
626 
627  result = "";
628  if ('.' == sep) result = "[";
629  for (unsigned int i = 0; i < expId.fields(); ++i) {
630  if (first) first = false;
631  else result += sep;
632  sprintf (temp, "%d", expId[i]);
633  result += temp;
634  }
635  if ('.' == sep) result += "]";
636 
637 // result += " compact [";
638 // sprintf (temp, "0x%x", (unsigned int)compact);
639 // result += temp;
640 // result += "]";
641 
642  return (result);
643 }

◆ stationEta()

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

Definition at line 805 of file MuonIdHelper.cxx.

805  {
806  int result = m_eta_impl.unpack(id);
807  return result;
808 }

◆ stationEtaMax() [1/2]

int CscIdHelper::stationEtaMax ( )
static

Definition at line 784 of file CscIdHelper.cxx.

784 { return StationEtaMax; }

◆ stationEtaMax() [2/2]

int CscIdHelper::stationEtaMax ( const Identifier id) const

Definition at line 382 of file CscIdHelper.cxx.

382  {
383  ExpandedIdentifier expId;
384  IdContext eta_context(expId, 0, m_ETA_INDEX);
385  if (!get_expanded_id(id, expId, &eta_context)) {
386  int result = -999;
387  for (unsigned int i = 0; i < m_full_module_range.size(); ++i) {
388  const Range& range = m_full_module_range[i];
389  if (range.match(expId)) {
390  const Range::field& eta_field = range[m_ETA_INDEX];
391  if (not eta_field.empty()) {
392  int etamax = eta_field.get_maximum();
393  if (result < etamax) result = etamax;
394  }
395  }
396  }
397  return (result);
398  }
399  return (-999);
400 }

◆ stationEtaMin() [1/2]

int CscIdHelper::stationEtaMin ( )
static

Access to min and max of level ranges.

Definition at line 782 of file CscIdHelper.cxx.

782 { return StationEtaMin; }

◆ stationEtaMin() [2/2]

int CscIdHelper::stationEtaMin ( const Identifier id) const

default

Definition at line 358 of file CscIdHelper.cxx.

358  {
359  ExpandedIdentifier expId;
360  IdContext eta_context(expId, 0, m_ETA_INDEX);
361  if (!get_expanded_id(id, expId, &eta_context)) {
362  int result = -999;
363  for (unsigned int i = 0; i < m_full_module_range.size(); ++i) {
364  const Range& range = m_full_module_range[i];
365  if (range.match(expId)) {
366  const Range::field& eta_field = range[m_ETA_INDEX];
367  if (not eta_field.empty()) {
368  int etamin = eta_field.get_minimum();
369  if (-999 == result) {
370  result = etamin;
371  } else {
372  if (etamin < result) result = etamin;
373  }
374  }
375  }
376  }
377  return (result);
378  }
379  return (999);
380 }

◆ stationName()

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

Definition at line 800 of file MuonIdHelper.cxx.

800  {
801  int result = m_sta_impl.unpack(id);
802  return result;
803 }

◆ stationNameIndex()

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

Definition at line 842 of file MuonIdHelper.cxx.

842  {
843  std::map<std::string, int>::const_iterator itr = m_stationNameToIdxMap.find(name);
844  if (itr != m_stationNameToIdxMap.end()) return itr->second;
845  return -1;
846 }

◆ stationNameIndexMax()

int MuonIdHelper::stationNameIndexMax ( ) const
inherited

Definition at line 820 of file MuonIdHelper.cxx.

820 { return m_stationIndexMax; }

◆ stationNameString()

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

Definition at line 854 of file MuonIdHelper.cxx.

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

◆ stationPhi()

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

Definition at line 810 of file MuonIdHelper.cxx.

810  {
811  int result = m_phi_impl.unpack(id);
812  return result;
813 }

◆ stationPhiMax() [1/2]

int CscIdHelper::stationPhiMax ( )
static

Definition at line 788 of file CscIdHelper.cxx.

788 { return StationPhiMax; }

◆ stationPhiMax() [2/2]

int CscIdHelper::stationPhiMax ( const Identifier id) const

Failed to find the max

Definition at line 418 of file CscIdHelper.cxx.

418  {
419  ExpandedIdentifier expId;
420  IdContext phi_context(expId, 0, m_PHI_INDEX);
421  if (!get_expanded_id(id, expId, &phi_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& phi_field = range[m_PHI_INDEX];
426  if (not phi_field.empty()) { return (phi_field.get_maximum()); }
427  }
428  }
429  }
431  return (-999);
432 }

◆ stationPhiMin() [1/2]

int CscIdHelper::stationPhiMin ( )
static

Definition at line 786 of file CscIdHelper.cxx.

786 { return StationPhiMin; }

◆ stationPhiMin() [2/2]

int CscIdHelper::stationPhiMin ( const Identifier id) const

Failed to find the min

Definition at line 402 of file CscIdHelper.cxx.

402  {
403  ExpandedIdentifier expId;
404  IdContext phi_context(expId, 0, m_PHI_INDEX);
405  if (!get_expanded_id(id, expId, &phi_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& phi_field = range[m_PHI_INDEX];
410  if (not phi_field.empty()) { return (phi_field.get_minimum()); }
411  }
412  }
413  }
415  return (999);
416 }

◆ stationRegion()

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

Definition at line 711 of file MuonIdHelper.cxx.

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

◆ stgc()

Identifier AtlasDetectorID::stgc ( void  ) const
inherited

Definition at line 217 of file AtlasDetectorID.cxx.

218 {
220  // THIS METHOD SHOULD BE REMOVED !!! DOESN'T MAKE SENSE TO HAVE AN STGC ID
221  return (result);
222 }

◆ stgc_field_value()

int AtlasDetectorID::stgc_field_value ( ) const
inlineprotectedinherited

Definition at line 665 of file AtlasDetectorID.h.

665 {return (m_STGC_ID);}

◆ strip()

int CscIdHelper::strip ( const Identifier id) const

Definition at line 776 of file CscIdHelper.cxx.

776 { return m_str_impl.unpack(id); }

◆ strip_hash_offsets()

int CscIdHelper::strip_hash_offsets ( )
private

Definition at line 655 of file CscIdHelper.cxx.

655  {
656  m_hashOffset[0][0] = 0;
657  std::string version = m_dict->m_version;
658 
659  if (version == "H8 2004") {
660  m_hashOffset[0][1] = 1536;
661  m_hashOffset[1][0] = m_hashOffset[0][0];
662  m_hashOffset[1][1] = m_hashOffset[0][1];
663  } else if (version == "CSC Cosmic") {
664  m_hashOffset[0][1] = 3072;
665  m_hashOffset[1][0] = m_hashOffset[0][0];
666  m_hashOffset[1][1] = m_hashOffset[0][1];
667  } else if (version == "P.03" || version == "H8 2003" || version == "H8 2002" || version == "M2.8") {
668  m_hashOffset[0][1] = 27392;
669  m_hashOffset[1][0] = m_hashOffset[0][1] + 3584;
670  m_hashOffset[1][1] = m_hashOffset[0][1] + m_hashOffset[1][0];
671  } else {
672  m_hashOffset[0][1] = 24576;
673  m_hashOffset[1][0] = m_hashOffset[0][1] + 6144;
674  m_hashOffset[1][1] = m_hashOffset[0][1] + m_hashOffset[1][0];
675  }
676  return 0;
677 }

◆ stripMax() [1/2]

int CscIdHelper::stripMax ( )
static

Definition at line 804 of file CscIdHelper.cxx.

804 { return StripMax; }

◆ stripMax() [2/2]

int CscIdHelper::stripMax ( const Identifier id) const

Definition at line 546 of file CscIdHelper.cxx.

546  {
547  if (measuresPhi(id))
548  return m_stripMaxPhi;
549  else
550  return m_stripMaxEta;
551 }

◆ stripMin() [1/2]

int CscIdHelper::stripMin ( )
static

Definition at line 802 of file CscIdHelper.cxx.

802 { return StripMin; }

◆ stripMin() [2/2]

int CscIdHelper::stripMin ( const Identifier id) const

Failed to find the min

Definition at line 530 of file CscIdHelper.cxx.

530  {
531  ExpandedIdentifier expId;
532  IdContext strip_context = channel_context();
533  if (!get_expanded_id(id, expId, &strip_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& phi_field = range[m_CHANNEL_INDEX];
538  if (not phi_field.empty()) { return (phi_field.get_minimum()); }
539  }
540  }
541  }
543  return (999);
544 }

◆ subdet_context()

IdContext AtlasDetectorID::subdet_context ( void  ) const
inherited

IdContext (indicates id length) for sub-detector.

Definition at line 242 of file AtlasDetectorID.cxx.

243 {
245  return (IdContext(id, 0, m_SUBDET_INDEX));
246 }

◆ technology()

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

Definition at line 815 of file MuonIdHelper.cxx.

815  {
816  int result = m_tec_impl.unpack(id);
817  return result;
818 }

◆ 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 726 of file MuonIdHelper.cxx.

726  {
728  return (IdContext(id, 0, m_TECHNOLOGY_INDEX));
729 }

◆ technologyIndex()

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

Definition at line 848 of file MuonIdHelper.cxx.

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

◆ technologyNameIndexMax()

int MuonIdHelper::technologyNameIndexMax ( ) const
inherited

Definition at line 822 of file MuonIdHelper.cxx.

822 { return m_technologyIndexMax; }

◆ technologyString()

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

Definition at line 861 of file MuonIdHelper.cxx.

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

◆ test_id()

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

Definition at line 679 of file MuonIdHelper.cxx.

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

◆ test_module_packing()

void MuonIdHelper::test_module_packing ( ) const
inherited

Tests of packing.

Definition at line 648 of file MuonIdHelper.cxx.

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

◆ tgc()

Identifier AtlasDetectorID::tgc ( void  ) const
inherited

Definition at line 209 of file AtlasDetectorID.cxx.

210 {
212  // THIS METHOD SHOULD BE REMOVED !!! DOESN'T MAKE SENSE TO HAVE AN TGC ID
213  return (result);
214 }

◆ tgc_field_value()

int AtlasDetectorID::tgc_field_value ( ) const
inlineprotectedinherited

Definition at line 662 of file AtlasDetectorID.h.

662 {return (m_TGC_ID);}

◆ tile()

Identifier AtlasDetectorID::tile ( void  ) const
inherited

Definition at line 45 of file AtlasDetectorID.cxx.

46 {
48  // Pack field
50  return (result);
51 }

◆ tile_dm()

Identifier AtlasDetectorID::tile_dm ( void  ) const
inherited

Definition at line 154 of file AtlasDetectorID.cxx.

155 {
157  // Pack field
160  return (result);
161 }

◆ tile_exp()

ExpandedIdentifier AtlasDetectorID::tile_exp ( void  ) const
inlineprotectedinherited

Definition at line 499 of file AtlasDetectorID.h.

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

◆ tile_field_value()

int AtlasDetectorID::tile_field_value ( ) const
inlineprotectedinherited

Definition at line 617 of file AtlasDetectorID.h.

617 {return (m_TILE_ID);}

◆ to_range()

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

Definition at line 767 of file AtlasDetectorID.cxx.

768 {
769 
770  // Build a string from the contents of an identifier
771 
772  int fields = id.fields();
773  char temp[10] = "";
774  std::string result("");
775 
776  for (int i = 0; i < fields; ++i) {
777  sprintf( temp, "%d", id[i]);
778  if (i > 0) result += '/'; // add '/' only if NOT last one
779  result += temp;
780  }
781 
782  return result;
783 }

◆ trt()

Identifier AtlasDetectorID::trt ( void  ) const
inherited

Definition at line 93 of file AtlasDetectorID.cxx.

94 {
96  // Pack field
99  return (result);
100 }

◆ trt_exp()

ExpandedIdentifier AtlasDetectorID::trt_exp ( void  ) const
inlineprotectedinherited

Definition at line 541 of file AtlasDetectorID.h.

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

◆ trt_field_value()

int AtlasDetectorID::trt_field_value ( ) const
inlineprotectedinherited

Definition at line 632 of file AtlasDetectorID.h.

632 {return (m_TRT_ID);}

◆ valid()

bool CscIdHelper::valid ( const Identifier id) const

Public validation of levels.

Definition at line 555 of file CscIdHelper.cxx.

555  {
556  if (!validElement(id)) return false;
557 
558  int cLayer = chamberLayer(id);
559  if ((cLayer < chamberLayerMin(id)) || (cLayer > chamberLayerMax(id))) {
560  ATH_MSG_DEBUG("Invalid chamberLayer=" << cLayer << " chamberLayerMin=" << chamberLayerMin(id)
561  << " chamberLayerMax=" << chamberLayerMax(id));
562  return false;
563  }
564 
565  int wLayer = wireLayer(id);
566  if ((wLayer < wireLayerMin(id)) || (wLayer > wireLayerMax(id))) {
567  ATH_MSG_DEBUG("Invalid wireLayer=" << wLayer << " wireLayerMin=" << wireLayerMin(id) << " wireLayerMax=" << wireLayerMax(id));
568  return false;
569  }
570 
571  int mPhi = measuresPhi(id);
572  if ((mPhi < measuresPhiMin(id)) || (mPhi > measuresPhiMax(id))) {
573  ATH_MSG_DEBUG("Invalid measuresPhi=" << mPhi << " measuresPhiMin=" << measuresPhiMin(id)
574  << " measuresPhiMax=" << measuresPhiMax(id));
575  return false;
576  }
577 
578  int channel = strip(id);
579  if ((channel > stripMax(id)) || (channel < stripMin(id))) {
580  ATH_MSG_DEBUG("Invalid strip=" << channel << " stripMin=" << stripMin(id) << " stripMax=" << stripMax(id));
581  return false;
582  }
583  return true;
584 }

◆ validChannel()

bool CscIdHelper::validChannel ( const Identifier id,
int  stationName,
int  stationEta,
int  stationPhi,
int  chamberLayer,
int  wireLayer,
int  measuresPhi,
int  strip 
) const
private

Definition at line 629 of file CscIdHelper.cxx.

630  {
631  if (!validElement(id, stationName, stationEta, stationPhi)) return false;
632 
633  if ((chamberLayer < chamberLayerMin(id)) || (chamberLayer > chamberLayerMax(id))) {
634  ATH_MSG_DEBUG("Invalid chamberLayer=" << chamberLayer << " chamberLayerMin=" << chamberLayerMin(id)
635  << " chamberLayerMax=" << chamberLayerMax(id));
636  return false;
637  }
638  if ((wireLayer < wireLayerMin(id)) || (wireLayer > wireLayerMax(id))) {
639  ATH_MSG_DEBUG("Invalid wireLayer=" << wireLayer << " wireLayerMin=" << wireLayerMin(id) << " wireLayerMax=" << wireLayerMax(id));
640  return false;
641  }
642  if ((measuresPhi < measuresPhiMin(id)) || (measuresPhi > measuresPhiMax(id))) {
643  ATH_MSG_DEBUG("Invalid measuresPhi=" << measuresPhi << " measuresPhiMin=" << measuresPhiMin(id)
644  << " measuresPhiMax=" << measuresPhiMax(id));
645  return false;
646  }
647  if ((strip > stripMax(id)) || (strip < stripMin(id))) {
648  ATH_MSG_DEBUG("Invalid strip=" << strip << " stripMin=" << stripMin(id) << " stripMax=" << stripMax(id));
649  return false;
650  }
651  return true;
652 }

◆ validElement() [1/2]

bool CscIdHelper::validElement ( const Identifier id) const

Definition at line 586 of file CscIdHelper.cxx.

586  {
587  int station = stationName(id);
588  if (!validStation(station)) {
589  ATH_MSG_DEBUG("Invalid stationName=" << stationNameString(station));
590  return false;
591  }
592 
593  int eta = stationEta(id);
594  if ((eta < stationEtaMin(id)) || (eta > stationEtaMax(id)) || (0 == eta)) {
595  ATH_MSG_DEBUG("Invalid stationEta=" << eta << " for stationName=" << stationNameString(station)
596  << " stationEtaMin=" << stationEtaMin(id) << " stationEtaMax=" << stationEtaMax(id));
597  return false;
598  }
599 
600  int phi = stationPhi(id);
601  if ((phi < stationPhiMin(id)) || (phi > stationPhiMax(id))) {
602  ATH_MSG_DEBUG("Invalid stationPhi=" << phi << " for stationName=" << stationNameString(station)
603  << " stationPhiMin=" << stationPhiMin(id) << " stationPhiMax=" << stationPhiMax(id));
604  return false;
605  }
606  return true;
607 }

◆ validElement() [2/2]

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

Private validation of levels.

Definition at line 611 of file CscIdHelper.cxx.

611  {
612  if (!validStation(stationName)) {
613  ATH_MSG_DEBUG("Invalid stationName=" << stationNameString(stationName));
614  return false;
615  }
616  if ((stationEta < stationEtaMin(id)) || (stationEta > stationEtaMax(id)) || (0 == stationEta)) {
617  ATH_MSG_DEBUG("Invalid stationEta=" << stationEta << " for stationName=" << stationNameString(stationName)
618  << " stationEtaMin=" << stationEtaMin(id) << " stationEtaMax=" << stationEtaMax(id));
619  return false;
620  }
621  if ((stationPhi < stationPhiMin(id)) || (stationPhi > stationPhiMax(id))) {
622  ATH_MSG_DEBUG("Invalid stationPhi=" << stationPhi << " for stationName=" << stationNameString(stationName)
623  << " stationPhiMin=" << stationPhiMin(id) << " stationPhiMax=" << stationPhiMax(id));
624  return false;
625  }
626  return true;
627 }

◆ validStation() [1/2]

bool MuonIdHelper::validStation ( int  stationName) const
protectedinherited

Definition at line 768 of file MuonIdHelper.cxx.

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

◆ validStation() [2/2]

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

Definition at line 767 of file MuonIdHelper.cxx.

◆ validTechnology()

bool MuonIdHelper::validTechnology ( int  technology) const
protectedinherited

Definition at line 769 of file MuonIdHelper.cxx.

769  {
771 }

◆ wireLayer()

int CscIdHelper::wireLayer ( const Identifier id) const

Definition at line 772 of file CscIdHelper.cxx.

772 { return m_lay_impl.unpack(id); }

◆ wireLayerMax() [1/2]

int CscIdHelper::wireLayerMax ( )
static

Definition at line 796 of file CscIdHelper.cxx.

796 { return WireLayerMax; }

◆ wireLayerMax() [2/2]

int CscIdHelper::wireLayerMax ( const Identifier id) const

Failed to find the max

Definition at line 482 of file CscIdHelper.cxx.

482  {
483  ExpandedIdentifier expId;
484  IdContext chamberLayer_context(expId, 0, m_WIRELAYER_INDEX);
485  if (!get_expanded_id(id, expId, &chamberLayer_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& phi_field = range[m_WIRELAYER_INDEX];
490  if (not phi_field.empty()) { return (phi_field.get_maximum()); }
491  }
492  }
493  }
495  return (-999);
496 }

◆ wireLayerMin() [1/2]

int CscIdHelper::wireLayerMin ( )
static

Definition at line 794 of file CscIdHelper.cxx.

794 { return WireLayerMin; }

◆ wireLayerMin() [2/2]

int CscIdHelper::wireLayerMin ( const Identifier id) const

Failed to find the min

Definition at line 466 of file CscIdHelper.cxx.

466  {
467  ExpandedIdentifier expId;
468  IdContext wireLayer_context(expId, 0, m_WIRELAYER_INDEX);
469  if (!get_expanded_id(id, expId, &wireLayer_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& phi_field = range[m_WIRELAYER_INDEX];
474  if (not phi_field.empty()) { return (phi_field.get_minimum()); }
475  }
476  }
477  }
479  return (999);
480 }

◆ zdc_exp()

ExpandedIdentifier AtlasDetectorID::zdc_exp ( void  ) const
inlineprotectedinherited

Definition at line 604 of file AtlasDetectorID.h.

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

◆ zdc_field_value()

int AtlasDetectorID::zdc_field_value ( ) const
inlineprotectedinherited

Definition at line 679 of file AtlasDetectorID.h.

679 {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 424 of file AtlasDetectorID.h.

◆ m_atlas_dict

IdDictDictionary* AtlasDetectorID::m_atlas_dict {}
privateinherited

Definition at line 435 of file AtlasDetectorID.h.

◆ m_BCM_ID

int AtlasDetectorID::m_BCM_ID {3}
privateinherited

Definition at line 425 of file AtlasDetectorID.h.

◆ m_calo_dict

IdDictDictionary* AtlasDetectorID::m_calo_dict {}
privateinherited

Definition at line 440 of file AtlasDetectorID.h.

◆ m_CALO_ID

int AtlasDetectorID::m_CALO_ID {10}
privateinherited

Definition at line 406 of file AtlasDetectorID.h.

◆ m_calo_side_impl

IdDictFieldImplementation AtlasDetectorID::m_calo_side_impl
privateinherited

Definition at line 445 of file AtlasDetectorID.h.

◆ m_CHAMBERLAYER_INDEX

size_type CscIdHelper::m_CHAMBERLAYER_INDEX {0}
private

Definition at line 175 of file CscIdHelper.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_cla_impl

IdDictFieldImplementation CscIdHelper::m_cla_impl
private

Definition at line 179 of file CscIdHelper.h.

◆ m_CSC_ID

int AtlasDetectorID::m_CSC_ID {1}
privateinherited

Definition at line 418 of file AtlasDetectorID.h.

◆ m_det_impl

IdDictFieldImplementation AtlasDetectorID::m_det_impl
privateinherited

Definition at line 443 of file AtlasDetectorID.h.

◆ m_DET_INDEX

size_type AtlasDetectorID::m_DET_INDEX {999}
privateinherited

Definition at line 399 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::array<unsigned int, s_detHashDim> CscIdHelper::m_detectorElement_hashes {}
private

Definition at line 166 of file CscIdHelper.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 375 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 381 of file AtlasDetectorID.h.

◆ m_dict_version

std::string AtlasDetectorID::m_dict_version
privateinherited

Definition at line 397 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 362 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 365 of file AtlasDetectorID.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 378 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 441 of file AtlasDetectorID.h.

◆ m_FWD_ID

int AtlasDetectorID::m_FWD_ID {13}
privateinherited

Definition at line 423 of file AtlasDetectorID.h.

◆ m_fwd_part_impl

IdDictFieldImplementation AtlasDetectorID::m_fwd_part_impl
privateinherited

Definition at line 451 of file AtlasDetectorID.h.

◆ m_GROUP_INDEX

size_t MuonIdHelper::m_GROUP_INDEX {6500}
protectedinherited

Definition at line 258 of file MuonIdHelper.h.

◆ m_hasChamLay1

bool CscIdHelper::m_hasChamLay1 {false}
private

Definition at line 221 of file CscIdHelper.h.

◆ m_hashOffset

int CscIdHelper::m_hashOffset[2][2] {}
private

Definition at line 217 of file CscIdHelper.h.

◆ m_helper

AtlasDetectorIDHelper* AtlasDetectorID::m_helper {}
privateinherited

Definition at line 442 of file AtlasDetectorID.h.

◆ m_HGTD_ID

int AtlasDetectorID::m_HGTD_ID {4}
privateinherited

Definition at line 410 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 436 of file AtlasDetectorID.h.

◆ m_INDET_ID

int AtlasDetectorID::m_INDET_ID {2}
privateinherited

Definition at line 402 of file AtlasDetectorID.h.

◆ m_indet_part_impl

IdDictFieldImplementation AtlasDetectorID::m_indet_part_impl
privateinherited

Definition at line 444 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 398 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 429 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 437 of file AtlasDetectorID.h.

◆ m_lar_dm_field

Range::field AtlasDetectorID::m_lar_dm_field
privateinherited

Definition at line 433 of file AtlasDetectorID.h.

◆ m_LAR_EM_ID

int AtlasDetectorID::m_LAR_EM_ID {1}
privateinherited

Definition at line 413 of file AtlasDetectorID.h.

◆ m_LAR_FCAL_ID

int AtlasDetectorID::m_LAR_FCAL_ID {3}
privateinherited

Definition at line 415 of file AtlasDetectorID.h.

◆ m_lar_fcal_module_impl

IdDictFieldImplementation AtlasDetectorID::m_lar_fcal_module_impl
privateinherited

Definition at line 447 of file AtlasDetectorID.h.

◆ m_LAR_FCAL_MODULE_INDEX

int AtlasDetectorID::m_LAR_FCAL_MODULE_INDEX {999}
privateinherited

Definition at line 416 of file AtlasDetectorID.h.

◆ m_LAR_HEC_ID

int AtlasDetectorID::m_LAR_HEC_ID {2}
privateinherited

Definition at line 414 of file AtlasDetectorID.h.

◆ m_LAR_ID

int AtlasDetectorID::m_LAR_ID {4}
privateinherited

Definition at line 403 of file AtlasDetectorID.h.

◆ m_lar_part_impl

IdDictFieldImplementation AtlasDetectorID::m_lar_part_impl
privateinherited

Definition at line 446 of file AtlasDetectorID.h.

◆ m_lay_impl

IdDictFieldImplementation CscIdHelper::m_lay_impl
private

Definition at line 180 of file CscIdHelper.h.

◆ m_LUCID_ID

int AtlasDetectorID::m_LUCID_ID {5}
privateinherited

Definition at line 426 of file AtlasDetectorID.h.

◆ m_LUMI_ID

int AtlasDetectorID::m_LUMI_ID {3}
privateinherited

Definition at line 411 of file AtlasDetectorID.h.

◆ m_LUMI_PLR_ID

int AtlasDetectorID::m_LUMI_PLR_ID {1}
privateinherited

Definition at line 412 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 431 of file AtlasDetectorID.h.

◆ m_lvl1_onl_field

Range::field AtlasDetectorID::m_lvl1_onl_field
privateinherited

Definition at line 432 of file AtlasDetectorID.h.

◆ m_MDT_ID

int AtlasDetectorID::m_MDT_ID {0}
privateinherited

Definition at line 417 of file AtlasDetectorID.h.

◆ m_mea_impl

IdDictFieldImplementation CscIdHelper::m_mea_impl
private

Definition at line 181 of file CscIdHelper.h.

◆ m_MEASURESPHI_INDEX

size_type CscIdHelper::m_MEASURESPHI_INDEX {0}
private

Definition at line 177 of file CscIdHelper.h.

◆ m_MM_ID

int AtlasDetectorID::m_MM_ID {5}
privateinherited

Definition at line 422 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::array<unsigned int, s_modHashDim> CscIdHelper::m_module_hashes {}
private

Definition at line 165 of file CscIdHelper.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 368 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 439 of file AtlasDetectorID.h.

◆ m_MUON_ID

int AtlasDetectorID::m_MUON_ID {7}
privateinherited

Definition at line 405 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 449 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 450 of file AtlasDetectorID.h.

◆ m_muon_station_name_impl

IdDictFieldImplementation AtlasDetectorID::m_muon_station_name_impl
privateinherited

Definition at line 448 of file AtlasDetectorID.h.

◆ m_MUON_SUBDET_INDEX

size_type AtlasDetectorID::m_MUON_SUBDET_INDEX {999}
privateinherited

Definition at line 401 of file AtlasDetectorID.h.

◆ m_muon_tech_bits

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

Definition at line 454 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 407 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 371 of file AtlasDetectorID.h.

◆ m_RPC_ID

int AtlasDetectorID::m_RPC_ID {2}
privateinherited

Definition at line 419 of file AtlasDetectorID.h.

◆ m_SCT_ID

int AtlasDetectorID::m_SCT_ID {2}
privateinherited

Definition at line 408 of file AtlasDetectorID.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_stationShift

unsigned int CscIdHelper::m_stationShift {std::numeric_limits<unsigned int>::max()}
private

Minimal station index found.

Definition at line 171 of file CscIdHelper.h.

◆ m_STGC_ID

int AtlasDetectorID::m_STGC_ID {4}
privateinherited

Definition at line 421 of file AtlasDetectorID.h.

◆ m_str_impl

IdDictFieldImplementation CscIdHelper::m_str_impl
private

Definition at line 182 of file CscIdHelper.h.

◆ m_stripMaxEta

unsigned int CscIdHelper::m_stripMaxEta {UINT_MAX}
private

Definition at line 220 of file CscIdHelper.h.

◆ m_stripMaxPhi

unsigned int CscIdHelper::m_stripMaxPhi {UINT_MAX}
private

Definition at line 219 of file CscIdHelper.h.

◆ m_SUBDET_INDEX

size_type AtlasDetectorID::m_SUBDET_INDEX {999}
privateinherited

Definition at line 400 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 420 of file AtlasDetectorID.h.

◆ m_tile_dict

IdDictDictionary* AtlasDetectorID::m_tile_dict {}
privateinherited

Definition at line 438 of file AtlasDetectorID.h.

◆ m_tile_dm_field

Range::field AtlasDetectorID::m_tile_dm_field
privateinherited

Definition at line 434 of file AtlasDetectorID.h.

◆ m_TILE_ID

int AtlasDetectorID::m_TILE_ID {5}
privateinherited

Definition at line 404 of file AtlasDetectorID.h.

◆ m_TRT_ID

int AtlasDetectorID::m_TRT_ID {3}
privateinherited

Definition at line 409 of file AtlasDetectorID.h.

◆ m_WIRELAYER_INDEX

size_type CscIdHelper::m_WIRELAYER_INDEX {0}
private

Definition at line 176 of file CscIdHelper.h.

◆ m_ZDC_ID

int AtlasDetectorID::m_ZDC_ID {7}
privateinherited

Definition at line 427 of file AtlasDetectorID.h.

◆ NOT_VALID_HASH

constexpr int MuonIdHelper::NOT_VALID_HASH = 64000
staticconstexprprotectedinherited

Definition at line 227 of file MuonIdHelper.h.

◆ s_detHashDim

constexpr unsigned int CscIdHelper::s_detHashDim = s_modHashDim * s_mlDim
staticconstexprprivate

Definition at line 163 of file CscIdHelper.h.

◆ s_etaDim

constexpr unsigned int CscIdHelper::s_etaDim = 2
staticconstexprprivate

Definition at line 156 of file CscIdHelper.h.

◆ s_mlDim

constexpr unsigned int CscIdHelper::s_mlDim = 2
staticconstexprprivate

2 multi layer

Definition at line 160 of file CscIdHelper.h.

◆ s_modHashDim

constexpr unsigned int CscIdHelper::s_modHashDim = s_stDim * s_etaDim * s_phiDim
staticconstexprprivate

Definition at line 162 of file CscIdHelper.h.

◆ s_phiDim

constexpr unsigned int CscIdHelper::s_phiDim = 8
staticconstexprprivate

8 phi stations

Definition at line 158 of file CscIdHelper.h.

◆ s_stDim

constexpr unsigned int CscIdHelper::s_stDim = 2
staticconstexprprivate

Definition at line 154 of file CscIdHelper.h.


The documentation for this class was generated from the following files:
IdDictDictionary::find_region
IdDictRegion * find_region(const std::string &region_name) const
Definition: IdDictMgr.cxx:368
AtlasDetectorID::is_pixel
bool is_pixel(Identifier id) const
Definition: AtlasDetectorID.h:760
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:767
IdDictDictionary::dict_tag
const std::string & dict_tag(void) const
Access to the dictionary tag.
Definition: IdDictDefs.h:665
MuonIdHelper::stationNameIndex
int stationNameIndex(const std::string &name) const
Definition: MuonIdHelper.cxx:842
AtlasDetectorID::m_muon_dict
IdDictDictionary * m_muon_dict
Definition: AtlasDetectorID.h:439
AtlasDetectorID::indet_field_value
int indet_field_value() const
Provide efficient access to individual field values, for subclass idhelpers.
Definition: AtlasDetectorID.h:611
CscIdHelper::valid
bool valid(const Identifier &id) const
Public validation of levels.
Definition: CscIdHelper.cxx:555
MuonIdHelper::detectorElement_context
IdContext detectorElement_context() const
id for detector element
Definition: MuonIdHelper.cxx:736
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:935
CscIdHelper::stripMax
static int stripMax()
Definition: CscIdHelper.cxx:804
IdDictDictionary::build_multirange
MultiRange build_multirange() const
Get MultiRange for full dictionary.
Definition: IdDictMgr.cxx:923
AtlasDetectorID::is_rpc
bool is_rpc(Identifier id) const
Definition: AtlasDetectorID.h:875
MuonIdHelper::m_prev_eta_module_vec
hash_vec m_prev_eta_module_vec
Definition: MuonIdHelper.h:285
TRT
@ TRT
Definition: RegSelEnums.h:26
MuonIdHelper::initLevelsFromDict
int initLevelsFromDict()
Definition: MuonIdHelper.cxx:241
CscIdHelper::s_phiDim
static constexpr unsigned int s_phiDim
8 phi stations
Definition: CscIdHelper.h:158
AtlasDetectorID::m_muon_tech_bits
std::vector< unsigned int > m_muon_tech_bits
Definition: AtlasDetectorID.h:454
ATH_MSG_FATAL
#define ATH_MSG_FATAL(x)
Definition: AthMsgStreamMacros.h:34
AtlasDetectorID::MAX_BIT
@ MAX_BIT
Definition: AtlasDetectorID.h:389
AtlasDetectorID::m_LUMI_ID
int m_LUMI_ID
Definition: AtlasDetectorID.h:411
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: IdDictMgr.cxx:1363
AtlasDetectorID::initialize_from_dictionary
virtual int initialize_from_dictionary(const IdDictMgr &dict_mgr) override
Initialization from the identifier dictionary.
Definition: AtlasDetectorID.cxx:320
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:444
IdDictGroup
Definition: IdDictDefs.h:341
CscIdHelper::ChamberLayerMax
@ ChamberLayerMax
Definition: CscIdHelper.h:209
InDetDD::PLR
@ PLR
Definition: DetectorDesign.h:46
max
#define max(a, b)
Definition: cfImp.cxx:41
MuonIdHelper::m_isSmall
std::set< int > m_isSmall
Definition: MuonIdHelper.h:334
CscIdHelper::moduleHashIdx
unsigned int moduleHashIdx(const Identifier &id) const
Definition: CscIdHelper.cxx:289
phi
Scalar phi() const
phi method
Definition: AmgMatrixBasePlugin.h:67
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:848
ATH_MSG_INFO
#define ATH_MSG_INFO(x)
Definition: AthMsgStreamMacros.h:31
AtlasDetectorID::is_csc
bool is_csc(Identifier id) const
Definition: AtlasDetectorID.h:891
MuonIdHelper::StationEtaIndex
@ StationEtaIndex
Definition: MuonIdHelper.h:339
Identifier::MAX_BIT
@ MAX_BIT
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:33
AtlasDetectorID::is_lar_fcal
bool is_lar_fcal(Identifier id) const
Definition: AtlasDetectorID.h:839
CaloCellPos2Ntuple.int
int
Definition: CaloCellPos2Ntuple.py:24
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:44
AtlasDetectorID::is_lar
bool is_lar(Identifier id) const
Definition: AtlasDetectorID.h:689
AtlasDetectorID::muon_field_value
int muon_field_value() const
Definition: AtlasDetectorID.h:620
CscIdHelper::m_MEASURESPHI_INDEX
size_type m_MEASURESPHI_INDEX
Definition: CscIdHelper.h:177
MuonIdHelper::channel_context
IdContext channel_context() const
id for channel
Definition: MuonIdHelper.cxx:741
eta
Scalar eta() const
pseudorapidity method
Definition: AmgMatrixBasePlugin.h:83
AtlasDetectorID::m_TRT_ID
int m_TRT_ID
Definition: AtlasDetectorID.h:409
quiet
bool quiet
Definition: TrigGlobEffCorrValidation.cxx:190
index
Definition: index.py:1
CscIdHelper::m_hasChamLay1
bool m_hasChamLay1
Definition: CscIdHelper.h:221
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
IdentifierField::get_minimum
element_type get_minimum() const
Query the values.
Definition: IdentifierField.h:59
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:410
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:623
DMTest::C
C_v1 C
Definition: C.h:26
MuonIdHelper::m_channel_hash_max
size_type m_channel_hash_max
Definition: MuonIdHelper.h:275
MuonIdHelper::m_technologyNameToIdxMap
std::map< std::string, int > m_technologyNameToIdxMap
Mapping string -> int.
Definition: MuonIdHelper.h:327
PlotCalibFromCool.begin
begin
Definition: PlotCalibFromCool.py:94
CscIdHelper::m_CHAMBERLAYER_INDEX
size_type m_CHAMBERLAYER_INDEX
Definition: CscIdHelper.h:175
ExpandedIdentifier::add
void add(element_type value)
Append a value into a new field.
skel.it
it
Definition: skel.GENtoEVGEN.py:396
AtlasDetectorID::is_mm
bool is_mm(Identifier id) const
Definition: AtlasDetectorID.h:913
CscIdHelper::StripMax
@ StripMax
Definition: CscIdHelper.h:215
CscIdHelper::measuresPhiMax
static int measuresPhiMax()
Definition: CscIdHelper.cxx:800
ExpandedIdentifier
Definition: DetectorDescription/Identifier/Identifier/ExpandedIdentifier.h:102
Identifier::get_compact
value_type get_compact() const
Get the compact id.
MuonIdHelper::is_csc
bool is_csc(const Identifier &id) const
Definition: MuonIdHelper.cxx:785
IdDictFieldImplementation::pack
void pack(int value, Identifier &id) const
Definition: IdDictFieldImplementation.h:174
AtlasDetectorID::m_tile_dict
IdDictDictionary * m_tile_dict
Definition: AtlasDetectorID.h:438
AtlasDetectorID::m_msgSvc
IMessageSvc * m_msgSvc
pointer to the message service
Definition: AtlasDetectorID.h:368
ExpandedIdentifier::fields
size_type fields() const
AtlasDetectorID::m_dict_version
std::string m_dict_version
Definition: AtlasDetectorID.h:397
IdentifierField::get_maximum
element_type get_maximum() const
Definition: IdentifierField.h:68
AtlasDetectorID::m_do_checks
bool m_do_checks
Flag for subclasses to know whether or not to perform checks.
Definition: AtlasDetectorID.h:362
MuonIdHelper::m_prev_phi_module_vec
hash_vec m_prev_phi_module_vec
Definition: MuonIdHelper.h:283
ReadOfcFromCool.field
field
Definition: ReadOfcFromCool.py:48
MuonIdHelper::stationName
int stationName(const Identifier &id) const
Definition: MuonIdHelper.cxx:800
ATH_MSG_VERBOSE
#define ATH_MSG_VERBOSE(x)
Definition: AthMsgStreamMacros.h:28
isValid
bool isValid(const T &p)
Definition: AtlasPID.h:225
AtlasDetectorID::m_ZDC_ID
int m_ZDC_ID
Definition: AtlasDetectorID.h:427
AtlasDetectorID::m_STGC_ID
int m_STGC_ID
Definition: AtlasDetectorID.h:421
MuonIdHelper::m_phi_impl
IdDictFieldImplementation m_phi_impl
Definition: MuonIdHelper.h:291
AtlasDetectorID::lar_field_value
int lar_field_value() const
Definition: AtlasDetectorID.h:614
CscIdHelper::measuresPhiMin
static int measuresPhiMin()
Definition: CscIdHelper.cxx:798
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 ...
CscIdHelper::chamberLayerMin
static int chamberLayerMin()
Definition: CscIdHelper.cxx:790
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:148
MuonIdHelper::m_full_channel_range
MultiRange m_full_channel_range
Definition: MuonIdHelper.h:274
MuonIdHelper::stationNameIndexMax
int stationNameIndexMax() const
Definition: MuonIdHelper.cxx:820
python.SystemOfUnits.ms
int ms
Definition: SystemOfUnits.py:132
empty
bool empty(TH1 *h)
Definition: computils.cxx:294
AtlasDetectorID::ALL_BITS
@ ALL_BITS
Definition: AtlasDetectorID.h:392
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:738
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: IdDictMgr.cxx:1109
CscIdHelper::m_stationShift
unsigned int m_stationShift
Minimal station index found.
Definition: CscIdHelper.h:171
Trk::u
@ u
Enums for curvilinear frames.
Definition: ParamDefs.h:77
Athena::getMessageSvc
IMessageSvc * getMessageSvc(bool quiet=false)
Definition: getMessageSvc.cxx:20
IdDictDictionary::find_field
IdDictField * find_field(const std::string &name) const
Definition: IdDictMgr.cxx:311
AtlasDetectorID::is_lvl1_trig_towers
bool is_lvl1_trig_towers(Identifier id) const
Definition: AtlasDetectorID.h:713
CalibDbCompareRT.region_id
region_id
Definition: CalibDbCompareRT.py:68
IdDictRegion
Definition: IdDictDefs.h:433
IdDictDictionary::m_version
std::string m_version
Definition: IdDictDefs.h:284
MuonIdHelper::StationPhiIndex
@ StationPhiIndex
Definition: MuonIdHelper.h:339
mergePhysValFiles.end
end
Definition: DataQuality/DataQualityUtils/scripts/mergePhysValFiles.py:93
AtlasDetectorID::m_LAR_ID
int m_LAR_ID
Definition: AtlasDetectorID.h:403
CscIdHelper::channel
int channel(const Identifier &id) const override
Definition: CscIdHelper.cxx:778
CscIdHelper::MeasuresPhiMin
@ MeasuresPhiMin
Definition: CscIdHelper.h:212
AtlasDetectorID::m_do_neighbours
bool m_do_neighbours
Flag for subclasses to know whether or not to perform neighbour initialization.
Definition: AtlasDetectorID.h:365
MuonIdHelper::isSmall
bool isSmall(const Identifier &id) const
Definition: MuonIdHelper.cxx:831
IdDictFieldImplementation::reset
void reset(Identifier &id) const
Definition: IdDictFieldImplementation.h:184
CscIdHelper::stationEtaMax
static int stationEtaMax()
Definition: CscIdHelper.cxx:784
AtlasDetectorID::m_INDET_ID
int m_INDET_ID
Definition: AtlasDetectorID.h:402
MuonIdHelper::m_stationIdxToNameMap
std::map< int, std::string > m_stationIdxToNameMap
Mapping int -> string.
Definition: MuonIdHelper.h:323
CscIdHelper::wireLayer
int wireLayer(const Identifier &id) const
Definition: CscIdHelper.cxx:772
Trk::DetectorElemType::Silicon
@ Silicon
MuonIdHelper::m_technologyIndexMax
int m_technologyIndexMax
Definition: MuonIdHelper.h:330
CscIdHelper::strip_hash_offsets
int strip_hash_offsets()
Definition: CscIdHelper.cxx:655
MuonIdHelper::m_stationIndexMax
int m_stationIndexMax
Definition: MuonIdHelper.h:325
AtlasDetectorID::m_LUMI_PLR_ID
int m_LUMI_PLR_ID
Definition: AtlasDetectorID.h:412
IdentifierField::match
bool match(element_type value) const
The basic match operation.
Definition: IdentifierField.cxx:70
AtlasDetectorID::PIXEL_MASK
@ PIXEL_MASK
Definition: AtlasDetectorID.h:391
AtlasDetectorID::m_tile_dm_field
Range::field m_tile_dm_field
Definition: AtlasDetectorID.h:434
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: IdDictMgr.cxx:385
CscIdHelper::m_module_hashes
std::array< unsigned int, s_modHashDim > m_module_hashes
Definition: CscIdHelper.h:165
IdDictMgr::find_dictionary
IdDictDictionary * find_dictionary(const std::string &name) const
Access dictionary by name.
Definition: IdDictMgr.cxx:163
MuonIdHelper::m_MUON_INDEX
size_type m_MUON_INDEX
Definition: MuonIdHelper.h:257
AtlasDetectorID::ATLAS_ID
@ ATLAS_ID
Definition: AtlasDetectorID.h:388
TrigConf::MSGTC::Level
Level
Definition: Trigger/TrigConfiguration/TrigConfBase/TrigConfBase/MsgStream.h:21
CscIdHelper::parentID
Identifier parentID(const Identifier &id) const
get parent id from channel id
Definition: CscIdHelper.cxx:758
ATH_MSG_ERROR
#define ATH_MSG_ERROR(x)
Definition: AthMsgStreamMacros.h:33
CscIdHelper::StationEtaMax
@ StationEtaMax
Definition: CscIdHelper.h:205
AtlasDetectorID::m_TILE_ID
int m_TILE_ID
Definition: AtlasDetectorID.h:404
CscIdHelper::stationEtaMin
static int stationEtaMin()
Access to min and max of level ranges.
Definition: CscIdHelper.cxx:782
CscIdHelper::m_str_impl
IdDictFieldImplementation m_str_impl
Definition: CscIdHelper.h:182
DetType::Pixel
@ Pixel
Definition: DetType.h:13
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
Definition: IdentifierField.h:114
AtlasDetectorID::m_calo_dict
IdDictDictionary * m_calo_dict
Definition: AtlasDetectorID.h:440
lumiFormat.i
int i
Definition: lumiFormat.py:85
MuonIdHelper::m_module_vec
id_vec m_module_vec
Definition: MuonIdHelper.h:271
CscIdHelper::validChannel
bool validChannel(const Identifier &id, int stationName, int stationEta, int stationPhi, int chamberLayer, int wireLayer, int measuresPhi, int strip) const
Definition: CscIdHelper.cxx:629
AtlasDetectorID::m_is_initialized_from_dict
bool m_is_initialized_from_dict
Definition: AtlasDetectorID.h:398
AtlasDetectorID::m_lar_part_impl
IdDictFieldImplementation m_lar_part_impl
Definition: AtlasDetectorID.h:446
AtlasDetectorID::indet_exp
ExpandedIdentifier indet_exp(void) const
Detector systems:
Definition: AtlasDetectorID.h:485
AtlasDetectorID::is_tgc
bool is_tgc(Identifier id) const
Definition: AtlasDetectorID.h:902
endmsg
#define endmsg
Definition: AnalysisConfig_Ntuple.cxx:63
ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x)
Definition: AthMsgStreamMacros.h:29
CscIdHelper::wireLayerMax
static int wireLayerMax()
Definition: CscIdHelper.cxx:796
AtlasDetectorID::m_muon_mdt_impl
IdDictFieldImplementation m_muon_mdt_impl
Definition: AtlasDetectorID.h:449
CscIdHelper::m_stripMaxPhi
unsigned int m_stripMaxPhi
Definition: CscIdHelper.h:219
CscIdHelper::ChamberLayerIndex
@ ChamberLayerIndex
Definition: CscIdHelper.h:199
AtlasDetectorID::m_lar_fcal_module_impl
IdDictFieldImplementation m_lar_fcal_module_impl
Definition: AtlasDetectorID.h:447
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:748
AtlasDetectorID::m_LAR_EM_ID
int m_LAR_EM_ID
Definition: AtlasDetectorID.h:413
IdDictDictionary::m_regions
std::vector< IdDictRegion * > m_regions
Definition: IdDictDefs.h:302
plotBeamSpotVxVal.range
range
Definition: plotBeamSpotVxVal.py:195
checkCorrelInHIST.prefix
dictionary prefix
Definition: checkCorrelInHIST.py:391
test_pyathena.parent
parent
Definition: test_pyathena.py:15
MuonIdHelper::m_full_detectorElement_range
MultiRange m_full_detectorElement_range
Definition: MuonIdHelper.h:279
AtlasDetectorID::m_fwd_dict
IdDictDictionary * m_fwd_dict
Definition: AtlasDetectorID.h:441
MuonIdHelper::isForward
bool isForward(const Identifier &id) const
Definition: MuonIdHelper.cxx:829
IdentifierField::get_next
bool get_next(element_type current, element_type &next) const
Definition: IdentifierField.cxx:148
MuonIdHelper::id_vec_it
id_vec::const_iterator id_vec_it
Definition: MuonIdHelper.h:230
AtlasDetectorID::is_tile
bool is_tile(Identifier id) const
Definition: AtlasDetectorID.h:695
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
AtlasDetectorID::m_TGC_ID
int m_TGC_ID
Definition: AtlasDetectorID.h:420
AtlasDetectorID::m_CSC_ID
int m_CSC_ID
Definition: AtlasDetectorID.h:418
CscIdHelper::ChamberLayerMin
@ ChamberLayerMin
Definition: CscIdHelper.h:208
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:432
MuonIdHelper::get_hash_calc
virtual int get_hash_calc(const Identifier &compact_id, IdentifierHash &hash_id, const IdContext *context) const
Definition: MuonIdHelper.cxx:217
CscIdHelper::StationEtaMin
@ StationEtaMin
Definition: CscIdHelper.h:204
IdDictGroup::regions
const std::vector< IdDictRegion * > & regions()
Definition: IdDictMgr.cxx:1996
MuonIdHelper::technologyNameIndexMax
int technologyNameIndexMax() const
Definition: MuonIdHelper.cxx:822
AtlasDetectorID::m_quiet
bool m_quiet
If true, suppress DEBUG/INFO messages.
Definition: AtlasDetectorID.h:371
AtlasDetectorID::m_LAR_HEC_ID
int m_LAR_HEC_ID
Definition: AtlasDetectorID.h:414
MuonIdHelper::m_eta_impl
IdDictFieldImplementation m_eta_impl
Definition: MuonIdHelper.h:290
MuonIdHelper::init_hashes
int init_hashes()
Definition: MuonIdHelper.cxx:348
AthMessaging::msg
MsgStream & msg() const
The standard message stream.
Definition: AthMessaging.h:164
CscIdHelper::WireLayerMin
@ WireLayerMin
Definition: CscIdHelper.h:210
AtlasDetectorID::HelperType::Unimplemented
@ Unimplemented
MuonIdHelper::m_NAME_INDEX
size_type m_NAME_INDEX
Definition: MuonIdHelper.h:259
MuonIdHelper::MuonIdHelper
MuonIdHelper(const std::string &logName)
Definition: MuonIdHelper.cxx:12
CscIdHelper::m_WIRELAYER_INDEX
size_type m_WIRELAYER_INDEX
Definition: CscIdHelper.h:176
MuonIdHelper::m_muon_impl
IdDictFieldImplementation m_muon_impl
Definition: MuonIdHelper.h:288
AtlasDetectorID::m_muon_rpc_impl
IdDictFieldImplementation m_muon_rpc_impl
Definition: AtlasDetectorID.h:450
MuonIdHelper::m_GROUP_INDEX
size_t m_GROUP_INDEX
Definition: MuonIdHelper.h:258
Identifier::ALL_BITS
@ ALL_BITS
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:34
AtlasDetDescr::fAtlasMM
@ fAtlasMM
Definition: AtlasDetTechnology.h:54
AtlasDetectorID::m_SCT_ID
int m_SCT_ID
Definition: AtlasDetectorID.h:408
min
#define min(a, b)
Definition: cfImp.cxx:40
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:266
AtlasDetectorID::m_LAR_FCAL_ID
int m_LAR_FCAL_ID
Definition: AtlasDetectorID.h:415
CscIdHelper::m_lay_impl
IdDictFieldImplementation m_lay_impl
Definition: CscIdHelper.h:180
Identifier::clear
void clear()
Reset to invalid state.
AtlasDetectorID::is_calo
bool is_calo(Identifier id) const
Definition: AtlasDetectorID.h:707
MuonIdHelper::stationPhi
int stationPhi(const Identifier &id) const
Definition: MuonIdHelper.cxx:810
AtlasDetectorID::m_MM_ID
int m_MM_ID
Definition: AtlasDetectorID.h:422
IdDictDictionary::file_name
const std::string & file_name(void) const
Access to file name.
Definition: IdDictDefs.h:657
AtlasDetectorID::m_DET_INDEX
size_type m_DET_INDEX
Definition: AtlasDetectorID.h:399
CscIdHelper::stationPhiMin
static int stationPhiMin()
Definition: CscIdHelper.cxx:786
MuonIdHelper::TechnologyIndex
@ TechnologyIndex
Definition: MuonIdHelper.h:339
AtlasDetectorID::tile_field_value
int tile_field_value() const
Definition: AtlasDetectorID.h:617
IdDictDictionary::get_label_value
int get_label_value(const std::string &field, const std::string &label, int &value) const
Definition: IdDictMgr.cxx:340
MuonIdHelper::stationNameString
const std::string & stationNameString(const int &index) const
Definition: MuonIdHelper.cxx:854
grepfile.sep
sep
Definition: grepfile.py:38
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:655
MuonIdHelper::init_neighbors
int init_neighbors()
Definition: MuonIdHelper.cxx:520
MuonIdHelper::m_MODULE_INDEX
size_type m_MODULE_INDEX
Definition: MuonIdHelper.h:263
CscIdHelper::init_id_to_hashes
int init_id_to_hashes()
Definition: CscIdHelper.cxx:301
IdContext::prefix_id
const ExpandedIdentifier & prefix_id() const
Accessors.
Definition: IdContext.h:44
MultiRange
A MultiRange combines several Ranges.
Definition: MultiRange.h:17
CscIdHelper::channelID
Identifier channelID(int stationName, int stationEta, int stationPhi, int chamberLayer, int wireLayer, int measuresPhi, int strip) const
Definition: CscIdHelper.cxx:706
id
SG::auxid_t id
Definition: Control/AthContainers/Root/debug.cxx:220
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:221
python.subdetectors.mmg.ids
ids
Definition: mmg.py:8
AtlasDetectorID::m_indet_dict
IdDictDictionary * m_indet_dict
Definition: AtlasDetectorID.h:436
AtlasDetectorID::m_calo_side_impl
IdDictFieldImplementation m_calo_side_impl
Definition: AtlasDetectorID.h:445
MuonIdHelper::m_detectorElement_vec
id_vec m_detectorElement_vec
Definition: MuonIdHelper.h:281
CscIdHelper::m_stripMaxEta
unsigned int m_stripMaxEta
Definition: CscIdHelper.h:220
AtlasDetectorID::is_indet
bool is_indet(Identifier id) const
Definition: AtlasDetectorID.h:683
AtlasDetectorID::m_dict_names
std::vector< std::string > m_dict_names
List of dictionary names used by this helper.
Definition: AtlasDetectorID.h:375
MuonIdHelper::isBarrel
bool isBarrel(const Identifier &id) const
Definition: MuonIdHelper.cxx:825
AtlasDetectorID::m_lar_dm_field
Range::field m_lar_dm_field
Definition: AtlasDetectorID.h:433
AtlasDetectorID::muon_exp
ExpandedIdentifier muon_exp(void) const
Definition: AtlasDetectorID.h:506
CscIdHelper::validElement
bool validElement(const Identifier &id) const
Definition: CscIdHelper.cxx:586
MuonIdHelper::stationEta
int stationEta(const Identifier &id) const
Definition: MuonIdHelper.cxx:805
Range
A Range describes the possible ranges for the field values of an ExpandedIdentifier.
Definition: DetectorDescription/Identifier/Identifier/Range.h:29
AtlasDetectorID::fwd_exp
ExpandedIdentifier fwd_exp(void) const
Definition: AtlasDetectorID.h:520
AtlasDetectorID::m_muon_station_name_impl
IdDictFieldImplementation m_muon_station_name_impl
Definition: AtlasDetectorID.h:448
CscIdHelper::m_cla_impl
IdDictFieldImplementation m_cla_impl
Definition: CscIdHelper.h:179
AtlasDetectorID::m_MDT_ID
int m_MDT_ID
Definition: AtlasDetectorID.h:417
MuonIdHelper::m_isBarrel
std::set< int > m_isBarrel
Definition: MuonIdHelper.h:333
CscIdHelper::m_mea_impl
IdDictFieldImplementation m_mea_impl
Definition: CscIdHelper.h:181
MuonIdHelper::module_hash_max
size_type module_hash_max() const
the maximum hash value
Definition: MuonIdHelper.cxx:748
IdDictDictionary
Definition: IdDictDefs.h:97
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
CscIdHelper::elementID
Identifier elementID(int stationName, int stationEta, int stationPhi) const
Definition: CscIdHelper.cxx:678
AtlasDetectorID::m_RPC_ID
int m_RPC_ID
Definition: AtlasDetectorID.h:419
Muon
struct TBPatternUnitContext Muon
CscIdHelper::MeasuresPhiIndex
@ MeasuresPhiIndex
Definition: CscIdHelper.h:199
MuonIdHelper::isEndcap
bool isEndcap(const Identifier &id) const
Definition: MuonIdHelper.cxx:827
MuonIdHelper::StationNameIndex
@ StationNameIndex
Definition: MuonIdHelper.h:339
MuonIdHelper::init_detectorElement_hashes
virtual int init_detectorElement_hashes()
Definition: MuonIdHelper.cxx:394
get_generator_info.version
version
Definition: get_generator_info.py:33
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:364
AtlasDetectorID::is_lumi
bool is_lumi(Identifier id) const
Definition: AtlasDetectorID.h:806
CscIdHelper::stripMin
static int stripMin()
Definition: CscIdHelper.cxx:802
AtlasDetectorID::reinitialize
bool reinitialize(const IdDictMgr &dict_mgr)
Test whether an idhelper should be reinitialized based on the change of tags.
Definition: AtlasDetectorID.cxx:284
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:736
AtlasDetectorID::is_muon
bool is_muon(Identifier id) const
Definition: AtlasDetectorID.h:701
IdDictDictionary::m_name
std::string m_name
Definition: IdDictDefs.h:283
AtlasDetectorID::m_det_impl
IdDictFieldImplementation m_det_impl
Definition: AtlasDetectorID.h:443
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:574
CscIdHelper::chamberLayerMax
static int chamberLayerMax()
Definition: CscIdHelper.cxx:792
AtlasDetectorID::lar_exp
ExpandedIdentifier lar_exp(void) const
Definition: AtlasDetectorID.h:492
AtlasDetectorID::m_file_names
std::vector< std::string > m_file_names
List of dictionary file names used by this helper.
Definition: AtlasDetectorID.h:378
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
MuonIdHelper::technology
int technology(const Identifier &id) const
Definition: MuonIdHelper.cxx:815
AtlasDetDescr::fAtlasCSC
@ fAtlasCSC
Definition: AtlasDetTechnology.h:50
CscIdHelper::strip
int strip(const Identifier &id) const
Definition: CscIdHelper.cxx:776
CscIdHelper::WireLayerMax
@ WireLayerMax
Definition: CscIdHelper.h:211
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:54
DeMoScan.first
bool first
Definition: DeMoScan.py:536
AtlasDetDescr::fAtlasMDT
@ fAtlasMDT
Definition: AtlasDetTechnology.h:49
MuonIdHelper::get_expanded_id_calc
int get_expanded_id_calc(const Identifier &compact_id, ExpandedIdentifier &id, const IdContext *context) const
Definition: MuonIdHelper.cxx:177
CscIdHelper::s_etaDim
static constexpr unsigned int s_etaDim
Definition: CscIdHelper.h:156
MuonIdHelper::module_context
IdContext module_context() const
id for module
Definition: MuonIdHelper.cxx:731
IdentifierField
This is the individual specification for the range of one ExpandedIdentifier IdentifierField.
Definition: IdentifierField.h:21
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:406
LArNewCalib_DelayDump_OFC_Cali.idx
idx
Definition: LArNewCalib_DelayDump_OFC_Cali.py:69
AtlasDetectorID::m_ALFA_ID
int m_ALFA_ID
Definition: AtlasDetectorID.h:424
MuonIdHelper::m_DETECTORELEMENT_INDEX
size_type m_DETECTORELEMENT_INDEX
Definition: MuonIdHelper.h:264
CscIdHelper::s_mlDim
static constexpr unsigned int s_mlDim
2 multi layer
Definition: CscIdHelper.h:160
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:105
AtlasDetectorID::m_MUON_ID
int m_MUON_ID
Definition: AtlasDetectorID.h:405
CscIdHelper::WireLayerIndex
@ WireLayerIndex
Definition: CscIdHelper.h:199
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:437
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:407
AtlasDetectorID::is_lvl1_online
bool is_lvl1_online(Identifier id) const
Definition: AtlasDetectorID.h:724
AtlasDetectorID::is_stgc
bool is_stgc(Identifier id) const
Definition: AtlasDetectorID.h:924
MuonIdHelper::m_channel_vec
id_vec m_channel_vec
Definition: MuonIdHelper.h:276
CscIdHelper::detEleHashIdx
unsigned int detEleHashIdx(const Identifier &id) const
Definition: CscIdHelper.cxx:297
merge.status
status
Definition: merge.py:17
CscIdHelper::measuresPhi
bool measuresPhi(const Identifier &id) const override
Definition: CscIdHelper.cxx:774
AtlasDetDescr::fAtlasTGC
@ fAtlasTGC
Definition: AtlasDetTechnology.h:52
MuonIdHelper::init_channel_hashes
int init_channel_hashes()
Definition: MuonIdHelper.cxx:440
MuonIdHelper::NOT_VALID_HASH
static constexpr int NOT_VALID_HASH
Definition: MuonIdHelper.h:227
CaloCondBlobAlgs_fillNoiseFromASCII.fields
fields
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:106
AthMessaging::initMessaging
void initMessaging() const
Initialize our message level and MessageSvc.
Definition: AthMessaging.cxx:39
IdDictField
Definition: IdDictDefs.h:316
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:425
CscIdHelper::StripMin
@ StripMin
Definition: CscIdHelper.h:214
CscIdHelper::wireLayerMin
static int wireLayerMin()
Definition: CscIdHelper.cxx:794
Analysis::TT
@ TT
Definition: JpsiFinder.h:36
CscIdHelper::MeasuresPhiMax
@ MeasuresPhiMax
Definition: CscIdHelper.h:213
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
LArCellBinning.etamin
etamin
Definition: LArCellBinning.py:137
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
CscIdHelper::m_hashOffset
int m_hashOffset[2][2]
Definition: CscIdHelper.h:217
CscIdHelper::StationPhiMin
@ StationPhiMin
Definition: CscIdHelper.h:206
MuonIdHelper::get_compact_id
int get_compact_id(const ExpandedIdentifier &id, Identifier &compact_id, const IdContext *context) const
Definition: MuonIdHelper.cxx:200
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:728
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:381
AtlasDetectorID::m_SUBDET_INDEX
size_type m_SUBDET_INDEX
Definition: AtlasDetectorID.h:400
IdDictRegion::m_implementation
std::vector< IdDictFieldImplementation > m_implementation
Definition: IdDictDefs.h:459
MuonIdHelper::m_PHI_INDEX
size_type m_PHI_INDEX
Definition: MuonIdHelper.h:261
CscIdHelper::stationPhiMax
static int stationPhiMax()
Definition: CscIdHelper.cxx:788
MuonIdHelper::validTechnology
bool validTechnology(int technology) const
Definition: MuonIdHelper.cxx:769
AtlasDetectorID::m_FWD_ID
int m_FWD_ID
Definition: AtlasDetectorID.h:423
HI::SubCalo::Lists::Tile
constexpr std::initializer_list< int > Tile
Definition: HIEventDefs.h:70
AtlasDetectorID::csc_field_value
int csc_field_value() const
Definition: AtlasDetectorID.h:656
CscIdHelper::chamberLayer
int chamberLayer(const Identifier &id) const
Definition: CscIdHelper.cxx:770
CscIdHelper::StripIndex
@ StripIndex
Definition: CscIdHelper.h:199
AtlasDetectorID::is_mdt
bool is_mdt(Identifier id) const
Definition: AtlasDetectorID.h:859
AtlasDetectorID::m_lvl1_field
Range::field m_lvl1_field
Definition: AtlasDetectorID.h:431
CscIdHelper::StationPhiMax
@ StationPhiMax
Definition: CscIdHelper.h:207
AtlasDetectorID::m_LUCID_ID
int m_LUCID_ID
Definition: AtlasDetectorID.h:426
CscIdHelper::m_detectorElement_hashes
std::array< unsigned int, s_detHashDim > m_detectorElement_hashes
Definition: CscIdHelper.h:166
SCT
@ SCT
Definition: RegSelEnums.h:25
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
Identifier
Definition: IdentifierFieldParser.cxx:14
MuonIdHelper::m_dict
const IdDictDictionary * m_dict
Definition: MuonIdHelper.h:266