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

#include <MuonIdHelper.h>

Inheritance diagram for MuonIdHelper:
Collaboration diagram for MuonIdHelper:

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

 MuonIdHelper (const std::string &logName, const std::string &group)
 
virtual ~MuonIdHelper ()=default
 
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 isEndcap (const Identifier &id) const
 
bool isForward (const Identifier &id) const
 
bool isSmall (const Identifier &id) const
 
bool isBarrel (const int &stationNameIndex) const
 
bool isEndcap (const int &stationNameIndex) const
 
bool isForward (const int &stationNameIndex) 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
 
virtual int initialize_from_dictionary (const IdDictMgr &dict_mgr) override
 Initialization from the identifier dictionary. More...
 
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 gasGap (const Identifier &id) const =0
 get the hashes More...
 
virtual int channel (const Identifier &id) const =0
 
virtual bool measuresPhi (const Identifier &id) const =0
 
virtual int get_module_hash (const Identifier &id, IdentifierHash &hash_id) const
 
virtual int get_detectorElement_hash (const Identifier &id, IdentifierHash &hash_id) const
 
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...
 
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...
 
int get_id (const ExpandedIdentifier &old_id, Identifier &new_id) const
 Create Identifier from expanded id, which is returned by the id_iterators. More...
 
const MultiRangemultiRange () const
 multirange More...
 
size_type module_hash_max () const
 the maximum hash value More...
 
size_type detectorElement_hash_max () const
 
size_type channel_hash_max () const
 
const std::vector< Identifier > & idVector () const
 the id's More...
 
const_id_iterator module_begin () const
 Iterators over full set of ids. More...
 
const_id_iterator module_end () const
 
const_id_iterator detectorElement_begin () const
 Iterators over full set of ids. More...
 
const_id_iterator detectorElement_end () const
 
const_id_iterator channel_begin () const
 Iterators over full set of ids. More...
 
const_id_iterator channel_end () const
 
int get_prev_in_phi (const IdentifierHash &id, IdentifierHash &prev) const
 Access to hashes for neighbors in phi and eta (return == 0 for neighbor found) More...
 
int get_next_in_phi (const IdentifierHash &id, IdentifierHash &next) const
 
int get_prev_in_eta (const IdentifierHash &id, IdentifierHash &prev) const
 
int get_next_in_eta (const IdentifierHash &id, IdentifierHash &next) const
 
void test_module_packing () const
 Tests of packing. More...
 
void test_id (const Identifier &id, const IdContext &context) const
 
int stationNameIndexMax () const
 
int technologyNameIndexMax () const
 
bool msgLvl (const MSG::Level lvl) const
 Test the output level. More...
 
MsgStream & msg () const
 The standard message stream. More...
 
MsgStream & msg (const MSG::Level lvl) const
 The standard message stream. More...
 
void setLevel (MSG::Level lvl)
 Change the current logging level. More...
 

Static Public 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
 
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 the stationName is good or not. More...
 
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  MuonIndices { StationNameIndex = 1, StationEtaIndex = 2, StationPhiIndex = 3, TechnologyIndex = 4 }
 

Private Member Functions

 MuonIdHelper (const MuonIdHelper &other)=delete
 
MuonIdHelperoperator= (const MuonIdHelper &right)
 
void initMessaging () const
 Initialize our message level and MessageSvc. More...
 

Private Attributes

std::map< std::string, int > m_stationNameToIdxMap
 Mapping string -> int. More...
 
std::map< int, std::string > m_stationIdxToNameMap
 Mapping int -> string. More...
 
int m_stationIndexMax {-INT_MAX}
 
std::map< std::string, int > m_technologyNameToIdxMap
 Mapping string -> int. More...
 
std::map< int, std::string > m_technologyIdxToNameMap
 Mapping int -> string. More...
 
int m_technologyIndexMax {-INT_MAX}
 
std::set< int > m_isBarrel
 
std::set< int > m_isSmall
 
std::set< int > m_isForward
 
std::string m_nm
 Message source name. More...
 
boost::thread_specific_ptr< MsgStream > m_msg_tls
 MsgStream instance (a std::cout like with print-out levels) More...
 
std::atomic< IMessageSvc * > m_imsg { nullptr }
 MessageSvc pointer. More...
 
std::atomic< MSG::Level > m_lvl { MSG::NIL }
 Current logging level. More...
 
std::atomic_flag m_initialized ATLAS_THREAD_SAFE = ATOMIC_FLAG_INIT
 Messaging initialized (initMessaging) More...
 

setting pointer to the MessageService

enum  ID { ATLAS_ID = static_cast<Identifier::value_type>(0), MAX_BIT = Identifier::MAX_BIT, PIXEL_MASK = static_cast<Identifier::value_type>(0xFF), ALL_BITS = Identifier::ALL_BITS }
 
std::string m_group
 Group name. More...
 
bool m_do_checks {}
 Flag for subclasses to know whether or not to perform checks. More...
 
bool m_do_neighbours {true}
 Flag for subclasses to know whether or not to perform neighbour initialization. More...
 
IMessageSvc * m_msgSvc {}
 pointer to the message service More...
 
bool m_quiet {}
 If true, suppress DEBUG/INFO messages. More...
 
std::vector< std::string > m_dict_names
 List of dictionary names used by this helper. More...
 
std::vector< std::string > m_file_names
 List of dictionary file names used by this helper. More...
 
std::vector< std::string > m_dict_tags
 List of dictionary versions used by this helper. More...
 
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...
 
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 80 of file MuonIdHelper.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

Definition at line 143 of file MuonIdHelper.h.

◆ hash_vec

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

Definition at line 231 of file MuonIdHelper.h.

◆ hash_vec_it

typedef hash_vec::const_iterator MuonIdHelper::hash_vec_it
protected

Definition at line 232 of file MuonIdHelper.h.

◆ id_vec

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

Definition at line 229 of file MuonIdHelper.h.

◆ id_vec_it

typedef id_vec::const_iterator MuonIdHelper::id_vec_it
protected

Definition at line 230 of file MuonIdHelper.h.

◆ size_type

Definition at line 141 of file MuonIdHelper.h.

Member Enumeration Documentation

◆ HelperType

enum AtlasDetectorID::HelperType
stronginherited

enum class for eventual final derived types of this class

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

Definition at line 60 of file AtlasDetectorID.h.

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

◆ ID

enum AtlasDetectorID::ID
privateinherited
Enumerator
ATLAS_ID 
MAX_BIT 
PIXEL_MASK 
ALL_BITS 

Definition at line 395 of file AtlasDetectorID.h.

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

◆ MuonIndices

Enumerator
StationNameIndex 
StationEtaIndex 
StationPhiIndex 
TechnologyIndex 

Definition at line 339 of file MuonIdHelper.h.

Constructor & Destructor Documentation

◆ MuonIdHelper() [1/2]

MuonIdHelper::MuonIdHelper ( const std::string &  logName,
const std::string &  group 
)

Definition at line 10 of file MuonIdHelper.cxx.

11  :
12  AtlasDetectorID(logName.empty() ? "MuonIdHelper" : logName, group)
13 {
14 }

◆ ~MuonIdHelper()

virtual MuonIdHelper::~MuonIdHelper ( )
virtualdefault

◆ MuonIdHelper() [2/2]

MuonIdHelper::MuonIdHelper ( const MuonIdHelper other)
privatedelete

Member Function Documentation

◆ addStationID() [1/2]

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

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
protected

Definition at line 702 of file MuonIdHelper.cxx.

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

◆ alfa_exp()

ExpandedIdentifier AtlasDetectorID::alfa_exp ( void  ) const
inlineprotectedinherited

Forward.

Definition at line 590 of file AtlasDetectorID.h.

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

◆ alfa_field_value()

int AtlasDetectorID::alfa_field_value ( ) const
inlineprotectedinherited

Definition at line 680 of file AtlasDetectorID.h.

680 {return (m_ALFA_ID);}

◆ bcm_exp()

ExpandedIdentifier AtlasDetectorID::bcm_exp ( void  ) const
inlineprotectedinherited

Definition at line 597 of file AtlasDetectorID.h.

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

◆ bcm_field_value()

int AtlasDetectorID::bcm_field_value ( ) const
inlineprotectedinherited

Definition at line 682 of file AtlasDetectorID.h.

682 {return (m_BCM_ID);}

◆ calo()

Identifier AtlasDetectorID::calo ( void  ) const
inherited

Definition at line 78 of file AtlasDetectorID.cxx.

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

◆ calo_exp()

ExpandedIdentifier AtlasDetectorID::calo_exp ( void  ) const
inlineprotectedinherited

Definition at line 520 of file AtlasDetectorID.h.

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

◆ calo_field_value()

int AtlasDetectorID::calo_field_value ( ) const
inlineprotectedinherited

Definition at line 630 of file AtlasDetectorID.h.

630 {return (m_CALO_ID);}

◆ channel()

virtual int MuonIdHelper::channel ( const Identifier id) const
pure virtual

◆ channel_begin()

MuonIdHelper::const_id_iterator MuonIdHelper::channel_begin ( ) const

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

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

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

Definition at line 754 of file MuonIdHelper.cxx.

754 { return m_channel_hash_max; }

◆ csc()

Identifier AtlasDetectorID::csc ( void  ) const
inherited

Definition at line 35 of file AtlasDetectorID.cxx.

35  {
36  return Identifier{};
37 }

◆ csc_field_value()

int AtlasDetectorID::csc_field_value ( ) const
inlineprotectedinherited

Definition at line 663 of file AtlasDetectorID.h.

663 {return (m_CSC_ID);}

◆ detectorElement_begin()

MuonIdHelper::const_id_iterator MuonIdHelper::detectorElement_begin ( ) const

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

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

Definition at line 764 of file MuonIdHelper.cxx.

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

◆ detectorElement_hash_max()

size_type MuonIdHelper::detectorElement_hash_max ( ) const
inline

Definition at line 186 of file MuonIdHelper.h.

186 { return m_detectorElement_hash_max; };

◆ detsystem_context()

IdContext AtlasDetectorID::detsystem_context ( void  ) const
inherited

IdContext (indicates id length) for detector systems.

Definition at line 173 of file AtlasDetectorID.cxx.

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

◆ dict_names()

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

Dictionary names.

Definition at line 458 of file AtlasDetectorID.cxx.

458  {
459  return m_dict_names;
460 }

◆ dict_tags()

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

Version tags for subdet dictionaries.

Definition at line 464 of file AtlasDetectorID.cxx.

464  {
465  return m_dict_tags;
466 }

◆ dictionaryVersion()

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

Implements IdHelper.

Definition at line 276 of file AtlasDetectorID.cxx.

276  {
277  return m_dict_version;
278 }

◆ do_checks()

bool AtlasDetectorID::do_checks ( void  ) const
overridevirtualinherited

Checks are performed by default in debug compilation and NOT in optimized compilation.

One can switch or query this mode for any idHelper with the following methods:

Implements IdHelper.

Definition at line 467 of file AtlasDetectorID.cxx.

467  {
468  return m_do_checks;
469 }

◆ do_neighbours()

bool AtlasDetectorID::do_neighbours ( void  ) const
overridevirtualinherited

Neighbour initialization is performed by default One can switch or query this mode for any idHelper with the following method:

Implements IdHelper.

Definition at line 474 of file AtlasDetectorID.cxx.

474  {
475  return m_do_neighbours;
476 }

◆ file_names()

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

File names for subdet dictionaries.

Definition at line 461 of file AtlasDetectorID.cxx.

461  {
462  return m_file_names;
463 }

◆ fix_barrel_ec()

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

◆ forward_field_value()

int AtlasDetectorID::forward_field_value ( ) const
inlineprotectedinherited

Definition at line 678 of file AtlasDetectorID.h.

678 {return (m_FWD_ID);}

◆ fwd_exp()

ExpandedIdentifier AtlasDetectorID::fwd_exp ( void  ) const
inlineprotectedinherited

Definition at line 527 of file AtlasDetectorID.h.

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

◆ gasGap()

virtual int MuonIdHelper::gasGap ( const Identifier id) const
pure virtual

get the hashes

Implemented in MdtIdHelper, sTgcIdHelper, RpcIdHelper, MmIdHelper, CscIdHelper, and TgcIdHelper.

◆ get_channel_hash()

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

Definition at line 139 of file MuonIdHelper.cxx.

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

◆ get_compact_id()

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

Definition at line 202 of file MuonIdHelper.cxx.

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

◆ get_detectorElement_hash()

int MuonIdHelper::get_detectorElement_hash ( const Identifier id,
IdentifierHash hash_id 
) const
virtual

Reimplemented in MdtIdHelper, CscIdHelper, sTgcIdHelper, MmIdHelper, TgcIdHelper, and RpcIdHelper.

Definition at line 120 of file MuonIdHelper.cxx.

120  {
121  // by binary search - overwritten in the derived classes
122  hash_id = UINT_MAX;
124  size_t begin = context.begin_index();
125  size_t end = context.end_index();
126  if (0 == begin) {
127  if (m_DETECTORELEMENT_INDEX == end) {
128  id_vec_it it = std::lower_bound(m_detectorElement_vec.begin(), m_detectorElement_vec.end(), id);
129  if ((it != m_detectorElement_vec.end()) && (*it == id)) {
130  hash_id = it - m_detectorElement_vec.begin();
131  return 0;
132  }
133  }
134  }
135  ATH_MSG_WARNING("MuonIdHelper::get_detectorElement_hash(): Could not determine hash for identifier " << id.get_compact());
136  return 1;
137 }

◆ get_expanded_id()

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

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

Definition at line 160 of file MuonIdHelper.cxx.

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

◆ get_expanded_id_calc()

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

Definition at line 177 of file MuonIdHelper.cxx.

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

◆ get_hash()

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

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

Reimplemented from AtlasDetectorID.

Definition at line 144 of file MuonIdHelper.cxx.

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

◆ get_hash_calc()

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

Definition at line 219 of file MuonIdHelper.cxx.

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

◆ get_id() [1/2]

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

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

Definition at line 164 of file MuonIdHelper.cxx.

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

◆ get_id() [2/2]

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

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

Reimplemented from AtlasDetectorID.

Definition at line 70 of file MuonIdHelper.cxx.

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

◆ get_module_hash()

int MuonIdHelper::get_module_hash ( const Identifier id,
IdentifierHash hash_id 
) const
virtual

Reimplemented in MdtIdHelper, CscIdHelper, sTgcIdHelper, MmIdHelper, TgcIdHelper, and RpcIdHelper.

Definition at line 99 of file MuonIdHelper.cxx.

99  {
100  // by binary search - overwritten in the derived classes
101  IdContext context = module_context();
102  hash_id = UINT_MAX;
103  size_t begin = context.begin_index();
104  size_t end = context.end_index();
105 
106  if (0 == begin) {
107  // No hashes yet for ids with prefixes
108  if (m_MODULE_INDEX == end) {
109  id_vec_it it = std::lower_bound(m_module_vec.begin(), m_module_vec.end(), id);
110  if ((it != m_module_vec.end()) && (*it == id)) {
111  hash_id = it - m_module_vec.begin();
112  return 0;
113  }
114  }
115  }
116  ATH_MSG_WARNING("MuonIdHelper::get_module_hash(): Could not determine hash for identifier " << id.get_compact());
117  return 1;
118 }

◆ get_next_in_eta()

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

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

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

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

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

Definition at line 482 of file MuonIdHelper.cxx.

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

◆ group()

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

Group name for this helper.

Definition at line 27 of file AtlasDetectorID.cxx.

28 {
29  return m_group;
30 }

◆ helper()

virtual HelperType AtlasDetectorID::helper ( ) const
inlinevirtualinherited

