ATLAS Offline Software
Classes | Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
TRT_ID Class Referencefinal

#include <TRT_ID.h>

Inheritance diagram for TRT_ID:
Collaboration diagram for TRT_ID:

Classes

class  HashCalc
 

Public Types

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 typedefs
typedef Identifier::size_type size_type
 
typedef std::vector< Identifier >::const_iterator const_id_iterator
 
typedef MultiRange::const_identifier_factory const_expanded_id_iterator
 

Public Member Functions

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...
 
strutors
 TRT_ID (void)
 
 ~TRT_ID (void)
 
Check whether TRT_ID is valid for the current layour
bool is_valid () const
 
Creators for the different ids
Identifier barrel_ec_id (int barrel_ec) const
 For +/-barrel or +/-endcap id. More...
 
Identifier barrel_ec_id (int barrel_ec, bool checks) const
 
Identifier module_id (int barrel_ec, int phi_module, int layer_or_wheel) const
 For an individual module phi sector. More...
 
Identifier module_id (int barrel_ec, int phi_module, int layer_or_wheel, bool checks) const
 
Identifier module_id (IdentifierHash module_hash) const
 From hash - optimized, no checks. More...
 
Identifier layer_id (int barrel_ec, int phi_module, int layer_or_wheel, int straw_layer) const
 For an individual straw layer. More...
 
Identifier layer_id (int barrel_ec, int phi_module, int layer_or_wheel, int straw_layer, bool checks) const
 
Identifier layer_id (IdentifierHash straw_layer_hash) const
 From hash - optimized, no checks. More...
 
Identifier layer_id (const Identifier &module_id, int straw_layer) const
 For an individual straw layer. More...
 
Identifier layer_id (const Identifier &module_id, int straw_layer, bool checks) const
 
Identifier layer_id (const Identifier &straw_id) const
 For an individual straw layer from straw id. More...
 
Identifier straw_id (int barrel_ec, int phi_module, int layer_or_wheel, int straw_layer, int straw) const
 Three ways of getting id for a single straw: More...
 
Identifier straw_id (int barrel_ec, int phi_module, int layer_or_wheel, int straw_layer, int straw, bool checks) const
 
Identifier straw_id (const Identifier &module_id, int straw_layer, int straw) const
 
Identifier straw_id (const Identifier &module_id, int straw_layer, int straw, bool checks) const
 
Identifier straw_id (const Identifier &layer_id, int straw) const
 
Identifier straw_id (const Identifier &layer_id, int straw, bool checks) const
 
Identifier straw_id (IdentifierHash straw_hash) const
 Access to straw id from hash - must have done init_straw_hash_vector before using this. More...
 
Special method to allow use of straw_id from straw Hash
void init_straw_hash_vector (void)
 The init will use up ~2 MB of memory, so one should do init, use straw_id and then reset. More...
 
void reset_straw_hash_vector (void)
 
Hash table maximum sizes
size_type module_hash_max (void) const
 
size_type straw_layer_hash_max (void) const
 
size_type straw_hash_max (void) const
 
Access to all ids
const_id_iterator module_begin (void) const
 Iterators over full set of module ids. Module ids are sorted. More...
 
const_id_iterator module_end (void) const
 
const_id_iterator straw_layer_begin (void) const
 Iterators over full set of straw_layer ids. Straw_layer ids are sorted. More...
 
const_id_iterator straw_layer_end (void) const
 
const_expanded_id_iterator straw_begin (void) const
 For straw ids, only expanded id iterators are available. More...
 
const_expanded_id_iterator straw_end (void) const
 
Optimized accessors
IdentifierHash module_hash (Identifier module_id) const
 module hash from id - optimized More...
 
IdentifierHash straw_layer_hash (Identifier straw_layer_id) const
 straw_layer hash from id - optimized More...
 
IdentifierHash straw_hash (Identifier straw_id) const
 straw hash from id - optimized More...
 
bool is_barrel (const Identifier &id) const
 Test for barrel. More...
 
int barrel_ec (const Identifier &id) const
 Values of different levels (failure returns 0) More...
 
int phi_module (const Identifier &id) const
 
int layer_or_wheel (const Identifier &id) const
 
int straw_layer (const Identifier &id) const
 
int straw (const Identifier &id) const
 
int straw_layer_max (const Identifier &id) const
 Max values for each field (-999 == failure) More...
 
int straw_max (const Identifier &id) const
 
contexts to distinguish between different ids
IdContext barrel_context (void) const
 barrel_ec id More...
 
IdContext module_context (void) const
 module id More...
 
IdContext straw_layer_context (void) const
 straw_layer id More...
 
IdContext straw_context (void) const
 straw id More...
 
methods from abstract interface - slower than opt version
virtual int get_id (const IdentifierHash &hash_id, Identifier &id, const IdContext *context=0) const override final
 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 final
 Create hash id from compact id (return == 0 for OK) More...
 

Private Member Functions

void initMessaging () const
 Initialize our message level and MessageSvc. More...
 

Private Attributes

std::string m_nm
 Message source name. More...
 
boost::thread_specific_ptr< MsgStream > m_msg_tls
 MsgStream instance (a std::cout like with print-out levels) More...
 
std::atomic< IMessageSvc * > m_imsg { nullptr }
 MessageSvc pointer. More...
 
std::atomic< MSG::Level > m_lvl { MSG::NIL }
 Current logging level. More...
 
std::atomic_flag m_initialized ATLAS_THREAD_SAFE = ATOMIC_FLAG_INIT
 Messaging initialized (initMessaging) More...
 

setting pointer to the MessageService

enum  ID { ATLAS_ID = static_cast<Identifier::value_type>(0), MAX_BIT = Identifier::MAX_BIT, PIXEL_MASK = static_cast<Identifier::value_type>(0xFF), ALL_BITS = Identifier::ALL_BITS }
 
std::string m_dict_version
 
bool m_is_initialized_from_dict {}
 
size_type m_DET_INDEX {999}
 
size_type m_SUBDET_INDEX {999}
 
size_type m_MUON_SUBDET_INDEX {999}
 
int m_INDET_ID {2}
 
int m_LAR_ID {4}
 
int m_TILE_ID {5}
 
int m_MUON_ID {7}
 
int m_CALO_ID {10}
 
int m_PIXEL_ID {1}
 
int m_SCT_ID {2}
 
int m_TRT_ID {3}
 
int m_HGTD_ID {4}
 
int m_LUMI_ID {3}
 
int m_LUMI_PLR_ID {1}
 
int m_LAR_EM_ID {1}
 
int m_LAR_HEC_ID {2}
 
int m_LAR_FCAL_ID {3}
 
int m_LAR_FCAL_MODULE_INDEX {999}
 
int m_MDT_ID {0}
 
int m_CSC_ID {1}
 
int m_RPC_ID {2}
 
int m_TGC_ID {3}
 
int m_STGC_ID {4}
 
int m_MM_ID {5}
 
int m_FWD_ID {13}
 
int m_ALFA_ID {1}
 
int m_BCM_ID {3}
 
int m_LUCID_ID {5}
 
int m_ZDC_ID {7}
 
bool m_isHighLuminosityLHC {}
 
Range::field m_lvl1_field
 
Range::field m_lvl1_onl_field
 
Range::field m_lar_dm_field
 
Range::field m_tile_dm_field
 
IdDictDictionarym_atlas_dict {}
 
IdDictDictionarym_indet_dict {}
 
IdDictDictionarym_lar_dict {}
 
IdDictDictionarym_tile_dict {}
 
IdDictDictionarym_muon_dict {}
 
IdDictDictionarym_calo_dict {}
 
IdDictDictionarym_fwd_dict {}
 
AtlasDetectorIDHelperm_helper {}
 
IdDictFieldImplementation m_det_impl
 
IdDictFieldImplementation m_indet_part_impl
 
IdDictFieldImplementation m_calo_side_impl
 
IdDictFieldImplementation m_lar_part_impl
 
IdDictFieldImplementation m_lar_fcal_module_impl
 
IdDictFieldImplementation m_muon_station_name_impl
 
IdDictFieldImplementation m_muon_mdt_impl
 
IdDictFieldImplementation m_muon_rpc_impl
 
IdDictFieldImplementation m_fwd_part_impl
 
std::vector< unsigned int > m_muon_tech_bits
 
virtual void setMessageSvc (IMessageSvc *msgSvc) override
 
void set_quiet (bool quiet)
 Set flag for suppressing informational output. More...
 
bool m_do_checks {}
 Flag for subclasses to know whether or not to perform checks. More...
 
bool m_do_neighbours {true}
 Flag for subclasses to know whether or not to perform neighbour initialization. More...
 
IMessageSvc * m_msgSvc {}
 pointer to the message service More...
 
bool m_quiet {}
 If true, suppress DEBUG/INFO messages. More...
 
std::vector< std::string > m_dict_names
 List of dictionary names used by this helper. More...
 
std::vector< std::string > m_file_names
 List of dictionary file names used by this helper. More...
 
std::vector< std::string > m_dict_tags
 List of dictionary versions used by this helper. More...
 
virtual void setDictVersion (const IdDictMgr &dict_mgr, const std::string &name) override
 
std::string to_range (const ExpandedIdentifier &id) const
 
std::string fix_barrel_ec (const std::string &barrel_ec) const
 
ExpandedIdentifier indet_exp (void) const
 Detector systems: More...
 
ExpandedIdentifier lar_exp (void) const
 
ExpandedIdentifier tile_exp (void) const
 
ExpandedIdentifier muon_exp (void) const
 
ExpandedIdentifier calo_exp (void) const
 
ExpandedIdentifier fwd_exp (void) const
 
ExpandedIdentifier pixel_exp (void) const
 Inner Detector: More...
 
ExpandedIdentifier sct_exp (void) const
 
ExpandedIdentifier trt_exp (void) const
 
ExpandedIdentifier hgtd_exp (void) const
 
ExpandedIdentifier lumi_exp (void) const
 
ExpandedIdentifier lar_em_exp (void) const
 LAr. More...
 
ExpandedIdentifier lar_hec_exp (void) const
 
ExpandedIdentifier lar_fcal_exp (void) const
 
ExpandedIdentifier alfa_exp (void) const
 Forward. More...
 
ExpandedIdentifier bcm_exp (void) const
 
ExpandedIdentifier lucid_exp (void) const
 
ExpandedIdentifier zdc_exp (void) const
 
int indet_field_value () const
 Provide efficient access to individual field values, for subclass idhelpers. More...
 
int lar_field_value () const
 
int tile_field_value () const
 
int muon_field_value () const
 
int calo_field_value () const
 
int pixel_field_value () const
 
int sct_field_value () const
 
int trt_field_value () const
 
int hgtd_field_value () const
 
int lumi_field_value () const
 
int plr_field_value () const
 
int lar_em_field_value () const
 
int lar_hec_field_value () const
 
int lar_fcal_field_value () const
 
int mdt_field_value () const
 
int csc_field_value () const
 
int rpc_field_value () const
 
int tgc_field_value () const
 
int stgc_field_value () const
 
int mm_field_value () const
 
int forward_field_value () const
 
int alfa_field_value () const
 
int bcm_field_value () const
 
int lucid_field_value () const
 
int zdc_field_value () const
 
int register_dict_tag (const IdDictMgr &dict_mgr, const std::string &dict_name)
 Register the file and tag names for a particular IdDict dictionary. More...
 
bool reinitialize (const IdDictMgr &dict_mgr)
 Test whether an idhelper should be reinitialized based on the change of tags. More...
 

interaction with id dictionary

enum  MODULE_RANGE { NUMBER_OF_EC_MODULES = 18 }
 
enum  VALUES { BARREL_VALUE = 1 }
 
typedef std::vector< Identifierhash_vec
 
typedef hash_vec::const_iterator hash_vec_it
 
typedef std::pair< unsigned int, unsigned int > intPair
 
typedef std::map< IdentifierHash, HashCalchashCalcMap
 
bool m_is_valid
 
size_type m_trt_region_index
 
size_type m_INDET_INDEX
 
size_type m_TRT_INDEX
 
size_type m_BARREL_EC_INDEX
 
size_type m_PHI_MODULE_INDEX
 
size_type m_LAYER_OR_WHEEL_INDEX
 
size_type m_STRAW_LAYER_INDEX
 
size_type m_STRAW_INDEX
 
const IdDictDictionarym_dict
 
MultiRange m_full_straw_range
 
MultiRange m_full_straw_layer_range
 
MultiRange m_full_module_range
 
size_type m_module_hash_max
 
size_type m_straw_layer_hash_max
 
size_type m_straw_hash_max
 
Range::field m_barrel_field
 
hash_vec m_module_vec
 
hash_vec m_straw_layer_vec
 
hash_vec m_straw_vec
 
std::vector< HashCalcm_hash_calcs
 
std::vector< intPairm_hash_calcs_barrel_indexes
 
std::vector< intPairm_hash_calcs_endcap_indexes
 
IdDictFieldImplementation m_indet_impl
 
IdDictFieldImplementation m_trt_impl
 
IdDictFieldImplementation m_bec_impl
 
IdDictFieldImplementation m_phi_mod_impl
 
IdDictFieldImplementation m_lay_wheel_impl
 
IdDictFieldImplementation m_str_lay_impl
 
IdDictFieldImplementation m_straw_impl
 
Identifier straw_id (const ExpandedIdentifier &straw_id) const
 Create straw Identifier from expanded id, which is returned by the id_iterators. More...
 
virtual int initialize_from_dictionary (const IdDictMgr &dict_mgr) override final
 Set the IdDictionary. More...
 
int get_straw_layer_hash_calc (const ExpandedIdentifier &id, IdentifierHash &hash_id) const
 Special method for timing tests. More...
 
void get_expanded_id (const Identifier &id, ExpandedIdentifier &exp_id, const IdContext *context=0) const
 
void test_trt_ids (void)
 Tests of packing. More...
 
void barrel_ec_id_checks (int barrel_ec) const
 
void module_id_checks (int barrel_ec, int phi_module, int layer_or_wheel) const
 
void straw_id_checks (int barrel_ec, int phi_module, int layer_or_wheel, int straw_layer, int straw) const
 
void layer_id_checks (int barrel_ec, int phi_module, int layer_or_wheel, int straw_layer) const
 
int initLevelsFromDict (void)
 
void init_hashes (void)
 
IdentifierHash straw_hash_bin (Identifier straw_id) const
 
void invalidMessage () const
 

Detailed Description

@class TRT_ID

@brief This is an Identifier helper class for the TRT
subdetector. This class is a factory for creating compact
Identifier objects and IdentifierHash or hash ids. And it also
allows decoding of these ids.

For the TRT there are four different identifiers that one may
define, where each one defines only a certain number of "levels"
for the identifier:
  - barrel/endcap: levels indet/trt/b_ec
  - module or wheel: b_ec + /phi module/layer or wheel
  - straw layer: previous + straw layer within a module/wheel
  - straw: previous + straw number within a layer
  .

Definition and the range of values for the levels of the
identifier are:

@verbatim

** element range meaning ** ----— --— ----— ** ** barrel_ec +/- 1 positive/negative barrel ** +/- 2 positive/negative endcap ** 0 to 17 endcap wheel range ** phi module 0 to 31 for barrel modular geometry ** 0 for barrel "simple layer" geometry ** 0 to 31 for endcap ** layer or wheel 0 to 2 barrel module layer number ** 0 to 72 is straw layer for barrel "simple layer" geometry ** straw_layer 0 to 18 (19) for barrel module 0 for modular (layer) geometry ** 0 to 23 for barrel module 1 " " " ** 0 to 29 (28) for barrel module 2 " " " ** 0 for barrel "simple layer" geometry ** 0 to 15 or 7 for ec (middle modules have 8 layers, ** 224 total layers in ec) ** straw 0 to <28 for barrel, depends upon layer ** 0 to <981 for barrel "simple layer" geometry ** 0 to <23 for ec (fewer for last 4 modules/wheels due ** to smaller inner radius) **

Definition at line 83 of file TRT_ID.h.

Member Typedef Documentation

◆ const_expanded_id_iterator

Definition at line 90 of file TRT_ID.h.

◆ const_id_iterator

typedef std::vector<Identifier>::const_iterator TRT_ID::const_id_iterator

Definition at line 89 of file TRT_ID.h.

◆ hash_vec

typedef std::vector<Identifier> TRT_ID::hash_vec
private

Definition at line 292 of file TRT_ID.h.

◆ hash_vec_it

typedef hash_vec::const_iterator TRT_ID::hash_vec_it
private

Definition at line 293 of file TRT_ID.h.

◆ hashCalcMap

typedef std::map<IdentifierHash, HashCalc> TRT_ID::hashCalcMap
private

Definition at line 364 of file TRT_ID.h.

◆ intPair

typedef std::pair<unsigned int, unsigned int> TRT_ID::intPair
private

Definition at line 363 of file TRT_ID.h.

◆ size_type

Definition at line 88 of file TRT_ID.h.

Member Enumeration Documentation

◆ HelperType

enum AtlasDetectorID::HelperType
stronginherited

enum class for eventual final derived types of this class

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

Definition at line 60 of file AtlasDetectorID.h.

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

◆ ID

enum AtlasDetectorID::ID
privateinherited
Enumerator
ATLAS_ID 
MAX_BIT 
PIXEL_MASK 
ALL_BITS 

Definition at line 388 of file AtlasDetectorID.h.

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

◆ MODULE_RANGE

Enumerator
NUMBER_OF_EC_MODULES 

Definition at line 288 of file TRT_ID.h.

