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
TgcIdHelper Class Reference

#include <TgcIdHelper.h>

Inheritance diagram for TgcIdHelper:
Collaboration diagram for TgcIdHelper:

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

 TgcIdHelper ()
 
virtual ~TgcIdHelper ()=default
 
virtual int initialize_from_dictionary (const IdDictMgr &dict_mgr) override
 Initialization from the identifier dictionary. More...
 
virtual int get_module_hash (const Identifier &id, IdentifierHash &hash_id) const override
 
virtual int get_detectorElement_hash (const Identifier &id, IdentifierHash &hash_id) const override
 
Identifier elementID (int stationName, int stationEta, int stationPhi) 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 gasGap, int isStrip, int channel) const
 
Identifier channelID (int stationName, int stationEta, int stationPhi, int gasGap, int isStrip, int channel, bool &isValid) const
 
Identifier channelID (const std::string &stationNameStr, int stationEta, int stationPhi, int gasGap, int isStrip, int channel) const
 
Identifier channelID (const std::string &stationNameStr, int stationEta, int stationPhi, int gasGap, int isStrip, int channel, bool &isValid) const
 
Identifier channelID (const Identifier &id, int gasGap, int isStrip, int channel) const
 
Identifier channelID (const Identifier &id, int gasGap, int isStrip, int channel, bool &isValid) const
 
Identifier parentID (const Identifier &id) const
 
void idChannels (const Identifier &id, std::vector< Identifier > &vect) const
 
int gasGap (const Identifier &id) const override
 get the hashes More...
 
int isStrip (const Identifier &id) const
 isStrip corresponds to measuresPhi More...
 
bool measuresPhi (const Identifier &id) const override
 
int channel (const Identifier &id) const override
 
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 gasGapMin (const Identifier &id) const
 
int gasGapMax (const Identifier &id) const
 
int isStripMin (const Identifier &id) const
 
int isStripMax (const Identifier &id) const
 
int channelMin (const Identifier &id) const
 
int channelMax (const Identifier &id) const
 
int chamberType (int stationName, int stationEta) const
 
bool valid (const Identifier &id) const
 
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...
 
MultiRange multiRange () 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
 
std::vector< IdentifieridVector () const
 the id's More...
 
const_id_iterator module_begin () const
 Iterators over full set of ids. More...
 
const_id_iterator module_end () const
 
const_id_iterator detectorElement_begin () const
 Iterators over full set of ids. More...
 
const_id_iterator detectorElement_end () const
 
const_id_iterator channel_begin () const
 Iterators over full set of ids. More...
 
const_id_iterator channel_end () const
 
int get_prev_in_phi (const IdentifierHash &id, IdentifierHash &prev) const
 Access to hashes for neighbors in phi and eta (return == 0 for neighbor found) More...
 
int get_next_in_phi (const IdentifierHash &id, IdentifierHash &next) const
 
int get_prev_in_eta (const IdentifierHash &id, IdentifierHash &prev) const
 
int get_next_in_eta (const IdentifierHash &id, IdentifierHash &next) const
 
void test_module_packing () const
 Tests of packing. More...
 
void test_id (const Identifier &id, const IdContext &context) const
 
int stationNameIndexMax () const
 
int technologyNameIndexMax () const
 
bool msgLvl (const MSG::Level lvl) const
 Test the output level. More...
 
MsgStream & msg () const
 The standard message stream. More...
 
MsgStream & msg (const MSG::Level lvl) const
 The standard message stream. More...
 
void setLevel (MSG::Level lvl)
 Change the current logging level. More...
 

Static Public Member Functions

static int stationEtaMin ()
 
static int stationEtaMax ()
 
static int stationPhiMin (bool endcap)
 
static int stationPhiMax (bool endcap)
 
static int gasGapMin ()
 
static int gasGapMax (bool triplet)
 
static int isStripMin ()
 
static int isStripMax ()
 
static int channelMin ()
 
static int channelMax ()
 
static int chamberType (const std::string &stationName, int stationEta)
 

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  TgcIndices { GasGapIndex = 5, IsStripIndex = 6, ChannelIndex = 7 }
 
enum  TgcRanges {
  StationEtaMin = -8, StationEtaMax = 8, StationPhiEndcapMin = 1, StationPhiEndcapMax = 48,
  StationPhiForwardMin = 1, StationPhiForwardMax = 24, GasGapMin = 1, GasGapDoubletMax = 2,
  GasGapTripletMax = 3, IsStripMin = 0, IsStripMax = 1, ChannelMin = 1,
  ChannelMax = 135
}
 
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
 
bool validElement (const Identifier &id, int stationName, int stationEta, int stationPhi) const
 
bool validChannel (const Identifier &id, int stationName, int stationEta, int stationPhi, int gasGap, int isStrip, int channel) const
 
int tgcTechnology () const
 Utility methods. More...
 
bool endcapChamber (int stationName) const
 
bool tripletChamber (int stationName) const
 
void initMessaging () const
 Initialize our message level and MessageSvc. More...
 

Private Attributes

unsigned int m_stationShift {std::numeric_limits<unsigned int>::max()}
 Minimal station index found. More...
 
std::array< unsigned int, s_modHashDimm_module_hashes {}
 
size_type m_GASGAP_INDEX {0}
 
size_type m_ISSTRIP_INDEX {0}
 
IdDictFieldImplementation m_gap_impl
 
IdDictFieldImplementation m_ist_impl
 
IdDictFieldImplementation m_cha_impl
 
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 = 8
 T1F-> 41 ; T1E->42 , T2F -> 43, T2E->44, T3F->45, T3E->46, T4E->48. More...
 
static constexpr unsigned int s_etaDim = 10
 Except T2E all stations have 4 associated eta stations. More...
 
static constexpr unsigned int s_phiDim = 48
 48 phi stations More...
 
static constexpr unsigned int s_modHashDim = s_stDim * s_etaDim * s_phiDim
 

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 50 of file TgcIdHelper.h.

Member Typedef Documentation

◆ const_expanded_id_iterator

Definition at line 142 of file MuonIdHelper.h.

◆ const_id_iterator

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

Definition at line 143 of file MuonIdHelper.h.

◆ hash_vec

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

Definition at line 231 of file MuonIdHelper.h.

◆ hash_vec_it

typedef hash_vec::const_iterator MuonIdHelper::hash_vec_it
protectedinherited

Definition at line 232 of file MuonIdHelper.h.

◆ id_vec

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

Definition at line 229 of file MuonIdHelper.h.

◆ id_vec_it

typedef id_vec::const_iterator MuonIdHelper::id_vec_it
protectedinherited

Definition at line 230 of file MuonIdHelper.h.

◆ size_type

Definition at line 141 of file MuonIdHelper.h.

Member Enumeration Documentation

◆ HelperType

enum AtlasDetectorID::HelperType
stronginherited

enum class for eventual final derived types of this class

Enumerator
Unimplemented 
Silicon 
Pixel 
PLR 
SCT 
TRT 
LArEM 
LArFCal 
LArFCalSuperCell 
LArHEC 
LArHEC_SuperCell 
LARMiniFCal 
Tile 
TileSuperCell 
LArOnline 
LArOnlineSuperCell 
LArElectrode 
LArHVLine 
TileHardware 
TileTestbeam 
CaloCell 
CaloSuperCell 
CaloDM 
CaloLvl1 
GTower 
JTower 
Muon 
LUCID 
LUCID_Hardware 
Zdc 
ZdcHardware 
TT 

Definition at line 60 of file AtlasDetectorID.h.

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

◆ ID

enum AtlasDetectorID::ID
privateinherited
Enumerator
ATLAS_ID 
MAX_BIT 
PIXEL_MASK 
ALL_BITS 

Definition at line 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.

◆ TgcIndices

Enumerator
GasGapIndex 
IsStripIndex 
ChannelIndex 

Definition at line 181 of file TgcIdHelper.h.

181 { GasGapIndex = 5, IsStripIndex = 6, ChannelIndex = 7 };

◆ TgcRanges

enum TgcIdHelper::TgcRanges
private
Enumerator
StationEtaMin 
StationEtaMax 
StationPhiEndcapMin 
StationPhiEndcapMax 
StationPhiForwardMin 
StationPhiForwardMax 
GasGapMin 
GasGapDoubletMax 
GasGapTripletMax 
IsStripMin 
IsStripMax 
ChannelMin 
ChannelMax 

Definition at line 185 of file TgcIdHelper.h.

185  {
186  StationEtaMin = -8,
187  StationEtaMax = 8,
189  StationPhiEndcapMax = 48,
192  GasGapMin = 1,
193  GasGapDoubletMax = 2,
194  GasGapTripletMax = 3,
195  IsStripMin = 0,
196  IsStripMax = 1,
197  ChannelMin = 1,
198  ChannelMax = 135
199  };

Constructor & Destructor Documentation

◆ TgcIdHelper()

TgcIdHelper::TgcIdHelper ( )

Definition at line 7 of file TgcIdHelper.cxx.

7  : MuonIdHelper("TgcIdHelper") {
8  m_module_hashes.fill(-1);
9 }

◆ ~TgcIdHelper()

virtual TgcIdHelper::~TgcIdHelper ( )
virtualdefault

Member Function Documentation

◆ addStationID() [1/2]

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

Definition at line 778 of file MuonIdHelper.cxx.

778  {
780 }

◆ addStationID() [2/2]

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

Definition at line 704 of file MuonIdHelper.cxx.

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

◆ 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);}

◆ chamberType() [1/2]

int TgcIdHelper::chamberType ( const std::string &  stationName,
int  stationEta 
)
static