Type of helper, defaulted to 'Unimplemented'.

Reimplemented in SCT_ID, PLR_ID, and PixelID.

Definition at line 96 of file AtlasDetectorID.h.

96  {
98  }

◆ hgtd()

Identifier AtlasDetectorID::hgtd ( void  ) const
inherited

Definition at line 109 of file AtlasDetectorID.cxx.

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

◆ hgtd_exp()

ExpandedIdentifier AtlasDetectorID::hgtd_exp ( void  ) const
inlineprotectedinherited

Definition at line 555 of file AtlasDetectorID.h.

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

◆ hgtd_field_value()

int AtlasDetectorID::hgtd_field_value ( ) const
inlineprotectedinherited

Definition at line 642 of file AtlasDetectorID.h.

642 {return (m_HGTD_ID);}

◆ idVector()

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

the id's

Definition at line 756 of file MuonIdHelper.cxx.

756 { return m_module_vec; }

◆ indet()

Identifier AtlasDetectorID::indet ( void  ) const
inherited

Detector systems:

Definition at line 50 of file AtlasDetectorID.cxx.

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

◆ indet_exp()

ExpandedIdentifier AtlasDetectorID::indet_exp ( void  ) const
inlineprotectedinherited

Detector systems:

Definition at line 492 of file AtlasDetectorID.h.

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

◆ indet_field_value()

int AtlasDetectorID::indet_field_value ( ) const
inlineprotectedinherited

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

Definition at line 618 of file AtlasDetectorID.h.

618 {return (m_INDET_ID);}

◆ init_channel_hashes()

int MuonIdHelper::init_channel_hashes ( )
protected

Definition at line 442 of file MuonIdHelper.cxx.

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

◆ init_detectorElement_hashes()

int MuonIdHelper::init_detectorElement_hashes ( )
protectedvirtual

Reimplemented in RpcIdHelper.

Definition at line 396 of file MuonIdHelper.cxx.

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

◆ init_hashes()

int MuonIdHelper::init_hashes ( )
protected

Definition at line 350 of file MuonIdHelper.cxx.

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

◆ init_neighbors()

int MuonIdHelper::init_neighbors ( )
protected

Definition at line 522 of file MuonIdHelper.cxx.

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

◆ initialize_from_dictionary()

int MuonIdHelper::initialize_from_dictionary ( const IdDictMgr dict_mgr)
overridevirtual

Initialization from the identifier dictionary.

Reimplemented from AtlasDetectorID.

Reimplemented in MdtIdHelper, sTgcIdHelper, CscIdHelper, MmIdHelper, TgcIdHelper, and RpcIdHelper.

Definition at line 16 of file MuonIdHelper.cxx.

16  {
17  // Check whether this helper should be reinitialized
18  if (!reinitialize(dict_mgr)) {
19  ATH_MSG_INFO("Request to reinitialize not satisfied - tags have not changed");
20  return 0;
21  } else {
22  ATH_MSG_DEBUG("(Re)initialize");
23  }
24 
25  // init base object
26  if (AtlasDetectorID::initialize_from_dictionary(dict_mgr)) return 1;
27 
28  // Register version of the MuonSpectrometer dictionary
29  if (register_dict_tag(dict_mgr, "MuonSpectrometer")) return 1;
30 
31  m_dict = dict_mgr.find_dictionary("MuonSpectrometer");
32  if (!m_dict) {
33  ATH_MSG_ERROR(" initialize_from_dict - cannot access MuonSpectrometer dictionary ");
34  return 1;
35  }
36 
37  // Initialize some of the field indices
38  if (initLevelsFromDict()) return 1;
39 
40  //
41  // Build multirange for the valid set of identifiers
42  //
43 
44  // Find value for the field MuonSpectrometer
45  int muonField = -1;
46  const IdDictDictionary* atlasDict = dict_mgr.find_dictionary("ATLAS");
47  if (atlasDict->get_label_value("subdet", "MuonSpectrometer", muonField)) {
48  ATH_MSG_ERROR("Could not get value for label 'MuonSpectrometer' of field 'subdet' in dictionary ");
49  return 1;
50  }
51 
52  // Build MultiRange down to "technology" for all (muon) regions
54  region_id.add(muonField);
55  Range prefix;
56  MultiRange muon_range = m_dict->build_multirange(region_id, prefix, "technology");
57  if (muon_range.size()) {
58  ATH_MSG_INFO("MultiRange built successfully to Technology "
59  << "MultiRange size is " << muon_range.size());
60 
61  } else {
62  ATH_MSG_ERROR("Muon MultiRange is empty");
63  return 1;
64  }
65 
66  return 0;
67 }

◆ initLevelsFromDict()

int MuonIdHelper::initLevelsFromDict ( )
protected

Definition at line 243 of file MuonIdHelper.cxx.

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

◆ initMessaging()

void AthMessaging::initMessaging ( ) const
privateinherited

Initialize our message level and MessageSvc.

This method should only be called once.

Definition at line 39 of file AthMessaging.cxx.

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

◆ is_alfa()

bool AtlasDetectorID::is_alfa ( Identifier  id) const
inlineinherited

Definition at line 948 of file AtlasDetectorID.h.

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

◆ is_bcm()

bool AtlasDetectorID::is_bcm ( Identifier  id) const
inlineinherited

Definition at line 958 of file AtlasDetectorID.h.

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

◆ is_calo() [1/2]

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

Definition at line 291 of file AtlasDetectorID.cxx.

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

◆ is_calo() [2/2]

bool AtlasDetectorID::is_calo ( Identifier  id) const
inlineinherited

Definition at line 714 of file AtlasDetectorID.h.

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

◆ is_csc() [1/3]

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

Definition at line 333 of file AtlasDetectorID.cxx.

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

◆ is_csc() [2/3]

bool MuonIdHelper::is_csc ( const Identifier id) const

Definition at line 789 of file MuonIdHelper.cxx.

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

◆ is_csc() [3/3]

bool AtlasDetectorID::is_csc ( Identifier  id) const
inlineinherited

Definition at line 898 of file AtlasDetectorID.h.

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

◆ is_forward()

bool AtlasDetectorID::is_forward ( Identifier  id) const
inlineinherited

Definition at line 942 of file AtlasDetectorID.h.

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

◆ is_hgtd() [1/2]

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

Definition at line 304 of file AtlasDetectorID.cxx.

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

◆ is_hgtd() [2/2]

bool AtlasDetectorID::is_hgtd ( Identifier  id) const
inlineinherited

Definition at line 801 of file AtlasDetectorID.h.

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

◆ is_indet() [1/2]

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

Definition at line 279 of file AtlasDetectorID.cxx.

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

◆ is_indet() [2/2]

bool AtlasDetectorID::is_indet ( Identifier  id) const
inlineinherited

Definition at line 690 of file AtlasDetectorID.h.

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

◆ is_lar() [1/2]

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

Definition at line 282 of file AtlasDetectorID.cxx.

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

◆ is_lar() [2/2]

bool AtlasDetectorID::is_lar ( Identifier  id) const
inlineinherited

Definition at line 696 of file AtlasDetectorID.h.

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

◆ is_lar_dm()

bool AtlasDetectorID::is_lar_dm ( Identifier  id) const
inlineinherited

LAr/Tile dead material:

Definition at line 743 of file AtlasDetectorID.h.

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

◆ is_lar_em() [1/2]

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

Definition at line 314 of file AtlasDetectorID.cxx.

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

◆ is_lar_em() [2/2]

bool AtlasDetectorID::is_lar_em ( Identifier  id) const
inlineinherited

Definition at line 825 of file AtlasDetectorID.h.

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

◆ is_lar_fcal() [1/2]

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

Definition at line 321 of file AtlasDetectorID.cxx.

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

◆ is_lar_fcal() [2/2]

bool AtlasDetectorID::is_lar_fcal ( Identifier  id) const
inlineinherited

Definition at line 846 of file AtlasDetectorID.h.

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

◆ is_lar_hec() [1/2]

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

Definition at line 317 of file AtlasDetectorID.cxx.

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

◆ is_lar_hec() [2/2]

bool AtlasDetectorID::is_lar_hec ( Identifier  id) const
inlineinherited

Definition at line 836 of file AtlasDetectorID.h.

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

◆ is_lar_minifcal() [1/2]

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

Definition at line 325 of file AtlasDetectorID.cxx.

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

◆ is_lar_minifcal() [2/2]

bool AtlasDetectorID::is_lar_minifcal ( Identifier  id) const
inlineinherited

Definition at line 856 of file AtlasDetectorID.h.

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

◆ is_lucid()

bool AtlasDetectorID::is_lucid ( Identifier  id) const
inlineinherited

Definition at line 968 of file AtlasDetectorID.h.

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

◆ is_lumi() [1/2]

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

Definition at line 307 of file AtlasDetectorID.cxx.

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

◆ is_lumi() [2/2]

bool AtlasDetectorID::is_lumi ( Identifier  id) const
inlineinherited

Definition at line 813 of file AtlasDetectorID.h.

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

◆ is_lvl1_online()

bool AtlasDetectorID::is_lvl1_online ( Identifier  id) const
inlineinherited

Definition at line 731 of file AtlasDetectorID.h.

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

◆ is_lvl1_trig_towers()

bool AtlasDetectorID::is_lvl1_trig_towers ( Identifier  id) const
inlineinherited

Definition at line 720 of file AtlasDetectorID.h.

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

◆ is_mdt() [1/3]

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

Definition at line 329 of file AtlasDetectorID.cxx.

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

◆ is_mdt() [2/3]

bool MuonIdHelper::is_mdt ( const Identifier id) const

Definition at line 786 of file MuonIdHelper.cxx.

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

◆ is_mdt() [3/3]

bool AtlasDetectorID::is_mdt ( Identifier  id) const
inlineinherited

Definition at line 866 of file AtlasDetectorID.h.

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

◆ is_mm() [1/3]

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

Definition at line 349 of file AtlasDetectorID.cxx.

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

◆ is_mm() [2/3]

bool MuonIdHelper::is_mm ( const Identifier id) const

Definition at line 801 of file MuonIdHelper.cxx.

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

◆ is_mm() [3/3]

bool AtlasDetectorID::is_mm ( Identifier  id) const
inlineinherited

Definition at line 920 of file AtlasDetectorID.h.

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

◆ is_muon() [1/3]

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

Definition at line 288 of file AtlasDetectorID.cxx.

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

◆ is_muon() [2/3]

bool MuonIdHelper::is_muon ( const Identifier id) const

Definition at line 783 of file MuonIdHelper.cxx.

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

◆ is_muon() [3/3]

bool AtlasDetectorID::is_muon ( Identifier  id) const
inlineinherited

Definition at line 708 of file AtlasDetectorID.h.

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

◆ is_pixel() [1/2]

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

Definition at line 294 of file AtlasDetectorID.cxx.

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

◆ is_pixel() [2/2]

bool AtlasDetectorID::is_pixel ( Identifier  id) const
inlineinherited

Definition at line 767 of file AtlasDetectorID.h.

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

◆ is_plr() [1/2]

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

Definition at line 310 of file AtlasDetectorID.cxx.

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

◆ is_plr() [2/2]

bool AtlasDetectorID::is_plr ( Identifier  id) const
inherited

◆ is_rpc() [1/3]

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

Definition at line 337 of file AtlasDetectorID.cxx.

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

◆ is_rpc() [2/3]

bool MuonIdHelper::is_rpc ( const Identifier id) const

Definition at line 792 of file MuonIdHelper.cxx.

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

◆ is_rpc() [3/3]

bool AtlasDetectorID::is_rpc ( Identifier  id) const
inlineinherited

Definition at line 882 of file AtlasDetectorID.h.

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

◆ is_sct() [1/2]

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

Definition at line 298 of file AtlasDetectorID.cxx.

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

◆ is_sct() [2/2]

bool AtlasDetectorID::is_sct ( Identifier  id) const
inlineinherited

Definition at line 777 of file AtlasDetectorID.h.

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

◆ is_stgc() [1/3]

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

Definition at line 345 of file AtlasDetectorID.cxx.

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

◆ is_stgc() [2/3]

bool MuonIdHelper::is_stgc ( const Identifier id) const

Definition at line 798 of file MuonIdHelper.cxx.

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

◆ is_stgc() [3/3]

bool AtlasDetectorID::is_stgc ( Identifier  id) const
inlineinherited

Definition at line 931 of file AtlasDetectorID.h.

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

◆ is_tgc() [1/3]

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

Definition at line 341 of file AtlasDetectorID.cxx.

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

◆ is_tgc() [2/3]

bool MuonIdHelper::is_tgc ( const Identifier id) const

Definition at line 795 of file MuonIdHelper.cxx.

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

◆ is_tgc() [3/3]

bool AtlasDetectorID::is_tgc ( Identifier  id) const
inlineinherited

Definition at line 909 of file AtlasDetectorID.h.

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

◆ is_tile() [1/2]

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

Definition at line 285 of file AtlasDetectorID.cxx.

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

◆ is_tile() [2/2]

bool AtlasDetectorID::is_tile ( Identifier  id) const
inlineinherited

Definition at line 702 of file AtlasDetectorID.h.

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

◆ is_tile_dm()

bool AtlasDetectorID::is_tile_dm ( Identifier  id) const
inlineinherited

Definition at line 755 of file AtlasDetectorID.h.

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

◆ is_trt() [1/2]

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

Definition at line 301 of file AtlasDetectorID.cxx.

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

◆ is_trt() [2/2]

bool AtlasDetectorID::is_trt ( Identifier  id) const
inlineinherited

Definition at line 789 of file AtlasDetectorID.h.

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

◆ is_zdc()

bool AtlasDetectorID::is_zdc ( Identifier  id) const
inlineinherited

Definition at line 978 of file AtlasDetectorID.h.

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

◆ isBarrel() [1/2]

bool MuonIdHelper::isBarrel ( const Identifier id) const

Definition at line 829 of file MuonIdHelper.cxx.

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

◆ isBarrel() [2/2]

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

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

Definition at line 831 of file MuonIdHelper.cxx.

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

◆ isEndcap() [2/2]

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

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

Definition at line 833 of file MuonIdHelper.cxx.

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

◆ isForward() [2/2]

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

Definition at line 841 of file MuonIdHelper.cxx.

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

◆ isInitialized()

bool MuonIdHelper::isInitialized ( ) const

Definition at line 874 of file MuonIdHelper.cxx.

874 { return m_init; }

◆ isSmall() [1/2]

bool MuonIdHelper::isSmall ( const Identifier id) const

Definition at line 835 of file MuonIdHelper.cxx.

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

◆ isSmall() [2/2]

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

Definition at line 843 of file MuonIdHelper.cxx.

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

◆ isStNameInTech()

virtual bool MuonIdHelper::isStNameInTech ( const std::string &  stationName) const
protectedpure virtual

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

Implemented in sTgcIdHelper, RpcIdHelper, MdtIdHelper, MmIdHelper, CscIdHelper, and TgcIdHelper.

◆ lar()

Identifier AtlasDetectorID::lar ( void  ) const
inherited

Definition at line 57 of file AtlasDetectorID.cxx.

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

◆ lar_dm()

Identifier AtlasDetectorID::lar_dm ( void  ) const
inherited

Definition at line 141 of file AtlasDetectorID.cxx.

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

◆ lar_em()

Identifier AtlasDetectorID::lar_em ( void  ) const
inherited

Definition at line 125 of file AtlasDetectorID.cxx.

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

◆ lar_em_exp()

ExpandedIdentifier AtlasDetectorID::lar_em_exp ( void  ) const
inlineprotectedinherited

LAr.

Definition at line 569 of file AtlasDetectorID.h.

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