288  {
290  };

◆ VALUES

enum TRT_ID::VALUES
private
Enumerator
BARREL_VALUE 

Definition at line 295 of file TRT_ID.h.

295  {
296  BARREL_VALUE = 1
297  };

Constructor & Destructor Documentation

◆ TRT_ID()

TRT_ID::TRT_ID ( void  )

Definition at line 26 of file TRT_ID.cxx.

27  :
28  m_is_valid(true),
30  m_INDET_INDEX(0),
31  m_TRT_INDEX(1),
36  m_STRAW_INDEX(6),
37  m_dict(nullptr),
40  m_straw_hash_max(0) {
43 }

◆ ~TRT_ID()

TRT_ID::~TRT_ID ( void  )
default

Member Function Documentation

◆ alfa_exp()

ExpandedIdentifier AtlasDetectorID::alfa_exp ( void  ) const
inlineprotectedinherited

Forward.

Definition at line 583 of file AtlasDetectorID.h.

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

◆ alfa_field_value()

int AtlasDetectorID::alfa_field_value ( ) const
inlineprotectedinherited

Definition at line 673 of file AtlasDetectorID.h.

673 {return (m_ALFA_ID);}

◆ barrel_context()

IdContext TRT_ID::barrel_context ( void  ) const
inline

barrel_ec id

Definition at line 693 of file TRT_ID.h.

693  {
694  // Check if TRT_ID is valid for this layout
695  if (!m_is_valid) invalidMessage();
696 
698  return(IdContext(id, 0, m_BARREL_EC_INDEX));
699 }

◆ barrel_ec()

int TRT_ID::barrel_ec ( const Identifier id) const
inline

Values of different levels (failure returns 0)

Definition at line 866 of file TRT_ID.h.

866  {
867  // Check if TRT_ID is valid for this layout
868  if (!m_is_valid) invalidMessage();
869 
870  return(m_bec_impl.unpack(id));
871 }

◆ barrel_ec_id() [1/2]

Identifier TRT_ID::barrel_ec_id ( int  barrel_ec) const
inline

For +/-barrel or +/-endcap id.

Definition at line 417 of file TRT_ID.h.

417  {
418  return barrel_ec_id(barrel_ec, do_checks());
419 }

◆ barrel_ec_id() [2/2]

Identifier TRT_ID::barrel_ec_id ( int  barrel_ec,
bool  checks 
) const
inline

Definition at line 397 of file TRT_ID.h.

397  {
398  // Check if TRT_ID is valid for this layout
399  if (!m_is_valid) invalidMessage();
400 
401  // Build identifier
403 
404  // Pack fields independently
408 
409  if (checks) {
411  }
412 
413  return result;
414 }

◆ barrel_ec_id_checks()

void TRT_ID::barrel_ec_id_checks ( int  barrel_ec) const
private

Definition at line 48 of file TRT_ID.cxx.

48  {
49  // Check that id is within allowed range
50 
51  // Fill expanded id
53 
55 
56  if (!m_full_module_range.match(id)) { // module range check is sufficient
57  MsgStream log(m_msgSvc, "TRT_ID");
58  log << MSG::ERROR << " TRT_ID::barrel_ec_id result is NOT ok. ID, range "
59  << (std::string) id << " "
60  << (std::string) m_full_module_range << endmsg;
61  }
62 }

◆ bcm_exp()

ExpandedIdentifier AtlasDetectorID::bcm_exp ( void  ) const
inlineprotectedinherited

Definition at line 590 of file AtlasDetectorID.h.

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

◆ bcm_field_value()

int AtlasDetectorID::bcm_field_value ( ) const
inlineprotectedinherited

Definition at line 675 of file AtlasDetectorID.h.

675 {return (m_BCM_ID);}

◆ calo()

Identifier AtlasDetectorID::calo ( void  ) const
inherited

Definition at line 68 of file AtlasDetectorID.cxx.

68  {
69  Identifier result{0};
70  // Pack field
72  return result;
73 }

◆ calo_exp()

ExpandedIdentifier AtlasDetectorID::calo_exp ( void  ) const
inlineprotectedinherited

Definition at line 513 of file AtlasDetectorID.h.

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

◆ calo_field_value()

int AtlasDetectorID::calo_field_value ( ) const
inlineprotectedinherited

Definition at line 623 of file AtlasDetectorID.h.

623 {return (m_CALO_ID);}

◆ csc()

Identifier AtlasDetectorID::csc ( void  ) const
inherited

Definition at line 25 of file AtlasDetectorID.cxx.

25  {
26  return Identifier{};
27 }

◆ csc_field_value()

int AtlasDetectorID::csc_field_value ( ) const
inlineprotectedinherited

Definition at line 656 of file AtlasDetectorID.h.

656 {return (m_CSC_ID);}

◆ detsystem_context()

IdContext AtlasDetectorID::detsystem_context ( void  ) const
inherited

IdContext (indicates id length) for detector systems.

Definition at line 163 of file AtlasDetectorID.cxx.

163  {
164  ExpandedIdentifier id{};
165  return IdContext{id, 0, m_DET_INDEX};
166 }

◆ dict_names()

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

Dictionary names.

Definition at line 448 of file AtlasDetectorID.cxx.

448  {
449  return m_dict_names;
450 }

◆ dict_tags()

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

Version tags for subdet dictionaries.

Definition at line 454 of file AtlasDetectorID.cxx.

454  {
455  return m_dict_tags;
456 }

◆ dictionaryVersion()

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

Implements IdHelper.

Definition at line 266 of file AtlasDetectorID.cxx.

266  {
267  return m_dict_version;
268 }

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

457  {
458  return m_do_checks;
459 }

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

464  {
465  return m_do_neighbours;
466 }

◆ file_names()

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

File names for subdet dictionaries.

Definition at line 451 of file AtlasDetectorID.cxx.

451  {
452  return m_file_names;
453 }

◆ fix_barrel_ec()

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

◆ forward_field_value()

int AtlasDetectorID::forward_field_value ( ) const
inlineprotectedinherited

Definition at line 671 of file AtlasDetectorID.h.

671 {return (m_FWD_ID);}

◆ fwd_exp()

ExpandedIdentifier AtlasDetectorID::fwd_exp ( void  ) const
inlineprotectedinherited

Definition at line 520 of file AtlasDetectorID.h.

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

◆ get_expanded_id()

void TRT_ID::get_expanded_id ( const Identifier id,
ExpandedIdentifier exp_id,
const IdContext context = 0 
) const

Definition at line 730 of file TRT_ID.cxx.

732  {
733  exp_id.clear();
734  exp_id << indet_field_value()
735  << trt_field_value()
736  << barrel_ec(id)
737  << phi_module(id)
738  << layer_or_wheel(id);
739  if (!context || context->end_index() >= m_STRAW_LAYER_INDEX) {
740  exp_id << straw_layer(id);
741  }
742  if (!context || context->end_index() == m_STRAW_INDEX) {
743  exp_id << straw(id);
744  }
745 }

◆ get_hash()

int TRT_ID::get_hash ( const Identifier id,
IdentifierHash hash_id,
const IdContext context = 0 
) const
finaloverridevirtual

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

Reimplemented from AtlasDetectorID.

Definition at line 748 of file TRT_ID.cxx.

750  {
751  // Get the hash code from either a vec (for modules and straw
752  // layers) or calculate it (straws). For the former, we convert to
753  // compact and call get_hash again. For the latter, we calculate
754  // the hash from the Identifier.
755 
756  int result = 1;
757 
758  hash_id = 0;
759  size_t begin = (context) ? context->begin_index() : 0;
760  size_t end = (context) ? context->end_index() : 0;
761 
762  if (0 == begin) {
763  // No hashes yet for ids with prefixes
764  if (m_LAYER_OR_WHEEL_INDEX == end) {
765  hash_id = module_hash(id);
766  if (hash_id.is_valid()) result = 0;
767  } else if (m_STRAW_LAYER_INDEX == end) {
768  hash_id = straw_layer_hash(id);
769  if (hash_id.is_valid()) result = 0;
770  } else if (context && context->end_index() == m_STRAW_INDEX) {
771  // Must calculate for straw hash
772  ExpandedIdentifier new_id;
773  get_expanded_id(id, new_id);
774  hash_id = m_full_straw_range.cardinalityUpTo(new_id);
775  result = 0;
776  }
777  }
778  return(result);
779 }

◆ get_id()

int TRT_ID::get_id ( const IdentifierHash hash_id,
Identifier id,
const IdContext context = 0 
) const
finaloverridevirtual

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

Reimplemented from AtlasDetectorID.

Definition at line 699 of file TRT_ID.cxx.

701  {
702  int result = 1;
703 
704  id.clear();
705 
706  size_t begin = (context) ? context->begin_index() : 0;
707  // cannot get hash if end is 0:
708  size_t end = (context) ? context->end_index() : 0;
709  if (0 == begin) {
710  // No hashes yet for ids with prefixes
711  if (m_LAYER_OR_WHEEL_INDEX == end) {
712  if (hash_id < (unsigned int) (m_module_vec.end() - m_module_vec.begin())) {
713  id = m_module_vec[hash_id];
714  result = 0;
715  }
716  } else if (m_STRAW_LAYER_INDEX == end) {
717  if (hash_id < (unsigned int) (m_straw_layer_vec.end() - m_straw_layer_vec.begin())) {
718  id = m_straw_layer_vec[hash_id];
719  result = 0;
720  }
721  } else if (m_STRAW_INDEX == end) {
722  // Do not know how to calculate straw id from hash yet!!
723  std::cout << "Do not know how to calculate straw id from hash yet!!" << std::endl;
724  }
725  }
726  return(result);
727 }

◆ get_straw_layer_hash_calc()

int TRT_ID::get_straw_layer_hash_calc ( const ExpandedIdentifier id,
IdentifierHash hash_id 
) const

Special method for timing tests.

Definition at line 691 of file TRT_ID.cxx.

692  {
694  return(0);
695 }

◆ helper()

virtual HelperType AtlasDetectorID::helper ( ) const
inlinevirtualinherited

Type of helper, defaulted to 'Unimplemented'.

Reimplemented in SCT_ID, PLR_ID, and PixelID.

Definition at line 95 of file AtlasDetectorID.h.

95  {
97  }

◆ hgtd()

Identifier AtlasDetectorID::hgtd ( void  ) const
inherited

Definition at line 99 of file AtlasDetectorID.cxx.

99  {
100  Identifier result{0};
101  // Pack field
104  return result;
105 }

◆ hgtd_exp()

ExpandedIdentifier AtlasDetectorID::hgtd_exp ( void  ) const
inlineprotectedinherited

Definition at line 548 of file AtlasDetectorID.h.

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

◆ hgtd_field_value()

int AtlasDetectorID::hgtd_field_value ( ) const
inlineprotectedinherited

Definition at line 635 of file AtlasDetectorID.h.

635 {return (m_HGTD_ID);}

◆ indet()

Identifier AtlasDetectorID::indet ( void  ) const
inherited

Detector systems:

Definition at line 40 of file AtlasDetectorID.cxx.

40  {
41  Identifier result{0};
42  // Pack field
44  return result;
45 }

◆ indet_exp()

ExpandedIdentifier AtlasDetectorID::indet_exp ( void  ) const
inlineprotectedinherited

Detector systems:

Definition at line 485 of file AtlasDetectorID.h.

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

◆ indet_field_value()

int AtlasDetectorID::indet_field_value ( ) const
inlineprotectedinherited

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

Definition at line 611 of file AtlasDetectorID.h.

611 {return (m_INDET_ID);}

◆ init_hashes()

void TRT_ID::init_hashes ( void  )
private

Definition at line 261 of file TRT_ID.cxx.

261  {
262  //
263  // create two vecs (module and straw layer) to retrieve the hashes
264  // for compact ids
265  //
266 
267  // module hash
268  MsgStream log(m_msgSvc, "TRT_ID");
269 
270  log << MSG::DEBUG << "Module range -> " << (std::string) m_full_module_range
271  << endmsg;
272 
273 
274 
275 
278  unsigned int nids = 0;
279  std::set<Identifier> ids;
280  for (unsigned int i = 0; i < m_full_module_range.size(); ++i) {
281  const Range& range = m_full_module_range[i];
283  for (const auto & exp_id: rit) {
285  exp_id[m_PHI_MODULE_INDEX],
286  exp_id[m_LAYER_OR_WHEEL_INDEX]);
287  if (!(ids.insert(id)).second) {
288  log << MSG::ERROR << " TRT_ID::init_hashes "
289  << " Error: duplicated id for module id. nid " << nids
290  << " compact id " << show_to_string(id)
291  << " id " << std::string(exp_id)
292  << endmsg;
293 
294  }
295  nids++;
296  }
297  }
298  if (ids.size() != m_module_hash_max) {
299  log << MSG::ERROR << " TRT_ID::init_hashes "
300  << " Error: set size NOT EQUAL to hash max. size " << ids.size()
301  << " hash max " << m_module_hash_max
302  << endmsg;
303 
304  } else {
305  log << MSG::DEBUG << " TRT_ID::init_hashes "
306  << " module hash max " << m_module_hash_max
307  << endmsg;
308 
309  }
310 
311  nids = 0;
312  std::set<Identifier>::const_iterator first = ids.begin();
313  std::set<Identifier>::const_iterator last = ids.end();
314  for (; first != last && nids < m_module_vec.size(); ++first) {
315  m_module_vec[nids] = (*first);
316  nids++;
317  }
318 
319  // straw_layer hash
322  nids = 0;
323  ids.clear();
324  for (unsigned int i = 0; i < m_full_straw_layer_range.size(); ++i) {
327  for (const auto & exp_id: rit) {
329  exp_id[m_PHI_MODULE_INDEX],
330  exp_id[m_LAYER_OR_WHEEL_INDEX],
331  exp_id[m_STRAW_LAYER_INDEX]);
332  if (!(ids.insert(id)).second) {
333  log << MSG::ERROR << " TRT_ID::init_hashes "
334  << " Error: duplicated id for straw layer id. nid " << nids
335  << " compact id " << show_to_string(id)
336  << " id " << std::string(exp_id)
337  << endmsg;
338 
339  nids++;
340  }
341  }
342  }
343 
344  if (ids.size() != m_straw_layer_hash_max) {
345  log << MSG::ERROR << " TRT_ID::init_hashes "
346  << " Error: set size NOT EQUAL to hash max. size " << ids.size()
347  << " hash max " << m_straw_layer_hash_max
348  << endmsg;
349  } else {
350  log << MSG::DEBUG << " TRT_ID::init_hashes "
351  << " straw layer hash max " << m_straw_layer_hash_max
352  << endmsg;
353 
354  }
355 
356  nids = 0;
357  first = ids.begin();
358  last = ids.end();
359  for (; first != last && nids < m_straw_layer_vec.size(); ++first) {
360  m_straw_layer_vec[nids] = (*first);
361  nids++;
362  }
363 
364 
365  // Init vector for binary lookup
367 
368 
369  // Setup for hash calculation for straw ids
370 
371 
372  // We use a HashCalc object to save the information needed to
373  // calculate the hash from the decoded values of a straw id.
374  //
375  // The number of HashCalc objects needed are 2x the number of
376  // ranges - one for each pos/neg. There are then two additional
377  // lookup tables, one for each of barrel and endcap, to access the
378  // index into the HashCalc table. Here we set up the HashCalc
379  // table and the additional tables for accessing the index.
380 
381  // Set up vector as lookup table for hash calculation.
382  unsigned int hcIndex = 0;
383  unsigned int nRanges = m_full_straw_range.size();
384  m_hash_calcs.resize(2 * nRanges); // allow for pos/neg
385 
386 // std::vector<bool> startHashFound(4,false);
387 // m_beStartHash.resize(4);
388 
389 
390  for (unsigned int i = 0; i < m_full_straw_range.size(); ++i) {
391  const Range* range = &m_full_straw_range[i];
392  ExpandedIdentifier exp_id = range->minimum();
394  exp_id[m_PHI_MODULE_INDEX],
395  exp_id[m_LAYER_OR_WHEEL_INDEX],
396  exp_id[m_STRAW_LAYER_INDEX],
397  exp_id[m_STRAW_INDEX]);
398  IdentifierHash min_neg = straw_hash_bin(min);
399 
400  // Calculate the offset in phi
401  Identifier next_phi = straw_id(exp_id[m_BARREL_EC_INDEX],
402  exp_id[m_PHI_MODULE_INDEX] + 1,
403  exp_id[m_LAYER_OR_WHEEL_INDEX],
404  exp_id[m_STRAW_LAYER_INDEX],
405  exp_id[m_STRAW_INDEX]);
406  IdentifierHash deltaPhi = straw_hash_bin(next_phi) - min_neg;
407 
408  // barrel or endcap
410 
411 
412  // both pos and neg available?
413  bool two_sides = ((*range)[m_BARREL_EC_INDEX].get_indices() == 2);
414 
415  // fill lookup table with index to HashCalc
416  unsigned int lay_min = (*range)[m_LAYER_OR_WHEEL_INDEX].get_minimum();
417  unsigned int nlayers = (*range)[m_LAYER_OR_WHEEL_INDEX].get_indices();
418  unsigned int str_lay_min = (*range)[m_STRAW_LAYER_INDEX].get_minimum();
419  unsigned int nstr_layers = (*range)[m_STRAW_LAYER_INDEX].get_indices();
420  unsigned int start;
421  unsigned int end;
422 
423  if (isBarrel) {
424  // use layer and straw layer to distinguish which HashCalc
425  start = lay_min * 32 + str_lay_min;
426  end = start + nstr_layers;
428  for (unsigned int i = start; i < end; ++i) {
429  m_hash_calcs_barrel_indexes[i].first = hcIndex;
430  }
431 
432  } else {
433  // use layer alone to distinguish which HashCalc
434  start = lay_min;
435  end = start + nlayers;
437  for (unsigned int i = start; i < end; ++i) {
438  m_hash_calcs_endcap_indexes[i].first = hcIndex;
439  }
440 
441  }
442 
443 
444  // Set up HashCalc objet
445  HashCalc hc;
446  hc.m_hash = min_neg;
447 // hc.m_barrel_ec = exp_id[m_BARREL_EC_INDEX];
448  hc.m_deltaPhi = deltaPhi;
449  hc.m_layerMin = (*range)[m_LAYER_OR_WHEEL_INDEX].get_minimum();
450  hc.m_strLayerMin = (*range)[m_STRAW_LAYER_INDEX].get_minimum();
451 
452  hc.m_nStrawLayers = (*range)[m_STRAW_LAYER_INDEX].get_indices() *
453  (*range)[m_STRAW_INDEX].get_indices();
454  hc.m_nstraws = (*range)[m_STRAW_INDEX].get_indices();
455 
456 
457  m_hash_calcs[hcIndex] = hc;
458  hcIndex++;
459 
460  // Now repeat if there are both pos/neg
461 
462  if (two_sides) {
463  if (isBarrel) {
464  // use layer and straw layer to distinguish which HashCalc
465  start = lay_min * 32 + str_lay_min;
466  end = start + nstr_layers;
468  for (unsigned int i = start; i < end; ++i) {
469  m_hash_calcs_barrel_indexes[i].second = hcIndex;
470  }
471 
472  } else {
473  // use layer alone to distinguish which HashCalc
474  start = lay_min;
475  end = start + nlayers;
477  for (unsigned int i = start; i < end; ++i) {
478  m_hash_calcs_endcap_indexes[i].second = hcIndex;
479  }
480 
481  }
482 
483 
484 
485  // Flip sign for bec if 2 symmetric sides (ATLAS case, not TB)
487  exp_id[m_PHI_MODULE_INDEX],
488  exp_id[m_LAYER_OR_WHEEL_INDEX],
489  exp_id[m_STRAW_LAYER_INDEX],
490  exp_id[m_STRAW_INDEX]);
491  IdentifierHash min_pos = straw_hash_bin(min);
492  hc.m_hash = min_pos;
493  m_hash_calcs[hcIndex] = hc;
494  hcIndex++;
495  }
496  }
497 
498  // clear vector
500 }

◆ init_straw_hash_vector()

void TRT_ID::init_straw_hash_vector ( void  )

The init will use up ~2 MB of memory, so one should do init, use straw_id and then reset.

Definition at line 508 of file TRT_ID.cxx.

508  {
509  // We init straw hashes separately to be able to reset the vector
510  // afterwards
511 
512  MsgStream log(m_msgSvc, "TRT_ID");
513 
514  // straw hash - we do not keep a vec for the straws - too large
517  unsigned int nids = 0;
518  std::set<Identifier> ids;
519 
520  for (unsigned int i = 0; i < m_full_straw_range.size(); ++i) {
521  const Range& range = m_full_straw_range[i];
523  for (const auto & exp_id:rit) {
525  exp_id[m_PHI_MODULE_INDEX],
526  exp_id[m_LAYER_OR_WHEEL_INDEX],
527  exp_id[m_STRAW_LAYER_INDEX],
528  exp_id[m_STRAW_INDEX]);
529  if (!(ids.insert(id)).second) {
530  log << MSG::ERROR << " TRT_ID::init_hashes "
531  << " Error: duplicated id for straw id. nid " << nids
532  << " compact id " << show_to_string(id)
533  << " id " << std::string(exp_id)
534  << endmsg;
535 
536  }
537  nids++;
538  }
539  }
540  if (ids.size() != m_straw_hash_max) {
541  log << MSG::ERROR << " TRT_ID::init_hashes "
542  << " Error: set size NOT EQUAL to hash max. size " << ids.size()
543  << " hash max " << m_straw_hash_max
544  << endmsg;
545 
546  } else {
547  log << MSG::DEBUG << " TRT_ID::init_hashes "
548  << " straw hash max " << m_straw_hash_max
549  << endmsg;
550 
551  }
552 
553  nids = 0;
554  std::set<Identifier>::const_iterator first = ids.begin();
555  std::set<Identifier>::const_iterator last = ids.end();
556  for (; first != last && nids < m_straw_vec.size(); ++first) {
557  m_straw_vec[nids] = (*first);
558  nids++;
559  }
560 }

◆ initialize_from_dictionary()

int TRT_ID::initialize_from_dictionary ( const IdDictMgr dict_mgr)
finaloverridevirtual

Set the IdDictionary.

Reimplemented from AtlasDetectorID.

Definition at line 130 of file TRT_ID.cxx.

130  {
131  MsgStream log(m_msgSvc, "TRT_ID");
132  log << MSG::INFO << "Initialize from dictionary msgSvc " << m_msgSvc << endmsg;
133  // Check whether this helper should be reinitialized
134  if (!reinitialize(dict_mgr)) {
135  log << MSG::INFO << "Request to reinitialize not satisfied - tags have not changed" << endmsg;
136  return(0);
137  } else {
138  log << MSG::DEBUG << "(Re)initialize" << endmsg;
139  }
140 
141  // init base object
143  m_is_valid = false;
144  return(1);
145  }
146 
147 
148  // Register version of InnerDetector dictionary
149  if (register_dict_tag(dict_mgr, "InnerDetector")) {
150  m_is_valid = false;
151  return(1);
152  }
153 
154 
155  m_dict = dict_mgr.find_dictionary("InnerDetector");
156  if (!m_dict) {
157  log << MSG::ERROR << " TRT_ID::initialize_from_dict - cannot access InnerDetector dictionary "
158  << endmsg;
159  m_is_valid = false;
160  return 1;
161  }
162 
163  // Initialize the field indices
164  if (initLevelsFromDict()) {
165  m_is_valid = false;
166  return(1);
167  }
168 
169 
170  //
171  // Set barrel field for testing is_barrel
172  //
173  int barrel_value;
175  // negative barrel
176  if (m_dict->get_label_value("barrel_endcap", "negative_barrel", barrel_value)) {
177  log << MSG::ERROR << "Could not get value for label 'barrel' of field 'barrel_endcap' in dictionary "
178  << m_dict->m_name
179  << endmsg;
180 
181  m_is_valid = false;
182  return(1);
183  }
184  m_barrel_field.add_value(barrel_value);
185  // negative barrel
186  if (m_dict->get_label_value("barrel_endcap", "positive_barrel", barrel_value)) {
187  log << MSG::ERROR << "Could not get value for label 'barrel' of field 'barrel_endcap' in dictionary "
188  << m_dict->m_name
189  << endmsg;
190 
191  m_is_valid = false;
192  return(1);
193  }
194  m_barrel_field.add_value(barrel_value);
195  log << MSG::DEBUG << " TRT_ID::initialize_from_dict "
196  << "Set barrel field values: "
197  << (std::string) m_barrel_field
198  << endmsg;
199 
200 
201  //
202  // Build multirange for the valid set of identifiers
203  //
204 
205 
206  // Find value for the field InnerDetector
207  const IdDictDictionary* atlasDict = dict_mgr.find_dictionary("ATLAS");
208 
209  int inDetField = -1;
210  if (atlasDict->get_label_value("subdet", "InnerDetector", inDetField)) {
211  log << MSG::ERROR << "Could not get value for label 'InnerDetector' of field 'subdet' in dictionary "
212  << atlasDict->m_name
213  << endmsg;
214 
215  m_is_valid = false;
216  return(1);
217  }
218 
219  // Find value for the field TRT
220  int trtField = -1;
221  if (m_dict->get_label_value("part", "TRT", trtField)) {
222  log << MSG::ERROR << "Could not get value for label 'TRT' of field 'part' in dictionary "
223  << m_dict->m_name
224  << endmsg;
225 
226  m_is_valid = false;
227  return(1);
228  }
229  log << MSG::DEBUG << " TRT_ID::initialize_from_dict "
230  << "Found field values: InDet/TRT "
231  << inDetField << "/"
232  << trtField
233  << endmsg;
234 
235 
236  // Set up id for region and range prefix
238  region_id.add(inDetField);
239  region_id.add(trtField);
240  Range prefix;
244 
245  init_hashes();
246 
247  log << MSG::DEBUG << " TRT_ID::initialize_from_dict "
248  << endmsg;
249  log << MSG::DEBUG << "Module range -> " << (std::string) m_full_module_range
250  << endmsg;
251  log << MSG::DEBUG << "Straw layer range -> " << (std::string) m_full_straw_layer_range
252  << endmsg;
253  log << MSG::DEBUG << "Straw range -> " << (std::string) m_full_straw_range
254  << endmsg;
255 
256 
257  return 0;
258 }

◆ initLevelsFromDict()

int TRT_ID::initLevelsFromDict ( void  )
private

Definition at line 563 of file TRT_ID.cxx.

563  {
564  MsgStream log(m_msgSvc, "TRT_ID");
565 
566  if (!m_dict) {
567  log << MSG::ERROR << " TRT_ID::initLevelsFromDict - dictionary NOT initialized "
568  << endmsg;
569 
570  return(1);
571  }
572 
573  // Find out which identifier field corresponds to each level. Use
574  // names to find each field/leve.
575 
576  m_INDET_INDEX = 999;
577  m_TRT_INDEX = 999;
578  m_BARREL_EC_INDEX = 999;
579  m_PHI_MODULE_INDEX = 999;
581  m_STRAW_LAYER_INDEX = 999;
582  m_STRAW_INDEX = 999;
583 
584  // Save index to a TRT region for unpacking
586  id << indet_field_value() << trt_field_value();
588  log << MSG::WARNING << "TRT_ID::initLevelsFromDict - unable to initialize TRT_ID helper "
589  << endmsg;
590  log << MSG::WARNING << "TRT_ID::initLevelsFromDict - we assume that the TRT does NOT exist for this layout "
591  << endmsg;
592 
593  return(1);
594  }
595 
596  // Find a TRT region
597  IdDictField* field = m_dict->find_field("subdet");
598  if (field) {
599  m_INDET_INDEX = field->m_index;
600  } else {
601  log << MSG::ERROR << "TRT_ID::initLevelsFromDict - unable to find 'subdet' field "
602  << endmsg;
603 
604  return(1);
605  }
606  field = m_dict->find_field("part");
607  if (field) {
608  m_TRT_INDEX = field->m_index;
609  } else {
610  log << MSG::ERROR << "TRT_ID::initLevelsFromDict - unable to find 'part' field "
611  << endmsg;
612 
613  return(1);
614  }
615  field = m_dict->find_field("barrel_endcap");
616  if (field) {
617  m_BARREL_EC_INDEX = field->m_index;
618  } else {
619  log << MSG::ERROR << "TRT_ID::initLevelsFromDict - unable to find 'barrel_endcap' field "
620  << endmsg;
621 
622 
623  return(1);
624  }
625  field = m_dict->find_field("phi_sector");
626  if (field) {
627  m_PHI_MODULE_INDEX = field->m_index;
628  } else {
629  log << MSG::ERROR << "TRT_ID::initLevelsFromDict - unable to find 'phi_sector' field "
630  << endmsg;
631 
632 
633  return(1);
634  }
635  field = m_dict->find_field("layer_or_wheel");
636  if (field) {
637  m_LAYER_OR_WHEEL_INDEX = field->m_index;
638  } else {
639  log << MSG::ERROR << "TRT_ID::initLevelsFromDict - unable to find 'layer' field "
640  << endmsg;
641 
642 
643  return(1);
644  }
645  field = m_dict->find_field("straw_layer");
646  if (field) {
647  m_STRAW_LAYER_INDEX = field->m_index;
648  } else {
649  log << MSG::ERROR << "TRT_ID::initLevelsFromDict - unable to find 'straw_layer' field "
650  << endmsg;
651 
652 
653  return(1);
654  }
655  field = m_dict->find_field("straw");
656  if (field) {
657  m_STRAW_INDEX = field->m_index;
658  } else {
659  log << MSG::ERROR << "TRT_ID::initLevelsFromDict - unable to find 'straw' field "
660  << endmsg;
661 
662 
663  return(1);
664  }
665 
666  // Set the field implementations: for bec, lay/disk, eta/phi mod
667 
668  const IdDictRegion& region = *m_dict->m_regions[m_trt_region_index];
669 
677 
678  log << MSG::DEBUG << "decode index and bit fields for each level: " << endmsg;
679  log << MSG::DEBUG << "indet " << m_indet_impl.show_to_string() << endmsg;
680  log << MSG::DEBUG << "trt " << m_trt_impl.show_to_string() << endmsg;
681  log << MSG::DEBUG << "bec " << m_bec_impl.show_to_string() << endmsg;
682  log << MSG::DEBUG << "phi_mod " << m_phi_mod_impl.show_to_string() << endmsg;
683  log << MSG::DEBUG << "lay_wheel " << m_lay_wheel_impl.show_to_string() << endmsg;
684  log << MSG::DEBUG << "str_lay " << m_str_lay_impl.show_to_string() << endmsg;
685  log << MSG::DEBUG << "straw " << m_straw_impl.show_to_string() << endmsg;
686 
687  return(0);
688 }

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

◆ invalidMessage()

void TRT_ID::invalidMessage ( ) const
inlineprivate

Definition at line 843 of file TRT_ID.h.

843  {
844  MsgStream log(m_msgSvc, "TRT_ID");
845 
846  if (m_msgSvc) {
847  log << MSG::ERROR << " TRT_ID is NOT valid for this layout. " << endmsg;
848  log << MSG::ERROR << " Please use 'trt_id->is_valid()' if a layout test is needed. " << endmsg;
849  } else {
850  std::cout << " ERROR TRT_ID is NOT valid for this layout. " << std::endl;
851  std::cout << " ERROR Please use 'trt_id->is_valid()' if a layout test is needed. " << std::endl;
852  }
853 }

◆ is_alfa()

bool AtlasDetectorID::is_alfa ( Identifier  id) const
inlineinherited

Definition at line 941 of file AtlasDetectorID.h.

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

◆ is_barrel()

bool TRT_ID::is_barrel ( const Identifier id) const
inline

Test for barrel.

Definition at line 857 of file TRT_ID.h.

857  {
858  // Check if TRT_ID is valid for this layout
859  if (!m_is_valid) invalidMessage();
860 
861  return(m_barrel_field.match(m_bec_impl.unpack(id)));
862 }

◆ is_bcm()

bool AtlasDetectorID::is_bcm ( Identifier  id) const
inlineinherited

Definition at line 951 of file AtlasDetectorID.h.

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

◆ is_calo() [1/2]

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

Definition at line 281 of file AtlasDetectorID.cxx.

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

◆ is_calo() [2/2]

bool AtlasDetectorID::is_calo ( Identifier  id) const
inlineinherited

Definition at line 707 of file AtlasDetectorID.h.

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

◆ is_csc() [1/2]

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

Definition at line 323 of file AtlasDetectorID.cxx.

323  {
324  return id.fields() > 4 && id[0] == m_MUON_ID && id[4] == m_CSC_ID;
325 }

◆ is_csc() [2/2]

bool AtlasDetectorID::is_csc ( Identifier  id) const
inlineinherited

Definition at line 891 of file AtlasDetectorID.h.

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

◆ is_forward()

bool AtlasDetectorID::is_forward ( Identifier  id) const
inlineinherited

Definition at line 935 of file AtlasDetectorID.h.

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

◆ is_hgtd() [1/2]

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

Definition at line 294 of file AtlasDetectorID.cxx.

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

◆ is_hgtd() [2/2]

bool AtlasDetectorID::is_hgtd ( Identifier  id) const
inlineinherited

Definition at line 794 of file AtlasDetectorID.h.

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

◆ is_indet() [1/2]

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

Definition at line 269 of file AtlasDetectorID.cxx.

269  {
270  return id.fields() > 0 && id[0] == m_INDET_ID;
271 }

◆ is_indet() [2/2]

bool AtlasDetectorID::is_indet ( Identifier  id) const
inlineinherited

Definition at line 683 of file AtlasDetectorID.h.

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

◆ is_lar() [1/2]

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

Definition at line 272 of file AtlasDetectorID.cxx.

272  {
273  return id.fields() > 0 && id[0] == m_LAR_ID;
274 }

◆ is_lar() [2/2]

bool AtlasDetectorID::is_lar ( Identifier  id) const
inlineinherited

Definition at line 689 of file AtlasDetectorID.h.

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

◆ is_lar_dm()

bool AtlasDetectorID::is_lar_dm ( Identifier  id) const
inlineinherited

LAr/Tile dead material:

Definition at line 736 of file AtlasDetectorID.h.

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

◆ is_lar_em() [1/2]

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

Definition at line 304 of file AtlasDetectorID.cxx.

304  {
305  return is_lar(id) && id.fields() > 1 && std::abs(id[1]) == m_LAR_EM_ID;
306 }

◆ is_lar_em() [2/2]

bool AtlasDetectorID::is_lar_em ( Identifier  id) const
inlineinherited

Definition at line 818 of file AtlasDetectorID.h.

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

◆ is_lar_fcal() [1/2]

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

Definition at line 311 of file AtlasDetectorID.cxx.

311  {
312  return is_lar(id) && id.fields() > 1 && std::abs(id[1]) == m_LAR_FCAL_ID;
313 }

◆ is_lar_fcal() [2/2]

bool AtlasDetectorID::is_lar_fcal ( Identifier  id) const
inlineinherited

Definition at line 839 of file AtlasDetectorID.h.

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

◆ is_lar_hec() [1/2]

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

Definition at line 307 of file AtlasDetectorID.cxx.

307  {
308  return is_lar(id) && id.fields() > 1 && std::abs(id[1]) == m_LAR_HEC_ID;
309 }

◆ is_lar_hec() [2/2]

bool AtlasDetectorID::is_lar_hec ( Identifier  id) const
inlineinherited

Definition at line 829 of file AtlasDetectorID.h.

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

◆ is_lar_minifcal() [1/2]

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

Definition at line 315 of file AtlasDetectorID.cxx.

315  {
316  return is_lar_fcal(id) && id.fields() > 3 &&std::abs(id[3]) == 0;
317 }

◆ is_lar_minifcal() [2/2]

bool AtlasDetectorID::is_lar_minifcal ( Identifier  id) const
inlineinherited

Definition at line 849 of file AtlasDetectorID.h.

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

◆ is_lucid()

bool AtlasDetectorID::is_lucid ( Identifier  id) const
inlineinherited

Definition at line 961 of file AtlasDetectorID.h.

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

◆ is_lumi() [1/2]

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

Definition at line 297 of file AtlasDetectorID.cxx.

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

◆ is_lumi() [2/2]

bool AtlasDetectorID::is_lumi ( Identifier  id) const
inlineinherited

Definition at line 806 of file AtlasDetectorID.h.

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

◆ is_lvl1_online()

bool AtlasDetectorID::is_lvl1_online ( Identifier  id) const
inlineinherited

Definition at line 724 of file AtlasDetectorID.h.

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

◆ is_lvl1_trig_towers()

bool AtlasDetectorID::is_lvl1_trig_towers ( Identifier  id) const
inlineinherited

Definition at line 713 of file AtlasDetectorID.h.

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

◆ is_mdt() [1/2]

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

Definition at line 319 of file AtlasDetectorID.cxx.

319  {
320  return id.fields() > 4 && id[0] == m_MUON_ID && id[4] == m_MDT_ID;
321 }

◆ is_mdt() [2/2]

bool AtlasDetectorID::is_mdt ( Identifier  id) const
inlineinherited

Definition at line 859 of file AtlasDetectorID.h.

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

◆ is_mm() [1/2]

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

Definition at line 339 of file AtlasDetectorID.cxx.

339  {
340  return id.fields() > 4 && id[0] == m_MUON_ID && id[4] == m_MM_ID;
341 }

◆ is_mm() [2/2]

bool AtlasDetectorID::is_mm ( Identifier  id) const
inlineinherited

Definition at line 913 of file AtlasDetectorID.h.

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

◆ is_muon() [1/2]

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

Definition at line 278 of file AtlasDetectorID.cxx.

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

◆ is_muon() [2/2]

bool AtlasDetectorID::is_muon ( Identifier  id) const
inlineinherited

Definition at line 701 of file AtlasDetectorID.h.

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

◆ is_pixel() [1/2]

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

Definition at line 284 of file AtlasDetectorID.cxx.

284  {
285  return is_indet(id) && id.fields() > 1 && id[1] == m_PIXEL_ID;
286 }

◆ is_pixel() [2/2]

bool AtlasDetectorID::is_pixel ( Identifier  id) const
inlineinherited

Definition at line 760 of file AtlasDetectorID.h.

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

◆ is_plr() [1/2]

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

Definition at line 300 of file AtlasDetectorID.cxx.

300  {
301  return is_lumi(id) && id.fields() > 2 && id[2] == m_LUMI_PLR_ID;
302 }

◆ is_plr() [2/2]

bool AtlasDetectorID::is_plr ( Identifier  id) const
inherited

◆ is_rpc() [1/2]

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

Definition at line 327 of file AtlasDetectorID.cxx.

327  {
328  return id.fields() > 4 && id[0] == m_MUON_ID && id[4] == m_RPC_ID;
329 }

◆ is_rpc() [2/2]

bool AtlasDetectorID::is_rpc ( Identifier  id) const
inlineinherited

Definition at line 875 of file AtlasDetectorID.h.

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

◆ is_sct() [1/2]

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

Definition at line 288 of file AtlasDetectorID.cxx.

288  {
289  return is_indet(id) && id.fields() > 1 && id[1] == m_SCT_ID;
290 }

◆ is_sct() [2/2]

bool AtlasDetectorID::is_sct ( Identifier  id) const
inlineinherited

Definition at line 770 of file AtlasDetectorID.h.

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

◆ is_stgc() [1/2]

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

Definition at line 335 of file AtlasDetectorID.cxx.

335  {
336  return id.fields() > 4 && id[0] == m_MUON_ID && id[4] == m_STGC_ID;
337 }

◆ is_stgc() [2/2]

bool AtlasDetectorID::is_stgc ( Identifier  id) const
inlineinherited

Definition at line 924 of file AtlasDetectorID.h.

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

◆ is_tgc() [1/2]

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

Definition at line 331 of file AtlasDetectorID.cxx.

331  {
332  return id.fields() > 4 && id[0] == m_MUON_ID && id[4] == m_TGC_ID;
333 }

◆ is_tgc() [2/2]

bool AtlasDetectorID::is_tgc ( Identifier  id) const
inlineinherited

Definition at line 902 of file AtlasDetectorID.h.

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

◆ is_tile() [1/2]

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

Definition at line 275 of file AtlasDetectorID.cxx.

275  {
276  return id.fields() > 0 && id[0] == m_TILE_ID;
277 }

◆ is_tile() [2/2]

bool AtlasDetectorID::is_tile ( Identifier  id) const
inlineinherited

Definition at line 695 of file AtlasDetectorID.h.

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

◆ is_tile_dm()

bool AtlasDetectorID::is_tile_dm ( Identifier  id) const
inlineinherited

Definition at line 748 of file AtlasDetectorID.h.

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

◆ is_trt() [1/2]

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

Definition at line 291 of file AtlasDetectorID.cxx.

291  {
292  return is_indet(id) && id.fields() > 1;
293 }

◆ is_trt() [2/2]

bool AtlasDetectorID::is_trt ( Identifier  id) const
inlineinherited

Definition at line 782 of file AtlasDetectorID.h.

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

◆ is_valid()

bool TRT_ID::is_valid ( ) const
inline

Definition at line 391 of file TRT_ID.h.

391  {
392  return(m_is_valid);
393 }

◆ is_zdc()

bool AtlasDetectorID::is_zdc ( Identifier  id) const
inlineinherited

Definition at line 971 of file AtlasDetectorID.h.

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

◆ lar()

Identifier AtlasDetectorID::lar ( void  ) const
inherited

Definition at line 47 of file AtlasDetectorID.cxx.

47  {
48  Identifier result{0};
49  // Pack field
51  return result;
52 }

◆ lar_dm()

Identifier AtlasDetectorID::lar_dm ( void  ) const
inherited

Definition at line 131 of file AtlasDetectorID.cxx.

131  {
132  Identifier result{0};
133  // Pack field
136  return result;
137 }

◆ lar_em()

Identifier AtlasDetectorID::lar_em ( void  ) const
inherited

Definition at line 115 of file AtlasDetectorID.cxx.

115  {
116  Identifier result{0};
117  // Pack field
120  return result;
121 }

◆ lar_em_exp()

ExpandedIdentifier AtlasDetectorID::lar_em_exp ( void  ) const
inlineprotectedinherited

LAr.

Definition at line 562 of file AtlasDetectorID.h.

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

◆ lar_em_field_value()

int AtlasDetectorID::lar_em_field_value ( ) const
inlineprotectedinherited

Definition at line 644 of file AtlasDetectorID.h.

644 {return (m_LAR_EM_ID);}

◆ lar_exp()

ExpandedIdentifier AtlasDetectorID::lar_exp ( void  ) const
inlineprotectedinherited

Definition at line 492 of file AtlasDetectorID.h.

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

◆ lar_fcal()

Identifier AtlasDetectorID::lar_fcal ( void  ) const
inherited

Definition at line 155 of file AtlasDetectorID.cxx.

155  {
156  Identifier result{0};
157  // Pack field
160  return result;
161 }

◆ lar_fcal_exp()

ExpandedIdentifier AtlasDetectorID::lar_fcal_exp ( void  ) const
inlineprotectedinherited

Definition at line 576 of file AtlasDetectorID.h.

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

◆ lar_fcal_field_value()

int AtlasDetectorID::lar_fcal_field_value ( ) const
inlineprotectedinherited

Definition at line 650 of file AtlasDetectorID.h.

650 {return (m_LAR_FCAL_ID);}

◆ lar_field_value()

int AtlasDetectorID::lar_field_value ( ) const
inlineprotectedinherited

Definition at line 614 of file AtlasDetectorID.h.

614 {return (m_LAR_ID);}

◆ lar_hec()

Identifier AtlasDetectorID::lar_hec ( void  ) const
inherited

Definition at line 147 of file AtlasDetectorID.cxx.

147  {
148  Identifier result{0};
149  // Pack field
152  return result;
153 }

◆ lar_hec_exp()

ExpandedIdentifier AtlasDetectorID::lar_hec_exp ( void  ) const
inlineprotectedinherited

Definition at line 569 of file AtlasDetectorID.h.

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

◆ lar_hec_field_value()

int AtlasDetectorID::lar_hec_field_value ( ) const
inlineprotectedinherited

Definition at line 647 of file AtlasDetectorID.h.

647 {return (m_LAR_HEC_ID);}

◆ lar_lvl1()

Identifier AtlasDetectorID::lar_lvl1 ( void  ) const
inherited

Definition at line 123 of file AtlasDetectorID.cxx.

123  {
124  Identifier result{0};
125  // Pack field
128  return result;
129 }

◆ layer_id() [1/6]

Identifier TRT_ID::layer_id ( const Identifier module_id,
int  straw_layer 
) const
inline

For an individual straw layer.

Definition at line 533 of file TRT_ID.h.

534  {
536 }

◆ layer_id() [2/6]

Identifier TRT_ID::layer_id ( const Identifier module_id,
int  straw_layer,
bool  checks 
) const
inline

Definition at line 510 of file TRT_ID.h.

512  {
513  // Check if TRT_ID is valid for this layout
514  if (!m_is_valid) invalidMessage();
515 
516  // Build identifier
518 
519  // Reset field and then pack it
522 
523  if (checks) {
527  straw_layer);
528  }
529  return result;
530 }

◆ layer_id() [3/6]

Identifier TRT_ID::layer_id ( const Identifier straw_id) const
inline

For an individual straw layer from straw id.

Definition at line 540 of file TRT_ID.h.

540  {
541  // Check if TRT_ID is valid for this layout
542  if (!m_is_valid) invalidMessage();
543 
545  // Reset the straw field
547  return(result);
548 }

◆ layer_id() [4/6]

Identifier TRT_ID::layer_id ( IdentifierHash  straw_layer_hash) const
inline

From hash - optimized, no checks.

Definition at line 464 of file TRT_ID.h.

464  {
465  // Check if TRT_ID is valid for this layout
466  if (!m_is_valid) invalidMessage();
467 
468  return(m_straw_layer_vec[layer_hash]);
469 }

◆ layer_id() [5/6]

Identifier TRT_ID::layer_id ( int  barrel_ec,
int  phi_module,
int  layer_or_wheel,
int  straw_layer 
) const
inline

For an individual straw layer.

Definition at line 500 of file TRT_ID.h.

503  {
505  do_checks());
506 }

◆ layer_id() [6/6]

Identifier TRT_ID::layer_id ( int  barrel_ec,
int  phi_module,
int  layer_or_wheel,
int  straw_layer,
bool  checks 
) const
inline

Definition at line 473 of file TRT_ID.h.

477  {
478  // Check if TRT_ID is valid for this layout
479  if (!m_is_valid) invalidMessage();
480 
481  // Build identifier
483 
484  // Pack fields independently
491 
492  if (checks) {
494  }
495 
496  return result;
497 }

◆ layer_id_checks()

void TRT_ID::layer_id_checks ( int  barrel_ec,
int  phi_module,
int  layer_or_wheel,
int  straw_layer 
) const
private

Definition at line 107 of file TRT_ID.cxx.

110  {
111  // Check that id is within allowed range
112 
113  // Build identifier
115 
118 
119  if (!m_full_straw_layer_range.match(id)) {
120  MsgStream log(m_msgSvc, "TRT_ID");
121  log << MSG::ERROR << " TRT_ID::layer_id result is NOT ok. ID, range "
122  << (std::string) id << " "
123  << (std::string) m_full_straw_layer_range << endmsg;
124 
125  }
126 }

◆ layer_or_wheel()

int TRT_ID::layer_or_wheel ( const Identifier id) const
inline

Definition at line 884 of file TRT_ID.h.

884  {
885  // Check if TRT_ID is valid for this layout
886  if (!m_is_valid) invalidMessage();
887 
888  return(m_lay_wheel_impl.unpack(id));
889 }

◆ lucid_exp()

ExpandedIdentifier AtlasDetectorID::lucid_exp ( void  ) const
inlineprotectedinherited

Definition at line 597 of file AtlasDetectorID.h.

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

◆ lucid_field_value()

int AtlasDetectorID::lucid_field_value ( ) const
inlineprotectedinherited

Definition at line 677 of file AtlasDetectorID.h.

677 {return (m_LUCID_ID);}

◆ lumi()

Identifier AtlasDetectorID::lumi ( void  ) const
inherited

Definition at line 107 of file AtlasDetectorID.cxx.

107  {
108  Identifier result{0};
109  // Pack field
112  return result;
113 }

◆ lumi_exp()

ExpandedIdentifier AtlasDetectorID::lumi_exp ( void  ) const
inlineprotectedinherited

Definition at line 555 of file AtlasDetectorID.h.

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

◆ lumi_field_value()

int AtlasDetectorID::lumi_field_value ( ) const
inlineprotectedinherited

Definition at line 638 of file AtlasDetectorID.h.

638 {return (m_LUMI_ID);}

◆ mdt()

Identifier AtlasDetectorID::mdt ( void  ) const
inherited

Definition at line 22 of file AtlasDetectorID.cxx.

22  {
23  return Identifier{};
24 }

◆ mdt_field_value()

int AtlasDetectorID::mdt_field_value ( ) const
inlineprotectedinherited

Definition at line 653 of file AtlasDetectorID.h.

653 {return (m_MDT_ID);}

◆ mm()

Identifier AtlasDetectorID::mm ( void  ) const
inherited

Definition at line 37 of file AtlasDetectorID.cxx.

37  {
38  return Identifier{};
39 }

◆ mm_field_value()

int AtlasDetectorID::mm_field_value ( ) const
inlineprotectedinherited

Definition at line 668 of file AtlasDetectorID.h.

668 {return (m_MM_ID);}

◆ module_begin()

TRT_ID::const_id_iterator TRT_ID::module_begin ( void  ) const
inline

Iterators over full set of module ids. Module ids are sorted.

Definition at line 937 of file TRT_ID.h.

937  {
938  // Check if TRT_ID is valid for this layout
939  if (!m_is_valid) invalidMessage();
940 
941  return(m_module_vec.begin());
942 }

◆ module_context()

IdContext TRT_ID::module_context ( void  ) const
inline

module id

Definition at line 703 of file TRT_ID.h.

703  {
704  // Check if TRT_ID is valid for this layout
705  if (!m_is_valid) invalidMessage();
706 
708  return(IdContext(id, 0, m_LAYER_OR_WHEEL_INDEX));
709 }

◆ module_end()

TRT_ID::const_id_iterator TRT_ID::module_end ( void  ) const
inline

Definition at line 945 of file TRT_ID.h.

945  {
946  // Check if TRT_ID is valid for this layout
947  if (!m_is_valid) invalidMessage();
948 
949  return(m_module_vec.end());
950 }

◆ module_hash()

IdentifierHash TRT_ID::module_hash ( Identifier  module_id) const
inline

module hash from id - optimized

Definition at line 732 of file TRT_ID.h.

732  {
733  // Check if TRT_ID is valid for this layout
734  if (!m_is_valid) invalidMessage();
735 
736  hash_vec_it it = std::lower_bound(m_module_vec.begin(),
737  m_module_vec.end(),
738  module_id);
739  // Require that module_id matches the one in vector
740  if (it != m_module_vec.end() && module_id == (*it)) {
741  return(it - m_module_vec.begin());
742  }
744  return(result); // return hash in invalid state
745 }

◆ module_hash_max()

TRT_ID::size_type TRT_ID::module_hash_max ( void  ) const
inline

Definition at line 911 of file TRT_ID.h.

911  {
912  // Check if TRT_ID is valid for this layout
913  if (!m_is_valid) invalidMessage();
914 
915  return m_module_hash_max;
916 }

◆ module_id() [1/3]

Identifier TRT_ID::module_id ( IdentifierHash  module_hash) const
inline

From hash - optimized, no checks.

Definition at line 456 of file TRT_ID.h.

456  {
457  // Check if TRT_ID is valid for this layout
458  if (!m_is_valid) invalidMessage();
459 
460  return(m_module_vec[module_hash]);
461 }

◆ module_id() [2/3]

Identifier TRT_ID::module_id ( int  barrel_ec,
int  phi_module,
int  layer_or_wheel 
) const
inline

