ATLAS Offline Software
Loading...
Searching...
No Matches
CaloRescaleNoise Class Reference

#include <CaloRescaleNoise.h>

Inheritance diagram for CaloRescaleNoise:
Collaboration diagram for CaloRescaleNoise:

Public Member Functions

 CaloRescaleNoise (const std::string &name, ISvcLocator *pSvcLocator)
 Standard Athena-Algorithm Constructor.
virtual ~CaloRescaleNoise ()
 Default Destructor.
virtual StatusCode initialize () override
 standard Athena-Algorithm method
virtual StatusCode execute () override
 standard Athena-Algorithm method
virtual StatusCode stop () override
 standard Athena-Algorithm method
virtual StatusCode sysInitialize () override
 Override sysInitialize.
virtual const DataObjIDColl & extraOutputDeps () const override
 Return the list of extra output dependencies.
ServiceHandle< StoreGateSvc > & evtStore ()
 The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
const ServiceHandle< StoreGateSvc > & detStore () const
 The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
virtual StatusCode sysStart () override
 Handle START transition.
virtual std::vector< Gaudi::DataHandle * > inputHandles () const override
 Return this algorithm's input handles.
virtual std::vector< Gaudi::DataHandle * > outputHandles () const override
 Return this algorithm's output handles.
Gaudi::Details::PropertyBase & declareProperty (Gaudi::Property< T, V, H > &t)
void updateVHKA (Gaudi::Details::PropertyBase &)
MsgStream & msg () const
bool msgLvl (const MSG::Level lvl) const

Protected Member Functions

void renounceArray (SG::VarHandleKeyArray &handlesArray)
 remove all handles from I/O resolution
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce (T &h)
void extraDeps_update_handler (Gaudi::Details::PropertyBase &ExtraDeps)
 Add StoreName to extra input/output deps as needed.

Private Types

typedef ServiceHandle< StoreGateSvcStoreGateSvc_t

Private Member Functions

Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
 specialization for handling Gaudi::Property<SG::VarHandleKey>

Private Attributes

ServiceHandle< ITHistSvc > m_thistSvc {this,"THistSvc","THistSvc"}
const CaloCell_Base_IDm_calo_id {}
SG::ReadCondHandleKey< CaloNoisem_elecNoiseKey { this, "ElecNoiseKey", "electronicNoise", "SG key for electronic noise" }
SG::ReadCondHandleKey< CaloNoisem_pileupNoiseKey { this, "PileupNoiseKey", "pileupNoise", "SG key for pileup noise" }
SG::ReadCondHandleKey< ILArHVScaleCorrm_scaleCorrKey { this, "LArHVScaleCorr", "LArHVScaleCorrRecomputed", "" }
SG::ReadCondHandleKey< LArOnOffIdMappingm_cablingKey { this, "CablingKey", "LArOnOffIdMap", "SG Key of LArOnOffIdMapping object"}
SG::ReadCondHandleKey< ILArHVScaleCorrm_onlineScaleCorrKey { this, "OnlineLArHVScaleCorr", "LArHVScaleCorr", "" }
SG::ReadCondHandleKey< CaloDetDescrManagerm_caloMgrKey { this, "CaloDetDescrManager", "CaloDetDescrManager", "SG Key for CaloDetDescrManager in the Condition Store" }
SG::ReadCondHandleKey< CaloSuperCellDetDescrManagerm_caloSCMgrKey {this,"CaloSuperCellDetDescrManager", "CaloSuperCellDetDescrManager", "SG Key for CaloSuperCellDetDescrManager in the Condition Store" }
BooleanProperty m_isSC {this, "SuperCell", false}
BooleanProperty m_absScaling {this, "absScaling", false}
int m_iCool {0}
int m_SubHash {0}
int m_Hash {0}
int m_OffId {0}
float m_eta {0.}
float m_phi {0.}
int m_layer {0}
int m_Gain {0}
float m_elecNoise {0.}
float m_pileupNoise {0.}
float m_elecNoiseRescaled {0.}
TTree * m_tree {}
DataObjIDColl m_extendedExtraObjects
StoreGateSvc_t m_evtStore
 Pointer to StoreGate (event store by default).