◆ lar_em_field_value()

int AtlasDetectorID::lar_em_field_value ( ) const
inlineprotectedinherited

Definition at line 651 of file AtlasDetectorID.h.

651 {return (m_LAR_EM_ID);}

◆ lar_exp()

ExpandedIdentifier AtlasDetectorID::lar_exp ( void  ) const
inlineprotectedinherited

Definition at line 499 of file AtlasDetectorID.h.

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

◆ lar_fcal()

Identifier AtlasDetectorID::lar_fcal ( void  ) const
inherited

Definition at line 165 of file AtlasDetectorID.cxx.

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

◆ lar_fcal_exp()

ExpandedIdentifier AtlasDetectorID::lar_fcal_exp ( void  ) const
inlineprotectedinherited

Definition at line 583 of file AtlasDetectorID.h.

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

◆ lar_fcal_field_value()

int AtlasDetectorID::lar_fcal_field_value ( ) const
inlineprotectedinherited

Definition at line 657 of file AtlasDetectorID.h.

657 {return (m_LAR_FCAL_ID);}

◆ lar_field_value()

int AtlasDetectorID::lar_field_value ( ) const
inlineprotectedinherited

Definition at line 621 of file AtlasDetectorID.h.

621 {return (m_LAR_ID);}

◆ lar_hec()

Identifier AtlasDetectorID::lar_hec ( void  ) const
inherited

Definition at line 157 of file AtlasDetectorID.cxx.

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

◆ lar_hec_exp()

ExpandedIdentifier AtlasDetectorID::lar_hec_exp ( void  ) const
inlineprotectedinherited

Definition at line 576 of file AtlasDetectorID.h.

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

◆ lar_hec_field_value()

int AtlasDetectorID::lar_hec_field_value ( ) const
inlineprotectedinherited

Definition at line 654 of file AtlasDetectorID.h.

654 {return (m_LAR_HEC_ID);}

◆ lar_lvl1()

Identifier AtlasDetectorID::lar_lvl1 ( void  ) const
inherited

Definition at line 133 of file AtlasDetectorID.cxx.

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

◆ lucid_exp()

ExpandedIdentifier AtlasDetectorID::lucid_exp ( void  ) const
inlineprotectedinherited

Definition at line 604 of file AtlasDetectorID.h.

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

◆ lucid_field_value()

int AtlasDetectorID::lucid_field_value ( ) const
inlineprotectedinherited

Definition at line 684 of file AtlasDetectorID.h.

684 {return (m_LUCID_ID);}

◆ lumi()

Identifier AtlasDetectorID::lumi ( void  ) const
inherited

Definition at line 117 of file AtlasDetectorID.cxx.

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

◆ lumi_exp()

ExpandedIdentifier AtlasDetectorID::lumi_exp ( void  ) const
inlineprotectedinherited

Definition at line 562 of file AtlasDetectorID.h.

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

◆ lumi_field_value()

int AtlasDetectorID::lumi_field_value ( ) const
inlineprotectedinherited

Definition at line 645 of file AtlasDetectorID.h.

645 {return (m_LUMI_ID);}

◆ mdt()

Identifier AtlasDetectorID::mdt ( void  ) const
inherited

Definition at line 32 of file AtlasDetectorID.cxx.

32  {
33  return Identifier{};
34 }

◆ mdt_field_value()

int AtlasDetectorID::mdt_field_value ( ) const
inlineprotectedinherited

Definition at line 660 of file AtlasDetectorID.h.

660 {return (m_MDT_ID);}

◆ measuresPhi()

virtual bool MuonIdHelper::measuresPhi ( const Identifier id) const
pure virtual

◆ mm()

Identifier AtlasDetectorID::mm ( void  ) const
inherited

Definition at line 47 of file AtlasDetectorID.cxx.

47  {
48  return Identifier{};
49 }

◆ mm_field_value()

int AtlasDetectorID::mm_field_value ( ) const
inlineprotectedinherited

Definition at line 675 of file AtlasDetectorID.h.

675 {return (m_MM_ID);}

◆ module_begin()

MuonIdHelper::const_id_iterator MuonIdHelper::module_begin ( ) const

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

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

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

the maximum hash value

Definition at line 752 of file MuonIdHelper.cxx.

752 { return m_module_hash_max; }

◆ msg() [1/2]

MsgStream & AthMessaging::msg ( ) const
inlineinherited

The standard message stream.

Returns a reference to the default message stream May not be invoked before sysInitialize() has been invoked.

Definition at line 164 of file AthMessaging.h.

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

◆ msg() [2/2]

MsgStream & AthMessaging::msg ( const MSG::Level  lvl) const
inlineinherited

The standard message stream.

Returns a reference to the default message stream May not be invoked before sysInitialize() has been invoked.

Definition at line 179 of file AthMessaging.h.

180 { return msg() << lvl; }

◆ msgLvl()

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

Test the output level.

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

Definition at line 151 of file AthMessaging.h.

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

◆ multiRange()

const MultiRange & MuonIdHelper::multiRange ( ) const

multirange

Definition at line 750 of file MuonIdHelper.cxx.

750 { return m_full_module_range; }

◆ muon()

Identifier MuonIdHelper::muon ( ) const

Definition at line 728 of file MuonIdHelper.cxx.

728 { return AtlasDetectorID::muon(); }

◆ muon_exp()

ExpandedIdentifier AtlasDetectorID::muon_exp ( void  ) const
inlineprotectedinherited

Definition at line 513 of file AtlasDetectorID.h.

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

◆ muon_field_value()

int AtlasDetectorID::muon_field_value ( ) const
inlineprotectedinherited

Definition at line 627 of file AtlasDetectorID.h.

627 {return (m_MUON_ID);}

◆ nStationNames()

int MuonIdHelper::nStationNames ( ) const

Definition at line 872 of file MuonIdHelper.cxx.

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

◆ operator=()

MuonIdHelper& MuonIdHelper::operator= ( const MuonIdHelper right)
private

◆ pixel()

Identifier AtlasDetectorID::pixel ( void  ) const
inherited

Definition at line 85 of file AtlasDetectorID.cxx.

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

◆ pixel_exp()

ExpandedIdentifier AtlasDetectorID::pixel_exp ( void  ) const
inlineprotectedinherited

Inner Detector:

Definition at line 534 of file AtlasDetectorID.h.

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

◆ pixel_field_value()

int AtlasDetectorID::pixel_field_value ( ) const
inlineprotectedinherited

Definition at line 633 of file AtlasDetectorID.h.

633 {return (m_PIXEL_ID);}

◆ plr_field_value()

int AtlasDetectorID::plr_field_value ( ) const
inlineprotectedinherited

Definition at line 648 of file AtlasDetectorID.h.

648 {return (m_LUMI_PLR_ID);}

◆ print()

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

Expanded print out of any identifier.

Definition at line 414 of file AtlasDetectorID.cxx.

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

◆ print_to_string()

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

or provide the printout in string form

Definition at line 418 of file AtlasDetectorID.cxx.

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

◆ register_dict_tag()

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

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

Definition at line 196 of file AtlasDetectorID.cxx.

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

◆ reinitialize()

bool AtlasDetectorID::reinitialize ( const IdDictMgr dict_mgr)
protectedinherited

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

Definition at line 216 of file AtlasDetectorID.cxx.

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

◆ resetAndSet()

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

Definition at line 309 of file MuonIdHelper.h.

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

◆ rpc()

Identifier AtlasDetectorID::rpc ( void  ) const
inherited

Definition at line 38 of file AtlasDetectorID.cxx.

38  {
39  return Identifier{};
40 }

◆ rpc_field_value()

int AtlasDetectorID::rpc_field_value ( ) const
inlineprotectedinherited

Definition at line 666 of file AtlasDetectorID.h.

666 {return (m_RPC_ID);}

◆ sct()

Identifier AtlasDetectorID::sct ( void  ) const
inherited

Definition at line 93 of file AtlasDetectorID.cxx.

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