For an individual module phi sector.

Definition at line 448 of file TRT_ID.h.

450  {
452 }

◆ module_id() [3/3]

Identifier TRT_ID::module_id ( int  barrel_ec,
int  phi_module,
int  layer_or_wheel,
bool  checks 
) const
inline

Definition at line 423 of file TRT_ID.h.

426  {
427  // Check if TRT_ID is valid for this layout
428  if (!m_is_valid) invalidMessage();
429 
430  // Build identifier
432 
433  // Pack fields independently
439 
440  if (checks) {
442  }
443 
444  return result;
445 }

◆ module_id_checks()

void TRT_ID::module_id_checks ( int  barrel_ec,
int  phi_module,
int  layer_or_wheel 
) const
private

Definition at line 65 of file TRT_ID.cxx.

67  {
68  // Check that id is within allowed range
69 
70  // Fill expanded id
72 
75 
76  if (!m_full_module_range.match(id)) { // module range check is sufficient
77  MsgStream log(m_msgSvc, "TRT_ID");
78  log << MSG::ERROR << " TRT_ID::module_id result is NOT ok. ID, range "
79  << (std::string) id << " "
80  << (std::string) m_full_module_range << endmsg;
81  }
82 }

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

◆ muon()

Identifier AtlasDetectorID::muon ( void  ) const
inherited

Definition at line 61 of file AtlasDetectorID.cxx.

61  {
62  Identifier result{0};
63  // Pack field
65  return result;
66 }

◆ muon_exp()

ExpandedIdentifier AtlasDetectorID::muon_exp ( void  ) const
inlineprotectedinherited

Definition at line 506 of file AtlasDetectorID.h.

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

◆ muon_field_value()

int AtlasDetectorID::muon_field_value ( ) const
inlineprotectedinherited

Definition at line 620 of file AtlasDetectorID.h.

620 {return (m_MUON_ID);}

◆ phi_module()

int TRT_ID::phi_module ( const Identifier id) const
inline

Definition at line 875 of file TRT_ID.h.

875  {
876  // Check if TRT_ID is valid for this layout
877  if (!m_is_valid) invalidMessage();
878 
879  return(m_phi_mod_impl.unpack(id));
880 }

◆ pixel()

Identifier AtlasDetectorID::pixel ( void  ) const
inherited

Definition at line 75 of file AtlasDetectorID.cxx.

75  {
76  Identifier result{0};
77  // Pack field
80  return result;
81 }

◆ pixel_exp()

ExpandedIdentifier AtlasDetectorID::pixel_exp ( void  ) const
inlineprotectedinherited

Inner Detector:

Definition at line 527 of file AtlasDetectorID.h.

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

◆ pixel_field_value()

int AtlasDetectorID::pixel_field_value ( ) const
inlineprotectedinherited

Definition at line 626 of file AtlasDetectorID.h.

626 {return (m_PIXEL_ID);}

◆ plr_field_value()

int AtlasDetectorID::plr_field_value ( ) const
inlineprotectedinherited

Definition at line 641 of file AtlasDetectorID.h.

641 {return (m_LUMI_PLR_ID);}

◆ print()

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

Expanded print out of any identifier.

Definition at line 404 of file AtlasDetectorID.cxx.

404  {
405  ATH_MSG_INFO(print_to_string(id, context));
406 }

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

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

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

187  {
188  // Register version of dictionary dict_name
189 
190  // Access dictionary by name
191  IdDictDictionary *dict = dict_mgr.find_dictionary(dict_name);
192  if (!dict) {
193  ATH_MSG_ERROR(__func__<<":"<<__LINE__<<" No dictionary found");
194  return 1;
195 
196  }
197  // Add in dict name, file name and version
198  m_dict_names.push_back(dict_name);
199  m_file_names.push_back(dict->file_name());
200  m_dict_tags.push_back(dict->dict_tag());
201  return 0;
202 }

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

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

◆ reset_straw_hash_vector()

void TRT_ID::reset_straw_hash_vector ( void  )

Definition at line 503 of file TRT_ID.cxx.

503  {
504  m_straw_vec.clear();
505 }

◆ rpc()

Identifier AtlasDetectorID::rpc ( void  ) const
inherited

Definition at line 28 of file AtlasDetectorID.cxx.

28  {
29  return Identifier{};
30 }

◆ rpc_field_value()

int AtlasDetectorID::rpc_field_value ( ) const
inlineprotectedinherited

Definition at line 659 of file AtlasDetectorID.h.

659 {return (m_RPC_ID);}

◆ sct()

Identifier AtlasDetectorID::sct ( void  ) const
inherited

Definition at line 83 of file AtlasDetectorID.cxx.

83  {
84  Identifier result{0};
85  // Pack field
88  return result;
89 }

◆ sct_exp()

ExpandedIdentifier AtlasDetectorID::sct_exp ( void  ) const
inlineprotectedinherited

Definition at line 534 of file AtlasDetectorID.h.

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

◆ sct_field_value()

int AtlasDetectorID::sct_field_value ( ) const
inlineprotectedinherited

Definition at line 629 of file AtlasDetectorID.h.

629 {return (m_SCT_ID);}

◆ set_do_checks()

void AtlasDetectorID::set_do_checks ( bool  do_checks)
overridevirtualinherited

Implements IdHelper.

Definition at line 460 of file AtlasDetectorID.cxx.

460  {
462 }

◆ set_do_neighbours()

void AtlasDetectorID::set_do_neighbours ( bool  do_neighbours)
overridevirtualinherited

Implements IdHelper.

Definition at line 468 of file AtlasDetectorID.cxx.

468  {
470 }

◆ set_quiet()

void AtlasDetectorID::set_quiet ( bool  quiet)
inherited

Set flag for suppressing informational output.

Definition at line 476 of file AtlasDetectorID.cxx.

476  {
477  m_quiet = quiet;
478 }

◆ setDictVersion()

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

Implements IdHelper.

Definition at line 480 of file AtlasDetectorID.cxx.

480  {
481  const IdDictDictionary *dict = dict_mgr.find_dictionary(name);
482  m_dict_version = dict->m_version;
483 }

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

472  {
473  m_msgSvc = msgSvc;
474 }

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

344  {
345  ATH_MSG_INFO(show_to_string(id, context, sep));
346 }

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

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

◆ stgc()

Identifier AtlasDetectorID::stgc ( void  ) const
inherited

Definition at line 34 of file AtlasDetectorID.cxx.

34  {
35  return Identifier{};
36 }

◆ stgc_field_value()

int AtlasDetectorID::stgc_field_value ( ) const
inlineprotectedinherited

Definition at line 665 of file AtlasDetectorID.h.

665 {return (m_STGC_ID);}

◆ straw()

int TRT_ID::straw ( const Identifier id) const
inline

Definition at line 902 of file TRT_ID.h.

902  {
903  // Check if TRT_ID is valid for this layout
904  if (!m_is_valid) invalidMessage();
905 
906  return(m_straw_impl.unpack(id));
907 }

◆ straw_begin()

TRT_ID::const_expanded_id_iterator TRT_ID::straw_begin ( void  ) const
inline

For straw ids, only expanded id iterators are available.

Use "straw_id" method to obtain a compact identifier

Definition at line 969 of file TRT_ID.h.

969  {
970  // Check if TRT_ID is valid for this layout
971  if (!m_is_valid) invalidMessage();
972 
974 }

◆ straw_context()

IdContext TRT_ID::straw_context ( void  ) const
inline

straw id

Definition at line 723 of file TRT_ID.h.

723  {
724  // Check if TRT_ID is valid for this layout
725  if (!m_is_valid) invalidMessage();
726 
728  return(IdContext(id, 0, m_STRAW_INDEX));
729 }

◆ straw_end()

TRT_ID::const_expanded_id_iterator TRT_ID::straw_end ( void  ) const
inline

Definition at line 977 of file TRT_ID.h.

977  {
978  // Check if TRT_ID is valid for this layout
979  if (!m_is_valid) invalidMessage();
980 
982 }

◆ straw_hash()

IdentifierHash TRT_ID::straw_hash ( Identifier  straw_id) const
inline

straw hash from id - optimized

Definition at line 768 of file TRT_ID.h.

770 {
771  // Check if TRT_ID is valid for this layout
772  if (!m_is_valid) invalidMessage();
773 
774  // Get index into hashCalc vector
775  unsigned int hcIndex = 0;
776  int be = barrel_ec(straw_id);
777  int lw = layer_or_wheel(straw_id);
778  int sl = straw_layer(straw_id);
779 
780  if (is_barrel(straw_id)) {
781  unsigned int index = lw * 32 + sl;
782  if (index < m_hash_calcs_barrel_indexes.size()) {
783  hcIndex = (be < 0) ? m_hash_calcs_barrel_indexes[index].first :
785  } else {
786  std::cout << "straw_hash: index > barrel_index size - " << index
787  << " " << m_hash_calcs_barrel_indexes.size() << std::endl;
788  }
789  } else {
790  unsigned int index = lw;
791  if (index < m_hash_calcs_endcap_indexes.size()) {
792  hcIndex = (be < 0) ? m_hash_calcs_endcap_indexes[index].first :
794  } else {
795  std::cout << "straw_hash: index > endcap_index size - " << index
796  << " " << m_hash_calcs_endcap_indexes.size() << std::endl;
797  }
798  }
799 
800 
801 
803  if (hcIndex < m_hash_calcs.size()) {
804  const HashCalc& hc = m_hash_calcs[hcIndex];
805  result = hc.m_hash +
806  phi_module(straw_id) * hc.m_deltaPhi +
807  (lw - hc.m_layerMin) * hc.m_nStrawLayers +
808  (sl - hc.m_strLayerMin) * hc.m_nstraws +
809  straw(straw_id);
810 
811 
812  return(result);
813  } else {
814  std::cout << "straw_hash: hc index > hcCalc size - " << hcIndex
815  << " " << m_hash_calcs.size() << std::endl;
816  }
817  return(result);
818 }

◆ straw_hash_bin()

IdentifierHash TRT_ID::straw_hash_bin ( Identifier  straw_id) const
inlineprivate

Definition at line 823 of file TRT_ID.h.

823  {
824  // Check if TRT_ID is valid for this layout
825  if (!m_is_valid) invalidMessage();
826 
827  hash_vec_it it = std::lower_bound(m_straw_vec.begin(),
828  m_straw_vec.end(),
829  straw_id);
830 
831 
832 
833  if (it != m_straw_vec.end()) {
834  return(it - m_straw_vec.begin());
835  }
837  return(result); // return hash in invalid state
838 }

◆ straw_hash_max()

TRT_ID::size_type TRT_ID::straw_hash_max ( void  ) const
inline

Definition at line 929 of file TRT_ID.h.

929  {
930  // Check if TRT_ID is valid for this layout
931  if (!m_is_valid) invalidMessage();
932 
933  return m_straw_hash_max;
934 }

◆ straw_id() [1/8]

Identifier TRT_ID::straw_id ( const ExpandedIdentifier straw_id) const
inline

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

Definition at line 592 of file TRT_ID.h.

592  {
593  // Check if TRT_ID is valid for this layout
594  if (!m_is_valid) invalidMessage();
595 
597  if (m_STRAW_INDEX < id.fields()) {
599  id[m_PHI_MODULE_INDEX],
602  id[m_STRAW_INDEX]);
603  }
604  return(result);
605 }

◆ straw_id() [2/8]

Identifier TRT_ID::straw_id ( const Identifier layer_id,
int  straw 
) const
inline

Definition at line 668 of file TRT_ID.h.

669  {
670  return straw_id(layer_id, straw, do_checks());
671 }

◆ straw_id() [3/8]

Identifier TRT_ID::straw_id ( const Identifier layer_id,
int  straw,
bool  checks 
) const
inline

Definition at line 644 of file TRT_ID.h.

646  {
647  // Check if TRT_ID is valid for this layout
648  if (!m_is_valid) invalidMessage();
649 
650  // Build identifier
652 
653  // Reset field and then pack it
656 
657  if (checks) {
662  straw);
663  }
664  return result;
665 }

◆ straw_id() [4/8]

Identifier TRT_ID::straw_id ( const Identifier module_id,
int  straw_layer,
int  straw 
) const
inline

Definition at line 636 of file TRT_ID.h.

638  {
640 }

◆ straw_id() [5/8]

Identifier TRT_ID::straw_id ( const Identifier module_id,
int  straw_layer,
int  straw,
bool  checks 
) const
inline

Definition at line 609 of file TRT_ID.h.

612  {
613  // Check if TRT_ID is valid for this layout
614  if (!m_is_valid) invalidMessage();
615 
616  // Build identifier
618 
619  // Reset fields and then pack them
624 
625  if (checks) {
629  straw_layer,
630  straw);
631  }
632  return result;
633 }

◆ straw_id() [6/8]

Identifier TRT_ID::straw_id ( IdentifierHash  straw_hash) const
inline

Access to straw id from hash - must have done init_straw_hash_vector before using this.

Definition at line 675 of file TRT_ID.h.

675  {
676  // Check if TRT_ID is valid for this layout
677  if (!m_is_valid) invalidMessage();
678 
679 
680  // Access id from vector ONLY if the vector has been initialized
681  // (done via init_straw_hash_vector();
682  // and reset by reset_straw_hash_vector();
683  if (straw_hash < m_straw_vec.size()) {
684  return(m_straw_vec[straw_hash]);
685  }
686  // Else return invalid id
688  return(result); // return hash in invalid state
689 }

◆ straw_id() [7/8]

Identifier TRT_ID::straw_id ( int  barrel_ec,
int  phi_module,
int  layer_or_wheel,
int  straw_layer,
int  straw 
) const
inline

Three ways of getting id for a single straw:

Definition at line 581 of file TRT_ID.h.

585  {
587  do_checks());
588 }

◆ straw_id() [8/8]

Identifier TRT_ID::straw_id ( int  barrel_ec,
int  phi_module,
int  layer_or_wheel,
int  straw_layer,
int  straw,
bool  checks 
) const
inline

Definition at line 552 of file TRT_ID.h.

557  {
558  // Check if TRT_ID is valid for this layout
559  if (!m_is_valid) invalidMessage();
560 
561  // Build identifier
563 
564  // Pack fields independently
572 
573  if (checks) {
575  }
576 
577  return result;
578 }

◆ straw_id_checks()

void TRT_ID::straw_id_checks ( int  barrel_ec,
int  phi_module,
int  layer_or_wheel,
int  straw_layer,
int  straw 
) const
private

Definition at line 85 of file TRT_ID.cxx.

89  {
90  // Check that id is within allowed range
91 
92  // Build identifier
94 
97 
98  if (!m_full_straw_range.match(id)) {
99  MsgStream log(m_msgSvc, "TRT_ID");
100  log << MSG::ERROR << " TRT_ID::straw_id result is NOT ok. ID, range "
101  << (std::string) id << " "
102  << (std::string) m_full_straw_range << endmsg;
103  }
104 }

◆ straw_layer()

int TRT_ID::straw_layer ( const Identifier id) const
inline

Definition at line 893 of file TRT_ID.h.

893  {
894  // Check if TRT_ID is valid for this layout
895  if (!m_is_valid) invalidMessage();
896 
897  return(m_str_lay_impl.unpack(id));
898 }

◆ straw_layer_begin()

TRT_ID::const_id_iterator TRT_ID::straw_layer_begin ( void  ) const
inline

Iterators over full set of straw_layer ids. Straw_layer ids are sorted.

Definition at line 953 of file TRT_ID.h.

953  {
954  // Check if TRT_ID is valid for this layout
955  if (!m_is_valid) invalidMessage();
956 
957  return(m_straw_layer_vec.begin());
958 }

◆ straw_layer_context()

IdContext TRT_ID::straw_layer_context ( void  ) const
inline

straw_layer id

Definition at line 713 of file TRT_ID.h.

713  {
714  // Check if TRT_ID is valid for this layout
715  if (!m_is_valid) invalidMessage();
716 
718  return(IdContext(id, 0, m_STRAW_LAYER_INDEX));
719 }

◆ straw_layer_end()

TRT_ID::const_id_iterator TRT_ID::straw_layer_end ( void  ) const
inline

Definition at line 961 of file TRT_ID.h.

961  {
962  // Check if TRT_ID is valid for this layout
963  if (!m_is_valid) invalidMessage();
964 
965  return(m_straw_layer_vec.end());
966 }

◆ straw_layer_hash()

IdentifierHash TRT_ID::straw_layer_hash ( Identifier  straw_layer_id) const
inline

straw_layer hash from id - optimized

Definition at line 750 of file TRT_ID.h.

750  {
751  // Check if TRT_ID is valid for this layout
752  if (!m_is_valid) invalidMessage();
753 
754  hash_vec_it it = std::lower_bound(m_straw_layer_vec.begin(),
755  m_straw_layer_vec.end(),
756  straw_layer_id);
757  // Require that straw_layer_id matches the one in vector
758  if (it != m_straw_layer_vec.end() && straw_layer_id == (*it)) {
759  return(it - m_straw_layer_vec.begin());
760  }
762  return(result); // return hash in invalid state
763 }

◆ straw_layer_hash_max()

TRT_ID::size_type TRT_ID::straw_layer_hash_max ( void  ) const
inline

Definition at line 920 of file TRT_ID.h.

920  {
921  // Check if TRT_ID is valid for this layout
922  if (!m_is_valid) invalidMessage();
923 
924  return m_straw_layer_hash_max;
925 }