StoreGateSvc_t m_detStore
 Pointer to StoreGate (detector store by default).
std::vector< SG::VarHandleKeyArray * > m_vhka
bool m_varHandleArraysDeclared

Detailed Description

Definition at line 29 of file CaloRescaleNoise.h.

Member Typedef Documentation

◆ StoreGateSvc_t

typedef ServiceHandle<StoreGateSvc> AthCommonDataStore< AthCommonMsg< Algorithm > >::StoreGateSvc_t
privateinherited

Definition at line 388 of file AthCommonDataStore.h.

Constructor & Destructor Documentation

◆ CaloRescaleNoise()

CaloRescaleNoise::CaloRescaleNoise ( const std::string & name,
ISvcLocator * pSvcLocator )

Standard Athena-Algorithm Constructor.

Definition at line 17 of file CaloRescaleNoise.cxx.

17 :
18 AthAlgorithm(name,pSvcLocator)
19{
20}
AthAlgorithm()
Default constructor:

◆ ~CaloRescaleNoise()

CaloRescaleNoise::~CaloRescaleNoise ( )
virtualdefault

Default Destructor.

Member Function Documentation

◆ declareGaudiProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< Algorithm > >::declareGaudiProperty ( Gaudi::Property< T, V, H > & hndl,
const SG::VarHandleKeyType &  )
inlineprivateinherited

specialization for handling Gaudi::Property<SG::VarHandleKey>

Definition at line 156 of file AthCommonDataStore.h.

158 {
160 hndl.value(),
161 hndl.documentation());
162
163 }
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)

◆ declareProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< Algorithm > >::declareProperty ( Gaudi::Property< T, V, H > & t)
inlineinherited

Definition at line 145 of file AthCommonDataStore.h.

145 {
146 typedef typename SG::HandleClassifier<T>::type htype;
148 }
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>

◆ detStore()

const ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< Algorithm > >::detStore ( ) const
inlineinherited

The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 95 of file AthCommonDataStore.h.

◆ evtStore()

ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< Algorithm > >::evtStore ( )
inlineinherited

The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 85 of file AthCommonDataStore.h.

◆ execute()

StatusCode CaloRescaleNoise::execute ( )
overridevirtual

standard Athena-Algorithm method

Definition at line 63 of file CaloRescaleNoise.cxx.

64{
65 ATH_MSG_DEBUG ("CaloRescaleNoise execute()" );
66 return StatusCode::SUCCESS;
67}
#define ATH_MSG_DEBUG(x)

◆ extraDeps_update_handler()

void AthCommonDataStore< AthCommonMsg< Algorithm > >::extraDeps_update_handler ( Gaudi::Details::PropertyBase & ExtraDeps)
protectedinherited

Add StoreName to extra input/output deps as needed.

use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given

◆ extraOutputDeps()

const DataObjIDColl & AthAlgorithm::extraOutputDeps ( ) const
overridevirtualinherited

Return the list of extra output dependencies.

This list is extended to include symlinks implied by inheritance relations.

Definition at line 50 of file AthAlgorithm.cxx.

51{
52 // If we didn't find any symlinks to add, just return the collection
53 // from the base class. Otherwise, return the extended collection.
54 if (!m_extendedExtraObjects.empty()) {
56 }
57 return Algorithm::extraOutputDeps();
58}
DataObjIDColl m_extendedExtraObjects

◆ initialize()

StatusCode CaloRescaleNoise::initialize ( )
overridevirtual

standard Athena-Algorithm method

Definition at line 27 of file CaloRescaleNoise.cxx.