◆ sct_exp()

ExpandedIdentifier AtlasDetectorID::sct_exp ( void  ) const
inlineprotectedinherited

Definition at line 541 of file AtlasDetectorID.h.

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

◆ sct_field_value()

int AtlasDetectorID::sct_field_value ( ) const
inlineprotectedinherited

Definition at line 636 of file AtlasDetectorID.h.

636 {return (m_SCT_ID);}

◆ set_do_checks()

void AtlasDetectorID::set_do_checks ( bool  do_checks)
overridevirtualinherited

Implements IdHelper.

Definition at line 470 of file AtlasDetectorID.cxx.

470  {
472 }

◆ set_do_neighbours()

void AtlasDetectorID::set_do_neighbours ( bool  do_neighbours)
overridevirtualinherited

Implements IdHelper.

Definition at line 478 of file AtlasDetectorID.cxx.

478  {
480 }

◆ set_quiet()

void AtlasDetectorID::set_quiet ( bool  quiet)
inherited

Set flag for suppressing informational output.

Definition at line 486 of file AtlasDetectorID.cxx.

486  {
487  m_quiet = quiet;
488 }

◆ setDictVersion()

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

Implements IdHelper.

Definition at line 490 of file AtlasDetectorID.cxx.

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

◆ setLevel()

void AthMessaging::setLevel ( MSG::Level  lvl)
inherited

Change the current logging level.

Use this rather than msg().setLevel() for proper operation with MT.

Definition at line 28 of file AthMessaging.cxx.

29 {
30  m_lvl = lvl;
31 }

◆ setMessageSvc()

void AtlasDetectorID::setMessageSvc ( IMessageSvc *  msgSvc)
overridevirtualinherited

Implements IdHelper.

Definition at line 482 of file AtlasDetectorID.cxx.

482  {
483  m_msgSvc = msgSvc;
484 }

◆ show()

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

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

'):

Definition at line 354 of file AtlasDetectorID.cxx.

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

◆ show_to_string()

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

or provide the printout in string form

Definition at line 360 of file AtlasDetectorID.cxx.

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

◆ stationEta()

int MuonIdHelper::stationEta ( const Identifier id) const

Definition at line 809 of file MuonIdHelper.cxx.

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

◆ stationName()

int MuonIdHelper::stationName ( const Identifier id) const

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

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

Definition at line 824 of file MuonIdHelper.cxx.

824 { return m_stationIndexMax; }

◆ stationNameString()

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

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

Definition at line 814 of file MuonIdHelper.cxx.

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

◆ stationRegion()

int MuonIdHelper::stationRegion ( const Identifier id) const

Definition at line 713 of file MuonIdHelper.cxx.

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

◆ stgc()

Identifier AtlasDetectorID::stgc ( void  ) const
inherited

Definition at line 44 of file AtlasDetectorID.cxx.

44  {
45  return Identifier{};
46 }

◆ stgc_field_value()

int AtlasDetectorID::stgc_field_value ( ) const
inlineprotectedinherited

Definition at line 672 of file AtlasDetectorID.h.

672 {return (m_STGC_ID);}

◆ subdet_context()

IdContext AtlasDetectorID::subdet_context ( void  ) const
inherited

IdContext (indicates id length) for sub-detector.

Definition at line 179 of file AtlasDetectorID.cxx.

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

◆ technology()

int MuonIdHelper::technology ( const Identifier id) const

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

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

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

Definition at line 826 of file MuonIdHelper.cxx.

826 { return m_technologyIndexMax; }

◆ technologyString()

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

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

Definition at line 681 of file MuonIdHelper.cxx.

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

◆ test_module_packing()

void MuonIdHelper::test_module_packing ( ) const

Tests of packing.

Definition at line 650 of file MuonIdHelper.cxx.

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

◆ tgc()

Identifier AtlasDetectorID::tgc ( void  ) const
inherited

Definition at line 41 of file AtlasDetectorID.cxx.

41  {
42  return Identifier{};
43 }

◆ tgc_field_value()

int AtlasDetectorID::tgc_field_value ( ) const
inlineprotectedinherited

Definition at line 669 of file AtlasDetectorID.h.

669 {return (m_TGC_ID);}

◆ tile()

Identifier AtlasDetectorID::tile ( void  ) const
inherited

Definition at line 64 of file AtlasDetectorID.cxx.

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

◆ tile_dm()

Identifier AtlasDetectorID::tile_dm ( void  ) const
inherited

Definition at line 149 of file AtlasDetectorID.cxx.

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

◆ tile_exp()

ExpandedIdentifier AtlasDetectorID::tile_exp ( void  ) const
inlineprotectedinherited

Definition at line 506 of file AtlasDetectorID.h.

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

◆ tile_field_value()

int AtlasDetectorID::tile_field_value ( ) const
inlineprotectedinherited

Definition at line 624 of file AtlasDetectorID.h.

624 {return (m_TILE_ID);}

◆ to_range()

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

Definition at line 495 of file AtlasDetectorID.cxx.

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

◆ trt()

Identifier AtlasDetectorID::trt ( void  ) const
inherited

Definition at line 101 of file AtlasDetectorID.cxx.

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

◆ trt_exp()

ExpandedIdentifier AtlasDetectorID::trt_exp ( void  ) const
inlineprotectedinherited

Definition at line 548 of file AtlasDetectorID.h.

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

◆ trt_field_value()

int AtlasDetectorID::trt_field_value ( ) const
inlineprotectedinherited

Definition at line 639 of file AtlasDetectorID.h.

639 {return (m_TRT_ID);}

◆ validStation() [1/2]

bool MuonIdHelper::validStation ( int  stationName) const
protected

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
protected

Definition at line 771 of file MuonIdHelper.cxx.

◆ validTechnology()

bool MuonIdHelper::validTechnology ( int  technology) const
protected

Definition at line 773 of file MuonIdHelper.cxx.

773  {
775 }

◆ zdc_exp()

ExpandedIdentifier AtlasDetectorID::zdc_exp ( void  ) const
inlineprotectedinherited

Definition at line 611 of file AtlasDetectorID.h.

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

◆ zdc_field_value()

int AtlasDetectorID::zdc_field_value ( ) const
inlineprotectedinherited

Definition at line 686 of file AtlasDetectorID.h.

686 {return (m_ZDC_ID);}

Member Data Documentation

◆ ATLAS_THREAD_SAFE

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

Messaging initialized (initMessaging)

Definition at line 141 of file AthMessaging.h.

◆ BAD_NAME

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

Definition at line 224 of file MuonIdHelper.h.

◆ m_ALFA_ID

int AtlasDetectorID::m_ALFA_ID {1}
privateinherited

Definition at line 431 of file AtlasDetectorID.h.

◆ m_atlas_dict

IdDictDictionary* AtlasDetectorID::m_atlas_dict {}
privateinherited

Definition at line 442 of file AtlasDetectorID.h.

◆ m_BCM_ID

int AtlasDetectorID::m_BCM_ID {3}
privateinherited

Definition at line 432 of file AtlasDetectorID.h.

◆ m_calo_dict

IdDictDictionary* AtlasDetectorID::m_calo_dict {}
privateinherited

Definition at line 447 of file AtlasDetectorID.h.

◆ m_CALO_ID

int AtlasDetectorID::m_CALO_ID {10}
privateinherited

Definition at line 413 of file AtlasDetectorID.h.

◆ m_calo_side_impl

IdDictFieldImplementation AtlasDetectorID::m_calo_side_impl
privateinherited

Definition at line 452 of file AtlasDetectorID.h.

◆ m_channel_hash_max

size_type MuonIdHelper::m_channel_hash_max {0}
protected

Definition at line 275 of file MuonIdHelper.h.

◆ m_CHANNEL_INDEX

size_type MuonIdHelper::m_CHANNEL_INDEX {10}
protected

Definition at line 265 of file MuonIdHelper.h.

◆ m_channel_vec

id_vec MuonIdHelper::m_channel_vec
protected

Definition at line 276 of file MuonIdHelper.h.

◆ m_CSC_ID

int AtlasDetectorID::m_CSC_ID {1}
privateinherited

Definition at line 425 of file AtlasDetectorID.h.

◆ m_det_impl

IdDictFieldImplementation AtlasDetectorID::m_det_impl
privateinherited

Definition at line 450 of file AtlasDetectorID.h.

◆ m_DET_INDEX

size_type AtlasDetectorID::m_DET_INDEX {999}
privateinherited

Definition at line 406 of file AtlasDetectorID.h.

◆ m_detectorElement_hash_max

size_type MuonIdHelper::m_detectorElement_hash_max {0}
protected

Definition at line 280 of file MuonIdHelper.h.

◆ m_DETECTORELEMENT_INDEX

size_type MuonIdHelper::m_DETECTORELEMENT_INDEX {5}
protected

Definition at line 264 of file MuonIdHelper.h.

◆ m_detectorElement_vec

id_vec MuonIdHelper::m_detectorElement_vec
protected

Definition at line 281 of file MuonIdHelper.h.

◆ m_dict

const IdDictDictionary* MuonIdHelper::m_dict {nullptr}
protected

Definition at line 266 of file MuonIdHelper.h.

◆ m_dict_names

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

List of dictionary names used by this helper.

Definition at line 382 of file AtlasDetectorID.h.

◆ m_dict_tags

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

List of dictionary versions used by this helper.

Definition at line 388 of file AtlasDetectorID.h.

◆ m_dict_version

std::string AtlasDetectorID::m_dict_version
privateinherited

Definition at line 404 of file AtlasDetectorID.h.

◆ m_do_checks

bool AtlasDetectorID::m_do_checks {}
protectedinherited

Flag for subclasses to know whether or not to perform checks.

In general, this is set to false in optimized mode.

Definition at line 369 of file AtlasDetectorID.h.

◆ m_do_neighbours

bool AtlasDetectorID::m_do_neighbours {true}
protectedinherited

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

Definition at line 372 of file AtlasDetectorID.h.

◆ m_eta_impl

IdDictFieldImplementation MuonIdHelper::m_eta_impl
protected

Definition at line 290 of file MuonIdHelper.h.

◆ m_ETA_INDEX

size_type MuonIdHelper::m_ETA_INDEX {2}
protected

Definition at line 260 of file MuonIdHelper.h.

◆ m_file_names

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

List of dictionary file names used by this helper.

Definition at line 385 of file AtlasDetectorID.h.

◆ m_full_channel_range

MultiRange MuonIdHelper::m_full_channel_range
protected

Definition at line 274 of file MuonIdHelper.h.

◆ m_full_detectorElement_range

MultiRange MuonIdHelper::m_full_detectorElement_range
protected

Definition at line 279 of file MuonIdHelper.h.

◆ m_full_module_range

MultiRange MuonIdHelper::m_full_module_range
protected

Definition at line 269 of file MuonIdHelper.h.

◆ m_fwd_dict

IdDictDictionary* AtlasDetectorID::m_fwd_dict {}
privateinherited

Definition at line 448 of file AtlasDetectorID.h.

◆ m_FWD_ID

int AtlasDetectorID::m_FWD_ID {13}
privateinherited

Definition at line 430 of file AtlasDetectorID.h.

◆ m_fwd_part_impl

IdDictFieldImplementation AtlasDetectorID::m_fwd_part_impl
privateinherited

Definition at line 458 of file AtlasDetectorID.h.

◆ m_group

std::string AtlasDetectorID::m_group
protectedinherited

Group name.

Definition at line 365 of file AtlasDetectorID.h.

◆ m_GROUP_INDEX

size_t MuonIdHelper::m_GROUP_INDEX {6500}
protected

Definition at line 258 of file MuonIdHelper.h.

◆ m_helper

AtlasDetectorIDHelper* AtlasDetectorID::m_helper {}
privateinherited

Definition at line 449 of file AtlasDetectorID.h.

◆ m_HGTD_ID

int AtlasDetectorID::m_HGTD_ID {4}
privateinherited

Definition at line 417 of file AtlasDetectorID.h.

◆ m_imsg

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

MessageSvc pointer.

Definition at line 135 of file AthMessaging.h.

◆ m_indet_dict

IdDictDictionary* AtlasDetectorID::m_indet_dict {}
privateinherited

Definition at line 443 of file AtlasDetectorID.h.

◆ m_INDET_ID

int AtlasDetectorID::m_INDET_ID {2}
privateinherited

Definition at line 409 of file AtlasDetectorID.h.

◆ m_indet_part_impl

IdDictFieldImplementation AtlasDetectorID::m_indet_part_impl
privateinherited

Definition at line 451 of file AtlasDetectorID.h.

◆ m_init

bool MuonIdHelper::m_init {false}
protected

Definition at line 342 of file MuonIdHelper.h.

◆ m_is_initialized_from_dict

bool AtlasDetectorID::m_is_initialized_from_dict {}
privateinherited

Definition at line 405 of file AtlasDetectorID.h.

◆ m_isBarrel

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

Definition at line 333 of file MuonIdHelper.h.

◆ m_isForward

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

Definition at line 335 of file MuonIdHelper.h.

◆ m_isHighLuminosityLHC

bool AtlasDetectorID::m_isHighLuminosityLHC {}
privateinherited

Definition at line 436 of file AtlasDetectorID.h.

◆ m_isSmall

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

Definition at line 334 of file MuonIdHelper.h.

◆ m_lar_dict

IdDictDictionary* AtlasDetectorID::m_lar_dict {}
privateinherited

Definition at line 444 of file AtlasDetectorID.h.

◆ m_lar_dm_field

Range::field AtlasDetectorID::m_lar_dm_field
privateinherited

Definition at line 440 of file AtlasDetectorID.h.

◆ m_LAR_EM_ID

int AtlasDetectorID::m_LAR_EM_ID {1}
privateinherited

Definition at line 420 of file AtlasDetectorID.h.

◆ m_LAR_FCAL_ID

int AtlasDetectorID::m_LAR_FCAL_ID {3}
privateinherited

Definition at line 422 of file AtlasDetectorID.h.

◆ m_lar_fcal_module_impl

IdDictFieldImplementation AtlasDetectorID::m_lar_fcal_module_impl
privateinherited

Definition at line 454 of file AtlasDetectorID.h.

◆ m_LAR_FCAL_MODULE_INDEX

int AtlasDetectorID::m_LAR_FCAL_MODULE_INDEX {999}
privateinherited

Definition at line 423 of file AtlasDetectorID.h.

◆ m_LAR_HEC_ID

int AtlasDetectorID::m_LAR_HEC_ID {2}
privateinherited

Definition at line 421 of file AtlasDetectorID.h.

◆ m_LAR_ID

int AtlasDetectorID::m_LAR_ID {4}
privateinherited

Definition at line 410 of file AtlasDetectorID.h.

◆ m_lar_part_impl

IdDictFieldImplementation AtlasDetectorID::m_lar_part_impl
privateinherited

Definition at line 453 of file AtlasDetectorID.h.

◆ m_LUCID_ID

int AtlasDetectorID::m_LUCID_ID {5}
privateinherited

Definition at line 433 of file AtlasDetectorID.h.

◆ m_LUMI_ID

int AtlasDetectorID::m_LUMI_ID {3}
privateinherited

Definition at line 418 of file AtlasDetectorID.h.

◆ m_LUMI_PLR_ID

int AtlasDetectorID::m_LUMI_PLR_ID {1}
privateinherited

Definition at line 419 of file AtlasDetectorID.h.

◆ m_lvl

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

Current logging level.

Definition at line 138 of file AthMessaging.h.

◆ m_lvl1_field

Range::field AtlasDetectorID::m_lvl1_field
privateinherited

Definition at line 438 of file AtlasDetectorID.h.

◆ m_lvl1_onl_field