◆ straw_layer_max()

int TRT_ID::straw_layer_max ( const Identifier id) const

Max values for each field (-999 == failure)

Definition at line 782 of file TRT_ID.cxx.

782  {
783  // get max from dictionary
784  ExpandedIdentifier expId;
785  IdContext module_context1 = module_context();
786 
787  get_expanded_id(id, expId, &module_context1);
788  int result = 0;
789  for (unsigned int i = 0; i < m_full_straw_layer_range.size(); ++i) {
791  if (range.match(expId)) {
793  if (not field.empty()) {
794  int max = field.get_maximum();
795  result = result > max ? result : max;
796  }
797  }
798  }
799  return(result);
800 }

◆ straw_max()

int TRT_ID::straw_max ( const Identifier id) const

Definition at line 803 of file TRT_ID.cxx.

803  {
804  // get max from dictionary
805  ExpandedIdentifier expId;
806  IdContext straw_layer_context1 = straw_layer_context();
807 
808  get_expanded_id(id, expId, &straw_layer_context1);
809  for (unsigned int i = 0; i < m_full_straw_range.size(); ++i) {
810  const Range& range = m_full_straw_range[i];
811  if (range.match(expId)) {
813  if (not field.empty()) {
814  return(field.get_maximum());
815  }
816  }
817  }
818  return(-999); // default
819 }

◆ subdet_context()

IdContext AtlasDetectorID::subdet_context ( void  ) const
inherited

IdContext (indicates id length) for sub-detector.

Definition at line 169 of file AtlasDetectorID.cxx.

169  {
170  ExpandedIdentifier id{};
171  return IdContext{id, 0, m_SUBDET_INDEX};
172 }

◆ test_trt_ids()

void TRT_ID::test_trt_ids ( void  )

Tests of packing.

Definition at line 822 of file TRT_ID.cxx.

822  {
823  MsgStream log(m_msgSvc, "TRT_ID");
824  int nids = 0;
825  int nidsFailed = 0;
826 
828 
829 
830  // Check straw hashes
831  //bool debug = false;
832  for (unsigned int i = 0; i < m_straw_hash_max; ++i, ++nids) {
833  Identifier id = m_straw_vec[i];
835  IdentifierHash h2 = straw_hash(id);
836  //IdentifierHash h2 = straw_hash(id, debug);
837  if (h1 != h2) {
838  std::cout << "test_trt_ids - bad match: id, bin hash, hash: "
839  << nids << " "
840  << show_to_string(id) << " "
841  << h1 << " "
842  << h2 << std::endl;
843  nidsFailed++;
844  //debug = true;
845  }
846  Identifier id1 = straw_id(h1);
847  if (id != id1) {
848  std::cout << "test_trt_ids - bad match: id, bin hash, hash: "
849  << nids << " "
850  << show_to_string(id) << " "
851  << show_to_string(id1) << " "
852  << h1 << " "
853  << h2 << std::endl;
854  nidsFailed++;
855  }
856  if (i % 10000 == 5) {
857  std::cout << "test_trt_ids: id, bin hash, hash: "
858  << nids << " "
859  << show_to_string(id) << " "
860  << h1 << " "
861  << h2 << std::endl;
862  }
863  }
864 
865  std::cout << "Checked hash calculation for " << nids << " hashes and found "
866  << nidsFailed << " failures to match between binary lookup and calculation "
867  << std::endl;
868 
870 
871  nids = 0;
872  IdContext context = module_context();
874  const_id_iterator last = m_module_vec.end();
875  for (; first != last; ++first, ++nids) {
876  Identifier id = (*first);
877  ExpandedIdentifier exp_id;
878  get_expanded_id(id, exp_id, &context);
879  Identifier new_id = module_id(exp_id[m_BARREL_EC_INDEX],
880  exp_id[m_PHI_MODULE_INDEX],
881  exp_id[m_LAYER_OR_WHEEL_INDEX]);
882  if (id != new_id) {
883  log << MSG::ERROR << "TRT_ID::test_trt_ids: module new and old compacts not equal. New/old/expanded ids "
884  << nids << " "
885  << show_to_string(new_id) << " " << show_to_string(id) << " "
886  << (std::string) exp_id << endmsg;
887 
888  }
889 
890  IdentifierHash hashId;
891  if (get_hash(id, hashId, &context)) {
892  log << MSG::ERROR << "Unable to set trt hash id for det elem "
893  << show_to_string(id) << " " << nids
894  << endmsg;
895 
896  }
897  new_id = module_id(hashId);
898 
899  if (id != new_id) {
900  log << MSG::ERROR << "TRT_ID::test_trt_ids: module new and old compacts not equal. New/old/hash ids "
901  << nids << " "
902  << show_to_string(new_id) << " "
903  << show_to_string(id) << " " << MSG::hex
904  << hashId << MSG::dec
905  << endmsg;
906 
907  }
908  }
909 
910  nids = 0;
911  context = straw_layer_context();
912  first = m_straw_layer_vec.begin();
913  last = m_straw_layer_vec.end();
914  for (; first != last; ++first, ++nids) {
915  Identifier id = (*first);
916  ExpandedIdentifier exp_id;
917  get_expanded_id(id, exp_id, &context);
918  Identifier new_id = layer_id(exp_id[m_BARREL_EC_INDEX],
919  exp_id[m_PHI_MODULE_INDEX],
920  exp_id[m_LAYER_OR_WHEEL_INDEX],
921  exp_id[m_STRAW_LAYER_INDEX]);
922  if (id != new_id) {
923  log << MSG::ERROR << "TRT_ID::test_trt_ids: straw layer new and old compacts not equal. New/old/expanded ids "
924  << show_to_string(new_id) << " " << show_to_string(id) << " "
925  << (std::string) exp_id << endmsg;
926 
927  }
928 
929  IdContext strcontext = straw_context();
930 
931  // test straw ids
932  int nstraws = straw_max(id);
933  for (int i = 0; i < nstraws; ++i) {
934  id = straw_id(id, i);
935  get_expanded_id(id, exp_id, &strcontext);
936  new_id = straw_id(exp_id[m_BARREL_EC_INDEX],
937  exp_id[m_PHI_MODULE_INDEX],
938  exp_id[m_LAYER_OR_WHEEL_INDEX],
939  exp_id[m_STRAW_LAYER_INDEX],
940  exp_id[m_STRAW_INDEX]);
941  if (id != new_id) {
942  log << MSG::ERROR << "TRT_ID::test_trt_ids: straw new and old compacts not equal. New/old/expanded ids "
943  << show_to_string(new_id) << " " << show_to_string(id) << " "
944  << (std::string) exp_id << endmsg;
945 
946  }
947  }
948  }
949 
950  log << MSG::INFO << "TRT_ID::test_trt_ids: Successful tested "
951  << nids << " ids. "
952  << endmsg;
953 
954 }

◆ tgc()

Identifier AtlasDetectorID::tgc ( void  ) const
inherited

Definition at line 31 of file AtlasDetectorID.cxx.

31  {
32  return Identifier{};
33 }

◆ tgc_field_value()

int AtlasDetectorID::tgc_field_value ( ) const
inlineprotectedinherited

Definition at line 662 of file AtlasDetectorID.h.

662 {return (m_TGC_ID);}

◆ tile()

Identifier AtlasDetectorID::tile ( void  ) const
inherited

Definition at line 54 of file AtlasDetectorID.cxx.

54  {
55  Identifier result{0};
56  // Pack field
58  return result;
59 }

◆ tile_dm()

Identifier AtlasDetectorID::tile_dm ( void  ) const
inherited

Definition at line 139 of file AtlasDetectorID.cxx.

139  {
140  Identifier result{0};
141  // Pack field
144  return result;
145 }

◆ tile_exp()

ExpandedIdentifier AtlasDetectorID::tile_exp ( void  ) const
inlineprotectedinherited

Definition at line 499 of file AtlasDetectorID.h.

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

◆ tile_field_value()

int AtlasDetectorID::tile_field_value ( ) const
inlineprotectedinherited

Definition at line 617 of file AtlasDetectorID.h.

617 {return (m_TILE_ID);}

◆ to_range()

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

Definition at line 485 of file AtlasDetectorID.cxx.

485  {
486 
487  // Build a string from the contents of an identifier
488  int fields = id.fields();
489  std::string result("");
490  for (int i = 0; i < fields; ++i) {
491  if (i > 0) {
492  result += '/'; // add '/' only if NOT last one
493  }
494  result += std::format("{}", id[i]);
495  }
496  return result;
497 }

◆ trt()

Identifier AtlasDetectorID::trt ( void  ) const
inherited

Definition at line 91 of file AtlasDetectorID.cxx.

91  {
92  Identifier result{0};
93  // Pack field
96  return result;
97 }

◆ trt_exp()

ExpandedIdentifier AtlasDetectorID::trt_exp ( void  ) const
inlineprotectedinherited

Definition at line 541 of file AtlasDetectorID.h.

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

◆ trt_field_value()

int AtlasDetectorID::trt_field_value ( ) const
inlineprotectedinherited

Definition at line 632 of file AtlasDetectorID.h.

632 {return (m_TRT_ID);}

◆ zdc_exp()

ExpandedIdentifier AtlasDetectorID::zdc_exp ( void  ) const
inlineprotectedinherited

Definition at line 604 of file AtlasDetectorID.h.

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

◆ zdc_field_value()

int AtlasDetectorID::zdc_field_value ( ) const
inlineprotectedinherited

Definition at line 679 of file AtlasDetectorID.h.

679 {return (m_ZDC_ID);}

Member Data Documentation

◆ ATLAS_THREAD_SAFE

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

Messaging initialized (initMessaging)

Definition at line 141 of file AthMessaging.h.

◆ m_ALFA_ID

int AtlasDetectorID::m_ALFA_ID {1}
privateinherited

Definition at line 424 of file AtlasDetectorID.h.

◆ m_atlas_dict

IdDictDictionary* AtlasDetectorID::m_atlas_dict {}
privateinherited

Definition at line 435 of file AtlasDetectorID.h.

◆ m_BARREL_EC_INDEX

size_type TRT_ID::m_BARREL_EC_INDEX
private

Definition at line 327 of file TRT_ID.h.

◆ m_barrel_field

Range::field TRT_ID::m_barrel_field
private

Definition at line 339 of file TRT_ID.h.

◆ m_BCM_ID

int AtlasDetectorID::m_BCM_ID {3}
privateinherited

Definition at line 425 of file AtlasDetectorID.h.

◆ m_bec_impl

IdDictFieldImplementation TRT_ID::m_bec_impl
private

Definition at line 371 of file TRT_ID.h.

◆ m_calo_dict

IdDictDictionary* AtlasDetectorID::m_calo_dict {}
privateinherited

Definition at line 440 of file AtlasDetectorID.h.

◆ m_CALO_ID

int AtlasDetectorID::m_CALO_ID {10}
privateinherited

Definition at line 406 of file AtlasDetectorID.h.

◆ m_calo_side_impl

IdDictFieldImplementation AtlasDetectorID::m_calo_side_impl
privateinherited

Definition at line 445 of file AtlasDetectorID.h.

◆ m_CSC_ID

int AtlasDetectorID::m_CSC_ID {1}
privateinherited

Definition at line 418 of file AtlasDetectorID.h.

◆ m_det_impl

IdDictFieldImplementation AtlasDetectorID::m_det_impl
privateinherited

Definition at line 443 of file AtlasDetectorID.h.

◆ m_DET_INDEX

size_type AtlasDetectorID::m_DET_INDEX {999}
privateinherited

Definition at line 399 of file AtlasDetectorID.h.

◆ m_dict

const IdDictDictionary* TRT_ID::m_dict
private

Definition at line 332 of file TRT_ID.h.

◆ m_dict_names

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

List of dictionary names used by this helper.

Definition at line 375 of file AtlasDetectorID.h.

◆ m_dict_tags

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

List of dictionary versions used by this helper.

Definition at line 381 of file AtlasDetectorID.h.

◆ m_dict_version

std::string AtlasDetectorID::m_dict_version
privateinherited

Definition at line 397 of file AtlasDetectorID.h.

◆ m_do_checks

bool AtlasDetectorID::m_do_checks {}
protectedinherited

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

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

Definition at line 362 of file AtlasDetectorID.h.

◆ m_do_neighbours

bool AtlasDetectorID::m_do_neighbours {true}
protectedinherited

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

Definition at line 365 of file AtlasDetectorID.h.

◆ m_file_names

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

List of dictionary file names used by this helper.

Definition at line 378 of file AtlasDetectorID.h.

◆ m_full_module_range

MultiRange TRT_ID::m_full_module_range
private

Definition at line 335 of file TRT_ID.h.

◆ m_full_straw_layer_range

MultiRange TRT_ID::m_full_straw_layer_range
private

Definition at line 334 of file TRT_ID.h.

◆ m_full_straw_range

MultiRange TRT_ID::m_full_straw_range
private

Definition at line 333 of file TRT_ID.h.

◆ m_fwd_dict

IdDictDictionary* AtlasDetectorID::m_fwd_dict {}
privateinherited

Definition at line 441 of file AtlasDetectorID.h.

◆ m_FWD_ID

int AtlasDetectorID::m_FWD_ID {13}
privateinherited

Definition at line 423 of file AtlasDetectorID.h.

◆ m_fwd_part_impl

IdDictFieldImplementation AtlasDetectorID::m_fwd_part_impl
privateinherited

Definition at line 451 of file AtlasDetectorID.h.

◆ m_hash_calcs

std::vector<HashCalc> TRT_ID::m_hash_calcs
private

Definition at line 365 of file TRT_ID.h.

◆ m_hash_calcs_barrel_indexes

std::vector<intPair> TRT_ID::m_hash_calcs_barrel_indexes
private

Definition at line 366 of file TRT_ID.h.

◆ m_hash_calcs_endcap_indexes

std::vector<intPair> TRT_ID::m_hash_calcs_endcap_indexes
private

Definition at line 367 of file TRT_ID.h.

◆ m_helper

AtlasDetectorIDHelper* AtlasDetectorID::m_helper {}
privateinherited

Definition at line 442 of file AtlasDetectorID.h.

◆ m_HGTD_ID

int AtlasDetectorID::m_HGTD_ID {4}
privateinherited

Definition at line 410 of file AtlasDetectorID.h.

◆ m_imsg

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

MessageSvc pointer.

Definition at line 135 of file AthMessaging.h.

◆ m_indet_dict

IdDictDictionary* AtlasDetectorID::m_indet_dict {}
privateinherited

Definition at line 436 of file AtlasDetectorID.h.

◆ m_INDET_ID

int AtlasDetectorID::m_INDET_ID {2}
privateinherited

Definition at line 402 of file AtlasDetectorID.h.

◆ m_indet_impl

IdDictFieldImplementation TRT_ID::m_indet_impl
private

Definition at line 369 of file TRT_ID.h.

◆ m_INDET_INDEX

size_type TRT_ID::m_INDET_INDEX
private

Definition at line 325 of file TRT_ID.h.

◆ m_indet_part_impl

IdDictFieldImplementation AtlasDetectorID::m_indet_part_impl
privateinherited

Definition at line 444 of file AtlasDetectorID.h.

◆ m_is_initialized_from_dict

bool AtlasDetectorID::m_is_initialized_from_dict {}
privateinherited

Definition at line 398 of file AtlasDetectorID.h.

◆ m_is_valid

bool TRT_ID::m_is_valid
private

Definition at line 323 of file TRT_ID.h.

◆ m_isHighLuminosityLHC

bool AtlasDetectorID::m_isHighLuminosityLHC {}
privateinherited

Definition at line 429 of file AtlasDetectorID.h.

◆ m_lar_dict

IdDictDictionary* AtlasDetectorID::m_lar_dict {}
privateinherited

Definition at line 437 of file AtlasDetectorID.h.

◆ m_lar_dm_field

Range::field AtlasDetectorID::m_lar_dm_field
privateinherited

Definition at line 433 of file AtlasDetectorID.h.

◆ m_LAR_EM_ID

int AtlasDetectorID::m_LAR_EM_ID {1}
privateinherited

Definition at line 413 of file AtlasDetectorID.h.

◆ m_LAR_FCAL_ID

int AtlasDetectorID::m_LAR_FCAL_ID {3}
privateinherited

Definition at line 415 of file AtlasDetectorID.h.

◆ m_lar_fcal_module_impl

IdDictFieldImplementation AtlasDetectorID::m_lar_fcal_module_impl
privateinherited

Definition at line 447 of file AtlasDetectorID.h.

◆ m_LAR_FCAL_MODULE_INDEX

int AtlasDetectorID::m_LAR_FCAL_MODULE_INDEX {999}
privateinherited

Definition at line 416 of file AtlasDetectorID.h.

◆ m_LAR_HEC_ID

int AtlasDetectorID::m_LAR_HEC_ID {2}
privateinherited

Definition at line 414 of file AtlasDetectorID.h.

◆ m_LAR_ID

int AtlasDetectorID::m_LAR_ID {4}
privateinherited

Definition at line 403 of file AtlasDetectorID.h.

◆ m_lar_part_impl

IdDictFieldImplementation AtlasDetectorID::m_lar_part_impl
privateinherited

Definition at line 446 of file AtlasDetectorID.h.

◆ m_lay_wheel_impl

IdDictFieldImplementation TRT_ID::m_lay_wheel_impl
private

Definition at line 373 of file TRT_ID.h.

◆ m_LAYER_OR_WHEEL_INDEX

size_type TRT_ID::m_LAYER_OR_WHEEL_INDEX
private

