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 25 of file TRT_ID.cxx.

26  :
27  m_is_valid(true),
29  m_INDET_INDEX(0),
30  m_TRT_INDEX(1),
35  m_STRAW_INDEX(6),
36  m_dict(nullptr),
39  m_straw_hash_max(0) {
42 }

◆ ~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 47 of file TRT_ID.cxx.

47  {
48  // Check that id is within allowed range
49 
50  // Fill expanded id
52 
54 
55  if (!m_full_module_range.match(id)) { // module range check is sufficient
56  MsgStream log(m_msgSvc, "TRT_ID");
57  if (m_msgSvc) {
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  } else {
62  std::cout << " ERROR TRT_ID::barrel_ec_id result is NOT ok. ID, range "
63  << (std::string) id << " "
64  << (std::string) m_full_module_range << std::endl;
65  }
66  }
67 }

◆ bcm_exp()

ExpandedIdentifier AtlasDetectorID::bcm_exp ( void  ) const
inlineprotectedinherited

Definition at line 590 of file AtlasDetectorID.h.

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

◆ bcm_field_value()

int AtlasDetectorID::bcm_field_value ( ) const
inlineprotectedinherited

Definition at line 675 of file AtlasDetectorID.h.

675 {return (m_BCM_ID);}

◆ calo()

Identifier AtlasDetectorID::calo ( void  ) const
inherited

Definition at line 63 of file AtlasDetectorID.cxx.

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

◆ calo_exp()

ExpandedIdentifier AtlasDetectorID::calo_exp ( void  ) const
inlineprotectedinherited

Definition at line 513 of file AtlasDetectorID.h.

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

◆ calo_field_value()

int AtlasDetectorID::calo_field_value ( ) const
inlineprotectedinherited

Definition at line 623 of file AtlasDetectorID.h.

623 {return (m_CALO_ID);}

◆ csc()

Identifier AtlasDetectorID::csc ( void  ) const
inherited

Definition at line 193 of file AtlasDetectorID.cxx.

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

◆ csc_field_value()

int AtlasDetectorID::csc_field_value ( ) const
inlineprotectedinherited

Definition at line 656 of file AtlasDetectorID.h.

656 {return (m_CSC_ID);}

◆ detsystem_context()

IdContext AtlasDetectorID::detsystem_context ( void  ) const
inherited

IdContext (indicates id length) for detector systems.

Definition at line 234 of file AtlasDetectorID.cxx.

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

◆ dict_names()

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

Dictionary names.

Dictionary name.

Definition at line 709 of file AtlasDetectorID.cxx.

710 {
711  return (m_dict_names);
712 }

◆ dict_tags()

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

Version tags for subdet dictionaries.

Version tag for subdet dictionary.

Definition at line 723 of file AtlasDetectorID.cxx.

724 {
725  return (m_dict_tags);
726 }

◆ dictionaryVersion()

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

Implements IdHelper.

Definition at line 347 of file AtlasDetectorID.cxx.

348 {
349  return (m_dict_version);
350 }

◆ do_checks()

bool AtlasDetectorID::do_checks ( void  ) const
overridevirtualinherited

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

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

Implements IdHelper.

Definition at line 728 of file AtlasDetectorID.cxx.

729 {
730  return (m_do_checks);
731 }

◆ do_neighbours()

bool AtlasDetectorID::do_neighbours ( void  ) const
overridevirtualinherited

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

Implements IdHelper.

Definition at line 738 of file AtlasDetectorID.cxx.

739 {
740  return (m_do_neighbours);
741 }

◆ file_names()

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

File names for subdet dictionaries.

File name.

Definition at line 716 of file AtlasDetectorID.cxx.

717 {
718  return (m_file_names);
719 }

◆ fix_barrel_ec()

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

◆ forward_field_value()

int AtlasDetectorID::forward_field_value ( ) const
inlineprotectedinherited

Definition at line 671 of file AtlasDetectorID.h.

671 {return (m_FWD_ID);}

◆ fwd_exp()

ExpandedIdentifier AtlasDetectorID::fwd_exp ( void  ) const
inlineprotectedinherited

Definition at line 520 of file AtlasDetectorID.h.

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

◆ get_expanded_id()

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

Definition at line 928 of file TRT_ID.cxx.

930  {
931  exp_id.clear();
932  exp_id << indet_field_value()
933  << trt_field_value()
934  << barrel_ec(id)
935  << phi_module(id)
936  << layer_or_wheel(id);
937  if (!context || context->end_index() >= m_STRAW_LAYER_INDEX) {
938  exp_id << straw_layer(id);
939  }
940  if (!context || context->end_index() == m_STRAW_INDEX) {
941  exp_id << straw(id);
942  }
943 }

◆ 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 946 of file TRT_ID.cxx.

948  {
949  // Get the hash code from either a vec (for modules and straw
950  // layers) or calculate it (straws). For the former, we convert to
951  // compact and call get_hash again. For the latter, we calculate
952  // the hash from the Identifier.
953 
954  int result = 1;
955 
956  hash_id = 0;
957  size_t begin = (context) ? context->begin_index() : 0;
958  size_t end = (context) ? context->end_index() : 0;
959 
960  if (0 == begin) {
961  // No hashes yet for ids with prefixes
962  if (m_LAYER_OR_WHEEL_INDEX == end) {
963  hash_id = module_hash(id);
964  if (hash_id.is_valid()) result = 0;
965  } else if (m_STRAW_LAYER_INDEX == end) {
966  hash_id = straw_layer_hash(id);
967  if (hash_id.is_valid()) result = 0;
968  } else if (context && context->end_index() == m_STRAW_INDEX) {
969  // Must calculate for straw hash
970  ExpandedIdentifier new_id;
971  get_expanded_id(id, new_id);
972  hash_id = m_full_straw_range.cardinalityUpTo(new_id);
973  result = 0;
974  }
975  }
976  return(result);
977 }

◆ 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 897 of file TRT_ID.cxx.

899  {
900  int result = 1;
901 
902  id.clear();
903 
904  size_t begin = (context) ? context->begin_index() : 0;
905  // cannot get hash if end is 0:
906  size_t end = (context) ? context->end_index() : 0;
907  if (0 == begin) {
908  // No hashes yet for ids with prefixes
909  if (m_LAYER_OR_WHEEL_INDEX == end) {
910  if (hash_id < (unsigned int) (m_module_vec.end() - m_module_vec.begin())) {
911  id = m_module_vec[hash_id];
912  result = 0;
913  }
914  } else if (m_STRAW_LAYER_INDEX == end) {
915  if (hash_id < (unsigned int) (m_straw_layer_vec.end() - m_straw_layer_vec.begin())) {
916  id = m_straw_layer_vec[hash_id];
917  result = 0;
918  }
919  } else if (m_STRAW_INDEX == end) {
920  // Do not know how to calculate straw id from hash yet!!
921  std::cout << "Do not know how to calculate straw id from hash yet!!" << std::endl;
922  }
923  }
924  return(result);
925 }

◆ 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 889 of file TRT_ID.cxx.

890  {
892  return(0);
893 }

◆ helper()

virtual HelperType AtlasDetectorID::helper ( ) const
inlinevirtualinherited

Type of helper, defaulted to 'Unimplemented'.

Reimplemented in SCT_ID, PLR_ID, and PixelID.

Definition at line 95 of file AtlasDetectorID.h.

95  {
97  }

◆ hgtd()

Identifier AtlasDetectorID::hgtd ( void  ) const
inherited

Definition at line 103 of file AtlasDetectorID.cxx.

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

◆ hgtd_exp()

ExpandedIdentifier AtlasDetectorID::hgtd_exp ( void  ) const
inlineprotectedinherited

Definition at line 548 of file AtlasDetectorID.h.

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

◆ hgtd_field_value()

int AtlasDetectorID::hgtd_field_value ( ) const
inlineprotectedinherited

Definition at line 635 of file AtlasDetectorID.h.

635 {return (m_HGTD_ID);}

◆ indet()

Identifier AtlasDetectorID::indet ( void  ) const
inherited

Detector systems:

Definition at line 26 of file AtlasDetectorID.cxx.

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

◆ indet_exp()

ExpandedIdentifier AtlasDetectorID::indet_exp ( void  ) const
inlineprotectedinherited

Detector systems:

Definition at line 485 of file AtlasDetectorID.h.

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

◆ indet_field_value()

int AtlasDetectorID::indet_field_value ( ) const
inlineprotectedinherited

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

Definition at line 611 of file AtlasDetectorID.h.

611 {return (m_INDET_ID);}

◆ init_hashes()

void TRT_ID::init_hashes ( void  )
private

Definition at line 346 of file TRT_ID.cxx.

346  {
347  //
348  // create two vecs (module and straw layer) to retrieve the hashes
349  // for compact ids
350  //
351 
352  // module hash
353  MsgStream log(m_msgSvc, "TRT_ID");
354 
355  if (m_msgSvc) {
356  log << MSG::DEBUG << "Module range -> " << (std::string) m_full_module_range
357  << endmsg;
358  } else {
359  std::cout << " DEBUG Module range -> " << (std::string) m_full_module_range
360  << std::endl;
361  }
362 
363 
364 
367  unsigned int nids = 0;
368  std::set<Identifier> ids;
369  for (unsigned int i = 0; i < m_full_module_range.size(); ++i) {
370  const Range& range = m_full_module_range[i];
371  Range::const_identifier_factory first = range.factory_begin();
372  Range::const_identifier_factory last = range.factory_end();
373  for (; first != last; ++first) {
374  const ExpandedIdentifier& exp_id = (*first);
376  exp_id[m_PHI_MODULE_INDEX],
377  exp_id[m_LAYER_OR_WHEEL_INDEX]);
378  if (!(ids.insert(id)).second) {
379  if (m_msgSvc) {
380  log << MSG::ERROR << " TRT_ID::init_hashes "
381  << " Error: duplicated id for module id. nid " << nids
382  << " compact id " << show_to_string(id)
383  << " id " << (std::string) (*first)
384  << endmsg;
385  } else {
386  std::cout << " ERROR TRT_ID::init_hashes "
387  << " Error: duplicated id for module id. nid " << nids
388  << " compact id " << show_to_string(id)
389  << " id " << (std::string) (*first)
390  << std::endl;
391  }
392  }
393  nids++;
394  }
395  }
396  if (ids.size() != m_module_hash_max) {
397  if (m_msgSvc) {
398  log << MSG::ERROR << " TRT_ID::init_hashes "
399  << " Error: set size NOT EQUAL to hash max. size " << ids.size()
400  << " hash max " << m_module_hash_max
401  << endmsg;
402  } else {
403  std::cout << " ERROR TRT_ID::init_hashes "
404  << " Error: set size NOT EQUAL to hash max. size " << ids.size()
405  << " hash max " << m_module_hash_max
406  << std::endl;
407  }
408  } else {
409  if (m_msgSvc) {
410  log << MSG::DEBUG << " TRT_ID::init_hashes "
411  << " module hash max " << m_module_hash_max
412  << endmsg;
413  } else {
414  std::cout << " DEBUG TRT_ID::init_hashes "
415  << " module hash max " << m_module_hash_max
416  << std::endl;
417  }
418  }
419 
420  nids = 0;
421  std::set<Identifier>::const_iterator first = ids.begin();
422  std::set<Identifier>::const_iterator last = ids.end();
423  for (; first != last && nids < m_module_vec.size(); ++first) {
424  m_module_vec[nids] = (*first);
425  nids++;
426  }
427 
428  // straw_layer hash
431  nids = 0;
432  ids.clear();
433  for (unsigned int i = 0; i < m_full_straw_layer_range.size(); ++i) {
435  Range::const_identifier_factory first = range.factory_begin();
436  Range::const_identifier_factory last = range.factory_end();
437  for (; first != last; ++first) {
438  const ExpandedIdentifier& exp_id = (*first);
440  exp_id[m_PHI_MODULE_INDEX],
441  exp_id[m_LAYER_OR_WHEEL_INDEX],
442  exp_id[m_STRAW_LAYER_INDEX]);
443  if (!(ids.insert(id)).second) {
444  if (m_msgSvc) {
445  log << MSG::ERROR << " TRT_ID::init_hashes "
446  << " Error: duplicated id for straw layer id. nid " << nids
447  << " compact id " << show_to_string(id)
448  << " id " << (std::string) (*first)
449  << endmsg;
450  std::cout << " ERROR TRT_ID::init_hashes "
451  << " Error: duplicated id for straw layer id. nid " << nids
452  << " compact id " << show_to_string(id)
453  << " id " << (std::string) (*first)
454  << std::endl;
455  }
456  nids++;
457  }
458  }
459  }
460 
461  if (ids.size() != m_straw_layer_hash_max) {
462  if (m_msgSvc) {
463  log << MSG::ERROR << " TRT_ID::init_hashes "
464  << " Error: set size NOT EQUAL to hash max. size " << ids.size()
465  << " hash max " << m_straw_layer_hash_max
466  << endmsg;
467  } else {
468  std::cout << " ERROR TRT_ID::init_hashes "
469  << " Error: set size NOT EQUAL to hash max. size " << ids.size()
470  << " hash max " << m_straw_layer_hash_max
471  << std::endl;
472  }
473  } else {
474  if (m_msgSvc) {
475  log << MSG::DEBUG << " TRT_ID::init_hashes "
476  << " straw layer hash max " << m_straw_layer_hash_max
477  << endmsg;
478  } else {
479  std::cout << " DEBUG TRT_ID::init_hashes "
480  << " straw layer hash max " << m_straw_layer_hash_max
481  << std::endl;
482  }
483  }
484 
485  nids = 0;
486  first = ids.begin();
487  last = ids.end();
488  for (; first != last && nids < m_straw_layer_vec.size(); ++first) {
489  m_straw_layer_vec[nids] = (*first);
490  nids++;
491  }
492 
493 
494  // Init vector for binary lookup
496 
497 
498  // Setup for hash calculation for straw ids
499 
500 
501  // We use a HashCalc object to save the information needed to
502  // calculate the hash from the decoded values of a straw id.
503  //
504  // The number of HashCalc objects needed are 2x the number of
505  // ranges - one for each pos/neg. There are then two additional
506  // lookup tables, one for each of barrel and endcap, to access the
507  // index into the HashCalc table. Here we set up the HashCalc
508  // table and the additional tables for accessing the index.
509 
510  // Set up vector as lookup table for hash calculation.
511  unsigned int hcIndex = 0;
512  unsigned int nRanges = m_full_straw_range.size();
513  m_hash_calcs.resize(2 * nRanges); // allow for pos/neg
514 
515 // std::vector<bool> startHashFound(4,false);
516 // m_beStartHash.resize(4);
517 
518 
519  for (unsigned int i = 0; i < m_full_straw_range.size(); ++i) {
520  const Range* range = &m_full_straw_range[i];
521  ExpandedIdentifier exp_id = range->minimum();
523  exp_id[m_PHI_MODULE_INDEX],
524  exp_id[m_LAYER_OR_WHEEL_INDEX],
525  exp_id[m_STRAW_LAYER_INDEX],
526  exp_id[m_STRAW_INDEX]);
527  IdentifierHash min_neg = straw_hash_bin(min);
528 
529  // Calculate the offset in phi
530  Identifier next_phi = straw_id(exp_id[m_BARREL_EC_INDEX],
531  exp_id[m_PHI_MODULE_INDEX] + 1,
532  exp_id[m_LAYER_OR_WHEEL_INDEX],
533  exp_id[m_STRAW_LAYER_INDEX],
534  exp_id[m_STRAW_INDEX]);
535  IdentifierHash deltaPhi = straw_hash_bin(next_phi) - min_neg;
536 
537  // barrel or endcap
539 
540 // std::cout << " isBarrel: " << isBarrel << " " << exp_id[m_BARREL_EC_INDEX] << std::endl;
541 
542  // both pos and neg available?
543  bool two_sides = ((*range)[m_BARREL_EC_INDEX].get_indices() == 2);
544 
545  // fill lookup table with index to HashCalc
546  unsigned int lay_min = (*range)[m_LAYER_OR_WHEEL_INDEX].get_minimum();
547  unsigned int nlayers = (*range)[m_LAYER_OR_WHEEL_INDEX].get_indices();
548  unsigned int str_lay_min = (*range)[m_STRAW_LAYER_INDEX].get_minimum();
549  unsigned int nstr_layers = (*range)[m_STRAW_LAYER_INDEX].get_indices();
550  unsigned int start;
551  unsigned int end;
552 
553  if (isBarrel) {
554  // use layer and straw layer to distinguish which HashCalc
555  start = lay_min * 32 + str_lay_min;
556  end = start + nstr_layers;
558  for (unsigned int i = start; i < end; ++i) {
559  m_hash_calcs_barrel_indexes[i].first = hcIndex;
560  }
561 
562  } else {
563  // use layer alone to distinguish which HashCalc
564  start = lay_min;
565  end = start + nlayers;
567  for (unsigned int i = start; i < end; ++i) {
568  m_hash_calcs_endcap_indexes[i].first = hcIndex;
569  }
570 
571  }
572 
573 
574  // Set up HashCalc objet
575  HashCalc hc;
576  hc.m_hash = min_neg;
577 // hc.m_barrel_ec = exp_id[m_BARREL_EC_INDEX];
578  hc.m_deltaPhi = deltaPhi;
579  hc.m_layerMin = (*range)[m_LAYER_OR_WHEEL_INDEX].get_minimum();
580  hc.m_strLayerMin = (*range)[m_STRAW_LAYER_INDEX].get_minimum();
581 
582  hc.m_nStrawLayers = (*range)[m_STRAW_LAYER_INDEX].get_indices() *
583  (*range)[m_STRAW_INDEX].get_indices();
584  hc.m_nstraws = (*range)[m_STRAW_INDEX].get_indices();
585 
586 
587  m_hash_calcs[hcIndex] = hc;
588  hcIndex++;
589 
590  // Now repeat if there are both pos/neg
591 
592  if (two_sides) {
593  if (isBarrel) {
594  // use layer and straw layer to distinguish which HashCalc
595  start = lay_min * 32 + str_lay_min;
596  end = start + nstr_layers;
598  for (unsigned int i = start; i < end; ++i) {
599  m_hash_calcs_barrel_indexes[i].second = hcIndex;
600  }
601 
602  } else {
603  // use layer alone to distinguish which HashCalc
604  start = lay_min;
605  end = start + nlayers;
607  for (unsigned int i = start; i < end; ++i) {
608  m_hash_calcs_endcap_indexes[i].second = hcIndex;
609  }
610 
611  }
612 
613 
614 
615  // Flip sign for bec if 2 symmetric sides (ATLAS case, not TB)
617  exp_id[m_PHI_MODULE_INDEX],
618  exp_id[m_LAYER_OR_WHEEL_INDEX],
619  exp_id[m_STRAW_LAYER_INDEX],
620  exp_id[m_STRAW_INDEX]);
621  IdentifierHash min_pos = straw_hash_bin(min);
622  hc.m_hash = min_pos;
623  m_hash_calcs[hcIndex] = hc;
624  hcIndex++;
625  }
626  }
627 
628  // clear vector
630 }

◆ 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 638 of file TRT_ID.cxx.

638  {
639  // We init straw hashes separately to be able to reset the vector
640  // afterwards
641 
642  MsgStream log(m_msgSvc, "TRT_ID");
643 
644  // straw hash - we do not keep a vec for the straws - too large
647  unsigned int nids = 0;
648  std::set<Identifier> ids;
649 
650  for (unsigned int i = 0; i < m_full_straw_range.size(); ++i) {
651  const Range& range = m_full_straw_range[i];
652  Range::const_identifier_factory first = range.factory_begin();
653  Range::const_identifier_factory last = range.factory_end();
654  for (; first != last; ++first) {
655  const ExpandedIdentifier& exp_id = (*first);
657  exp_id[m_PHI_MODULE_INDEX],
658  exp_id[m_LAYER_OR_WHEEL_INDEX],
659  exp_id[m_STRAW_LAYER_INDEX],
660  exp_id[m_STRAW_INDEX]);
661  if (!(ids.insert(id)).second) {
662  if (m_msgSvc) {
663  log << MSG::ERROR << " TRT_ID::init_hashes "
664  << " Error: duplicated id for straw id. nid " << nids
665  << " compact id " << show_to_string(id)
666  << " id " << (std::string) (*first)
667  << endmsg;
668  } else {
669  std::cout << " ERROR TRT_ID::init_hashes "
670  << " Error: duplicated id for straw id. nid " << nids
671  << " compact id " << show_to_string(id)
672  << " id " << (std::string) (*first)
673  << std::endl;
674  }
675  }
676  nids++;
677  }
678  }
679  if (ids.size() != m_straw_hash_max) {
680  if (m_msgSvc) {
681  log << MSG::ERROR << " TRT_ID::init_hashes "
682  << " Error: set size NOT EQUAL to hash max. size " << ids.size()
683  << " hash max " << m_straw_hash_max
684  << endmsg;
685  } else {
686  std::cout << " ERROR TRT_ID::init_hashes "
687  << " Error: set size NOT EQUAL to hash max. size " << ids.size()
688  << " hash max " << m_straw_hash_max
689  << std::endl;
690  }
691  } else {
692  if (m_msgSvc) {
693  log << MSG::DEBUG << " TRT_ID::init_hashes "
694  << " straw hash max " << m_straw_hash_max
695  << endmsg;
696  } else {
697  std::cout << " DEBUG TRT_ID::init_hashes "
698  << " straw hash max " << m_straw_hash_max
699  << std::endl;
700  }
701  }
702 
703  nids = 0;
704  std::set<Identifier>::const_iterator first = ids.begin();
705  std::set<Identifier>::const_iterator last = ids.end();
706  for (; first != last && nids < m_straw_vec.size(); ++first) {
707  m_straw_vec[nids] = (*first);
708  nids++;
709  }
710 }

◆ initialize_from_dictionary()

int TRT_ID::initialize_from_dictionary ( const IdDictMgr dict_mgr)
finaloverridevirtual

Set the IdDictionary.

Reimplemented from AtlasDetectorID.

Definition at line 152 of file TRT_ID.cxx.

152  {
153  MsgStream log(m_msgSvc, "TRT_ID");
154 
155  if (m_msgSvc) {
156  log << MSG::INFO << "Initialize from dictionary msgSvc " << m_msgSvc << endmsg;
157  } else {
158  std::cout << "INFO Initialize from dictionary cout " << m_msgSvc << std::endl;
159  }
160 
161 
162  // Check whether this helper should be reinitialized
163  if (!reinitialize(dict_mgr)) {
164  if (m_msgSvc) {
165  log << MSG::INFO << "Request to reinitialize not satisfied - tags have not changed" << endmsg;
166  } else {
167  std::cout << " INFO Request to reinitialize not satisfied - tags have not changed" << std::endl;
168  }
169  return(0);
170  } else {
171  if (m_msgSvc) {
172  log << MSG::DEBUG << "(Re)initialize" << endmsg;
173  } else {
174  std::cout << " DEBUG (Re)initialize" << std::endl;
175  }
176  }
177 
178  // init base object
180  m_is_valid = false;
181  return(1);
182  }
183 
184 
185  // Register version of InnerDetector dictionary
186  if (register_dict_tag(dict_mgr, "InnerDetector")) {
187  m_is_valid = false;
188  return(1);
189  }
190 
191 
192  m_dict = dict_mgr.find_dictionary("InnerDetector");
193  if (!m_dict) {
194  if (m_msgSvc) {
195  log << MSG::ERROR << " TRT_ID::initialize_from_dict - cannot access InnerDetector dictionary "
196  << endmsg;
197  } else {
198  std::cout << " ERROR TRT_ID::initialize_from_dict - cannot access InnerDetector dictionary "
199  << std::endl;
200  }
201  m_is_valid = false;
202  return 1;
203  }
204 
205  // Initialize the field indices
206  if (initLevelsFromDict()) {
207  m_is_valid = false;
208  return(1);
209  }
210 
211 
212  //
213  // Set barrel field for testing is_barrel
214  //
215  int barrel_value;
217  // negative barrel
218  if (m_dict->get_label_value("barrel_endcap", "negative_barrel", barrel_value)) {
219  if (m_msgSvc) {
220  log << MSG::ERROR << "Could not get value for label 'barrel' of field 'barrel_endcap' in dictionary "
221  << m_dict->m_name
222  << endmsg;
223  } else {
224  std::cout << " ERROR Could not get value for label 'barrel' of field 'barrel_endcap' in dictionary "
225  << m_dict->m_name
226  << std::endl;
227  }
228  m_is_valid = false;
229  return(1);
230  }
231  m_barrel_field.add_value(barrel_value);
232  // negative barrel
233  if (m_dict->get_label_value("barrel_endcap", "positive_barrel", barrel_value)) {
234  if (m_msgSvc) {
235  log << MSG::ERROR << "Could not get value for label 'barrel' of field 'barrel_endcap' in dictionary "
236  << m_dict->m_name
237  << endmsg;
238  } else {
239  std::cout << " ERROR Could not get value for label 'barrel' of field 'barrel_endcap' in dictionary "
240  << m_dict->m_name
241  << std::endl;
242  }
243  m_is_valid = false;
244  return(1);
245  }
246  m_barrel_field.add_value(barrel_value);
247  if (m_msgSvc) {
248  log << MSG::DEBUG << " TRT_ID::initialize_from_dict "
249  << "Set barrel field values: "
250  << (std::string) m_barrel_field
251  << endmsg;
252  } else {
253  std::cout << " DEBUG TRT_ID::initialize_from_dict "
254  << "Set barrel field values: "
255  << (std::string) m_barrel_field
256  << std::endl;
257  }
258 
259  //
260  // Build multirange for the valid set of identifiers
261  //
262 
263 
264  // Find value for the field InnerDetector
265  const IdDictDictionary* atlasDict = dict_mgr.find_dictionary("ATLAS");
266 
267  int inDetField = -1;
268  if (atlasDict->get_label_value("subdet", "InnerDetector", inDetField)) {
269  if (m_msgSvc) {
270  log << MSG::ERROR << "Could not get value for label 'InnerDetector' of field 'subdet' in dictionary "
271  << atlasDict->m_name
272  << endmsg;
273  } else {
274  std::cout << " ERROR Could not get value for label 'InnerDetector' of field 'subdet' in dictionary "
275  << atlasDict->m_name
276  << std::endl;
277  }
278  m_is_valid = false;
279  return(1);
280  }
281 
282  // Find value for the field TRT
283  int trtField = -1;
284  if (m_dict->get_label_value("part", "TRT", trtField)) {
285  if (m_msgSvc) {
286  log << MSG::ERROR << "Could not get value for label 'TRT' of field 'part' in dictionary "
287  << m_dict->m_name
288  << endmsg;
289  } else {
290  std::cout << " ERROR Could not get value for label 'TRT' of field 'part' in dictionary "
291  << m_dict->m_name
292  << std::endl;
293  }
294  m_is_valid = false;
295  return(1);
296  }
297  if (m_msgSvc) {
298  log << MSG::DEBUG << " TRT_ID::initialize_from_dict "
299  << "Found field values: InDet/TRT "
300  << inDetField << "/"
301  << trtField
302  << endmsg;
303  } else {
304  std::cout << " DEBUG TRT_ID::initialize_from_dict "
305  << "Found field values: InDet/TRT "
306  << inDetField << "/"
307  << trtField
308  << std::endl;
309  }
310 
311  // Set up id for region and range prefix
313  region_id.add(inDetField);
314  region_id.add(trtField);
315  Range prefix;
319 
320  init_hashes();
321 
322  if (m_msgSvc) {
323  log << MSG::DEBUG << " TRT_ID::initialize_from_dict "
324  << endmsg;
325  log << MSG::DEBUG << "Module range -> " << (std::string) m_full_module_range
326  << endmsg;
327  log << MSG::DEBUG << "Straw layer range -> " << (std::string) m_full_straw_layer_range
328  << endmsg;
329  log << MSG::DEBUG << "Straw range -> " << (std::string) m_full_straw_range
330  << endmsg;
331  } else {
332  std::cout << " DEBUG TRT_ID::initialize_from_dict "
333  << std::endl;
334  std::cout << " DEBUG Module range -> " << (std::string) m_full_module_range
335  << std::endl;
336  std::cout << " DEBUG Straw layer range -> " << (std::string) m_full_straw_layer_range
337  << std::endl;
338  std::cout << " DEBUG Straw range -> " << (std::string) m_full_straw_range
339  << std::endl;
340  }
341 
342  return 0;
343 }