Definition at line 690 of file TgcIdHelper.cxx.

690  {
691  if ('1' == stationName[1]) {
692  if ('F' == stationName[2])
693  return 1;
694  else
695  return (std::abs(stationEta) + 1);
696  } else if ('2' == stationName[1]) {
697  if ('F' == stationName[2])
698  return 6;
699  else
700  return (std::abs(stationEta) + 6);
701  } else if ('3' == stationName[1]) {
702  if ('F' == stationName[2])
703  return 12;
704  else
705  return (std::abs(stationEta) + 12);
706  } else if ('4' == stationName[1]) {
707  if ('F' == stationName[2])
708  return 18;
709  else
710  return (std::abs(stationEta) + 18);
711  }
712  assert(0);
713  return -1;
714 }

◆ chamberType() [2/2]

int TgcIdHelper::chamberType ( int  stationName,
int  stationEta 
) const

Definition at line 716 of file TgcIdHelper.cxx.

716  {
717  const std::string& name = stationNameString(stationName);
718  return chamberType(name, stationEta);
719 }

◆ channel()

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

Implements MuonIdHelper.

Definition at line 649 of file TgcIdHelper.cxx.

649 { return m_cha_impl.unpack(id); }

◆ channel_begin()

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

Iterators over full set of ids.

Channel iterator is sorted

Definition at line 766 of file MuonIdHelper.cxx.

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

◆ channel_context()

IdContext MuonIdHelper::channel_context ( ) const
inherited

id for channel

Definition at line 745 of file MuonIdHelper.cxx.

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

◆ channel_end()

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

Definition at line 768 of file MuonIdHelper.cxx.

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

◆ channel_hash_max()

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

Definition at line 754 of file MuonIdHelper.cxx.

754 { return m_channel_hash_max; }

◆ channelID() [1/6]

Identifier TgcIdHelper::channelID ( const Identifier id,
int  gasGap,
int  isStrip,
int  channel 
) const

Definition at line 614 of file TgcIdHelper.cxx.

614  {
615  Identifier result(id);
619  return result;
620 }

◆ channelID() [2/6]

Identifier TgcIdHelper::channelID ( const Identifier id,
int  gasGap,
int  isStrip,
int  channel,
bool &  isValid 
) const

Definition at line 621 of file TgcIdHelper.cxx.

621  {
622  try {
624  isValid = valid(result);
625  return result;
626  } catch (const std::out_of_range&) { isValid = false; }
627  return Identifier{0};
628 }

◆ channelID() [3/6]

Identifier TgcIdHelper::channelID ( const std::string &  stationNameStr,
int  stationEta,
int  stationPhi,
int  gasGap,
int  isStrip,
int  channel 
) const

Definition at line 605 of file TgcIdHelper.cxx.

606  {
608 }

◆ channelID() [4/6]

Identifier TgcIdHelper::channelID ( const std::string &  stationNameStr,
int  stationEta,
int  stationPhi,
int  gasGap,
int  isStrip,
int  channel,
bool &  isValid 
) const

Definition at line 609 of file TgcIdHelper.cxx.

610  {
612 }

◆ channelID() [5/6]

Identifier TgcIdHelper::channelID ( int  stationName,
int  stationEta,
int  stationPhi,
int  gasGap,
int  isStrip,
int  channel 
) const

Definition at line 583 of file TgcIdHelper.cxx.

◆ channelID() [6/6]

Identifier TgcIdHelper::channelID ( int  stationName,
int  stationEta,
int  stationPhi,
int  gasGap,
int  isStrip,
int  channel,
bool &  isValid 
) const

Definition at line 596 of file TgcIdHelper.cxx.

597  {
598  try {
601  return result;
602  } catch (const std::out_of_range&) { isValid = false; }
603  return Identifier{0};
604 }

◆ channelMax() [1/2]

int TgcIdHelper::channelMax ( )
static

Definition at line 671 of file TgcIdHelper.cxx.

671 { return ChannelMax; }

◆ channelMax() [2/2]

int TgcIdHelper::channelMax ( const Identifier id) const

Definition at line 443 of file TgcIdHelper.cxx.

443  {
444  ExpandedIdentifier expId;
446  if (!get_expanded_id(id, expId, &channel_context)) {
447  int result = -999;
448  for (unsigned int i = 0; i < m_full_channel_range.size(); ++i) {
449  const Range& range = m_full_channel_range[i];
450  if (range.match(expId)) {
451  const Range::field& channel_field = range[m_CHANNEL_INDEX];
452  if (channel_field.has_maximum()) {
453  int channelmax = channel_field.get_maximum();
454  if (result < channelmax) result = channelmax;
455  }
456  }
457  }
458  return (result);
459  }
460  return (-999);
461 }

◆ channelMin() [1/2]

int TgcIdHelper::channelMin ( )
static

Definition at line 669 of file TgcIdHelper.cxx.

669 { return ChannelMin; }

◆ channelMin() [2/2]

int TgcIdHelper::channelMin ( const Identifier id) const

Definition at line 419 of file TgcIdHelper.cxx.

419  {
420  ExpandedIdentifier expId;
422  if (!get_expanded_id(id, expId, &channel_context)) {
423  int result = -999;
424  for (unsigned int i = 0; i < m_full_channel_range.size(); ++i) {
425  const Range& range = m_full_channel_range[i];
426  if (range.match(expId)) {
427  const Range::field& channel_field = range[m_CHANNEL_INDEX];
428  if (channel_field.has_minimum()) {
429  int channelmin = channel_field.get_minimum();
430  if (-999 == result) {
431  result = channelmin;
432  } else {
433  if (channelmin < result) result = channelmin;
434  }
435  }
436  }
437  }
438  return (result);
439  }
440  return (999);
441 }

◆ 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);}

◆ detectorElement_begin()

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

Iterators over full set of ids.

detector element iterator is sorted

Definition at line 762 of file MuonIdHelper.cxx.

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

◆ detectorElement_context()

IdContext MuonIdHelper::detectorElement_context ( ) const
inherited

id for detector element

Definition at line 740 of file MuonIdHelper.cxx.

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

◆ detectorElement_end()

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

Definition at line 764 of file MuonIdHelper.cxx.

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

◆ detectorElement_hash_max()

size_type MuonIdHelper::detectorElement_hash_max ( ) const
inlineinherited

Definition at line 186 of file MuonIdHelper.h.

186 { return m_detectorElement_hash_max; };

◆ detsystem_context()

IdContext AtlasDetectorID::detsystem_context ( void  ) const
inherited

IdContext (indicates id length) for detector systems.

Definition at line 234 of file AtlasDetectorID.cxx.

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

◆ dict_names()

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()

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 TgcIdHelper::elementID ( const Identifier channelID) const

Definition at line 581 of file TgcIdHelper.cxx.

581 { return parentID(id); }

◆ elementID() [2/5]

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

Definition at line 575 of file TgcIdHelper.cxx.

575  {
576  return elementID(stationNameIndex(stationNameStr), stationEta, stationPhi);
577 }

◆ elementID() [3/5]

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

Definition at line 578 of file TgcIdHelper.cxx.

578  {
579  return elementID(stationNameIndex(stationNameStr), stationEta, stationPhi, isValid);
580 }

◆ elementID() [4/5]

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

Definition at line 556 of file TgcIdHelper.cxx.

556  {
557  // pack fields independently
564  return result;
565 }

◆ elementID() [5/5]

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

Definition at line 566 of file TgcIdHelper.cxx.

566  {
567  try {
570  return result;
571  } catch (const std::out_of_range&) { isValid = false; }
572  return Identifier{0};
573 }

◆ endcapChamber()

bool TgcIdHelper::endcapChamber ( int  stationName) const
private

Definition at line 680 of file TgcIdHelper.cxx.

680  {
681  const std::string& name = stationNameString(stationName);
682  return ('E' == name[2]);
683 }

◆ file_names()

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 TgcIdHelper::gasGap ( const Identifier id) const
overridevirtual

get the hashes

Implements MuonIdHelper.

Definition at line 642 of file TgcIdHelper.cxx.

642 { return m_gap_impl.unpack(id); }

◆ gasGapMax() [1/2]

int TgcIdHelper::gasGapMax ( bool  triplet)
static

Definition at line 663 of file TgcIdHelper.cxx.

663 { return triplet ? GasGapTripletMax : GasGapDoubletMax; }

◆ gasGapMax() [2/2]

int TgcIdHelper::gasGapMax ( const Identifier id) const

Definition at line 359 of file TgcIdHelper.cxx.

359  {
360  ExpandedIdentifier expId;
361  IdContext gasgap_context(expId, 0, m_GASGAP_INDEX);
362  if (!get_expanded_id(id, expId, &gasgap_context)) {
363  for (unsigned int i = 0; i < m_full_channel_range.size(); ++i) {
364  const Range& range = m_full_channel_range[i];
365  if (range.match(expId)) {
366  const Range::field& gasgap_field = range[m_GASGAP_INDEX];
367  if (gasgap_field.has_maximum()) { return (gasgap_field.get_maximum()); }
368  }
369  }
370  }
371  // Failed to find the max
372  return (-999);
373 }

◆ gasGapMin() [1/2]

int TgcIdHelper::gasGapMin ( )
static

Definition at line 661 of file TgcIdHelper.cxx.

661 { return GasGapMin; }

◆ gasGapMin() [2/2]

int TgcIdHelper::gasGapMin ( const Identifier id) const

Definition at line 335 of file TgcIdHelper.cxx.