28{
29 ATH_MSG_DEBUG ("CaloRescaleNoise initialize()" );
30 ATH_CHECK(m_thistSvc.retrieve());
31
32 const CaloIdManager* mgr = nullptr;
33 ATH_CHECK( detStore()->retrieve( mgr ) );
34 m_calo_id = m_isSC ? static_cast<const CaloCell_Base_ID*>(mgr->getCaloCell_SuperCell_ID()) : static_cast<const CaloCell_Base_ID*>(mgr->getCaloCell_ID());
35
36 ATH_CHECK( m_elecNoiseKey.initialize() );
37 ATH_CHECK( m_pileupNoiseKey.initialize() );
38
40 ATH_CHECK( m_cablingKey.initialize());
41 ATH_CHECK( m_onlineScaleCorrKey.initialize() );
42 ATH_CHECK( m_caloMgrKey.initialize() );
43 ATH_CHECK( m_caloSCMgrKey.initialize(m_isSC) );
44
45 m_tree = new TTree("mytree","Calo Noise ntuple");
46 m_tree->Branch("iCool",&m_iCool,"iCool/I");
47 m_tree->Branch("iSubHash",&m_SubHash,"iSubHash/I");
48 m_tree->Branch("iHash",&m_Hash,"iHash/I");
49 m_tree->Branch("iOffId",&m_OffId,"iOffId/I");
50 m_tree->Branch("eta",&m_eta,"eta/F");
51 m_tree->Branch("phi",&m_phi,"phi/F");
52 m_tree->Branch("layer",&m_layer,"layer/I");
53 m_tree->Branch("iGain",&m_Gain,"iGain/I");
54 m_tree->Branch("ElecNoise",&m_elecNoise,"ElecNoise/F");
55 m_tree->Branch("PileupNoise",&m_pileupNoise,"PileupNoise/F");
56 m_tree->Branch("ElecNoiseRescaled",&m_elecNoiseRescaled,"ElecNoiseRescaled/F");
57
58 ATH_CHECK( m_thistSvc->regTree("/file1/calonoise/mytree",m_tree) );
59 ATH_MSG_INFO ( " end of CaloRescaleNoise::initialize " );
60 return StatusCode::SUCCESS;
61}
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_INFO(x)
const ServiceHandle< StoreGateSvc > & detStore() const
const CaloCell_Base_ID * m_calo_id
SG::ReadCondHandleKey< CaloNoise > m_elecNoiseKey
SG::ReadCondHandleKey< CaloSuperCellDetDescrManager > m_caloSCMgrKey
SG::ReadCondHandleKey< CaloDetDescrManager > m_caloMgrKey
BooleanProperty m_isSC
SG::ReadCondHandleKey< ILArHVScaleCorr > m_scaleCorrKey
BooleanProperty m_absScaling
SG::ReadCondHandleKey< CaloNoise > m_pileupNoiseKey
ServiceHandle< ITHistSvc > m_thistSvc
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
SG::ReadCondHandleKey< ILArHVScaleCorr > m_onlineScaleCorrKey
const
helper method to get the collection index (into m_inputCollectionsName) and tuple index (into m_tuple...

◆ inputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< Algorithm > >::inputHandles ( ) const
overridevirtualinherited

Return this algorithm's input handles.

We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.

◆ msg()

MsgStream & AthCommonMsg< Algorithm >::msg ( ) const
inlineinherited

Definition at line 24 of file AthCommonMsg.h.

24 {
25 return this->msgStream();
26 }

◆ msgLvl()

bool AthCommonMsg< Algorithm >::msgLvl ( const MSG::Level lvl) const
inlineinherited

Definition at line 30 of file AthCommonMsg.h.

30 {
31 return this->msgLevel(lvl);
32 }

◆ outputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< Algorithm > >::outputHandles ( ) const
overridevirtualinherited

Return this algorithm's output handles.

We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.

◆ renounce()

std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > AthCommonDataStore< AthCommonMsg< Algorithm > >::renounce ( T & h)
inlineprotectedinherited

Definition at line 380 of file AthCommonDataStore.h.

381 {
382 h.renounce();
384 }
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce(T &h)

◆ renounceArray()

void AthCommonDataStore< AthCommonMsg< Algorithm > >::renounceArray ( SG::VarHandleKeyArray & handlesArray)
inlineprotectedinherited

remove all handles from I/O resolution

Definition at line 364 of file AthCommonDataStore.h.

364 {
366 }

◆ stop()

StatusCode CaloRescaleNoise::stop ( )
overridevirtual

standard Athena-Algorithm method

Definition at line 70 of file CaloRescaleNoise.cxx.

71{
72 const EventContext& ctx = Gaudi::Hive::currentContext();
73 SG::ReadCondHandle<LArOnOffIdMapping> cablingHdl{m_cablingKey,ctx};
74 const LArOnOffIdMapping* cabling{*cablingHdl};
75 if(!cabling) {
76 ATH_MSG_ERROR( "Do not have cabling mapping from key " << m_cablingKey.key() );
77 return StatusCode::FAILURE;
78 }
79
80 FILE* fp = std::fopen("calonoise.txt","w");
81 if (!fp) {
82 ATH_MSG_ERROR("Cannot open file calonoise.txt: " << strerror(errno));
83 return StatusCode::FAILURE;
84 }
85
86 const ILArHVScaleCorr *scaleCorr = nullptr;
87 if(!m_absScaling) {
88 SG::ReadCondHandle<ILArHVScaleCorr> scaleCorrHdl (m_scaleCorrKey, ctx);
89 scaleCorr = *scaleCorrHdl;
90 }
91 SG::ReadCondHandle<ILArHVScaleCorr> onlineScaleCorr (m_onlineScaleCorrKey, ctx);
92 SG::ReadCondHandle<CaloNoise> elecNoise (m_elecNoiseKey, ctx);
93 SG::ReadCondHandle<CaloNoise> pileupNoise (m_pileupNoiseKey, ctx);
94
95 const CaloDetDescrManager_Base *calodetdescrmgr=nullptr;
96 if(m_isSC){
97 SG::ReadCondHandle<CaloSuperCellDetDescrManager> caloSCMgrHandle{m_caloSCMgrKey, ctx};
98 if( not caloSCMgrHandle.isValid()){
99 std::fclose(fp);
100 ATH_MSG_ERROR("CaloRescaleNoise::stop: caloSCMgrHandle invalid.");
101 return StatusCode::FAILURE;
102 }
103 calodetdescrmgr = static_cast<const CaloDetDescrManager_Base *>(*caloSCMgrHandle);
104
105 } else {
106 SG::ReadCondHandle<CaloDetDescrManager> caloMgrHandle{m_caloMgrKey, ctx};
107 if( not caloMgrHandle.isValid()){
108 std::fclose(fp);
109 ATH_MSG_ERROR("CaloRescaleNoise::stop: caloMgrHandle invalid.");
110 return StatusCode::FAILURE;
111 }
112 calodetdescrmgr = static_cast<const CaloDetDescrManager_Base *>(*caloMgrHandle);
113 }
114
115 int ncell=m_calo_id->calo_cell_hash_max();
116 ATH_MSG_INFO ( " start loop over Calo cells " << ncell );
117 for (int i=0;i<ncell;i++) {
118 IdentifierHash idHash=i;
119 Identifier id=m_calo_id->cell_id(idHash);
120 HWIdentifier hwid=cabling->createSignalChannelID(id);
121 const CaloDetDescrElement* calodde = calodetdescrmgr->get_element(id);
122 int subCalo;
123 IdentifierHash idSubHash = m_calo_id->subcalo_cell_hash (idHash, subCalo);
124
125 int iCool=-1;
126 if (m_calo_id->is_em(id)) { // EM calo
127 if (m_calo_id->is_em_barrel(id)) {
128 if (m_calo_id->pos_neg(id) > 0 )
129 iCool=2;
130 else
131 iCool=1;
132 }
133 if (m_calo_id->is_em_endcap(id)) {
134 if (m_calo_id->pos_neg(id) > 0 )
135 iCool=3;
136 else
137 iCool=0;
138 }
139
140 }
141 if (m_calo_id->is_hec(id)) { // HEC
142 iCool=16;
143 }
144 if (m_calo_id->is_fcal(id)) { // Fcal
145 iCool=32;
146 }
147 if (m_calo_id->is_tile(id)) { // Tile
148 iCool=48;
149 }
150 int ii = (int) (idSubHash);
151
152 m_iCool = iCool;
153 m_SubHash = ii;
154 m_Hash = i;
155 m_OffId = (int)(id.get_identifier32().get_compact());
156
157 m_eta = calodde->eta_raw();
158 m_phi = calodde->phi_raw();
159 m_layer = m_calo_id->calo_sample(id);
160
161 int ngain;
162 if (m_isSC) ngain=1;
163 else if (subCalo<3) ngain=3;
164 else ngain=4;
165
166 float hvcorr=1.;
167 float hvonline=1.;
168
169 if (iCool<48) {
170 if(!m_absScaling) hvcorr = scaleCorr->HVScaleCorr(hwid);
171 hvonline = onlineScaleCorr->HVScaleCorr(hwid);
172 }
173
174 for (int igain=0;igain<ngain;igain++) {
175
177 if (subCalo<3) {
178 if (igain==0) gain=CaloGain::LARHIGHGAIN;
179 if (igain==1) gain=CaloGain::LARMEDIUMGAIN;
180 if (igain==2) gain=CaloGain::LARLOWGAIN;
181 }
182 else {
183 if (igain==0) gain=CaloGain::TILELOWLOW;
184 if (igain==1) gain=CaloGain::TILELOWHIGH;
185 if (igain==2) gain=CaloGain::TILEHIGHLOW;
186 if (igain==3) gain=CaloGain::TILEHIGHHIGH;
187 }
188 m_Gain = igain;
189
190 m_elecNoise = elecNoise->getNoise(id,gain);
191 m_pileupNoise = pileupNoise->getNoise(id,gain);
192
193 if (hvonline>0.) {
194 if (m_absScaling) {
196 if (iCool<48 && m_elecNoise>0. && hvonline > 1.) {
197 ATH_MSG_WARNING ( " Abs. scaled Noise cell " << m_Hash <<
198 " layer/ieta/iphi " << m_calo_id->sampling(id) << " " << m_calo_id->eta(id) << " " << m_calo_id->phi(id) << " OldNoise,NewNoise " <<
200 }
201 } else {
203 if (iCool<48 && m_elecNoise>0. && std::fabs(m_elecNoiseRescaled/m_elecNoise-1.)>0.05) {
204 ATH_MSG_WARNING ( " DifferentNoise cell " << m_calo_id->show_to_string(id) <<
205 " layer/eta/phi " << m_layer << " " << m_eta << " " << m_phi << " OldNoise,NewNoise " <<
207 }
208 }
209 } else {
211 }
212
213 // for SC debugging
214 if (iCool<48) fprintf(fp,"%10d %5d %5d %5d %8.3f %8.3f\n",id.get_identifier32().get_compact(),iCool,ii,gain,m_elecNoiseRescaled,m_pileupNoise);
215
216 m_tree->Fill();
217
218 } // loop over gains
219
220 } // loop over cells
221
222 std::fclose(fp);
223 return StatusCode::SUCCESS;
224 }
#define ATH_MSG_ERROR(x)
#define ATH_MSG_WARNING(x)
const CaloDetDescrElement * get_element(const Identifier &cellId) const
get element by its identifier
virtual const float & HVScaleCorr(const HWIdentifier &id) const =0
@ LARMEDIUMGAIN
Definition CaloGain.h:18
@ TILELOWLOW
Definition CaloGain.h:12
@ LARLOWGAIN
Definition CaloGain.h:18
@ TILELOWHIGH
Definition CaloGain.h:13
@ TILEHIGHLOW
Definition CaloGain.h:14
@ TILEHIGHHIGH
Definition CaloGain.h:15
@ LARHIGHGAIN
Definition CaloGain.h:18

◆ sysInitialize()

StatusCode AthAlgorithm::sysInitialize ( )
overridevirtualinherited

Override sysInitialize.

Override sysInitialize from the base class.

Loop through all output handles, and if they're WriteCondHandles, automatically register them and this Algorithm with the CondSvc

Scan through all outputHandles, and if they're WriteCondHandles, register them with the CondSvc

Reimplemented from AthCommonDataStore< AthCommonMsg< Algorithm > >.

Reimplemented in AthAnalysisAlgorithm, AthFilterAlgorithm, AthHistogramAlgorithm, and PyAthena::Alg.

Definition at line 66 of file AthAlgorithm.cxx.

66 {
68
69 if (sc.isFailure()) {
70 return sc;
71 }
72 ServiceHandle<ICondSvc> cs("CondSvc",name());
73 for (auto h : outputHandles()) {
74 if (h->isCondition() && h->mode() == Gaudi::DataHandle::Writer) {
75 // do this inside the loop so we don't create the CondSvc until needed
76 if ( cs.retrieve().isFailure() ) {
77 ATH_MSG_WARNING("no CondSvc found: won't autoreg WriteCondHandles");
78 return StatusCode::SUCCESS;
79 }
80 if (cs->regHandle(this,*h).isFailure()) {
81 sc = StatusCode::FAILURE;
82 ATH_MSG_ERROR("unable to register WriteCondHandle " << h->fullKey()
83 << " with CondSvc");
84 }
85 }
86 }
87 return sc;
88}
static Double_t sc
virtual StatusCode sysInitialize() override
Override sysInitialize.
AthCommonDataStore(const std::string &name, T... args)
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
::StatusCode StatusCode
StatusCode definition for legacy code.

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< Algorithm > >::sysStart ( )
overridevirtualinherited

Handle START transition.

We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.

◆ updateVHKA()

void AthCommonDataStore< AthCommonMsg< Algorithm > >::updateVHKA ( Gaudi::Details::PropertyBase & )
inlineinherited

Definition at line 308 of file AthCommonDataStore.h.

308 {
309 // debug() << "updateVHKA for property " << p.name() << " " << p.toString()
310 // << " size: " << m_vhka.size() << endmsg;
311 for (auto &a : m_vhka) {
313 for (auto k : keys) {
314 k->setOwner(this);
315 }
316 }
317 }
std::vector< SG::VarHandleKeyArray * > m_vhka

Member Data Documentation

◆ m_absScaling

BooleanProperty CaloRescaleNoise::m_absScaling {this, "absScaling", false}
private

Definition at line 72 of file CaloRescaleNoise.h.

72{this, "absScaling", false};

◆ m_cablingKey

SG::ReadCondHandleKey<LArOnOffIdMapping> CaloRescaleNoise::m_cablingKey { this, "CablingKey", "LArOnOffIdMap", "SG Key of LArOnOffIdMapping object"}
private

Definition at line 61 of file CaloRescaleNoise.h.

62{ this, "CablingKey", "LArOnOffIdMap", "SG Key of LArOnOffIdMapping object"};

◆ m_calo_id

const CaloCell_Base_ID* CaloRescaleNoise::m_calo_id {}
private

Definition at line 52 of file CaloRescaleNoise.h.

52{};

◆ m_caloMgrKey

SG::ReadCondHandleKey<CaloDetDescrManager> CaloRescaleNoise::m_caloMgrKey { this, "CaloDetDescrManager", "CaloDetDescrManager", "SG Key for CaloDetDescrManager in the Condition Store" }
private

Definition at line 66 of file CaloRescaleNoise.h.

67{ this, "CaloDetDescrManager", "CaloDetDescrManager", "SG Key for CaloDetDescrManager in the Condition Store" };

◆ m_caloSCMgrKey

SG::ReadCondHandleKey<CaloSuperCellDetDescrManager> CaloRescaleNoise::m_caloSCMgrKey {this,"CaloSuperCellDetDescrManager", "CaloSuperCellDetDescrManager", "SG Key for CaloSuperCellDetDescrManager in the Condition Store" }
private

Definition at line 68 of file CaloRescaleNoise.h.

69{this,"CaloSuperCellDetDescrManager", "CaloSuperCellDetDescrManager", "SG Key for CaloSuperCellDetDescrManager in the Condition Store" };

◆ m_detStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< Algorithm > >::m_detStore
privateinherited

Pointer to StoreGate (detector store by default).

Definition at line 393 of file AthCommonDataStore.h.

◆ m_elecNoise

float CaloRescaleNoise::m_elecNoise {0.}
private

Definition at line 82 of file CaloRescaleNoise.h.

82{0.};

◆ m_elecNoiseKey

SG::ReadCondHandleKey<CaloNoise> CaloRescaleNoise::m_elecNoiseKey { this, "ElecNoiseKey", "electronicNoise", "SG key for electronic noise" }
private

Definition at line 54 of file CaloRescaleNoise.h.

55{ this, "ElecNoiseKey", "electronicNoise", "SG key for electronic noise" };

◆ m_elecNoiseRescaled

float CaloRescaleNoise::m_elecNoiseRescaled {0.}
private

Definition at line 84 of file CaloRescaleNoise.h.

84{0.};

◆ m_eta

float CaloRescaleNoise::m_eta {0.}
private

Definition at line 78 of file CaloRescaleNoise.h.

78{0.};

◆ m_evtStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< Algorithm > >::m_evtStore
privateinherited

Pointer to StoreGate (event store by default).

Definition at line 390 of file AthCommonDataStore.h.

◆ m_extendedExtraObjects

DataObjIDColl AthAlgorithm::m_extendedExtraObjects
privateinherited

Definition at line 79 of file AthAlgorithm.h.

◆ m_Gain

int CaloRescaleNoise::m_Gain {0}
private

Definition at line 81 of file CaloRescaleNoise.h.

81{0};

◆ m_Hash

int CaloRescaleNoise::m_Hash {0}
private

Definition at line 76 of file CaloRescaleNoise.h.

76{0};

◆ m_iCool

int CaloRescaleNoise::m_iCool {0}
private

Definition at line 74 of file CaloRescaleNoise.h.

74{0};

◆ m_isSC

BooleanProperty CaloRescaleNoise::m_isSC {this, "SuperCell", false}
private

Definition at line 71 of file CaloRescaleNoise.h.

71{this, "SuperCell", false};

◆ m_layer

int CaloRescaleNoise::m_layer {0}
private

Definition at line 80 of file CaloRescaleNoise.h.

80{0};

◆ m_OffId

int CaloRescaleNoise::m_OffId {0}
private

Definition at line 77 of file CaloRescaleNoise.h.

77{0};

◆ m_onlineScaleCorrKey

SG::ReadCondHandleKey<ILArHVScaleCorr> CaloRescaleNoise::m_onlineScaleCorrKey { this, "OnlineLArHVScaleCorr", "LArHVScaleCorr", "" }
private

Definition at line 63 of file CaloRescaleNoise.h.

64{ this, "OnlineLArHVScaleCorr", "LArHVScaleCorr", "" };

◆ m_phi

float CaloRescaleNoise::m_phi {0.}
private

Definition at line 79 of file CaloRescaleNoise.h.

79{0.};

◆ m_pileupNoise

float CaloRescaleNoise::m_pileupNoise {0.}
private

Definition at line 83 of file CaloRescaleNoise.h.

83{0.};

◆ m_pileupNoiseKey

SG::ReadCondHandleKey<CaloNoise> CaloRescaleNoise::m_pileupNoiseKey { this, "PileupNoiseKey", "pileupNoise", "SG key for pileup noise" }
private

Definition at line 56 of file CaloRescaleNoise.h.

57{ this, "PileupNoiseKey", "pileupNoise", "SG key for pileup noise" };

◆ m_scaleCorrKey

SG::ReadCondHandleKey<ILArHVScaleCorr> CaloRescaleNoise::m_scaleCorrKey { this, "LArHVScaleCorr", "LArHVScaleCorrRecomputed", "" }
private

Definition at line 59 of file CaloRescaleNoise.h.

60{ this, "LArHVScaleCorr", "LArHVScaleCorrRecomputed", "" };

◆ m_SubHash

int CaloRescaleNoise::m_SubHash {0}
private

Definition at line 75 of file CaloRescaleNoise.h.

75{0};

◆ m_thistSvc

ServiceHandle<ITHistSvc> CaloRescaleNoise::m_thistSvc {this,"THistSvc","THistSvc"}
private

Definition at line 50 of file CaloRescaleNoise.h.

50{this,"THistSvc","THistSvc"};

◆ m_tree

TTree* CaloRescaleNoise::m_tree {}
private

Definition at line 85 of file CaloRescaleNoise.h.

85{};

◆ m_varHandleArraysDeclared

bool AthCommonDataStore< AthCommonMsg< Algorithm > >::m_varHandleArraysDeclared
privateinherited

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vhka

std::vector<SG::VarHandleKeyArray*> AthCommonDataStore< AthCommonMsg< Algorithm > >::m_vhka
privateinherited

Definition at line 398 of file AthCommonDataStore.h.


The documentation for this class was generated from the following files: