ATLAS Offline Software
GTower_ID.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
8 #include "IdDict/IdDictDefs.h"
9 
10 #include "GaudiKernel/MsgStream.h"
11 
12 #include <cmath>
13 #include <iostream>
14 #include <set>
15 #include <string>
16 
17 
18 
20  JGTowerBase_ID("GTower_ID", "Reg_GTower")
21 {
22 }
23 
24 GTower_ID::~GTower_ID() = default;
25 
27 /*=================================================================*/
28 {
29  MsgStream log(m_msgSvc, "GTower_ID" );
30 
31  log << MSG::DEBUG << "initialize_from_dictionary" << endmsg;
32 
33  // Check whether this helper should be reinitialized
34  if (!reinitialize(dict_mgr)) {
35  log << MSG::DEBUG << "Request to reinitialize not satisfied - tags have not changed" << endmsg;
36  return (0);
37  }
38  else {
39  if(m_msgSvc)log << MSG::DEBUG << "(Re)initialize" << endmsg;
40  }
41 
42  // init base object
44  return (1);
45 
46 
47  return 0;
48 }
49 
50 
GTower_ID::~GTower_ID
~GTower_ID()
AtlasDetectorID::m_msgSvc
IMessageSvc * m_msgSvc
pointer to the message service
Definition: AtlasDetectorID.h:375
GTower_ID.h
JGTowerBase_ID
Definition: JGTowerBase_ID.h:31
IdDictDefs.h
JGTowerBase_ID::initialize_base_from_dictionary
virtual int initialize_base_from_dictionary(const IdDictMgr &dict_mgr, const std::string &t_pre)
initialization from the identifier dictionary
Definition: JGTowerBase_ID.cxx:165
AtlasDetectorID.h
This class provides an interface to generate or decode an identifier for the upper levels of the dete...
IdDictMgr
Definition: IdDictMgr.h:14
endmsg
#define endmsg
Definition: AnalysisConfig_Ntuple.cxx:63
GTower_ID::GTower_ID
GTower_ID()
Definition: GTower_ID.cxx:19
IdentifierHash.h
GTower_ID::initialize_from_dictionary
virtual int initialize_from_dictionary(const IdDictMgr &dict_mgr)
initialization from the identifier dictionary
Definition: GTower_ID.cxx:26
AtlasDetectorID::reinitialize
bool reinitialize(const IdDictMgr &dict_mgr)
Test whether an idhelper should be reinitialized based on the change of tags.
Definition: AtlasDetectorID.cxx:216
DEBUG
#define DEBUG
Definition: page_access.h:11
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20