335  {
336  ExpandedIdentifier expId;
337  IdContext gasgap_context(expId, 0, m_GASGAP_INDEX);
338  if (!get_expanded_id(id, expId, &gasgap_context)) {
339  int result = -999;
340  for (unsigned int i = 0; i < m_full_channel_range.size(); ++i) {
341  const Range& range = m_full_channel_range[i];
342  if (range.match(expId)) {
343  const Range::field& gasgap_field = range[m_GASGAP_INDEX];
344  if (gasgap_field.has_minimum()) {
345  int gasgapmin = gasgap_field.get_minimum();
346  if (-999 == result) {
347  result = gasgapmin;
348  } else {
349  if (gasgapmin < result) result = gasgapmin;
350  }
351  }
352  }
353  }
354  return (result);
355  }
356  return (999);
357 }

◆ get_channel_hash()

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

Definition at line 138 of file MuonIdHelper.cxx.

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

◆ get_compact_id()

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

Definition at line 199 of file MuonIdHelper.cxx.

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

◆ get_detectorElement_hash()

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

Reimplemented from MuonIdHelper.

Definition at line 240 of file TgcIdHelper.cxx.

240  {
241  return get_module_hash(id, hash_id);
242 }

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

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

◆ get_expanded_id_calc()

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

Definition at line 176 of file MuonIdHelper.cxx.

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

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

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

◆ get_hash_calc()

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

Definition at line 216 of file MuonIdHelper.cxx.

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

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

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

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

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

◆ get_module_hash()

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

Reimplemented from MuonIdHelper.

Definition at line 233 of file TgcIdHelper.cxx.

233  {
234  const unsigned int idx = moduleHashIdx(id);
235  if (idx >= m_module_hashes.size()) return 1;
236  hash_id = m_module_hashes[idx];
237  return 0;
238 }

◆ get_next_in_eta()

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

Definition at line 512 of file MuonIdHelper.cxx.

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

◆ get_next_in_phi()

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

Definition at line 492 of file MuonIdHelper.cxx.

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

◆ get_prev_in_eta()

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

Definition at line 502 of file MuonIdHelper.cxx.

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

◆ get_prev_in_phi()

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

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

Definition at line 482 of file MuonIdHelper.cxx.

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

◆ 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 TgcIdHelper::idChannels ( const Identifier id,
std::vector< Identifier > &  vect 
) const

Definition at line 244 of file TgcIdHelper.cxx.

244  {
245  vect.clear();
246  Identifier parent = parentID(id);
247  for (unsigned int i = 0; i < m_full_channel_range.size(); ++i) {
248  const Range& range = m_full_channel_range[i];
249  Range::const_identifier_factory first = range.factory_begin();
250  Range::const_identifier_factory last = range.factory_end();
251  for (; first != last; ++first) {
252  Identifier child;
253  get_id((*first), child);
254  if (parentID(child) == parent) vect.push_back(child);
255  }
256  }
257 }

◆ idVector()

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

the id's

Definition at line 756 of file MuonIdHelper.cxx.

756 { return m_module_vec; }

◆ indet()

Identifier AtlasDetectorID::indet ( void  ) const
inherited

Detector systems:

Definition at line 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 441 of file MuonIdHelper.cxx.

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

◆ init_detectorElement_hashes()

int 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) {
409  Range::const_identifier_factory first = range.factory_begin();
410  Range::const_identifier_factory last = range.factory_end();
411  for (; first != last; ++first) {
412  Identifier id;
413  get_id((*first), id);
414  if (!(ids.insert(id)).second) {
415  ATH_MSG_ERROR("init_detectorElement_hashes "
416  << " Error: duplicated id for channel id. nid " << nids << " compact id " << id << " id ");
417 
418  return 1;
419  }
420  nids++;
421  }
422  }
423  if (ids.size() != m_detectorElement_hash_max) {
424  ATH_MSG_ERROR("init_hashes "
425  << " Error: set size NOT EQUAL to hash max. size " << ids.size() << " hash max " << m_detectorElement_hash_max);
426  return 1;
427  }
428 
429  nids = 0;
430  std::set<Identifier>::const_iterator first = ids.begin();
431  std::set<Identifier>::const_iterator last = ids.end();
432  for (; first != last && nids < m_detectorElement_vec.size(); ++first) {
433  m_detectorElement_vec[nids] = (*first);
434  nids++;
435  }
436  // sort the vector of identifiers to be able to use std::lower_bound to find hashes
438  return 0;
439 }

◆ init_hashes()

int MuonIdHelper::init_hashes ( )
protectedinherited

Definition at line 347 of file MuonIdHelper.cxx.