◆ initLevelsFromDict()

int TRT_ID::initLevelsFromDict ( void  )
private

Definition at line 713 of file TRT_ID.cxx.

713  {
714  MsgStream log(m_msgSvc, "TRT_ID");
715 
716  if (!m_dict) {
717  if (m_msgSvc) {
718  log << MSG::ERROR << " TRT_ID::initLevelsFromDict - dictionary NOT initialized "
719  << endmsg;
720  } else {
721  std::cout << " ERROR TRT_ID::initLevelsFromDict - dictionary NOT initialized "
722  << std::endl;
723  }
724  return(1);
725  }
726 
727  // Find out which identifier field corresponds to each level. Use
728  // names to find each field/leve.
729 
730  m_INDET_INDEX = 999;
731  m_TRT_INDEX = 999;
732  m_BARREL_EC_INDEX = 999;
733  m_PHI_MODULE_INDEX = 999;
735  m_STRAW_LAYER_INDEX = 999;
736  m_STRAW_INDEX = 999;
737 
738  // Save index to a TRT region for unpacking
740  id << indet_field_value() << trt_field_value();
742  if (m_msgSvc) {
743  log << MSG::WARNING << "TRT_ID::initLevelsFromDict - unable to initialize TRT_ID helper "
744  << endmsg;
745  log << MSG::WARNING << "TRT_ID::initLevelsFromDict - we assume that the TRT does NOT exist for this layout "
746  << endmsg;
747  } else {
748  std::cout << " WARNING TRT_ID::initLevelsFromDict - unable to initialize TRT_ID helper "
749  << std::endl;
750  std::cout << " WARNING TRT_ID::initLevelsFromDict - we assume that the TRT does NOT exist for this layout "
751  << std::endl;
752  }
753  return(1);
754  }
755 
756  // Find a TRT region
757  IdDictField* field = m_dict->find_field("subdet");
758  if (field) {
759  m_INDET_INDEX = field->m_index;
760  } else {
761  if (m_msgSvc) {
762  log << MSG::ERROR << "TRT_ID::initLevelsFromDict - unable to find 'subdet' field "
763  << endmsg;
764  } else {
765  std::cout << " ERROR TRT_ID::initLevelsFromDict - unable to find 'subdet' field "
766  << std::endl;
767  }
768  return(1);
769  }
770  field = m_dict->find_field("part");
771  if (field) {
772  m_TRT_INDEX = field->m_index;
773  } else {
774  if (m_msgSvc) {
775  log << MSG::ERROR << "TRT_ID::initLevelsFromDict - unable to find 'part' field "
776  << endmsg;
777  } else {
778  std::cout << " ERROR TRT_ID::initLevelsFromDict - unable to find 'part' field "
779  << std::endl;
780  }
781  return(1);
782  }
783  field = m_dict->find_field("barrel_endcap");
784  if (field) {
785  m_BARREL_EC_INDEX = field->m_index;
786  } else {
787  if (m_msgSvc) {
788  log << MSG::ERROR << "TRT_ID::initLevelsFromDict - unable to find 'barrel_endcap' field "
789  << endmsg;
790  } else {
791  std::cout << " ERROR TRT_ID::initLevelsFromDict - unable to find 'barrel_endcap' field "
792  << std::endl;
793  }
794 
795  return(1);
796  }
797  field = m_dict->find_field("phi_sector");
798  if (field) {
799  m_PHI_MODULE_INDEX = field->m_index;
800  } else {
801  if (m_msgSvc) {
802  log << MSG::ERROR << "TRT_ID::initLevelsFromDict - unable to find 'phi_sector' field "
803  << endmsg;
804  } else {
805  std::cout << " ERROR TRT_ID::initLevelsFromDict - unable to find 'phi_sector' field "
806  << std::endl;
807  }
808 
809  return(1);
810  }
811  field = m_dict->find_field("layer_or_wheel");
812  if (field) {
813  m_LAYER_OR_WHEEL_INDEX = field->m_index;
814  } else {
815  if (m_msgSvc) {
816  log << MSG::ERROR << "TRT_ID::initLevelsFromDict - unable to find 'layer' field "
817  << endmsg;
818  } else {
819  std::cout << " ERROR TRT_ID::initLevelsFromDict - unable to find 'layer' field "
820  << std::endl;
821  }
822 
823  return(1);
824  }
825  field = m_dict->find_field("straw_layer");
826  if (field) {
827  m_STRAW_LAYER_INDEX = field->m_index;
828  } else {
829  if (m_msgSvc) {
830  log << MSG::ERROR << "TRT_ID::initLevelsFromDict - unable to find 'straw_layer' field "
831  << endmsg;
832  } else {
833  std::cout << " ERROR TRT_ID::initLevelsFromDict - unable to find 'straw_layer' field "
834  << std::endl;
835  }
836 
837  return(1);
838  }
839  field = m_dict->find_field("straw");
840  if (field) {
841  m_STRAW_INDEX = field->m_index;
842  } else {
843  if (m_msgSvc) {
844  log << MSG::ERROR << "TRT_ID::initLevelsFromDict - unable to find 'straw' field "
845  << endmsg;
846  } else {
847  std::cout << " ERROR TRT_ID::initLevelsFromDict - unable to find 'straw' field "
848  << std::endl;
849  }
850 
851  return(1);
852  }
853 
854  // Set the field implementations: for bec, lay/disk, eta/phi mod
855 
856  const IdDictRegion& region = *m_dict->m_regions[m_trt_region_index];
857 
865 
866  if (m_msgSvc) {
867  log << MSG::DEBUG << "decode index and bit fields for each level: " << endmsg;
868  log << MSG::DEBUG << "indet " << m_indet_impl.show_to_string() << endmsg;
869  log << MSG::DEBUG << "trt " << m_trt_impl.show_to_string() << endmsg;
870  log << MSG::DEBUG << "bec " << m_bec_impl.show_to_string() << endmsg;
871  log << MSG::DEBUG << "phi_mod " << m_phi_mod_impl.show_to_string() << endmsg;
872  log << MSG::DEBUG << "lay_wheel " << m_lay_wheel_impl.show_to_string() << endmsg;
873  log << MSG::DEBUG << "str_lay " << m_str_lay_impl.show_to_string() << endmsg;
874  log << MSG::DEBUG << "straw " << m_straw_impl.show_to_string() << endmsg;
875  } else {
876  std::cout << " DEBUG decode index and bit fields for each level: " << std::endl;
877  std::cout << " DEBUG indet " << m_indet_impl.show_to_string() << std::endl;
878  std::cout << " DEBUG trt " << m_trt_impl.show_to_string() << std::endl;
879  std::cout << " DEBUG bec " << m_bec_impl.show_to_string() << std::endl;
880  std::cout << " DEBUG phi_mod " << m_phi_mod_impl.show_to_string() << std::endl;
881  std::cout << " DEBUG lay_wheel " << m_lay_wheel_impl.show_to_string() << std::endl;
882  std::cout << " DEBUG str_lay " << m_str_lay_impl.show_to_string() << std::endl;
883  std::cout << " DEBUG straw " << m_straw_impl.show_to_string() << std::endl;
884  }
885  return(0);
886 }

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

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

◆ is_calo() [2/2]

bool AtlasDetectorID::is_calo ( Identifier  id) const
inlineinherited

Definition at line 707 of file AtlasDetectorID.h.

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

◆ is_csc() [1/2]

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

Definition at line 514 of file AtlasDetectorID.cxx.

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

◆ is_csc() [2/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 433 of file AtlasDetectorID.cxx.

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

◆ is_hgtd() [2/2]

bool AtlasDetectorID::is_hgtd ( Identifier  id) const
inlineinherited

Definition at line 794 of file AtlasDetectorID.h.

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

◆ is_indet() [1/2]

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

Definition at line 353 of file AtlasDetectorID.cxx.

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

◆ is_indet() [2/2]

bool AtlasDetectorID::is_indet ( Identifier  id) const
inlineinherited

Definition at line 683 of file AtlasDetectorID.h.

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

◆ is_lar() [1/2]

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

Definition at line 363 of file AtlasDetectorID.cxx.

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

◆ is_lar() [2/2]

bool AtlasDetectorID::is_lar ( Identifier  id) const
inlineinherited

Definition at line 689 of file AtlasDetectorID.h.

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

◆ is_lar_dm()

bool AtlasDetectorID::is_lar_dm ( Identifier  id) const
inlineinherited

LAr/Tile dead material:

Definition at line 736 of file AtlasDetectorID.h.

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

◆ is_lar_em() [1/2]

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

Definition at line 463 of file AtlasDetectorID.cxx.

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

◆ is_lar_em() [2/2]

bool AtlasDetectorID::is_lar_em ( Identifier  id) const
inlineinherited

Definition at line 818 of file AtlasDetectorID.h.

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

◆ is_lar_fcal() [1/2]

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

Definition at line 483 of file AtlasDetectorID.cxx.

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

◆ is_lar_fcal() [2/2]

bool AtlasDetectorID::is_lar_fcal ( Identifier  id) const
inlineinherited

Definition at line 839 of file AtlasDetectorID.h.

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

◆ is_lar_hec() [1/2]

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

Definition at line 473 of file AtlasDetectorID.cxx.

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

◆ is_lar_hec() [2/2]

bool AtlasDetectorID::is_lar_hec ( Identifier  id) const
inlineinherited

Definition at line 829 of file AtlasDetectorID.h.

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

◆ is_lar_minifcal() [1/2]

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

Definition at line 493 of file AtlasDetectorID.cxx.

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

◆ is_lar_minifcal() [2/2]

bool AtlasDetectorID::is_lar_minifcal ( Identifier  id) const
inlineinherited

Definition at line 849 of file AtlasDetectorID.h.

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

◆ is_lucid()

bool AtlasDetectorID::is_lucid ( Identifier  id) const
inlineinherited

Definition at line 961 of file AtlasDetectorID.h.

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

◆ is_lumi() [1/2]

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

Definition at line 443 of file AtlasDetectorID.cxx.

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

◆ is_lumi() [2/2]

bool AtlasDetectorID::is_lumi ( Identifier  id) const
inlineinherited

Definition at line 806 of file AtlasDetectorID.h.

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

◆ is_lvl1_online()

bool AtlasDetectorID::is_lvl1_online ( Identifier  id) const
inlineinherited

Definition at line 724 of file AtlasDetectorID.h.

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

◆ is_lvl1_trig_towers()

bool AtlasDetectorID::is_lvl1_trig_towers ( Identifier  id) const
inlineinherited

Definition at line 713 of file AtlasDetectorID.h.

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

◆ is_mdt() [1/2]

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

Definition at line 503 of file AtlasDetectorID.cxx.

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

◆ is_mdt() [2/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 554 of file AtlasDetectorID.cxx.

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

◆ is_mm() [2/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 383 of file AtlasDetectorID.cxx.

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

◆ is_muon() [2/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 403 of file AtlasDetectorID.cxx.

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

◆ is_pixel() [2/2]

bool AtlasDetectorID::is_pixel ( Identifier  id) const
inlineinherited

Definition at line 760 of file AtlasDetectorID.h.

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

◆ is_plr() [1/2]

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

Definition at line 453 of file AtlasDetectorID.cxx.

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

◆ is_plr() [2/2]

bool AtlasDetectorID::is_plr ( Identifier  id) const
inherited

◆ is_rpc() [1/2]

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

Definition at line 524 of file AtlasDetectorID.cxx.

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

◆ is_rpc() [2/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 413 of file AtlasDetectorID.cxx.

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

◆ is_sct() [2/2]

bool AtlasDetectorID::is_sct ( Identifier  id) const
inlineinherited

Definition at line 770 of file AtlasDetectorID.h.

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

◆ is_stgc() [1/2]

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

Definition at line 544 of file AtlasDetectorID.cxx.

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

◆ is_stgc() [2/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 534 of file AtlasDetectorID.cxx.

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

◆ is_tgc() [2/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 373 of file AtlasDetectorID.cxx.

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

◆ is_tile() [2/2]

bool AtlasDetectorID::is_tile ( Identifier  id) const
inlineinherited

Definition at line 695 of file AtlasDetectorID.h.

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

◆ is_tile_dm()

bool AtlasDetectorID::is_tile_dm ( Identifier  id) const
inlineinherited

Definition at line 748 of file AtlasDetectorID.h.

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

◆ is_trt() [1/2]

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

Definition at line 423 of file AtlasDetectorID.cxx.

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

◆ is_trt() [2/2]

bool AtlasDetectorID::is_trt ( Identifier  id) const
inlineinherited

Definition at line 782 of file AtlasDetectorID.h.

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

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

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

◆ lar_dm()

Identifier AtlasDetectorID::lar_dm ( void  ) const
inherited

Definition at line 144 of file AtlasDetectorID.cxx.

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

◆ lar_em()

Identifier AtlasDetectorID::lar_em ( void  ) const
inherited

Definition at line 123 of file AtlasDetectorID.cxx.

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

◆ lar_em_exp()

ExpandedIdentifier AtlasDetectorID::lar_em_exp ( void  ) const
inlineprotectedinherited

LAr.

Definition at line 562 of file AtlasDetectorID.h.

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

◆ lar_em_field_value()

int AtlasDetectorID::lar_em_field_value ( ) const
inlineprotectedinherited

Definition at line 644 of file AtlasDetectorID.h.

644 {return (m_LAR_EM_ID);}

◆ lar_exp()

ExpandedIdentifier AtlasDetectorID::lar_exp ( void  ) const
inlineprotectedinherited

Definition at line 492 of file AtlasDetectorID.h.

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

◆ lar_fcal()

Identifier AtlasDetectorID::lar_fcal ( void  ) const
inherited

Definition at line 174 of file AtlasDetectorID.cxx.

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

◆ lar_fcal_exp()

ExpandedIdentifier AtlasDetectorID::lar_fcal_exp ( void  ) const
inlineprotectedinherited

Definition at line 576 of file AtlasDetectorID.h.

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

◆ lar_fcal_field_value()

int AtlasDetectorID::lar_fcal_field_value ( ) const
inlineprotectedinherited

Definition at line 650 of file AtlasDetectorID.h.

650 {return (m_LAR_FCAL_ID);}

◆ lar_field_value()

int AtlasDetectorID::lar_field_value ( ) const
inlineprotectedinherited

Definition at line 614 of file AtlasDetectorID.h.

614 {return (m_LAR_ID);}

◆ lar_hec()

Identifier AtlasDetectorID::lar_hec ( void  ) const
inherited

Definition at line 164 of file AtlasDetectorID.cxx.

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

◆ lar_hec_exp()

ExpandedIdentifier AtlasDetectorID::lar_hec_exp ( void  ) const
inlineprotectedinherited

Definition at line 569 of file AtlasDetectorID.h.

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

◆ lar_hec_field_value()

int AtlasDetectorID::lar_hec_field_value ( ) const
inlineprotectedinherited

Definition at line 647 of file AtlasDetectorID.h.

647 {return (m_LAR_HEC_ID);}

◆ lar_lvl1()

Identifier AtlasDetectorID::lar_lvl1 ( void  ) const
inherited

Definition at line 134 of file AtlasDetectorID.cxx.

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

◆ 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 124 of file TRT_ID.cxx.

127  {
128  // Check that id is within allowed range
129 
130  // Build identifier
132 
135 
136  if (!m_full_straw_layer_range.match(id)) {
137  MsgStream log(m_msgSvc, "TRT_ID");
138  if (m_msgSvc) {
139  log << MSG::ERROR << " TRT_ID::layer_id result is NOT ok. ID, range "
140  << (std::string) id << " "
141  << (std::string) m_full_straw_layer_range << endmsg;
142  } else {
143  std::cout << " ERROR TRT_ID::layer_id result is NOT ok. ID, range "
144  << (std::string) id << " "
145  << (std::string) m_full_straw_layer_range << std::endl;
146  }
147  }
148 }

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

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

◆ lumi_exp()

ExpandedIdentifier AtlasDetectorID::lumi_exp ( void  ) const
inlineprotectedinherited

Definition at line 555 of file AtlasDetectorID.h.

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

◆ lumi_field_value()

int AtlasDetectorID::lumi_field_value ( ) const
inlineprotectedinherited

Definition at line 638 of file AtlasDetectorID.h.

638 {return (m_LUMI_ID);}

◆ mdt()

Identifier AtlasDetectorID::mdt ( void  ) const
inherited

Definition at line 184 of file AtlasDetectorID.cxx.

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

◆ mdt_field_value()

int AtlasDetectorID::mdt_field_value ( ) const
inlineprotectedinherited

Definition at line 653 of file AtlasDetectorID.h.

653 {return (m_MDT_ID);}

◆ mm()

Identifier AtlasDetectorID::mm ( void  ) const
inherited

Definition at line 225 of file AtlasDetectorID.cxx.

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

◆ mm_field_value()

int AtlasDetectorID::mm_field_value ( ) const
inlineprotectedinherited

Definition at line 668 of file AtlasDetectorID.h.

668 {return (m_MM_ID);}

◆ module_begin()

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 70 of file TRT_ID.cxx.

72  {
73  // Check that id is within allowed range
74 
75  // Fill expanded id
77 
80 
81  if (!m_full_module_range.match(id)) { // module range check is sufficient
82  MsgStream log(m_msgSvc, "TRT_ID");
83  if (m_msgSvc) {
84  log << MSG::ERROR << " TRT_ID::module_id result is NOT ok. ID, range "
85  << (std::string) id << " "
86  << (std::string) m_full_module_range << endmsg;
87  } else {
88  std::cout << " ERROR TRT_ID::module_id result is NOT ok. ID, range "
89  << (std::string) id << " "
90  << (std::string) m_full_module_range << std::endl;
91  }
92  }
93 }

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

55 {
57  // Pack field
59  return (result);
60 }

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

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

◆ pixel_exp()

ExpandedIdentifier AtlasDetectorID::pixel_exp ( void  ) const
inlineprotectedinherited

Inner Detector:

Definition at line 527 of file AtlasDetectorID.h.

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

◆ pixel_field_value()

int AtlasDetectorID::pixel_field_value ( ) const
inlineprotectedinherited

Definition at line 626 of file AtlasDetectorID.h.

626 {return (m_PIXEL_ID);}

◆ plr_field_value()

int AtlasDetectorID::plr_field_value ( ) const
inlineprotectedinherited

Definition at line 641 of file AtlasDetectorID.h.

641 {return (m_LUMI_PLR_ID);}

◆ print()

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

Expanded print out of any identifier.

Definition at line 648 of file AtlasDetectorID.cxx.

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

◆ print_to_string()

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

or provide the printout in string form

Definition at line 655 of file AtlasDetectorID.cxx.

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

◆ register_dict_tag()

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

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

Definition at line 266 of file AtlasDetectorID.cxx.

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

◆ reinitialize()

bool AtlasDetectorID::reinitialize ( const IdDictMgr dict_mgr)
protectedinherited

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

Definition at line 284 of file AtlasDetectorID.cxx.

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

◆ reset_straw_hash_vector()

void TRT_ID::reset_straw_hash_vector ( void  )

Definition at line 633 of file TRT_ID.cxx.

633  {
634  m_straw_vec.clear();
635 }

◆ rpc()

Identifier AtlasDetectorID::rpc ( void  ) const
inherited

Definition at line 201 of file AtlasDetectorID.cxx.

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

◆ rpc_field_value()

int AtlasDetectorID::rpc_field_value ( ) const
inlineprotectedinherited

Definition at line 659 of file AtlasDetectorID.h.

659 {return (m_RPC_ID);}

◆ sct()

Identifier AtlasDetectorID::sct ( void  ) const
inherited

Definition at line 83 of file AtlasDetectorID.cxx.

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

◆ sct_exp()

ExpandedIdentifier AtlasDetectorID::sct_exp ( void  ) const
inlineprotectedinherited

Definition at line 534 of file AtlasDetectorID.h.

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

◆ sct_field_value()

int AtlasDetectorID::sct_field_value ( ) const
inlineprotectedinherited

Definition at line 629 of file AtlasDetectorID.h.

629 {return (m_SCT_ID);}

◆ set_do_checks()

void AtlasDetectorID::set_do_checks ( bool  do_checks)
overridevirtualinherited

Implements IdHelper.

Definition at line 733 of file AtlasDetectorID.cxx.

734 {
736 }

◆ set_do_neighbours()

void AtlasDetectorID::set_do_neighbours ( bool  do_neighbours)
overridevirtualinherited

Implements IdHelper.

Definition at line 743 of file AtlasDetectorID.cxx.

744 {
746 }

◆ set_quiet()

void AtlasDetectorID::set_quiet ( bool  quiet)
inherited

Set flag for suppressing informational output.

Definition at line 753 of file AtlasDetectorID.cxx.

754 {
755  m_quiet = quiet ;
756 }

◆ setDictVersion()

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

Implements IdHelper.

Definition at line 759 of file AtlasDetectorID.cxx.

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

◆ setLevel()

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

Change the current logging level.

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

Definition at line 28 of file AthMessaging.cxx.

29 {
30  m_lvl = lvl;
31 }

◆ setMessageSvc()

void AtlasDetectorID::setMessageSvc ( IMessageSvc *  msgSvc)
overridevirtualinherited

Implements IdHelper.

Definition at line 748 of file AtlasDetectorID.cxx.

749 {
750  m_msgSvc = msgSvc ;
751 }

◆ show()

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

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

'):

Definition at line 565 of file AtlasDetectorID.cxx.

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

◆ show_to_string()

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

or provide the printout in string form

Definition at line 574 of file AtlasDetectorID.cxx.

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

◆ stgc()

Identifier AtlasDetectorID::stgc ( void  ) const
inherited

Definition at line 217 of file AtlasDetectorID.cxx.

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

◆ stgc_field_value()

int AtlasDetectorID::stgc_field_value ( ) const
inlineprotectedinherited

Definition at line 665 of file AtlasDetectorID.h.

665 {return (m_STGC_ID);}

◆ 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 96 of file TRT_ID.cxx.

100  {
101  // Check that id is within allowed range
102 
103  // Build identifier
105 
108 
109  if (!m_full_straw_range.match(id)) {
110  MsgStream log(m_msgSvc, "TRT_ID");
111  if (m_msgSvc) {
112  log << MSG::ERROR << " TRT_ID::straw_id result is NOT ok. ID, range "
113  << (std::string) id << " "
114  << (std::string) m_full_straw_range << endmsg;
115  } else {
116  log << MSG::ERROR << " TRT_ID::straw_id result is NOT ok. ID, range "
117  << (std::string) id << " "
118  << (std::string) m_full_straw_range << std::endl;
119  }
120  }
121 }

◆ 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 980 of file TRT_ID.cxx.

980  {
981  // get max from dictionary
982  ExpandedIdentifier expId;
983  IdContext module_context1 = module_context();
984 
985  get_expanded_id(id, expId, &module_context1);
986  int result = 0;
987  for (unsigned int i = 0; i < m_full_straw_layer_range.size(); ++i) {
989  if (range.match(expId)) {
991  if (field.has_maximum()) {
992  int max = field.get_maximum();
993  result = result > max ? result : max;
994  }
995  }
996  }
997  return(result);
998 }

◆ straw_max()

int TRT_ID::straw_max ( const Identifier id) const

Definition at line 1001 of file TRT_ID.cxx.

1001  {
1002  // get max from dictionary
1003  ExpandedIdentifier expId;
1004  IdContext straw_layer_context1 = straw_layer_context();
1005 
1006  get_expanded_id(id, expId, &straw_layer_context1);
1007  for (unsigned int i = 0; i < m_full_straw_range.size(); ++i) {
1008  const Range& range = m_full_straw_range[i];
1009  if (range.match(expId)) {
1011  if (field.has_maximum()) {
1012  return(field.get_maximum());
1013  }
1014  }
1015  }
1016  return(-999); // default
1017 }

◆ subdet_context()

IdContext AtlasDetectorID::subdet_context ( void  ) const
inherited

IdContext (indicates id length) for sub-detector.

Definition at line 242 of file AtlasDetectorID.cxx.

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

◆ test_trt_ids()

void TRT_ID::test_trt_ids ( void  )

Tests of packing.

Definition at line 1020 of file TRT_ID.cxx.

1020  {
1021  MsgStream log(m_msgSvc, "TRT_ID");
1022  int nids = 0;
1023  int nidsFailed = 0;
1024 
1026 
1027  std::cout << " vec size " << m_straw_vec.size() << " " << m_straw_hash_max << std::endl;
1028 
1029 
1030  // Check straw hashes
1031  //bool debug = false;
1032  for (unsigned int i = 0; i < m_straw_hash_max; ++i, ++nids) {
1033  Identifier id = m_straw_vec[i];
1035  IdentifierHash h2 = straw_hash(id);
1036  //IdentifierHash h2 = straw_hash(id, debug);
1037  if (h1 != h2) {
1038  std::cout << "test_trt_ids - bad match: id, bin hash, hash: "
1039  << nids << " "
1040  << show_to_string(id) << " "
1041  << h1 << " "
1042  << h2 << std::endl;
1043  nidsFailed++;
1044  //debug = true;
1045  }
1046  Identifier id1 = straw_id(h1);
1047  if (id != id1) {
1048  std::cout << "test_trt_ids - bad match: id, bin hash, hash: "
1049  << nids << " "
1050  << show_to_string(id) << " "
1051  << show_to_string(id1) << " "
1052  << h1 << " "
1053  << h2 << std::endl;
1054  nidsFailed++;
1055  }
1056  if (i % 10000 == 5) {
1057  std::cout << "test_trt_ids: id, bin hash, hash: "
1058  << nids << " "
1059  << show_to_string(id) << " "
1060  << h1 << " "
1061  << h2 << std::endl;
1062  }
1063  }
1064 
1065  std::cout << "Checked hash calculation for " << nids << " hashes and found "
1066  << nidsFailed << " failures to match between binary lookup and calculation "
1067  << std::endl;
1068 
1070 
1071  nids = 0;
1072  IdContext context = module_context();
1074  const_id_iterator last = m_module_vec.end();
1075  for (; first != last; ++first, ++nids) {
1076  Identifier id = (*first);
1077  ExpandedIdentifier exp_id;
1078  get_expanded_id(id, exp_id, &context);
1079  Identifier new_id = module_id(exp_id[m_BARREL_EC_INDEX],
1080  exp_id[m_PHI_MODULE_INDEX],
1081  exp_id[m_LAYER_OR_WHEEL_INDEX]);
1082  if (id != new_id) {
1083  if (m_msgSvc) {
1084  log << MSG::ERROR << "TRT_ID::test_trt_ids: module new and old compacts not equal. New/old/expanded ids "
1085  << nids << " "
1086  << show_to_string(new_id) << " " << show_to_string(id) << " "
1087  << (std::string) exp_id << endmsg;
1088  } else {
1089  std::cout << " ERROR TRT_ID::test_trt_ids: module new and old compacts not equal. New/old/expanded ids "
1090  << nids << " "
1091  << show_to_string(new_id) << " " << show_to_string(id) << " "
1092  << (std::string) exp_id << std::endl;
1093  }
1094  }
1095 
1096  IdentifierHash hashId;
1097  if (get_hash(id, hashId, &context)) {
1098  if (m_msgSvc) {
1099  log << MSG::ERROR << "Unable to set trt hash id for det elem "
1100  << show_to_string(id) << " " << nids
1101  << endmsg;
1102  } else {
1103  std::cout << " ERROR Unable to set trt hash id for det elem "
1104  << show_to_string(id) << " " << nids
1105  << std::endl;
1106  }
1107  }
1108  new_id = module_id(hashId);
1109 
1110  if (id != new_id) {
1111  if (m_msgSvc) {
1112  log << MSG::ERROR << "TRT_ID::test_trt_ids: module new and old compacts not equal. New/old/hash ids "
1113  << nids << " "
1114  << show_to_string(new_id) << " "
1115  << show_to_string(id) << " " << MSG::hex
1116  << hashId << MSG::dec
1117  << endmsg;
1118  } else {
1119  std::cout << " ERROR TRT_ID::test_trt_ids: module new and old compacts not equal. New/old/hash ids "
1120  << nids << " "
1121  << show_to_string(new_id) << " "
1122  << show_to_string(id) << " " << std::hex
1123  << hashId << std::dec
1124  << std::endl;
1125  }
1126  }
1127  }
1128 
1129  nids = 0;
1130  context = straw_layer_context();
1131  first = m_straw_layer_vec.begin();
1132  last = m_straw_layer_vec.end();
1133  for (; first != last; ++first, ++nids) {
1134  Identifier id = (*first);
1135  ExpandedIdentifier exp_id;
1136  get_expanded_id(id, exp_id, &context);
1137  Identifier new_id = layer_id(exp_id[m_BARREL_EC_INDEX],
1138  exp_id[m_PHI_MODULE_INDEX],
1139  exp_id[m_LAYER_OR_WHEEL_INDEX],
1140  exp_id[m_STRAW_LAYER_INDEX]);
1141  if (id != new_id) {
1142  if (m_msgSvc) {
1143  log << MSG::ERROR << "TRT_ID::test_trt_ids: straw layer new and old compacts not equal. New/old/expanded ids "
1144  << show_to_string(new_id) << " " << show_to_string(id) << " "
1145  << (std::string) exp_id << endmsg;
1146  } else {
1147  std::cout << " ERROR TRT_ID::test_trt_ids: straw layer new and old compacts not equal. New/old/expanded ids "
1148  << show_to_string(new_id) << " " << show_to_string(id) << " "
1149  << (std::string) exp_id << std::endl;
1150  }
1151  }
1152 
1153  IdContext strcontext = straw_context();
1154 
1155  // test straw ids
1156  int nstraws = straw_max(id);
1157  for (int i = 0; i < nstraws; ++i) {
1158  id = straw_id(id, i);
1159  get_expanded_id(id, exp_id, &strcontext);
1160  new_id = straw_id(exp_id[m_BARREL_EC_INDEX],
1161  exp_id[m_PHI_MODULE_INDEX],
1162  exp_id[m_LAYER_OR_WHEEL_INDEX],
1163  exp_id[m_STRAW_LAYER_INDEX],
1164  exp_id[m_STRAW_INDEX]);
1165  if (id != new_id) {
1166  if (m_msgSvc) {
1167  log << MSG::ERROR << "TRT_ID::test_trt_ids: straw new and old compacts not equal. New/old/expanded ids "
1168  << show_to_string(new_id) << " " << show_to_string(id) << " "
1169  << (std::string) exp_id << endmsg;
1170  } else {
1171  std::cout << " ERROR TRT_ID::test_trt_ids: straw new and old compacts not equal. New/old/expanded ids "
1172  << show_to_string(new_id) << " " << show_to_string(id) << " "
1173  << (std::string) exp_id << std::endl;
1174  }
1175  }
1176  }
1177  }
1178 
1179  if (m_msgSvc) {
1180  log << MSG::INFO << "TRT_ID::test_trt_ids: Successful tested "
1181  << nids << " ids. "
1182  << endmsg;
1183  } else {
1184  std::cout << " INFO TRT_ID::test_trt_ids: Successful tested "
1185  << nids << " ids. "
1186  << std::endl;
1187  }
1188 }

◆ tgc()

Identifier AtlasDetectorID::tgc ( void  ) const
inherited

Definition at line 209 of file AtlasDetectorID.cxx.

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

◆ tgc_field_value()

int AtlasDetectorID::tgc_field_value ( ) const
inlineprotectedinherited

Definition at line 662 of file AtlasDetectorID.h.

662 {return (m_TGC_ID);}

◆ tile()

Identifier AtlasDetectorID::tile ( void  ) const
inherited

Definition at line 45 of file AtlasDetectorID.cxx.

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

◆ tile_dm()

Identifier AtlasDetectorID::tile_dm ( void  ) const
inherited

Definition at line 154 of file AtlasDetectorID.cxx.

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

◆ tile_exp()

ExpandedIdentifier AtlasDetectorID::tile_exp ( void  ) const
inlineprotectedinherited

Definition at line 499 of file AtlasDetectorID.h.

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

◆ tile_field_value()

int AtlasDetectorID::tile_field_value ( ) const
inlineprotectedinherited

Definition at line 617 of file AtlasDetectorID.h.

617 {return (m_TILE_ID);}

◆ to_range()

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

Definition at line 767 of file AtlasDetectorID.cxx.

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

◆ trt()

Identifier AtlasDetectorID::trt ( void  ) const
inherited

Definition at line 93 of file AtlasDetectorID.cxx.

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

◆ trt_exp()

ExpandedIdentifier AtlasDetectorID::trt_exp ( void  ) const
inlineprotectedinherited

Definition at line 541 of file AtlasDetectorID.h.

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

◆ trt_field_value()

int AtlasDetectorID::trt_field_value ( ) const
inlineprotectedinherited

Definition at line 632 of file AtlasDetectorID.h.

632 {return (m_TRT_ID);}

◆ 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: IdDictMgr.cxx:366
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
Identifier::value_type
IDENTIFIER_TYPE value_type
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:39
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
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: IdDictMgr.cxx:1048
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:320
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:70
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:1001
InDetDD::PLR
@ PLR
Definition: DetectorDesign.h:46
TRT_ID::hash_vec_it
hash_vec::const_iterator hash_vec_it
Definition: TRT_ID.h:293
max
#define max(a, b)
Definition: cfImp.cxx:41
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:633
TRT_ID::initLevelsFromDict
int initLevelsFromDict(void)
Definition: TRT_ID.cxx:713
TRT_ID::m_phi_mod_impl
IdDictFieldImplementation m_phi_mod_impl
Definition: TRT_ID.h:372
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
Identifier::MAX_BIT
@ MAX_BIT
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:46
AtlasDetectorID::is_lar_fcal
bool is_lar_fcal(Identifier id) const
Definition: AtlasDetectorID.h:839
MultiRange::factory_begin
identifier_factory factory_begin()
Definition: DetectorDescription/Identifier/src/Range.cxx:2551
IdDictFieldImplementation::show_to_string
std::string show_to_string(void) const
Definition: IdDictFieldImplementation.cxx:57
AtlasDetectorID::is_lar
bool is_lar(Identifier id) const
Definition: AtlasDetectorID.h:689
Pixel
Definition: PixelFEUtils.h:16
AtlasDetectorID::muon_field_value
int muon_field_value() const
Definition: AtlasDetectorID.h:620
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: DetectorDescription/Identifier/src/Range.cxx:2565
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
MultiRange::cardinalityUpTo
size_type cardinalityUpTo(const ExpandedIdentifier &id) const
Definition: DetectorDescription/Identifier/src/Range.cxx:2517
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:47
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:423
Range::field::match
bool match(element_type value) const
The basic match operation.
Definition: DetectorDescription/Identifier/Identifier/Range.h:641
TRT_ID::m_BARREL_EC_INDEX
size_type m_BARREL_EC_INDEX
Definition: TRT_ID.h:327
ExpandedIdentifier
Definition: DetectorDescription/Identifier/Identifier/ExpandedIdentifier.h:108
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:174
AtlasDetectorID::m_tile_dict
IdDictDictionary * m_tile_dict
Definition: AtlasDetectorID.h:438
IdContext::end_index
size_type end_index(void) const
Definition: IdContext.h:106
AtlasDetectorID::m_msgSvc
IMessageSvc * m_msgSvc
pointer to the message service
Definition: AtlasDetectorID.h:368
ExpandedIdentifier::fields
size_type fields() const
AtlasDetectorID::m_dict_version
std::string m_dict_version
Definition: AtlasDetectorID.h:397
AtlasDetectorID::m_do_checks
bool m_do_checks
Flag for subclasses to know whether or not to perform checks.
Definition: AtlasDetectorID.h:362
TRT_ID::barrel_ec_id
Identifier barrel_ec_id(int barrel_ec) const
For +/-barrel or +/-endcap id.
Definition: TRT_ID.h:417
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
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
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:148
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:738
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: IdDictMgr.cxx:309
AtlasDetectorID::is_lvl1_trig_towers
bool is_lvl1_trig_towers(Identifier id) const
Definition: AtlasDetectorID.h:713
CalibDbCompareRT.region_id
region_id
Definition: CalibDbCompareRT.py:68
IdDictRegion
Definition: IdDictDefs.h:448
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:638
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:184
Range::field::clear
void clear()
Set methods.
Definition: DetectorDescription/Identifier/src/Range.cxx:653
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
AtlasDetectorID::PIXEL_MASK
@ PIXEL_MASK
Definition: AtlasDetectorID.h:391
AtlasDetectorID::m_tile_dm_field
Range::field m_tile_dm_field
Definition: AtlasDetectorID.h:434
Tile
Definition: TileVolumeBuilder.h:43
TRT_ID::straw
int straw(const Identifier &id) const
Definition: TRT_ID.h:902
IdDictMgr::find_dictionary
IdDictDictionary * find_dictionary(const std::string &name) const
Access dictionary by name.
Definition: IdDictMgr.cxx:161
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:946
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
python.KeyStore.dict
def dict(self)
Definition: KeyStore.py:321
lumiFormat.i
int i
Definition: lumiFormat.py:92
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
Identifier
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:32
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:96
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: IdDictDefs.h:302
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:928
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
Range::const_identifier_factory
Definition: DetectorDescription/Identifier/Identifier/Range.h:191
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
Identifier::ALL_BITS
@ ALL_BITS
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:47
AtlasDetDescr::fAtlasMM
@ fAtlasMM
Definition: AtlasDetTechnology.h:54
AtlasDetectorID::m_SCT_ID
int m_SCT_ID
Definition: AtlasDetectorID.h:408
min
#define min(a, b)
Definition: cfImp.cxx:40
AtlasDetDescr::fAtlasSTGC
@ fAtlasSTGC
Definition: AtlasDetTechnology.h:53
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:266
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
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: IdDictMgr.cxx:338
IdContext::begin_index
size_type begin_index(void) const
Definition: IdContext.h:100
grepfile.sep
sep
Definition: grepfile.py:38
AtlasDetectorID::print_to_string
std::string print_to_string(Identifier id, const IdContext *context=0) const
or provide the printout in string form
Definition: AtlasDetectorID.cxx:655
Range::field::add_value
void add_value(element_type value)
Definition: DetectorDescription/Identifier/src/Range.cxx:729
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:191
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
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:27
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: IdDictDefs.h:97
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: DetectorDescription/Identifier/src/Range.cxx:2463
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:284
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: IdDictDefs.h:283
AtlasDetectorID::m_det_impl
IdDictFieldImplementation m_det_impl
Definition: AtlasDetectorID.h:443
CaloCell
Data object for each calorimeter readout cell.
Definition: CaloCell.h:57
AtlasDetectorID::show_to_string
std::string show_to_string(Identifier id, const IdContext *context=0, char sep='.') const
or provide the printout in string form
Definition: AtlasDetectorID.cxx:574
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
AtlasDetDescr::fAtlasCSC
@ fAtlasCSC
Definition: AtlasDetTechnology.h:50
AthMessaging::m_nm
std::string m_nm
Message source name.
Definition: AthMessaging.h:129
MultiRange::size
size_type size() const
Definition: DetectorDescription/Identifier/src/Range.cxx:2488
DeMoScan.first
bool first
Definition: DeMoScan.py:534
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:124
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
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()
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
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
Range::field
This is the individual specification for the range of one ExpandedIdentifier field.
Definition: DetectorDescription/Identifier/Identifier/Range.h:37
CaloCondBlobAlgs_fillNoiseFromASCII.fields
fields
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:106
AthMessaging::initMessaging
void initMessaging() const
Initialize our message level and MessageSvc.
Definition: AthMessaging.cxx:39
IdDictField
Definition: IdDictDefs.h:318
MultiRange::cardinality
size_type cardinality() const
Computes a possible cardinality from all ranges.
Definition: DetectorDescription/Identifier/src/Range.cxx:2503
IdentifierHash
Definition: IdentifierHash.h:38
AtlasDetectorID::m_BCM_ID
int m_BCM_ID
Definition: AtlasDetectorID.h:425
Analysis::TT
@ TT
Definition: JpsiFinder.h:39
AthMessaging::m_msg_tls
boost::thread_specific_ptr< MsgStream > m_msg_tls
MsgStream instance (a std::cout like with print-out levels)
Definition: AthMessaging.h:132
AtlasDetectorID::do_checks
virtual bool do_checks(void) const override
Checks are performed by default in debug compilation and NOT in optimized compilation.
Definition: AtlasDetectorID.cxx:728
IdContext
class IdContext
Definition: IdContext.h:34
AtlasDetectorID::m_dict_tags
std::vector< std::string > m_dict_tags
List of dictionary versions used by this helper.
Definition: AtlasDetectorID.h:381
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: IdDictDefs.h:474
TRT_ID::init_hashes
void init_hashes(void)
Definition: TRT_ID.cxx:346
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