Definition at line 329 of file TRT_ID.h.

◆ m_LUCID_ID

int AtlasDetectorID::m_LUCID_ID {5}
privateinherited

Definition at line 426 of file AtlasDetectorID.h.

◆ m_LUMI_ID

int AtlasDetectorID::m_LUMI_ID {3}
privateinherited

Definition at line 411 of file AtlasDetectorID.h.

◆ m_LUMI_PLR_ID

int AtlasDetectorID::m_LUMI_PLR_ID {1}
privateinherited

Definition at line 412 of file AtlasDetectorID.h.

◆ m_lvl

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

Current logging level.

Definition at line 138 of file AthMessaging.h.

◆ m_lvl1_field

Range::field AtlasDetectorID::m_lvl1_field
privateinherited

Definition at line 431 of file AtlasDetectorID.h.

◆ m_lvl1_onl_field

Range::field AtlasDetectorID::m_lvl1_onl_field
privateinherited

Definition at line 432 of file AtlasDetectorID.h.

◆ m_MDT_ID

int AtlasDetectorID::m_MDT_ID {0}
privateinherited

Definition at line 417 of file AtlasDetectorID.h.

◆ m_MM_ID

int AtlasDetectorID::m_MM_ID {5}
privateinherited

Definition at line 422 of file AtlasDetectorID.h.

◆ m_module_hash_max

size_type TRT_ID::m_module_hash_max
private

Definition at line 336 of file TRT_ID.h.

◆ m_module_vec

hash_vec TRT_ID::m_module_vec
private

Definition at line 340 of file TRT_ID.h.

◆ m_msg_tls

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

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

Definition at line 132 of file AthMessaging.h.

◆ m_msgSvc

IMessageSvc* AtlasDetectorID::m_msgSvc {}
protectedinherited

pointer to the message service

Definition at line 368 of file AtlasDetectorID.h.

◆ m_muon_dict

IdDictDictionary* AtlasDetectorID::m_muon_dict {}
privateinherited

Definition at line 439 of file AtlasDetectorID.h.

◆ m_MUON_ID

int AtlasDetectorID::m_MUON_ID {7}
privateinherited

Definition at line 405 of file AtlasDetectorID.h.

◆ m_muon_mdt_impl

IdDictFieldImplementation AtlasDetectorID::m_muon_mdt_impl
privateinherited

Definition at line 449 of file AtlasDetectorID.h.

◆ m_muon_rpc_impl

IdDictFieldImplementation AtlasDetectorID::m_muon_rpc_impl
privateinherited

Definition at line 450 of file AtlasDetectorID.h.

◆ m_muon_station_name_impl

IdDictFieldImplementation AtlasDetectorID::m_muon_station_name_impl
privateinherited

Definition at line 448 of file AtlasDetectorID.h.

◆ m_MUON_SUBDET_INDEX

size_type AtlasDetectorID::m_MUON_SUBDET_INDEX {999}
privateinherited

Definition at line 401 of file AtlasDetectorID.h.

◆ m_muon_tech_bits

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

Definition at line 454 of file AtlasDetectorID.h.

◆ m_nm

std::string AthMessaging::m_nm
privateinherited

Message source name.

Definition at line 129 of file AthMessaging.h.

◆ m_phi_mod_impl

IdDictFieldImplementation TRT_ID::m_phi_mod_impl
private

Definition at line 372 of file TRT_ID.h.

◆ m_PHI_MODULE_INDEX

size_type TRT_ID::m_PHI_MODULE_INDEX
private

Definition at line 328 of file TRT_ID.h.

◆ m_PIXEL_ID

int AtlasDetectorID::m_PIXEL_ID {1}
privateinherited

Definition at line 407 of file AtlasDetectorID.h.

◆ m_quiet

bool AtlasDetectorID::m_quiet {}
protectedinherited

If true, suppress DEBUG/INFO messages.

Definition at line 371 of file AtlasDetectorID.h.

◆ m_RPC_ID

int AtlasDetectorID::m_RPC_ID {2}
privateinherited

Definition at line 419 of file AtlasDetectorID.h.

◆ m_SCT_ID

int AtlasDetectorID::m_SCT_ID {2}
privateinherited

Definition at line 408 of file AtlasDetectorID.h.

◆ m_STGC_ID

int AtlasDetectorID::m_STGC_ID {4}
privateinherited

Definition at line 421 of file AtlasDetectorID.h.

◆ m_str_lay_impl

IdDictFieldImplementation TRT_ID::m_str_lay_impl
private

Definition at line 374 of file TRT_ID.h.

◆ m_straw_hash_max

size_type TRT_ID::m_straw_hash_max
private

Definition at line 338 of file TRT_ID.h.

◆ m_straw_impl

IdDictFieldImplementation TRT_ID::m_straw_impl
private

Definition at line 375 of file TRT_ID.h.

◆ m_STRAW_INDEX

size_type TRT_ID::m_STRAW_INDEX
private

Definition at line 331 of file TRT_ID.h.

◆ m_straw_layer_hash_max

size_type TRT_ID::m_straw_layer_hash_max
private

Definition at line 337 of file TRT_ID.h.

◆ m_STRAW_LAYER_INDEX

size_type TRT_ID::m_STRAW_LAYER_INDEX
private

Definition at line 330 of file TRT_ID.h.

◆ m_straw_layer_vec

hash_vec TRT_ID::m_straw_layer_vec
private

Definition at line 341 of file TRT_ID.h.

◆ m_straw_vec

hash_vec TRT_ID::m_straw_vec
private

Definition at line 342 of file TRT_ID.h.

◆ m_SUBDET_INDEX

size_type AtlasDetectorID::m_SUBDET_INDEX {999}
privateinherited

Definition at line 400 of file AtlasDetectorID.h.

◆ m_TGC_ID

int AtlasDetectorID::m_TGC_ID {3}
privateinherited

Definition at line 420 of file AtlasDetectorID.h.

◆ m_tile_dict

IdDictDictionary* AtlasDetectorID::m_tile_dict {}
privateinherited

Definition at line 438 of file AtlasDetectorID.h.

◆ m_tile_dm_field

Range::field AtlasDetectorID::m_tile_dm_field
privateinherited

Definition at line 434 of file AtlasDetectorID.h.

◆ m_TILE_ID

int AtlasDetectorID::m_TILE_ID {5}
privateinherited

Definition at line 404 of file AtlasDetectorID.h.

◆ m_TRT_ID

int AtlasDetectorID::m_TRT_ID {3}
privateinherited

Definition at line 409 of file AtlasDetectorID.h.

◆ m_trt_impl

IdDictFieldImplementation TRT_ID::m_trt_impl
private

Definition at line 370 of file TRT_ID.h.

◆ m_TRT_INDEX

size_type TRT_ID::m_TRT_INDEX
private

Definition at line 326 of file TRT_ID.h.

◆ m_trt_region_index

size_type TRT_ID::m_trt_region_index
private

Definition at line 324 of file TRT_ID.h.

◆ m_ZDC_ID

int AtlasDetectorID::m_ZDC_ID {7}
privateinherited

Definition at line 427 of file AtlasDetectorID.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:101
TRT_ID::m_bec_impl
IdDictFieldImplementation m_bec_impl
Definition: TRT_ID.h:371
AtlasDetectorID::is_pixel
bool is_pixel(Identifier id) const
Definition: AtlasDetectorID.h:760
AthMessaging::m_lvl
std::atomic< MSG::Level > m_lvl
Current logging level.
Definition: AthMessaging.h:138
IdDictDictionary::dict_tag
const std::string & dict_tag(void) const
Access to the dictionary tag.
Definition: IdDictDictionary.h:262
TRT_ID::m_is_valid
bool m_is_valid
Definition: TRT_ID.h:323
AtlasDetectorID::m_muon_dict
IdDictDictionary * m_muon_dict
Definition: AtlasDetectorID.h:439
AtlasDetectorID::indet_field_value
int indet_field_value() const
Provide efficient access to individual field values, for subclass idhelpers.
Definition: AtlasDetectorID.h:611
python.SystemOfUnits.second
int second
Definition: SystemOfUnits.py:120
ConstRangeIterator
Definition: RangeIterator.h:46
TRT_ID::m_LAYER_OR_WHEEL_INDEX
size_type m_LAYER_OR_WHEEL_INDEX
Definition: TRT_ID.h:329
AtlasDetectorID::is_forward
bool is_forward(Identifier id) const
Definition: AtlasDetectorID.h:935
TRT_ID::m_full_straw_range
MultiRange m_full_straw_range
Definition: TRT_ID.h:333
TRT_ID::layer_id
Identifier layer_id(int barrel_ec, int phi_module, int layer_or_wheel, int straw_layer) const
For an individual straw layer.
Definition: TRT_ID.h:500
IdDictDictionary::build_multirange
MultiRange build_multirange() const
Get MultiRange for full dictionary.
Definition: IdDictDictionary.cxx:299
AtlasDetectorID::m_muon_tech_bits
std::vector< unsigned int > m_muon_tech_bits
Definition: AtlasDetectorID.h:454
AtlasDetectorID::MAX_BIT
@ MAX_BIT
Definition: AtlasDetectorID.h:389
AtlasDetectorID::m_LUMI_ID
int m_LUMI_ID
Definition: AtlasDetectorID.h:411
TRT_ID::m_trt_region_index
size_type m_trt_region_index
Definition: TRT_ID.h:324
AtlasDetectorID::initialize_from_dictionary
virtual int initialize_from_dictionary(const IdDictMgr &dict_mgr) override
Initialization from the identifier dictionary.
Definition: AtlasDetectorID.cxx:240
TRT_ID::m_hash_calcs
std::vector< HashCalc > m_hash_calcs
Definition: TRT_ID.h:365
TRT_ID::m_PHI_MODULE_INDEX
size_type m_PHI_MODULE_INDEX
Definition: TRT_ID.h:328
TRT_ID::module_id_checks
void module_id_checks(int barrel_ec, int phi_module, int layer_or_wheel) const
Definition: TRT_ID.cxx:65
get_generator_info.result
result
Definition: get_generator_info.py:21
AtlasDetectorID::m_indet_part_impl
IdDictFieldImplementation m_indet_part_impl
Definition: AtlasDetectorID.h:444
TRT_ID::straw_max
int straw_max(const Identifier &id) const
Definition: TRT_ID.cxx:803
InDetDD::PLR
@ PLR
Definition: DetectorDesign.h:46
TRT_ID::hash_vec_it
hash_vec::const_iterator hash_vec_it
Definition: TRT_ID.h:293
TRT_ID::m_full_straw_layer_range
MultiRange m_full_straw_layer_range
Definition: TRT_ID.h:334
TRT_ID::m_STRAW_LAYER_INDEX
size_type m_STRAW_LAYER_INDEX
Definition: TRT_ID.h:330
TRT_ID::reset_straw_hash_vector
void reset_straw_hash_vector(void)
Definition: TRT_ID.cxx:503
TRT_ID::initLevelsFromDict
int initLevelsFromDict(void)
Definition: TRT_ID.cxx:563
TRT_ID::m_phi_mod_impl
IdDictFieldImplementation m_phi_mod_impl
Definition: TRT_ID.h:372
vtune_athena.format
format
Definition: vtune_athena.py:14
ATH_MSG_INFO
#define ATH_MSG_INFO(x)
Definition: AthMsgStreamMacros.h:31
TRT_ID::straw_hash
IdentifierHash straw_hash(Identifier straw_id) const
straw hash from id - optimized
Definition: TRT_ID.h:768
AtlasDetectorID::is_lar_fcal
bool is_lar_fcal(Identifier id) const
Definition: AtlasDetectorID.h:839
MultiRange::factory_begin
identifier_factory factory_begin()
Definition: MultiRange.cxx:112
IdDictFieldImplementation::show_to_string
std::string show_to_string(void) const
Definition: IdDictFieldImplementation.cxx:38
AtlasDetectorID::is_lar
bool is_lar(Identifier id) const
Definition: AtlasDetectorID.h:689
Pixel
Definition: PixelFEUtils.h:16
AtlasDetectorID::muon_field_value
int muon_field_value() const
Definition: AtlasDetectorID.h:620
TRT_ID::BARREL_VALUE
@ BARREL_VALUE
Definition: TRT_ID.h:296
AtlasDetectorID::m_TRT_ID
int m_TRT_ID
Definition: AtlasDetectorID.h:409
quiet
bool quiet
Definition: TrigGlobEffCorrValidation.cxx:190
TRT_ID::module_context
IdContext module_context(void) const
module id
Definition: TRT_ID.h:703
index
Definition: index.py:1
TRT_ID::m_straw_layer_vec
hash_vec m_straw_layer_vec
Definition: TRT_ID.h:341
MultiRange::factory_end
identifier_factory factory_end()
Definition: MultiRange.cxx:124
max
constexpr double max()
Definition: ap_fixedTest.cxx:33
xAOD::deltaPhi
setSAddress setEtaMS setDirPhiMS setDirZMS setBarrelRadius setEndcapAlpha setEndcapRadius setInterceptInner setEtaMap setEtaBin setIsTgcFailure setDeltaPt deltaPhi
Definition: L2StandAloneMuon_v1.cxx:160
python.LumiCalcWorking.lw
lw
Definition: LumiCalcWorking.py:112
min
constexpr double min()
Definition: ap_fixedTest.cxx:26
MultiRange::cardinalityUpTo
size_type cardinalityUpTo(const ExpandedIdentifier &id) const
Definition: MultiRange.cxx:88
mergePhysValFiles.start
start
Definition: DataQuality/DataQualityUtils/scripts/mergePhysValFiles.py:14
AtlasDetectorID::m_HGTD_ID
int m_HGTD_ID
Definition: AtlasDetectorID.h:410
TRT_ID::barrel_ec_id_checks
void barrel_ec_id_checks(int barrel_ec) const
Definition: TRT_ID.cxx:48
IdContext::end_index
size_type end_index() const
Definition: IdContext.h:46
AtlasDetectorID::calo_field_value
int calo_field_value() const
Definition: AtlasDetectorID.h:623
PlotCalibFromCool.begin
begin
Definition: PlotCalibFromCool.py:94
skel.it
it
Definition: skel.GENtoEVGEN.py:401
TRT_ID::m_BARREL_EC_INDEX
size_type m_BARREL_EC_INDEX
Definition: TRT_ID.h:327
IdentifierField::clear
void clear()
Set methods.
Definition: IdentifierField.cxx:224
ExpandedIdentifier
Definition: DetectorDescription/Identifier/Identifier/ExpandedIdentifier.h:102
TRT_ID::m_trt_impl
IdDictFieldImplementation m_trt_impl
Definition: TRT_ID.h:370
IdDictFieldImplementation::pack
void pack(int value, Identifier &id) const
Definition: IdDictFieldImplementation.h:173
AtlasDetectorID::m_tile_dict
IdDictDictionary * m_tile_dict
Definition: AtlasDetectorID.h:438
AtlasDetectorID::m_msgSvc
IMessageSvc * m_msgSvc
pointer to the message service
Definition: AtlasDetectorID.h:368
AtlasDetectorID::m_dict_version
std::string m_dict_version
Definition: AtlasDetectorID.h:397
AtlasDetectorID::m_do_checks
bool m_do_checks
Flag for subclasses to know whether or not to perform checks.
Definition: AtlasDetectorID.h:362
TRT_ID::barrel_ec_id
Identifier barrel_ec_id(int barrel_ec) const
For +/-barrel or +/-endcap id.
Definition: TRT_ID.h:417
Identifier::MAX_BIT
static constexpr value_type MAX_BIT
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:32
TRT_ID::const_id_iterator
std::vector< Identifier >::const_iterator const_id_iterator
Definition: TRT_ID.h:89
ReadOfcFromCool.field
field
Definition: ReadOfcFromCool.py:48
AtlasDetectorID::m_ZDC_ID
int m_ZDC_ID
Definition: AtlasDetectorID.h:427
AtlasDetectorID::m_STGC_ID
int m_STGC_ID
Definition: AtlasDetectorID.h:421
AtlasDetectorID::trt_field_value
int trt_field_value() const
Definition: AtlasDetectorID.h:632
AtlasDetectorID::lar_field_value
int lar_field_value() const
Definition: AtlasDetectorID.h:614
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition: TrackSystemController.h:45
TRT_ID::m_TRT_INDEX
size_type m_TRT_INDEX
Definition: TRT_ID.h:326
read_hist_ntuple.h1
h1
Definition: read_hist_ntuple.py:21
TRT_ID::m_straw_hash_max
size_type m_straw_hash_max
Definition: TRT_ID.h:338
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
TRT_ID::m_str_lay_impl
IdDictFieldImplementation m_str_lay_impl
Definition: TRT_ID.h:374
python.SystemOfUnits.ms
int ms
Definition: SystemOfUnits.py:132
AtlasDetectorID::ALL_BITS
@ ALL_BITS
Definition: AtlasDetectorID.h:392
AtlasDetectorID::do_neighbours
virtual bool do_neighbours(void) const override
Neighbour initialization is performed by default One can switch or query this mode for any idHelper w...
Definition: AtlasDetectorID.cxx:464
TRT_ID::m_dict
const IdDictDictionary * m_dict
Definition: TRT_ID.h:332
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:45
AtlasDetectorID::is_lvl1_trig_towers
bool is_lvl1_trig_towers(Identifier id) const
Definition: AtlasDetectorID.h:713
CalibDbCompareRT.region_id
region_id
Definition: CalibDbCompareRT.py:68
IdDictRegion
Definition: IdDictRegion.h:20
IdDictDictionary::m_version
std::string m_version
Definition: IdDictDictionary.h:217
TRT_ID::init_straw_hash_vector
void init_straw_hash_vector(void)
The init will use up ~2 MB of memory, so one should do init, use straw_id and then reset.
Definition: TRT_ID.cxx:508
TRT_ID::module_hash
IdentifierHash module_hash(Identifier module_id) const
module hash from id - optimized
Definition: TRT_ID.h:732
mergePhysValFiles.end
end
Definition: DataQuality/DataQualityUtils/scripts/mergePhysValFiles.py:93
AtlasDetectorID::m_LAR_ID
int m_LAR_ID
Definition: AtlasDetectorID.h:403
TRT_ID::m_hash_calcs_barrel_indexes
std::vector< intPair > m_hash_calcs_barrel_indexes
Definition: TRT_ID.h:366
AtlasDetectorID::m_do_neighbours
bool m_do_neighbours
Flag for subclasses to know whether or not to perform neighbour initialization.
Definition: AtlasDetectorID.h:365
IdDictFieldImplementation::reset
void reset(Identifier &id) const
Definition: IdDictFieldImplementation.h:183
AtlasDetectorID::m_INDET_ID
int m_INDET_ID
Definition: AtlasDetectorID.h:402
Trk::DetectorElemType::Silicon
@ Silicon
TRT_ID::m_STRAW_INDEX
size_type m_STRAW_INDEX
Definition: TRT_ID.h:331
AtlasDetectorID::m_LUMI_PLR_ID
int m_LUMI_PLR_ID
Definition: AtlasDetectorID.h:412
IdentifierField::match
bool match(element_type value) const
The basic match operation.
Definition: IdentifierField.cxx:71
AtlasDetectorID::PIXEL_MASK
@ PIXEL_MASK
Definition: AtlasDetectorID.h:391
AtlasDetectorID::m_tile_dm_field
Range::field m_tile_dm_field
Definition: AtlasDetectorID.h:434
IdContext::begin_index
size_type begin_index() const
Definition: IdContext.h:45
Tile
Definition: TileVolumeBuilder.h:43
TRT_ID::straw
int straw(const Identifier &id) const
Definition: TRT_ID.h:902
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
AtlasDetectorID::ATLAS_ID
@ ATLAS_ID
Definition: AtlasDetectorID.h:388
TrigConf::MSGTC::Level
Level
Definition: Trigger/TrigConfiguration/TrigConfBase/TrigConfBase/MsgStream.h:21
TRT_ID::m_module_hash_max
size_type m_module_hash_max
Definition: TRT_ID.h:336
ATH_MSG_ERROR
#define ATH_MSG_ERROR(x)
Definition: AthMsgStreamMacros.h:33
AtlasDetectorID::m_TILE_ID
int m_TILE_ID
Definition: AtlasDetectorID.h:404
TRT_ID::straw_context
IdContext straw_context(void) const
straw id
Definition: TRT_ID.h:723
TRT
Definition: HitInfo.h:33
TRT_ID::NUMBER_OF_EC_MODULES
@ NUMBER_OF_EC_MODULES
Definition: TRT_ID.h:289
StdJOSetup.msgSvc
msgSvc
Provide convenience handles for various services.
Definition: StdJOSetup.py:36
TRT_ID::get_hash
virtual int get_hash(const Identifier &id, IdentifierHash &hash_id, const IdContext *context=0) const override final
Create hash id from compact id (return == 0 for OK)
Definition: TRT_ID.cxx:748
TRT_ID::m_INDET_INDEX
size_type m_INDET_INDEX
Definition: TRT_ID.h:325
AtlasDetectorID::m_calo_dict
IdDictDictionary * m_calo_dict
Definition: AtlasDetectorID.h:440
lumiFormat.i
int i
Definition: lumiFormat.py:85
AtlasDetectorID::m_is_initialized_from_dict
bool m_is_initialized_from_dict
Definition: AtlasDetectorID.h:398
AtlasDetectorID::m_lar_part_impl
IdDictFieldImplementation m_lar_part_impl
Definition: AtlasDetectorID.h:446
AtlasDetectorID::indet_exp
ExpandedIdentifier indet_exp(void) const
Detector systems:
Definition: AtlasDetectorID.h:485
TRT_ID::straw_hash_bin
IdentifierHash straw_hash_bin(Identifier straw_id) const
Definition: TRT_ID.h:823
TRT_ID::m_straw_layer_hash_max
size_type m_straw_layer_hash_max
Definition: TRT_ID.h:337
TRT_ID::straw_layer_context
IdContext straw_layer_context(void) const
straw_layer id
Definition: TRT_ID.h:713
endmsg
#define endmsg
Definition: AnalysisConfig_Ntuple.cxx:63
TRT_ID::straw_id_checks
void straw_id_checks(int barrel_ec, int phi_module, int layer_or_wheel, int straw_layer, int straw) const
Definition: TRT_ID.cxx:85
AtlasDetectorID::m_muon_mdt_impl
IdDictFieldImplementation m_muon_mdt_impl
Definition: AtlasDetectorID.h:449
AtlasDetectorID::m_lar_fcal_module_impl
IdDictFieldImplementation m_lar_fcal_module_impl
Definition: AtlasDetectorID.h:447
AtlasDetectorID::is_tile_dm
bool is_tile_dm(Identifier id) const
Definition: AtlasDetectorID.h:748
AtlasDetectorID::m_LAR_EM_ID
int m_LAR_EM_ID
Definition: AtlasDetectorID.h:413
IdDictDictionary::m_regions
std::vector< IdDictRegion * > m_regions
Definition: IdDictDictionary.h:235
plotBeamSpotVxVal.range
range
Definition: plotBeamSpotVxVal.py:195
checkCorrelInHIST.prefix
dictionary prefix
Definition: checkCorrelInHIST.py:391
TRT_ID::m_indet_impl
IdDictFieldImplementation m_indet_impl
Definition: TRT_ID.h:369
AtlasDetectorID::m_fwd_dict
IdDictDictionary * m_fwd_dict
Definition: AtlasDetectorID.h:441
AtlasDetectorID::is_tile
bool is_tile(Identifier id) const
Definition: AtlasDetectorID.h:695
TRT_ID::m_straw_vec
hash_vec m_straw_vec
Definition: TRT_ID.h:342
AtlasDetectorID::m_TGC_ID
int m_TGC_ID
Definition: AtlasDetectorID.h:420
TRT_ID::get_expanded_id
void get_expanded_id(const Identifier &id, ExpandedIdentifier &exp_id, const IdContext *context=0) const
Definition: TRT_ID.cxx:730
TRT_ID::barrel_ec
int barrel_ec(const Identifier &id) const
Values of different levels (failure returns 0)
Definition: TRT_ID.h:866
TRT_ID::straw_layer
int straw_layer(const Identifier &id) const
Definition: TRT_ID.h:893
AtlasDetectorID::m_CSC_ID
int m_CSC_ID
Definition: AtlasDetectorID.h:418
AtlasDetectorID::m_lvl1_onl_field
Range::field m_lvl1_onl_field
Definition: AtlasDetectorID.h:432
TRT_ID::layer_or_wheel
int layer_or_wheel(const Identifier &id) const
Definition: TRT_ID.h:884
AtlasDetectorID::m_quiet
bool m_quiet
If true, suppress DEBUG/INFO messages.
Definition: AtlasDetectorID.h:371
AtlasDetectorID::m_LAR_HEC_ID
int m_LAR_HEC_ID
Definition: AtlasDetectorID.h:414
AthMessaging::msg
MsgStream & msg() const
The standard message stream.
Definition: AthMessaging.h:164
AtlasDetectorID::HelperType::Unimplemented
@ Unimplemented
IdentifierHash::is_valid
bool is_valid() const
Check if id is in a valid state.
SCT
Definition: SCT_ChipUtils.h:14
AtlasDetectorID::m_muon_rpc_impl
IdDictFieldImplementation m_muon_rpc_impl
Definition: AtlasDetectorID.h:450
AtlasDetDescr::fAtlasMM
@ fAtlasMM
Definition: AtlasDetTechnology.h:54
AtlasDetectorID::m_SCT_ID
int m_SCT_ID
Definition: AtlasDetectorID.h:408
AtlasDetDescr::fAtlasSTGC
@ fAtlasSTGC
Definition: AtlasDetTechnology.h:53
TRT_ID::m_module_vec
hash_vec m_module_vec
Definition: TRT_ID.h:340
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:186
AtlasDetectorID::m_LAR_FCAL_ID
int m_LAR_FCAL_ID
Definition: AtlasDetectorID.h:415
AtlasDetectorID::is_calo
bool is_calo(Identifier id) const
Definition: AtlasDetectorID.h:707
AtlasDetectorID::m_MM_ID
int m_MM_ID
Definition: AtlasDetectorID.h:422
IdDictDictionary::file_name
const std::string & file_name(void) const
Access to file name.
Definition: IdDictDictionary.h:255
AtlasDetectorID::m_DET_INDEX
size_type m_DET_INDEX
Definition: AtlasDetectorID.h:399
AtlasDetectorID::tile_field_value
int tile_field_value() const
Definition: AtlasDetectorID.h:617
IdDictDictionary::get_label_value
int get_label_value(const std::string &field, const std::string &label, int &value) const
Definition: IdDictDictionary.cxx:73
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:408
TRT_ID::m_hash_calcs_endcap_indexes
std::vector< intPair > m_hash_calcs_endcap_indexes
Definition: TRT_ID.h:367
id
SG::auxid_t id
Definition: Control/AthContainers/Root/debug.cxx:227
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:228
python.subdetectors.mmg.ids
ids
Definition: mmg.py:8
AtlasDetectorID::m_indet_dict
IdDictDictionary * m_indet_dict
Definition: AtlasDetectorID.h:436
AtlasDetectorID::m_calo_side_impl
IdDictFieldImplementation m_calo_side_impl
Definition: AtlasDetectorID.h:445
AtlasDetectorID::is_indet
bool is_indet(Identifier id) const
Definition: AtlasDetectorID.h:683
AtlasDetectorID::m_dict_names
std::vector< std::string > m_dict_names
List of dictionary names used by this helper.
Definition: AtlasDetectorID.h:375
AtlasDetectorID::m_lar_dm_field
Range::field m_lar_dm_field
Definition: AtlasDetectorID.h:433
Range
A Range describes the possible ranges for the field values of an ExpandedIdentifier.
Definition: DetectorDescription/Identifier/Identifier/Range.h:29
AtlasDetectorID::fwd_exp
ExpandedIdentifier fwd_exp(void) const
Definition: AtlasDetectorID.h:520
TRT_ID::phi_module
int phi_module(const Identifier &id) const
Definition: TRT_ID.h:875
AtlasDetectorID::m_muon_station_name_impl
IdDictFieldImplementation m_muon_station_name_impl
Definition: AtlasDetectorID.h:448
AtlasDetectorID::m_MDT_ID
int m_MDT_ID
Definition: AtlasDetectorID.h:417
IdDictDictionary
Definition: IdDictDictionary.h:30
AtlasDetectorID::m_RPC_ID
int m_RPC_ID
Definition: AtlasDetectorID.h:419
TRT_ID::m_full_module_range
MultiRange m_full_module_range
Definition: TRT_ID.h:335
MultiRange::match
int match(const ExpandedIdentifier &id) const
Match an identifier.
Definition: MultiRange.cxx:57
AtlasDetDescr::fAtlasRPC
@ fAtlasRPC
Definition: AtlasDetTechnology.h:51
TRT_ID::m_straw_impl
IdDictFieldImplementation m_straw_impl
Definition: TRT_ID.h:375
AtlasDetectorID::is_lumi
bool is_lumi(Identifier id) const
Definition: AtlasDetectorID.h:806
AtlasDetectorID::reinitialize
bool reinitialize(const IdDictMgr &dict_mgr)
Test whether an idhelper should be reinitialized based on the change of tags.
Definition: AtlasDetectorID.cxx:206
TRT_ID::is_barrel
bool is_barrel(const Identifier &id) const
Test for barrel.
Definition: TRT_ID.h:857
AtlasDetectorID::is_lar_dm
bool is_lar_dm(Identifier id) const
LAr/Tile dead material:
Definition: AtlasDetectorID.h:736
AtlasDetectorID::is_muon
bool is_muon(Identifier id) const
Definition: AtlasDetectorID.h:701
IdDictDictionary::m_name
std::string m_name
Definition: IdDictDictionary.h:216
AtlasDetectorID::m_det_impl
IdDictFieldImplementation m_det_impl
Definition: AtlasDetectorID.h:443
CaloCell
Data object for each calorimeter readout cell.
Definition: CaloCell.h:57
AtlasDetectorID::show_to_string
std::string show_to_string(Identifier id, const IdContext *context=0, char sep='.') const
or provide the printout in string form
Definition: AtlasDetectorID.cxx:350
AtlasDetectorID::lar_exp
ExpandedIdentifier lar_exp(void) const
Definition: AtlasDetectorID.h:492
AtlasDetectorID::m_file_names
std::vector< std::string > m_file_names
List of dictionary file names used by this helper.
Definition: AtlasDetectorID.h:378
ATH_MSG_WARNING
#define ATH_MSG_WARNING(x)
Definition: AthMsgStreamMacros.h:32
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
DeMoScan.first
bool first
Definition: DeMoScan.py:536
AtlasDetDescr::fAtlasMDT
@ fAtlasMDT
Definition: AtlasDetTechnology.h:49
DEBUG
#define DEBUG
Definition: page_access.h:11
TRT_ID::layer_id_checks
void layer_id_checks(int barrel_ec, int phi_module, int layer_or_wheel, int straw_layer) const
Definition: TRT_ID.cxx:107
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
IdentifierField
This is the individual specification for the range of one ExpandedIdentifier IdentifierField.
Definition: IdentifierField.h:21
AtlasDetectorID::m_CALO_ID
int m_CALO_ID
Definition: AtlasDetectorID.h:406
AtlasDetectorID::m_ALFA_ID
int m_ALFA_ID
Definition: AtlasDetectorID.h:424
python.LArCondContChannels.isBarrel
isBarrel
Definition: LArCondContChannels.py:659
ExpandedIdentifier::clear
void clear()
Erase all fields.
AtlasDetectorID::m_MUON_ID
int m_MUON_ID
Definition: AtlasDetectorID.h:405
TRT_ID::m_lay_wheel_impl
IdDictFieldImplementation m_lay_wheel_impl
Definition: TRT_ID.h:373
AtlasDetectorID::m_lar_dict
IdDictDictionary * m_lar_dict
Definition: AtlasDetectorID.h:437
Identifier::value_type
unsigned long long value_type
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:27
AtlasDetectorID::m_PIXEL_ID
int m_PIXEL_ID
Definition: AtlasDetectorID.h:407
AtlasDetectorID::is_lvl1_online
bool is_lvl1_online(Identifier id) const
Definition: AtlasDetectorID.h:724
TRT_ID::invalidMessage
void invalidMessage() const
Definition: TRT_ID.h:843
AtlasDetDescr::fAtlasTGC
@ fAtlasTGC
Definition: AtlasDetTechnology.h:52
TRT_ID::m_barrel_field
Range::field m_barrel_field
Definition: TRT_ID.h:339
CaloCondBlobAlgs_fillNoiseFromASCII.fields
fields
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:106
AthMessaging::initMessaging
void initMessaging() const
Initialize our message level and MessageSvc.
Definition: AthMessaging.cxx:39
IdDictField
Definition: 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:425
Analysis::TT
@ TT
Definition: JpsiFinder.h:36
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
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:457
IdContext
This class saves the "context" of an expanded identifier (ExpandedIdentifier) for compact or hash ver...
Definition: IdContext.h:26
AtlasDetectorID::m_dict_tags
std::vector< std::string > m_dict_tags
List of dictionary versions used by this helper.
Definition: AtlasDetectorID.h:381
PlotCalibFromCool.be
be
Definition: PlotCalibFromCool.py:398
AtlasDetectorID::m_SUBDET_INDEX
size_type m_SUBDET_INDEX
Definition: AtlasDetectorID.h:400
IdDictRegion::m_implementation
std::vector< IdDictFieldImplementation > m_implementation
Definition: IdDictRegion.h:42
TRT_ID::init_hashes
void init_hashes(void)
Definition: TRT_ID.cxx:261
IdentifierField::add_value
void add_value(element_type value)
Definition: IdentifierField.cxx:250
AtlasDetectorID::m_FWD_ID
int m_FWD_ID
Definition: AtlasDetectorID.h:423
TRT_ID::straw_layer_hash
IdentifierHash straw_layer_hash(Identifier straw_layer_id) const
straw_layer hash from id - optimized
Definition: TRT_ID.h:750
AtlasDetectorID::m_lvl1_field
Range::field m_lvl1_field
Definition: AtlasDetectorID.h:431
TRT_ID::module_id
Identifier module_id(int barrel_ec, int phi_module, int layer_or_wheel) const
For an individual module phi sector.
Definition: TRT_ID.h:448
TRT_ID::straw_id
Identifier straw_id(int barrel_ec, int phi_module, int layer_or_wheel, int straw_layer, int straw) const
Three ways of getting id for a single straw:
Definition: TRT_ID.h:581
AtlasDetectorID::m_LUCID_ID
int m_LUCID_ID
Definition: AtlasDetectorID.h:426
Identifier
Definition: IdentifierFieldParser.cxx:14