347  {
348  //
349  // create a vector(s) to retrieve the hashes for compact ids. For
350  // the moment, we implement a hash for modules
351  //
352 
353  // module hash
355  ATH_MSG_INFO("The element hash max is " << m_module_hash_max);
357  IdContext context = module_context();
358  unsigned int nids = 0;
359  std::set<Identifier> ids;
360  for (unsigned int i = 0; i < m_full_module_range.size(); ++i) {
361  const Range& range = m_full_module_range[i];
362  Range::const_identifier_factory first = range.factory_begin();
363  Range::const_identifier_factory last = range.factory_end();
364  for (; first != last; ++first) {
365  Identifier id;
366  get_id((*first), 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 TgcIdHelper::init_id_to_hashes ( )
private

Definition at line 217 of file TgcIdHelper.cxx.

217  {
219 
220  unsigned int hash_max = module_hash_max();
221  for (unsigned int i = 0; i < hash_max; ++i) {
222  const Identifier& id = m_module_vec[i];
223  const unsigned idx = moduleHashIdx(id);
224  if (idx >= m_module_hashes.size() || m_module_hashes[idx] < hash_max){
225  ATH_MSG_FATAL("Failed to assign module hash to "<<show_to_string(id));
226  return 1;
227  }
228  m_module_hashes[idx] = i;
229  }
230  return 0;
231 }

◆ init_neighbors()

int MuonIdHelper::init_neighbors ( )
protectedinherited

Definition at line 522 of file MuonIdHelper.cxx.

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

◆ initialize_from_dictionary()

int TgcIdHelper::initialize_from_dictionary ( const IdDictMgr dict_mgr)
overridevirtual

Initialization from the identifier dictionary.

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

Reimplemented from MuonIdHelper.

Definition at line 12 of file TgcIdHelper.cxx.

12  {
13  int status = 0;
14 
15  // Check whether this helper should be reinitialized
16  if (!reinitialize(dict_mgr)) {
17  ATH_MSG_INFO("Request to reinitialize not satisfied - tags have not changed");
18  return 0;
19  } else {
20  ATH_MSG_DEBUG("(Re)initialize");
21  }
22 
23  // init base object
24  if (AtlasDetectorID::initialize_from_dictionary(dict_mgr)) return (1);
25 
26  // Register version of the MuonSpectrometer dictionary
27  if (register_dict_tag(dict_mgr, "MuonSpectrometer")) return (1);
28 
29  m_dict = dict_mgr.find_dictionary("MuonSpectrometer");
30  if (!m_dict) {
31  ATH_MSG_ERROR(" initialize_from_dict - cannot access MuonSpectrometer dictionary ");
32  return 1;
33  }
34 
35  // Initialize some of the field indices
36  if (initLevelsFromDict()) return (1);
37 
38  IdDictField* field = m_dict->find_field("tgcGasGap");
39  if (field) {
40  m_GASGAP_INDEX = field->m_index;
41  } else {
42  ATH_MSG_ERROR("initLevelsFromDict - unable to find 'tgcGasGap' field ");
43  status = 1;
44  }
45 
46  field = m_dict->find_field("isStrip");
47  if (field) {
48  m_ISSTRIP_INDEX = field->m_index;
49  } else {
50  ATH_MSG_ERROR("initLevelsFromDict - unable to find 'isStrip' field ");
51  status = 1;
52  }
53 
54  field = m_dict->find_field("channel");
55  if (field) {
56  m_CHANNEL_INDEX = field->m_index;
57  } else {
58  ATH_MSG_ERROR("initLevelsFromDict - unable to find channel' field ");
59  status = 1;
60  }
61 
62  // reinitialize the module ndex
64 
65  // save an index to the first region of tgc
66  IdDictGroup* tgcGroup = m_dict->find_group("tgc");
67  if (!tgcGroup) {
68  ATH_MSG_ERROR("Cannot find tgc group");
69  } else {
70  m_GROUP_INDEX = tgcGroup->regions()[0]->m_index;
71  }
72 
73  const IdDictRegion& region = *m_dict->m_regions[m_GROUP_INDEX];
80 
81  ATH_MSG_DEBUG(" TGC decode index and bit fields for each level: " << std::endl
82  << " muon " << m_muon_impl.show_to_string() << std::endl
83  << " station " << m_sta_impl.show_to_string() << std::endl
84  << " eta " << m_eta_impl.show_to_string() << std::endl
85  << " phi " << m_phi_impl.show_to_string() << std::endl
86  << " technology " << m_tec_impl.show_to_string() << std::endl
87  << " gas gap " << m_gap_impl.show_to_string() << std::endl
88  << " is strip " << m_ist_impl.show_to_string() << std::endl
89  << " channel " << m_cha_impl.show_to_string());
90  // Build multirange for the valid set of identifiers
91  //
92 
93  // Find value for the field MuonSpectrometer
94  int muonField = -1;
95  const IdDictDictionary* atlasDict = dict_mgr.find_dictionary("ATLAS");
96  if (atlasDict->get_label_value("subdet", "MuonSpectrometer", muonField)) {
97  ATH_MSG_ERROR("Could not get value for label 'MuonSpectrometer' of field 'subdet' in dictionary " << atlasDict->m_name);
98  return (1);
99  }
100 
101  // Build MultiRange down to "technology" for all (muon) regions
103  region_id.add(muonField);
104  Range prefix;
105  MultiRange muon_range = m_dict->build_multirange(region_id, prefix, "technology");
106  if (muon_range.size() > 0) {
107  ATH_MSG_INFO("MultiRange built successfully to Technology: "
108  << "MultiRange size is " << muon_range.size());
109  } else {
110  ATH_MSG_ERROR("Muon MultiRange is empty");
111  }
112 
113  // Build MultiRange down to "detector element" for all mdt regions
114 
115  ExpandedIdentifier detectorElement_region;
116  detectorElement_region.add(muonField);
117  Range detectorElement_prefix;
118  MultiRange muon_detectorElement_range = m_dict->build_multirange(detectorElement_region, detectorElement_prefix, "technology");
119  if (muon_detectorElement_range.size() > 0) {
120  ATH_MSG_INFO("MultiRange built successfully to detector element: "
121  << "Multilayer MultiRange size is " << muon_detectorElement_range.size());
122  } else {
123  ATH_MSG_ERROR("Muon TGC detector element MultiRange is empty");
124  }
125 
126  // Build MultiRange down to "channel" for all TGC regions
127  ExpandedIdentifier tgc_region;
128  tgc_region.add(muonField);
129  Range tgc_prefix;
130  MultiRange muon_channel_range = m_dict->build_multirange(tgc_region, tgc_prefix, "channel");
131  if (muon_channel_range.size() > 0) {
132  ATH_MSG_INFO("MultiRange built successfully to channel: "
133  << "MultiRange size is " << muon_channel_range.size());
134  } else {
135  ATH_MSG_ERROR("Muon MultiRange is empty for channels");
136  }
137 
138  // build TGC module ranges
139  // Find the regions that have a "technology field" that matches the TGC and save them
140  int tgcField = -1;
141  status = m_dict->get_label_value("technology", "TGC", tgcField);
142 
143  for (int i = 0; i < (int)muon_range.size(); ++i) {
144  const Range& range = muon_range[i];
145  if (range.fields() > m_TECHNOLOGY_INDEX) {
147  if (field.match((ExpandedIdentifier::element_type)tgcField)) {
149  ATH_MSG_DEBUG("field size is " << (int)range.cardinality() << " field index = " << i);
150  }
151  }
152  }
153 
154  for (int j = 0; j < (int)muon_detectorElement_range.size(); ++j) {
155  const Range& range = muon_detectorElement_range[j];
156  if (range.fields() > m_TECHNOLOGY_INDEX) {
158  if (field.match((ExpandedIdentifier::element_type)tgcField)) {
160  ATH_MSG_DEBUG("detector element field size is " << (int)range.cardinality() << " field index = " << j);
161  }
162  }
163  }
164 
165  for (int j = 0; j < (int)muon_channel_range.size(); ++j) {
166  const Range& range = muon_channel_range[j];
167  if (range.fields() > m_TECHNOLOGY_INDEX) {
169  if (field.match((ExpandedIdentifier::element_type)tgcField)) {
171  ATH_MSG_DEBUG("channel field size is " << (int)range.cardinality() << " field index = " << j);
172  }
173  }
174  }
175 
176  // test to see that the multi range is not empty
177  if (m_full_module_range.size() == 0) {
178  ATH_MSG_ERROR("TGC MultiRange ID is empty for modules");
179  status = 1;
180  }
181 
183 
184  if (m_full_detectorElement_range.size() == 0) {
185  ATH_MSG_ERROR("TGC MultiRange ID is empty for detector elements");
186  status = 1;
187  }
188 
189  // test to see that the multi range is not empty
190  if (m_full_channel_range.size() == 0) {
191  ATH_MSG_ERROR("TGC MultiRange ID is empty for channels");
192  status = 1;
193  }
194 
195  // Setup the hash tables for TGC
196  ATH_MSG_INFO("Initializing TGC hash indices ... ");
197  status = init_hashes();
198  status = init_detectorElement_hashes(); // same as module hash
200 
201  // Setup hash tables for finding neighbors
202  ATH_MSG_INFO("Initializing TGC hash indices for finding neighbors ... ");
204 
205  m_init = true;
206  return (status);
207 }

◆ initLevelsFromDict()

int MuonIdHelper::initLevelsFromDict ( )
protectedinherited

Definition at line 240 of file MuonIdHelper.cxx.

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

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

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

◆ is_csc() [3/3]

bool AtlasDetectorID::is_csc ( Identifier  id) const
inlineinherited

Definition at line 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 786 of file MuonIdHelper.cxx.

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

◆ is_mdt() [3/3]

bool AtlasDetectorID::is_mdt ( Identifier  id) const
inlineinherited

Definition at line 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 801 of file MuonIdHelper.cxx.

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

◆ is_mm() [3/3]

bool AtlasDetectorID::is_mm ( Identifier  id) const
inlineinherited

Definition at line 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 783 of file MuonIdHelper.cxx.

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

◆ is_muon() [3/3]

bool AtlasDetectorID::is_muon ( Identifier  id) const
inlineinherited

Definition at line 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 792 of file MuonIdHelper.cxx.

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

◆ is_rpc() [3/3]

bool AtlasDetectorID::is_rpc ( Identifier  id) const
inlineinherited

Definition at line 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 798 of file MuonIdHelper.cxx.

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

◆ is_stgc() [3/3]

bool AtlasDetectorID::is_stgc ( Identifier  id) const
inlineinherited

Definition at line 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 795 of file MuonIdHelper.cxx.

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

◆ is_tgc() [3/3]

bool AtlasDetectorID::is_tgc ( Identifier  id) const
inlineinherited

Definition at line 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 829 of file MuonIdHelper.cxx.

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

◆ isBarrel() [2/2]

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

Definition at line 837 of file MuonIdHelper.cxx.

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

◆ isEndcap() [1/2]

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

Definition at line 831 of file MuonIdHelper.cxx.

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

◆ isEndcap() [2/2]

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

Definition at line 839 of file MuonIdHelper.cxx.

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

◆ isForward() [1/2]

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

Definition at line 833 of file MuonIdHelper.cxx.

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

◆ isForward() [2/2]

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

Definition at line 841 of file MuonIdHelper.cxx.

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

◆ isInitialized()

bool MuonIdHelper::isInitialized ( ) const
inherited

Definition at line 874 of file MuonIdHelper.cxx.

874 { return m_init; }

◆ isSmall() [1/2]

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

Definition at line 835 of file MuonIdHelper.cxx.

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

◆ isSmall() [2/2]

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

Definition at line 843 of file MuonIdHelper.cxx.

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

◆ isStNameInTech()

bool TgcIdHelper::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 488 of file TgcIdHelper.cxx.

488 { return 'T' == name[0]; }

◆ isStrip()

int TgcIdHelper::isStrip ( const Identifier id) const

isStrip corresponds to measuresPhi

returns measuresPhi

Definition at line 645 of file TgcIdHelper.cxx.

645 { return m_ist_impl.unpack(id); }

◆ isStripMax() [1/2]

int TgcIdHelper::isStripMax ( )
static

Definition at line 667 of file TgcIdHelper.cxx.

667 { return IsStripMax; }

◆ isStripMax() [2/2]

int TgcIdHelper::isStripMax ( const Identifier id) const

Definition at line 399 of file TgcIdHelper.cxx.

399  {
400  ExpandedIdentifier expId;
401  IdContext isstrip_context(expId, 0, m_ISSTRIP_INDEX);
402  if (!get_expanded_id(id, expId, &isstrip_context)) {
403  int result = -999;
404  for (unsigned int i = 0; i < m_full_channel_range.size(); ++i) {
405  const Range& range = m_full_channel_range[i];
406  if (range.match(expId)) {
407  const Range::field& isstrip_field = range[m_ISSTRIP_INDEX];
408  if (isstrip_field.has_maximum()) {
409  int isstripmax = isstrip_field.get_maximum();
410  if (result < isstripmax) result = isstripmax;
411  }
412  }
413  }
414  return (result);
415  }
416  return (-999);
417 }

◆ isStripMin() [1/2]

int TgcIdHelper::isStripMin ( )
static

Definition at line 665 of file TgcIdHelper.cxx.

665 { return IsStripMin; }

◆ isStripMin() [2/2]

int TgcIdHelper::isStripMin ( const Identifier id) const

Definition at line 375 of file TgcIdHelper.cxx.

375  {
376  ExpandedIdentifier expId;
377  IdContext isstrip_context(expId, 0, m_ISSTRIP_INDEX);
378  if (!get_expanded_id(id, expId, &isstrip_context)) {
379  int result = -999;
380  for (unsigned int i = 0; i < m_full_channel_range.size(); ++i) {
381  const Range& range = m_full_channel_range[i];
382  if (range.match(expId)) {
383  const Range::field& isstrip_field = range[m_ISSTRIP_INDEX];
384  if (isstrip_field.has_minimum()) {
385  int isstripmin = isstrip_field.get_minimum();
386  if (-999 == result) {
387  result = isstripmin;
388  } else {
389  if (isstripmin < result) result = isstripmin;
390  }
391  }
392  }
393  }
394  return (result);
395  }
396  return (999);
397 }

◆ 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 TgcIdHelper::measuresPhi ( const Identifier id) const
overridevirtual

Implements MuonIdHelper.

Definition at line 647 of file TgcIdHelper.cxx.

647 { return isStrip(id); }

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

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

◆ module_context()

IdContext MuonIdHelper::module_context ( ) const
inherited

id for module

Definition at line 735 of file MuonIdHelper.cxx.

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

◆ module_end()

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

Definition at line 760 of file MuonIdHelper.cxx.

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

◆ module_hash_max()

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

the maximum hash value

Definition at line 752 of file MuonIdHelper.cxx.

752 { return m_module_hash_max; }

◆ moduleHashIdx()

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

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

Definition at line 209 of file TgcIdHelper.cxx.

209  {
212  constexpr unsigned int C = s_phiDim;
213  constexpr unsigned int BxC = C*s_etaDim;
214  const int stEta = stationEta(id);
215  return (stationName(id) - m_stationShift)*BxC + (stEta + s_etaDim/2 - (stEta>0))*C + (stationPhi(id) -1);
216 }

◆ 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()

MultiRange MuonIdHelper::multiRange ( ) const
inherited

multirange

Definition at line 750 of file MuonIdHelper.cxx.

750 { return m_full_module_range; }

◆ muon()

Identifier MuonIdHelper::muon ( ) const
inherited

Definition at line 728 of file MuonIdHelper.cxx.

728 { return AtlasDetectorID::muon(); }

◆ muon_exp()

ExpandedIdentifier AtlasDetectorID::muon_exp ( void  ) const
inlineprotectedinherited

Definition at line 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 872 of file MuonIdHelper.cxx.

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

◆ parentID()

Identifier TgcIdHelper::parentID ( const Identifier id) const

Definition at line 631 of file TgcIdHelper.cxx.

631  {
632  assert(is_tgc(id));
633  Identifier result(id);
637  return result;
638 }

◆ 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);}

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

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

◆ stationEtaMax() [1/2]

int TgcIdHelper::stationEtaMax ( )
static

Definition at line 655 of file TgcIdHelper.cxx.

655 { return StationEtaMax; }

◆ stationEtaMax() [2/2]

int TgcIdHelper::stationEtaMax ( const Identifier id) const

Definition at line 283 of file TgcIdHelper.cxx.

283  {
284  ExpandedIdentifier expId;
285  IdContext eta_context(expId, 0, m_ETA_INDEX);
286  if (!get_expanded_id(id, expId, &eta_context)) {
287  int result = -999;
288  for (unsigned int i = 0; i < m_full_module_range.size(); ++i) {
289  const Range& range = m_full_module_range[i];
290  if (range.match(expId)) {
291  const Range::field& eta_field = range[m_ETA_INDEX];
292  if (eta_field.has_maximum()) {
293  int etamax = eta_field.get_maximum();
294  if (result < etamax) result = etamax;
295  }
296  }
297  }
298  return (result);
299  }
300  return (-999);
301 }

◆ stationEtaMin() [1/2]

int TgcIdHelper::stationEtaMin ( )
static

Definition at line 653 of file TgcIdHelper.cxx.

653 { return StationEtaMin; }

◆ stationEtaMin() [2/2]

int TgcIdHelper::stationEtaMin ( const Identifier id) const

Definition at line 259 of file TgcIdHelper.cxx.

259  {
260  ExpandedIdentifier expId;
261  IdContext eta_context(expId, 0, m_ETA_INDEX);
262  if (!get_expanded_id(id, expId, &eta_context)) {
263  int result = -999;
264  for (unsigned int i = 0; i < m_full_module_range.size(); ++i) {
265  const Range& range = m_full_module_range[i];
266  if (range.match(expId)) {
267  const Range::field& eta_field = range[m_ETA_INDEX];
268  if (eta_field.has_minimum()) {
269  int etamin = eta_field.get_minimum();
270  if (-999 == result) {
271  result = etamin;
272  } else {
273  if (etamin < result) result = etamin;
274  }
275  }
276  }
277  }
278  return (result);
279  }
280  return (999); // default
281 }

◆ stationName()

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

Definition at line 804 of file MuonIdHelper.cxx.

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

◆ stationNameIndex()

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

Definition at line 846 of file MuonIdHelper.cxx.

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

◆ stationNameIndexMax()

int MuonIdHelper::stationNameIndexMax ( ) const
inherited

Definition at line 824 of file MuonIdHelper.cxx.

824 { return m_stationIndexMax; }

◆ stationNameString()

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

Definition at line 858 of file MuonIdHelper.cxx.

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

◆ stationPhi()

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

Definition at line 814 of file MuonIdHelper.cxx.

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

◆ stationPhiMax() [1/2]

int TgcIdHelper::stationPhiMax ( bool  endcap)
static

Definition at line 659 of file TgcIdHelper.cxx.

659 { return endcap ? StationPhiEndcapMax : StationPhiForwardMax; }

◆ stationPhiMax() [2/2]

int TgcIdHelper::stationPhiMax ( const Identifier id) const

Definition at line 319 of file TgcIdHelper.cxx.

319  {
320  ExpandedIdentifier expId;
321  IdContext phi_context(expId, 0, m_PHI_INDEX);
322  if (!get_expanded_id(id, expId, &phi_context)) {
323  for (unsigned int i = 0; i < m_full_module_range.size(); ++i) {
324  const Range& range = m_full_module_range[i];
325  if (range.match(expId)) {
326  const Range::field& phi_field = range[m_PHI_INDEX];
327  if (phi_field.has_maximum()) { return (phi_field.get_maximum()); }
328  }
329  }
330  }
331  // Failed to find the max
332  return (-999);
333 }

◆ stationPhiMin() [1/2]

int TgcIdHelper::stationPhiMin ( bool  endcap)
static

Definition at line 657 of file TgcIdHelper.cxx.

657 { return endcap ? StationPhiEndcapMin : StationPhiForwardMin; }

◆ stationPhiMin() [2/2]

int TgcIdHelper::stationPhiMin ( const Identifier id) const

Definition at line 303 of file TgcIdHelper.cxx.

303  {
304  ExpandedIdentifier expId;
305  IdContext phi_context(expId, 0, m_PHI_INDEX);
306  if (!get_expanded_id(id, expId, &phi_context)) {
307  for (unsigned int i = 0; i < m_full_module_range.size(); ++i) {
308  const Range& range = m_full_module_range[i];
309  if (range.match(expId)) {
310  const Range::field& phi_field = range[m_PHI_INDEX];
311  if (phi_field.has_minimum()) { return (phi_field.get_minimum()); }
312  }
313  }
314  }
315  // Failed to find the min
316  return (999);
317 }

◆ stationRegion()

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

Definition at line 715 of file MuonIdHelper.cxx.

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

◆ stgc()

Identifier AtlasDetectorID::stgc ( void  ) const
inherited

Definition at line 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);}

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

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