Range::field AtlasDetectorID::m_lvl1_onl_field
privateinherited

Definition at line 439 of file AtlasDetectorID.h.

◆ m_MDT_ID

int AtlasDetectorID::m_MDT_ID {0}
privateinherited

Definition at line 424 of file AtlasDetectorID.h.

◆ m_MM_ID

int AtlasDetectorID::m_MM_ID {5}
privateinherited

Definition at line 429 of file AtlasDetectorID.h.

◆ m_module_hash_max

size_type MuonIdHelper::m_module_hash_max {0}
protected

Definition at line 270 of file MuonIdHelper.h.

◆ m_MODULE_INDEX

size_type MuonIdHelper::m_MODULE_INDEX {5}
protected

Definition at line 263 of file MuonIdHelper.h.

◆ m_module_vec

id_vec MuonIdHelper::m_module_vec
protected

Definition at line 271 of file MuonIdHelper.h.

◆ m_msg_tls

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

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

Definition at line 132 of file AthMessaging.h.

◆ m_msgSvc

IMessageSvc* AtlasDetectorID::m_msgSvc {}
protectedinherited

pointer to the message service

Definition at line 375 of file AtlasDetectorID.h.

◆ m_muon_channel_range

MultiRange MuonIdHelper::m_muon_channel_range
protected

Definition at line 273 of file MuonIdHelper.h.

◆ m_muon_detectorElement_range

MultiRange MuonIdHelper::m_muon_detectorElement_range
protected

Definition at line 278 of file MuonIdHelper.h.

◆ m_muon_dict

IdDictDictionary* AtlasDetectorID::m_muon_dict {}
privateinherited

Definition at line 446 of file AtlasDetectorID.h.

◆ m_MUON_ID

int AtlasDetectorID::m_MUON_ID {7}
privateinherited

Definition at line 412 of file AtlasDetectorID.h.

◆ m_muon_impl

IdDictFieldImplementation MuonIdHelper::m_muon_impl
protected

Definition at line 288 of file MuonIdHelper.h.

◆ m_MUON_INDEX

size_type MuonIdHelper::m_MUON_INDEX {0}
protected

Definition at line 257 of file MuonIdHelper.h.

◆ m_muon_mdt_impl

IdDictFieldImplementation AtlasDetectorID::m_muon_mdt_impl
privateinherited

Definition at line 456 of file AtlasDetectorID.h.

◆ m_muon_range

MultiRange MuonIdHelper::m_muon_range
protected

Definition at line 268 of file MuonIdHelper.h.

◆ m_muon_rpc_impl

IdDictFieldImplementation AtlasDetectorID::m_muon_rpc_impl
privateinherited

Definition at line 457 of file AtlasDetectorID.h.

◆ m_muon_station_name_impl

IdDictFieldImplementation AtlasDetectorID::m_muon_station_name_impl
privateinherited

Definition at line 455 of file AtlasDetectorID.h.

◆ m_MUON_SUBDET_INDEX

size_type AtlasDetectorID::m_MUON_SUBDET_INDEX {999}
privateinherited

Definition at line 408 of file AtlasDetectorID.h.

◆ m_muon_tech_bits

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

Definition at line 461 of file AtlasDetectorID.h.

◆ m_NAME_INDEX

size_type MuonIdHelper::m_NAME_INDEX {1}
protected

Definition at line 259 of file MuonIdHelper.h.

◆ m_next_eta_module_vec

hash_vec MuonIdHelper::m_next_eta_module_vec
protected

Definition at line 286 of file MuonIdHelper.h.

◆ m_next_phi_module_vec

hash_vec MuonIdHelper::m_next_phi_module_vec
protected

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
protected

Definition at line 291 of file MuonIdHelper.h.

◆ m_PHI_INDEX

size_type MuonIdHelper::m_PHI_INDEX {3}
protected

Definition at line 261 of file MuonIdHelper.h.

◆ m_PIXEL_ID

int AtlasDetectorID::m_PIXEL_ID {1}
privateinherited

Definition at line 414 of file AtlasDetectorID.h.

◆ m_prev_eta_module_vec

hash_vec MuonIdHelper::m_prev_eta_module_vec
protected

Definition at line 285 of file MuonIdHelper.h.

◆ m_prev_phi_module_vec

hash_vec MuonIdHelper::m_prev_phi_module_vec
protected

Definition at line 283 of file MuonIdHelper.h.

◆ m_quiet

bool AtlasDetectorID::m_quiet {}
protectedinherited

If true, suppress DEBUG/INFO messages.

Definition at line 378 of file AtlasDetectorID.h.

◆ m_RPC_ID

int AtlasDetectorID::m_RPC_ID {2}
privateinherited

Definition at line 426 of file AtlasDetectorID.h.

◆ m_SCT_ID

int AtlasDetectorID::m_SCT_ID {2}
privateinherited

Definition at line 415 of file AtlasDetectorID.h.

◆ m_sta_impl

IdDictFieldImplementation MuonIdHelper::m_sta_impl
protected

Definition at line 289 of file MuonIdHelper.h.

◆ m_station_region_index

size_type MuonIdHelper::m_station_region_index {0}
protected

Definition at line 256 of file MuonIdHelper.h.

◆ m_stationIdxToNameMap

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

Mapping int -> string.

Definition at line 323 of file MuonIdHelper.h.

◆ m_stationIndexMax

int MuonIdHelper::m_stationIndexMax {-INT_MAX}
private

Definition at line 325 of file MuonIdHelper.h.

◆ m_stationInTech

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

Definition at line 254 of file MuonIdHelper.h.

◆ m_stationNameToIdxMap

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

Mapping string -> int.

Definition at line 321 of file MuonIdHelper.h.

◆ m_STGC_ID

int AtlasDetectorID::m_STGC_ID {4}
privateinherited

Definition at line 428 of file AtlasDetectorID.h.

◆ m_SUBDET_INDEX

size_type AtlasDetectorID::m_SUBDET_INDEX {999}
privateinherited

Definition at line 407 of file AtlasDetectorID.h.

◆ m_tec_impl

IdDictFieldImplementation MuonIdHelper::m_tec_impl
protected

Definition at line 292 of file MuonIdHelper.h.

◆ m_TECHNOLOGY_INDEX

size_type MuonIdHelper::m_TECHNOLOGY_INDEX {4}
protected

Definition at line 262 of file MuonIdHelper.h.

◆ m_technologyIdxToNameMap

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

Mapping int -> string.

Definition at line 329 of file MuonIdHelper.h.

◆ m_technologyIndexMax

int MuonIdHelper::m_technologyIndexMax {-INT_MAX}
private

Definition at line 330 of file MuonIdHelper.h.

◆ m_technologyNameToIdxMap

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

Mapping string -> int.

Definition at line 327 of file MuonIdHelper.h.

◆ m_TGC_ID

int AtlasDetectorID::m_TGC_ID {3}
privateinherited

Definition at line 427 of file AtlasDetectorID.h.

◆ m_tile_dict

IdDictDictionary* AtlasDetectorID::m_tile_dict {}
privateinherited

Definition at line 445 of file AtlasDetectorID.h.

◆ m_tile_dm_field

Range::field AtlasDetectorID::m_tile_dm_field
privateinherited

Definition at line 441 of file AtlasDetectorID.h.

◆ m_TILE_ID

int AtlasDetectorID::m_TILE_ID {5}
privateinherited

Definition at line 411 of file AtlasDetectorID.h.

◆ m_TRT_ID

int AtlasDetectorID::m_TRT_ID {3}
privateinherited

Definition at line 416 of file AtlasDetectorID.h.

◆ m_ZDC_ID

int AtlasDetectorID::m_ZDC_ID {7}
privateinherited

Definition at line 434 of file AtlasDetectorID.h.

◆ NOT_VALID_HASH

constexpr int MuonIdHelper::NOT_VALID_HASH = 64000
staticconstexprprotected

Definition at line 227 of file MuonIdHelper.h.


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