◆ technology_context()

IdContext MuonIdHelper::technology_context ( ) const
inherited

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

id for technology

Definition at line 730 of file MuonIdHelper.cxx.

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

◆ technologyIndex()

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

Definition at line 852 of file MuonIdHelper.cxx.

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

◆ technologyNameIndexMax()

int MuonIdHelper::technologyNameIndexMax ( ) const
inherited

Definition at line 826 of file MuonIdHelper.cxx.

826 { return m_technologyIndexMax; }

◆ technologyString()

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

Definition at line 865 of file MuonIdHelper.cxx.

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

◆ test_id()

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

Definition at line 683 of file MuonIdHelper.cxx.

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

◆ test_module_packing()

void MuonIdHelper::test_module_packing ( ) const
inherited

Tests of packing.

Definition at line 652 of file MuonIdHelper.cxx.

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

◆ 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);}

◆ tgcTechnology()

int TgcIdHelper::tgcTechnology ( ) const
private

Utility methods.

Definition at line 674 of file TgcIdHelper.cxx.

674  {
675  int tgcField = technologyIndex("TGC");
676  if (m_dict) { tgcField = tgc_field_value(); }
677  return tgcField;
678 }

◆ 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 }

◆ tripletChamber()

bool TgcIdHelper::tripletChamber ( int  stationName) const
private

Definition at line 685 of file TgcIdHelper.cxx.

685  {
686  const std::string& name = stationNameString(stationName);
687  return ('1' == name[1]);
688 }

◆ 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 TgcIdHelper::valid ( const Identifier id) const

Definition at line 465 of file TgcIdHelper.cxx.

465  {
466  if (!validElement(id)) return false;
467 
468  int station = stationName(id);
469  int gasG = gasGap(id);
470  if (gasG < gasGapMin() || gasG > gasGapMax(tripletChamber(station))) {
471  ATH_MSG_DEBUG("Invalid gasGap=" << gasG << " gasGapMin=" << gasGapMin(id) << " gasGapMax=" << gasGapMax(tripletChamber(station)));
472  return false;
473  }
474 
475  int isstrip = isStrip(id);
476  if (isstrip < isStripMin(id) || isstrip > isStripMax(id)) {
477  ATH_MSG_DEBUG("Invalid isStrip=" << isstrip << " isStripMin=" << isStripMin(id) << " isStripMax=" << isStripMax(id));
478  return false;
479  }
480 
481  int element = channel(id);
482  if (element < channelMin(id) || element > channelMax(id)) {
483  ATH_MSG_DEBUG("Invalid channel=" << element << " channelMin=" << channelMin(id) << " channelMax=" << channelMax(id));
484  return false;
485  }
486  return true;
487 }

◆ validChannel()

bool TgcIdHelper::validChannel ( const Identifier id,
int  stationName,
int  stationEta,
int  stationPhi,
int  gasGap,
int  isStrip,
int  channel 
) const
private

Definition at line 536 of file TgcIdHelper.cxx.

537  {
538  if (!validElement(id, stationName, stationEta, stationPhi)) return false;
539 
541  ATH_MSG_DEBUG("Invalid gasGap=" << gasGap << " gasGapMin=" << gasGapMin(id)
542  << " gasGapMax=" << gasGapMax(tripletChamber(stationName)));
543  return false;
544  }
545  if (isStrip < isStripMin(id) || isStrip > isStripMax(id)) {
546  ATH_MSG_DEBUG("Invalid isStrip=" << isStrip << " isStripMin=" << isStripMin(id) << " isStripMax=" << isStripMax(id));
547  return false;
548  }
549  if (channel < channelMin(id) || channel > channelMax(id)) {
550  ATH_MSG_DEBUG("Invalid channel=" << channel << " channelMin=" << channelMin(id) << " channelMax=" << channelMax(id));
551  return false;
552  }
553  return true;
554 }

◆ validElement() [1/2]

bool TgcIdHelper::validElement ( const Identifier id) const

Definition at line 489 of file TgcIdHelper.cxx.

489  {
490  int station = stationName(id);
491  if (!validStation(station)) {
492  ATH_MSG_DEBUG("Invalid stationName=" << stationNameString(station));
493  return false;
494  }
495 
496  int eta = stationEta(id);
497  if (eta < stationEtaMin(id) || eta > stationEtaMax(id)) {
498  ATH_MSG_DEBUG("Invalid stationEta=" << eta << " for stationName=" << stationNameString(station) << " stationIndex=" << station
499  << " stationEtaMin=" << stationEtaMin(id) << " stationEtaMax=" << stationEtaMax(id));
500  return false;
501  }
502 
503  int phi = stationPhi(id);
504  if (phi < stationPhiMin(id) || phi > stationPhiMax(id)) {
505  ATH_MSG_DEBUG("Invalid stationPhi=" << phi << " for stationName=" << stationNameString(station) << " stationIndex=" << station
506  << " stationPhiMin=" << stationPhiMin(id) << " stationPhiMax=" << stationPhiMax(id));
507  return false;
508  }
509  return true;
510 }

◆ validElement() [2/2]

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

Definition at line 514 of file TgcIdHelper.cxx.

514  {
515  if (!validStation(stationName)) {
516  ATH_MSG_DEBUG("Invalid stationName=" << stationNameString(stationName));
517  return false;
518  }
519  if (stationEta < stationEtaMin(id) || stationEta > stationEtaMax(id)) {
520  ATH_MSG_DEBUG("Invalid stationEta=" << stationEta << " for stationName=" << stationNameString(stationName)
521  << " stationIndex=" << stationName << " stationEtaMin=" << stationEtaMin(id)
522  << " stationEtaMax=" << stationEtaMax(id));
523  return false;
524  }
525  if (stationPhi < stationPhiMin(id) || stationPhi > stationPhiMax(id)) {
526  ATH_MSG_DEBUG("Invalid stationPhi=" << stationPhi << " for stationName=" << stationNameString(stationName)
527  << " stationIndex=" << stationName << " stationPhiMin=" << stationPhiMin(id)
528  << " stationPhiMax=" << stationPhiMax(id));
529  return false;
530  }
531  return true;
532 }

◆ validStation() [1/2]

bool MuonIdHelper::validStation ( int  stationName) const
protectedinherited

Definition at line 772 of file MuonIdHelper.cxx.

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

◆ validStation() [2/2]

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

Definition at line 771 of file MuonIdHelper.cxx.

◆ validTechnology()

bool MuonIdHelper::validTechnology ( int  technology) const
protectedinherited

Definition at line 773 of file MuonIdHelper.cxx.

773  {
775 }

◆ zdc_exp()

ExpandedIdentifier AtlasDetectorID::zdc_exp ( void  ) const
inlineprotectedinherited

Definition at line 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_cha_impl

IdDictFieldImplementation TgcIdHelper::m_cha_impl
private

Definition at line 166 of file TgcIdHelper.h.

◆ m_channel_hash_max

size_type MuonIdHelper::m_channel_hash_max {0}
protectedinherited

Definition at line 275 of file MuonIdHelper.h.

◆ m_CHANNEL_INDEX

size_type MuonIdHelper::m_CHANNEL_INDEX {10}
protectedinherited

Definition at line 265 of file MuonIdHelper.h.

◆ m_channel_vec

id_vec MuonIdHelper::m_channel_vec
protectedinherited

Definition at line 276 of file MuonIdHelper.h.

◆ m_CSC_ID

int AtlasDetectorID::m_CSC_ID {1}
privateinherited

Definition at line 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_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_gap_impl

IdDictFieldImplementation TgcIdHelper::m_gap_impl
private

Definition at line 164 of file TgcIdHelper.h.

◆ m_GASGAP_INDEX

size_type TgcIdHelper::m_GASGAP_INDEX {0}
private

Definition at line 161 of file TgcIdHelper.h.

◆ m_GROUP_INDEX

size_t MuonIdHelper::m_GROUP_INDEX {6500}
protectedinherited

Definition at line 258 of file MuonIdHelper.h.

◆ m_helper

AtlasDetectorIDHelper* AtlasDetectorID::m_helper {}
privateinherited

Definition at line 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_ISSTRIP_INDEX

size_type TgcIdHelper::m_ISSTRIP_INDEX {0}
private

Definition at line 162 of file TgcIdHelper.h.

◆ m_ist_impl

IdDictFieldImplementation TgcIdHelper::m_ist_impl
private

Definition at line 165 of file TgcIdHelper.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_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_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> TgcIdHelper::m_module_hashes {}
private

Definition at line 158 of file TgcIdHelper.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 TgcIdHelper::m_stationShift {std::numeric_limits<unsigned int>::max()}
private

Minimal station index found.

Definition at line 156 of file TgcIdHelper.h.

◆ m_STGC_ID

int AtlasDetectorID::m_STGC_ID {4}
privateinherited

Definition at line 421 of file AtlasDetectorID.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_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_etaDim

constexpr unsigned int TgcIdHelper::s_etaDim = 10
staticconstexprprivate

Except T2E all stations have 4 associated eta stations.

Definition at line 148 of file TgcIdHelper.h.

◆ s_modHashDim

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

Definition at line 152 of file TgcIdHelper.h.

◆ s_phiDim

constexpr unsigned int TgcIdHelper::s_phiDim = 48
staticconstexprprivate

48 phi stations

Definition at line 150 of file TgcIdHelper.h.

◆ s_stDim

constexpr unsigned int TgcIdHelper::s_stDim = 8
staticconstexprprivate

T1F-> 41 ; T1E->42 , T2F -> 43, T2E->44, T3F->45, T3E->46, T4E->48.

Definition at line 146 of file TgcIdHelper.h.


The documentation for this class was generated from the following files:
TgcIdHelper::stationPhiMin
static int stationPhiMin(bool endcap)
Definition: TgcIdHelper.cxx:657
IdDictDictionary::find_region
IdDictRegion * find_region(const std::string &region_name) const
Definition: IdDictMgr.cxx:366
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
Identifier::value_type
IDENTIFIER_TYPE value_type
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:39
MuonIdHelper::validStation
bool validStation(int stationName, int technology) const
Definition: MuonIdHelper.cxx:771
MuonIdHelper::stationNameIndex
int stationNameIndex(const std::string &name) const
Definition: MuonIdHelper.cxx:846
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
TgcIdHelper::StationPhiEndcapMax
@ StationPhiEndcapMax
Definition: TgcIdHelper.h:189
MuonIdHelper::detectorElement_context
IdContext detectorElement_context() const
id for detector element
Definition: MuonIdHelper.cxx:740
TgcIdHelper::m_ist_impl
IdDictFieldImplementation m_ist_impl
Definition: TgcIdHelper.h:165
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
IdDictDictionary::build_multirange
MultiRange build_multirange() const
Get MultiRange for full dictionary.
Definition: IdDictMgr.cxx:1048
TgcIdHelper::parentID
Identifier parentID(const Identifier &id) const
Definition: TgcIdHelper.cxx:631
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
MuonIdHelper::initLevelsFromDict
int initLevelsFromDict()
Definition: MuonIdHelper.cxx:240
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
TgcIdHelper::ChannelMax
@ ChannelMax
Definition: TgcIdHelper.h:198
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:1510
TgcIdHelper::isStripMin
static int isStripMin()
Definition: TgcIdHelper.cxx:665
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
TgcIdHelper::ChannelMin
@ ChannelMin
Definition: TgcIdHelper.h:197
IdDictGroup
Definition: IdDictDefs.h:355
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
phi
Scalar phi() const
phi method
Definition: AmgMatrixBasePlugin.h:64
TgcIdHelper::chamberType
static int chamberType(const std::string &stationName, int stationEta)
Definition: TgcIdHelper.cxx:690
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:69
MuonIdHelper::technologyIndex
int technologyIndex(const std::string &name) const
Definition: MuonIdHelper.cxx:852
ATH_MSG_INFO
#define ATH_MSG_INFO(x)
Definition: AthMsgStreamMacros.h:31
AtlasDetectorID::is_csc
bool is_csc(Identifier id) const
Definition: AtlasDetectorID.h:891
MuonIdHelper::StationEtaIndex
@ StationEtaIndex
Definition: MuonIdHelper.h:339
TgcIdHelper::gasGap
int gasGap(const Identifier &id) const override
get the hashes
Definition: TgcIdHelper.cxx:642
TgcIdHelper::channelMax
static int channelMax()
Definition: TgcIdHelper.cxx:671
Identifier::MAX_BIT
@ MAX_BIT
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:46
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
TgcIdHelper::GasGapTripletMax
@ GasGapTripletMax
Definition: TgcIdHelper.h:194
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:57
AtlasDetectorID::is_lar
bool is_lar(Identifier id) const
Definition: AtlasDetectorID.h:689
Pixel
Definition: PixelFEUtils.h:16
AtlasDetectorID::muon_field_value
int muon_field_value() const
Definition: AtlasDetectorID.h:620
MuonIdHelper::channel_context
IdContext channel_context() const
id for channel
Definition: MuonIdHelper.cxx:745
eta
Scalar eta() const
pseudorapidity method
Definition: AmgMatrixBasePlugin.h:79
AtlasDetectorID::m_TRT_ID
int m_TRT_ID
Definition: AtlasDetectorID.h:409
quiet
bool quiet
Definition: TrigGlobEffCorrValidation.cxx:190
TgcIdHelper::channelMin
static int channelMin()
Definition: TgcIdHelper.cxx:669
index
Definition: index.py:1
MultiRange::add
void add(const Range &range)
Definition: DetectorDescription/Identifier/src/Range.cxx:2410
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
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
TgcIdHelper::validElement
bool validElement(const Identifier &id) const
Definition: TgcIdHelper.cxx:489
ExpandedIdentifier::add
void add(element_type value)
TgcIdHelper::moduleHashIdx
unsigned int moduleHashIdx(const Identifier &id) const
Definition: TgcIdHelper.cxx:209
TgcIdHelper::StationPhiForwardMin
@ StationPhiForwardMin
Definition: TgcIdHelper.h:190
skel.it
it
Definition: skel.GENtoEVGEN.py:423
AtlasDetectorID::is_mm
bool is_mm(Identifier id) const
Definition: AtlasDetectorID.h:913
Range::field::match
bool match(element_type value) const
The basic match operation.
Definition: DetectorDescription/Identifier/Identifier/Range.h:641
ExpandedIdentifier
Definition: DetectorDescription/Identifier/Identifier/ExpandedIdentifier.h:108
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
IdContext::end_index
size_type end_index(void) const
Definition: IdContext.h:106
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
AtlasDetectorID::m_do_checks
bool m_do_checks
Flag for subclasses to know whether or not to perform checks.
Definition: AtlasDetectorID.h:362
TgcIdHelper::StationPhiForwardMax
@ StationPhiForwardMax
Definition: TgcIdHelper.h:191
MuonIdHelper::m_prev_phi_module_vec
hash_vec m_prev_phi_module_vec
Definition: MuonIdHelper.h:283
ReadOfcFromCool.field
field
Definition: ReadOfcFromCool.py:48
TgcIdHelper::StationPhiEndcapMin
@ StationPhiEndcapMin
Definition: TgcIdHelper.h:188
MuonIdHelper::stationName
int stationName(const Identifier &id) const
Definition: MuonIdHelper.cxx:804
ATH_MSG_VERBOSE
#define ATH_MSG_VERBOSE(x)
Definition: AthMsgStreamMacros.h:28
isValid
bool isValid(const T &p)
Definition: AtlasPID.h:214
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
MuonIdHelper::isStNameInTech
virtual bool isStNameInTech(const std::string &stationName) const =0
The valid element checks converted the identifier to a stationName string in order to assess whether ...
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
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:824
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:1234
Trk::u
@ u
Enums for curvilinear frames.
Definition: ParamDefs.h:83
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:309
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:448
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
MuonIdHelper::is_tgc
bool is_tgc(const Identifier &id) const
Definition: MuonIdHelper.cxx:795
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:835
IdDictFieldImplementation::reset
void reset(Identifier &id) const
Definition: IdDictFieldImplementation.h:184
TgcIdHelper::channel
int channel(const Identifier &id) const override
Definition: TgcIdHelper.cxx:649
TgcIdHelper::StationEtaMin
@ StationEtaMin
Definition: TgcIdHelper.h:186
Range::field::get_next
bool get_next(element_type current, element_type &next) const
Definition: DetectorDescription/Identifier/src/Range.cxx:479
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
Trk::DetectorElemType::Silicon
@ Silicon
MuonIdHelper::m_technologyIndexMax
int m_technologyIndexMax
Definition: MuonIdHelper.h:330
MuonIdHelper::m_stationIndexMax
int m_stationIndexMax
Definition: MuonIdHelper.h:325
AtlasDetectorID::m_LUMI_PLR_ID
int m_LUMI_PLR_ID
Definition: AtlasDetectorID.h:412
TgcIdHelper::GasGapDoubletMax
@ GasGapDoubletMax
Definition: TgcIdHelper.h:193
TgcIdHelper::m_stationShift
unsigned int m_stationShift
Minimal station index found.
Definition: TgcIdHelper.h:156
AtlasDetectorID::PIXEL_MASK
@ PIXEL_MASK
Definition: AtlasDetectorID.h:391
AtlasDetectorID::m_tile_dm_field
Range::field m_tile_dm_field
Definition: AtlasDetectorID.h:434
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:383
Tile
Definition: TileVolumeBuilder.h:43
IdDictMgr::find_dictionary
IdDictDictionary * find_dictionary(const std::string &name) const
Access dictionary by name.
Definition: IdDictMgr.cxx:161
MuonIdHelper::m_MUON_INDEX
size_type m_MUON_INDEX
Definition: MuonIdHelper.h:257
Range::field::has_minimum
bool has_minimum() const
Definition: DetectorDescription/Identifier/src/Range.cxx:390
AtlasDetectorID::ATLAS_ID
@ ATLAS_ID
Definition: AtlasDetectorID.h:388
TrigConf::MSGTC::Level
Level
Definition: Trigger/TrigConfiguration/TrigConfBase/TrigConfBase/MsgStream.h:21
ATH_MSG_ERROR
#define ATH_MSG_ERROR(x)
Definition: AthMsgStreamMacros.h:33
AtlasDetectorID::m_TILE_ID
int m_TILE_ID
Definition: AtlasDetectorID.h:404
TRT
Definition: HitInfo.h:33
TgcIdHelper::stationEtaMin
static int stationEtaMin()
Definition: TgcIdHelper.cxx:653
StdJOSetup.msgSvc
msgSvc
Provide convenience handles for various services.
Definition: StdJOSetup.py:36
fillPileUpNoiseLumi.next
next
Definition: fillPileUpNoiseLumi.py:52
AtlasDetectorID::m_calo_dict
IdDictDictionary * m_calo_dict
Definition: AtlasDetectorID.h:440
lumiFormat.i
int i
Definition: lumiFormat.py:92
MuonIdHelper::m_module_vec
id_vec m_module_vec
Definition: MuonIdHelper.h:271
AtlasDetectorID::m_is_initialized_from_dict
bool m_is_initialized_from_dict
Definition: AtlasDetectorID.h: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
Identifier
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:32
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
TgcIdHelper::IsStripIndex
@ IsStripIndex
Definition: TgcIdHelper.h:181
AtlasDetectorID::m_muon_mdt_impl
IdDictFieldImplementation m_muon_mdt_impl
Definition: AtlasDetectorID.h:449
TgcIdHelper::m_cha_impl
IdDictFieldImplementation m_cha_impl
Definition: TgcIdHelper.h:166
TgcIdHelper::stationPhiMax
static int stationPhiMax(bool endcap)
Definition: TgcIdHelper.cxx:659
AtlasDetectorID::m_lar_fcal_module_impl
IdDictFieldImplementation m_lar_fcal_module_impl
Definition: AtlasDetectorID.h:447
TgcIdHelper::get_module_hash
virtual int get_module_hash(const Identifier &id, IdentifierHash &hash_id) const override
Definition: TgcIdHelper.cxx:233
MuonIdHelper::get_module_hash
virtual int get_module_hash(const Identifier &id, IdentifierHash &hash_id) const
Definition: MuonIdHelper.cxx:98
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
TgcIdHelper::tripletChamber
bool tripletChamber(int stationName) const
Definition: TgcIdHelper.cxx:685
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:833
AtlasDetectorID::tgc_field_value
int tgc_field_value() const
Definition: AtlasDetectorID.h:662
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
IdDictDictionary::dict_tag
std::string dict_tag(void) const
Access to the dictionary tag.
Definition: IdDictDefs.h:700
MuonIdHelper::get_detectorElement_hash
virtual int get_detectorElement_hash(const Identifier &id, IdentifierHash &hash_id) const
Definition: MuonIdHelper.cxx:119
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
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:159
Range::const_identifier_factory
Definition: DetectorDescription/Identifier/Identifier/Range.h:191
TgcIdHelper::IsStripMax
@ IsStripMax
Definition: TgcIdHelper.h:196
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:216
TgcIdHelper::GasGapMin
@ GasGapMin
Definition: TgcIdHelper.h:192
IdDictGroup::regions
const std::vector< IdDictRegion * > & regions()
Definition: IdDictMgr.cxx:2272
MuonIdHelper::technologyNameIndexMax
int technologyNameIndexMax() const
Definition: MuonIdHelper.cxx:826
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
Range::field::get_minimum
element_type get_minimum() const
Definition: DetectorDescription/Identifier/Identifier/Range.h:524
MuonIdHelper::init_hashes
int init_hashes()
Definition: MuonIdHelper.cxx:347
AthMessaging::msg
MsgStream & msg() const
The standard message stream.
Definition: AthMessaging.h:164
TgcIdHelper::isStrip
int isStrip(const Identifier &id) const
isStrip corresponds to measuresPhi
Definition: TgcIdHelper.cxx:645
AtlasDetectorID::HelperType::Unimplemented
@ Unimplemented
TgcIdHelper::gasGapMax
static int gasGapMax(bool triplet)
Definition: TgcIdHelper.cxx:663
MuonIdHelper::m_NAME_INDEX
size_type m_NAME_INDEX
Definition: MuonIdHelper.h:259
MuonIdHelper::MuonIdHelper
MuonIdHelper(const std::string &logName)
Definition: MuonIdHelper.cxx:11
MuonIdHelper::m_muon_impl
IdDictFieldImplementation m_muon_impl
Definition: MuonIdHelper.h:288
SCT
Definition: SCT_ChipUtils.h:14
AtlasDetectorID::m_muon_rpc_impl
IdDictFieldImplementation m_muon_rpc_impl
Definition: AtlasDetectorID.h: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:47
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
Range::field::has_maximum
bool has_maximum() const
Definition: DetectorDescription/Identifier/src/Range.cxx:398
Identifier::clear
void clear()
Reset to invalid state.
TgcIdHelper::elementID
Identifier elementID(int stationName, int stationEta, int stationPhi) const
Definition: TgcIdHelper.cxx:556
AtlasDetectorID::is_calo
bool is_calo(Identifier id) const
Definition: AtlasDetectorID.h:707
MuonIdHelper::stationPhi
int stationPhi(const Identifier &id) const
Definition: MuonIdHelper.cxx:814
AtlasDetectorID::m_MM_ID
int m_MM_ID
Definition: AtlasDetectorID.h:422
AtlasDetectorID::m_DET_INDEX
size_type m_DET_INDEX
Definition: AtlasDetectorID.h:399
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:338
MuonIdHelper::stationNameString
const std::string & stationNameString(const int &index) const
Definition: MuonIdHelper.cxx:858
IdContext::begin_index
size_type begin_index(void) const
Definition: IdContext.h:100
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:522
MuonIdHelper::m_MODULE_INDEX
size_type m_MODULE_INDEX
Definition: MuonIdHelper.h:263
MultiRange
A MultiRange combines several Ranges.
Definition: DetectorDescription/Identifier/Identifier/Range.h:351
id
SG::auxid_t id
Definition: Control/AthContainers/Root/debug.cxx:191
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
python.subdetectors.mmg.ids
ids
Definition: mmg.py:8
TgcIdHelper::GasGapIndex
@ GasGapIndex
Definition: TgcIdHelper.h:181
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
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:829
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
TgcIdHelper::StationEtaMax
@ StationEtaMax
Definition: TgcIdHelper.h:187
MuonIdHelper::stationEta
int stationEta(const Identifier &id) const
Definition: MuonIdHelper.cxx:809
Range
A Range describes the possible ranges for the field values of an ExpandedIdentifier.
Definition: DetectorDescription/Identifier/Identifier/Range.h:27
TgcIdHelper::m_module_hashes
std::array< unsigned int, s_modHashDim > m_module_hashes
Definition: TgcIdHelper.h:158
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
AtlasDetectorID::m_MDT_ID
int m_MDT_ID
Definition: AtlasDetectorID.h:417
MuonIdHelper::m_isBarrel
std::set< int > m_isBarrel
Definition: MuonIdHelper.h:333
MuonIdHelper::module_hash_max
size_type module_hash_max() const
the maximum hash value
Definition: MuonIdHelper.cxx:752
IdDictDictionary
Definition: IdDictDefs.h:97
TgcIdHelper::validChannel
bool validChannel(const Identifier &id, int stationName, int stationEta, int stationPhi, int gasGap, int isStrip, int channel) const
Definition: TgcIdHelper.cxx:536
MuonIdHelper::m_ETA_INDEX
size_type m_ETA_INDEX
Definition: MuonIdHelper.h:260
MuonIdHelper::m_module_hash_max
size_type m_module_hash_max
Definition: MuonIdHelper.h:270
AtlasDetectorID::m_RPC_ID
int m_RPC_ID
Definition: AtlasDetectorID.h:419
Range::field::get_maximum
element_type get_maximum() const
Definition: DetectorDescription/Identifier/Identifier/Range.h:531
TgcIdHelper::init_id_to_hashes
int init_id_to_hashes()
Definition: TgcIdHelper.cxx:217
MuonIdHelper::isEndcap
bool isEndcap(const Identifier &id) const
Definition: MuonIdHelper.cxx:831
MuonIdHelper::StationNameIndex
@ StationNameIndex
Definition: MuonIdHelper.h:339
MuonIdHelper::init_detectorElement_hashes
virtual int init_detectorElement_hashes()
Definition: MuonIdHelper.cxx:394
TgcIdHelper::s_phiDim
static constexpr unsigned int s_phiDim
48 phi stations
Definition: TgcIdHelper.h:150
TgcIdHelper::IsStripMin
@ IsStripMin
Definition: TgcIdHelper.h:195
AtlasDetDescr::fAtlasRPC
@ fAtlasRPC
Definition: AtlasDetTechnology.h:51
MuonIdHelper::m_station_region_index
size_type m_station_region_index
Definition: MuonIdHelper.h:256
DeMoScan.index
string index
Definition: DeMoScan.py:362
TgcIdHelper::isStripMax
static int isStripMax()
Definition: TgcIdHelper.cxx:667
AtlasDetectorID::is_lumi
bool is_lumi(Identifier id) const
Definition: AtlasDetectorID.h:806
TgcIdHelper::m_GASGAP_INDEX
size_type m_GASGAP_INDEX
Definition: TgcIdHelper.h:161
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
Range::field::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: DetectorDescription/Identifier/src/Range.cxx:414
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
Identifier::get_compact
value_type get_compact(void) const
Get the compact id.
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
IdDictDictionary::file_name
std::string file_name(void) const
Access to file name.
Definition: IdDictDefs.h:692
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:143
MuonIdHelper::technology
int technology(const Identifier &id) const
Definition: MuonIdHelper.cxx:819
AtlasDetDescr::fAtlasCSC
@ fAtlasCSC
Definition: AtlasDetTechnology.h:50
AthMessaging::m_nm
std::string m_nm
Message source name.
Definition: AthMessaging.h:129
MultiRange::size
size_type size() const
Definition: DetectorDescription/Identifier/src/Range.cxx:2488
AtlasDetectorID::muon
Identifier muon(void) const
Definition: AtlasDetectorID.cxx:54
DeMoScan.first
bool first
Definition: DeMoScan.py:534
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:176
MuonIdHelper::module_context
IdContext module_context() const
id for module
Definition: MuonIdHelper.cxx:735
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
AtlasDetectorID::m_MUON_ID
int m_MUON_ID
Definition: AtlasDetectorID.h:405
TgcIdHelper::ChannelIndex
@ ChannelIndex
Definition: TgcIdHelper.h:181
TgcIdHelper::gasGapMin
static int gasGapMin()
Definition: TgcIdHelper.cxx:661
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
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
TgcIdHelper::channelID
Identifier channelID(int stationName, int stationEta, int stationPhi, int gasGap, int isStrip, int channel) const
Definition: TgcIdHelper.cxx:583
MuonIdHelper::m_channel_vec
id_vec m_channel_vec
Definition: MuonIdHelper.h:276
merge.status
status
Definition: merge.py:17
AtlasDetDescr::fAtlasTGC
@ fAtlasTGC
Definition: AtlasDetTechnology.h:52
ExpandedIdentifier::element_type
int element_type
Definition: DetectorDescription/Identifier/Identifier/ExpandedIdentifier.h:116
MuonIdHelper::NOT_VALID_HASH
static constexpr int NOT_VALID_HASH
Definition: MuonIdHelper.h:227
IdContext::prefix_id
const ExpandedIdentifier & prefix_id(void) const
Definition: IdContext.h:94
Range::field
This is the individual specification for the range of one ExpandedIdentifier field.
Definition: DetectorDescription/Identifier/Identifier/Range.h:37
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:318
MultiRange::cardinality
size_type cardinality() const
Computes a possible cardinality from all ranges.
Definition: DetectorDescription/Identifier/src/Range.cxx:2503
IdentifierHash
Definition: IdentifierHash.h:38
AtlasDetectorID::m_BCM_ID
int m_BCM_ID
Definition: AtlasDetectorID.h:425
Analysis::TT
@ TT
Definition: JpsiFinder.h:39
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
MuonIdHelper::m_isForward
std::set< int > m_isForward
Definition: MuonIdHelper.h:335
MuonIdHelper::get_compact_id
int get_compact_id(const ExpandedIdentifier &id, Identifier &compact_id, const IdContext *context) const
Definition: MuonIdHelper.cxx:199
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
TgcIdHelper::stationEtaMax
static int stationEtaMax()
Definition: TgcIdHelper.cxx:655
IdContext
class IdContext
Definition: IdContext.h:34
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:474
TgcIdHelper::m_ISSTRIP_INDEX
size_type m_ISSTRIP_INDEX
Definition: TgcIdHelper.h:162
MuonIdHelper::m_PHI_INDEX
size_type m_PHI_INDEX
Definition: MuonIdHelper.h:261
MuonIdHelper::validTechnology
bool validTechnology(int technology) const
Definition: MuonIdHelper.cxx:773
AtlasDetectorID::m_FWD_ID
int m_FWD_ID
Definition: AtlasDetectorID.h:423
TgcIdHelper::s_etaDim
static constexpr unsigned int s_etaDim
Except T2E all stations have 4 associated eta stations.
Definition: TgcIdHelper.h:148
TgcIdHelper::m_gap_impl
IdDictFieldImplementation m_gap_impl
Definition: TgcIdHelper.h:164
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
TgcIdHelper::valid
bool valid(const Identifier &id) const
Definition: TgcIdHelper.cxx:465
AtlasDetectorID::m_LUCID_ID
int m_LUCID_ID
Definition: AtlasDetectorID.h:426
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
MuonIdHelper::m_dict
const IdDictDictionary * m_dict
Definition: MuonIdHelper.h:266