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 finalize () 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}
int m_iCool {}
int m_SubHash {}
int m_Hash {}
int m_OffId {}
float m_eta {}
float m_phi {}
int m_layer {}
int m_Gain {}
float m_elecNoise {}
float m_pileupNoise {}
float m_elecNoiseRescaled {}
TTree * m_tree {}
bool m_absScaling {}
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 31 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 18 of file CaloRescaleNoise.cxx.

18 :
19 AthAlgorithm(name,pSvcLocator),
20 m_calo_id(nullptr),
21 m_iCool(0),
22 m_SubHash(0),
23 m_Hash(0),
24 m_OffId(0),
25 m_eta(0),
26 m_phi(0),
27 m_layer(0),
28 m_Gain(0),
29 m_elecNoise(0),
30 m_pileupNoise (0),
32 m_tree(nullptr)
33{
34 declareProperty("absScaling",m_absScaling=false);
35}
AthAlgorithm()
Default constructor:
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)
const CaloCell_Base_ID * m_calo_id

◆ ~CaloRescaleNoise()

CaloRescaleNoise::~CaloRescaleNoise ( )
virtual

Default Destructor.

Definition at line 39 of file CaloRescaleNoise.cxx.

40{
41 ATH_MSG_DEBUG ( "CaloRescaleNoise destructor called" );
42}
#define ATH_MSG_DEBUG(x)

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 }

◆ 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 80 of file CaloRescaleNoise.cxx.

81{
82 ATH_MSG_DEBUG ("CaloRescaleNoise execute()" );
83 return StatusCode::SUCCESS;
84}

◆ 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

◆ finalize()

StatusCode CaloRescaleNoise::finalize ( )
overridevirtual

standard Athena-Algorithm method

Definition at line 239 of file CaloRescaleNoise.cxx.

240{
241 return StatusCode::SUCCESS;
242}

◆ initialize()

StatusCode CaloRescaleNoise::initialize ( )
overridevirtual

standard Athena-Algorithm method

Definition at line 44 of file CaloRescaleNoise.cxx.

45{
46 ATH_MSG_DEBUG ("CaloRescaleNoise initialize()" );
47 ATH_CHECK(m_thistSvc.retrieve());
48
49 const CaloIdManager* mgr = nullptr;
50 ATH_CHECK( detStore()->retrieve( mgr ) );
51 m_calo_id = m_isSC ? static_cast<const CaloCell_Base_ID*>(mgr->getCaloCell_SuperCell_ID()) : static_cast<const CaloCell_Base_ID*>(mgr->getCaloCell_ID());
52
53 ATH_CHECK( m_elecNoiseKey.initialize() );
54 ATH_CHECK( m_pileupNoiseKey.initialize() );
55
57 ATH_CHECK( m_cablingKey.initialize());
58 ATH_CHECK( m_onlineScaleCorrKey.initialize() );
59 ATH_CHECK( m_caloMgrKey.initialize() );
60 ATH_CHECK( m_caloSCMgrKey.initialize(m_isSC) );
61
62 m_tree = new TTree("mytree","Calo Noise ntuple");
63 m_tree->Branch("iCool",&m_iCool,"iCool/I");
64 m_tree->Branch("iSubHash",&m_SubHash,"iSubHash/I");
65 m_tree->Branch("iHash",&m_Hash,"iHash/I");
66 m_tree->Branch("iOffId",&m_OffId,"iOffId/I");
67 m_tree->Branch("eta",&m_eta,"eta/F");
68 m_tree->Branch("phi",&m_phi,"phi/F");
69 m_tree->Branch("layer",&m_layer,"layer/I");
70 m_tree->Branch("iGain",&m_Gain,"iGain/I");
71 m_tree->Branch("ElecNoise",&m_elecNoise,"ElecNoise/F");
72 m_tree->Branch("PileupNoise",&m_pileupNoise,"PileupNoise/F");
73 m_tree->Branch("ElecNoiseRescaled",&m_elecNoiseRescaled,"ElecNoiseRescaled/F");
74
75 ATH_CHECK( m_thistSvc->regTree("/file1/calonoise/mytree",m_tree) );
76 ATH_MSG_INFO ( " end of CaloRescaleNoise::initialize " );
77 return StatusCode::SUCCESS;
78}
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_INFO(x)
bool const RAWDATA *ch2 const
const ServiceHandle< StoreGateSvc > & detStore() const
SG::ReadCondHandleKey< CaloNoise > m_elecNoiseKey
SG::ReadCondHandleKey< CaloSuperCellDetDescrManager > m_caloSCMgrKey
SG::ReadCondHandleKey< CaloDetDescrManager > m_caloMgrKey
BooleanProperty m_isSC
SG::ReadCondHandleKey< ILArHVScaleCorr > m_scaleCorrKey
SG::ReadCondHandleKey< CaloNoise > m_pileupNoiseKey
ServiceHandle< ITHistSvc > m_thistSvc
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
SG::ReadCondHandleKey< ILArHVScaleCorr > m_onlineScaleCorrKey
retrieve(aClass, aKey=None)
Definition PyKernel.py:110

◆ 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 87 of file CaloRescaleNoise.cxx.

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

bool CaloRescaleNoise::m_absScaling {}
private

Definition at line 88 of file CaloRescaleNoise.h.

88{};

◆ m_cablingKey

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

Definition at line 65 of file CaloRescaleNoise.h.

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

◆ m_calo_id

const CaloCell_Base_ID* CaloRescaleNoise::m_calo_id {}
private

Definition at line 56 of file CaloRescaleNoise.h.

56{};

◆ m_caloMgrKey

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

Definition at line 70 of file CaloRescaleNoise.h.

71{ 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 72 of file CaloRescaleNoise.h.

72{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 {}
private

Definition at line 84 of file CaloRescaleNoise.h.

84{};

◆ m_elecNoiseKey

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

Definition at line 58 of file CaloRescaleNoise.h.

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

◆ m_elecNoiseRescaled

float CaloRescaleNoise::m_elecNoiseRescaled {}
private

Definition at line 86 of file CaloRescaleNoise.h.

86{};

◆ m_eta

float CaloRescaleNoise::m_eta {}
private

Definition at line 80 of file CaloRescaleNoise.h.

80{};

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

Definition at line 83 of file CaloRescaleNoise.h.

83{};

◆ m_Hash

int CaloRescaleNoise::m_Hash {}
private

Definition at line 78 of file CaloRescaleNoise.h.

78{};

◆ m_iCool

int CaloRescaleNoise::m_iCool {}
private

Definition at line 76 of file CaloRescaleNoise.h.

76{};

◆ m_isSC

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

Definition at line 74 of file CaloRescaleNoise.h.

74{this, "SuperCell", false};

◆ m_layer

int CaloRescaleNoise::m_layer {}
private

Definition at line 82 of file CaloRescaleNoise.h.

82{};

◆ m_OffId

int CaloRescaleNoise::m_OffId {}
private

Definition at line 79 of file CaloRescaleNoise.h.

79{};

◆ m_onlineScaleCorrKey

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

Definition at line 67 of file CaloRescaleNoise.h.

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

◆ m_phi

float CaloRescaleNoise::m_phi {}
private

Definition at line 81 of file CaloRescaleNoise.h.

81{};

◆ m_pileupNoise

float CaloRescaleNoise::m_pileupNoise {}
private

Definition at line 85 of file CaloRescaleNoise.h.

85{};

◆ m_pileupNoiseKey

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

Definition at line 60 of file CaloRescaleNoise.h.

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

◆ m_scaleCorrKey

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

Definition at line 63 of file CaloRescaleNoise.h.

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

◆ m_SubHash

int CaloRescaleNoise::m_SubHash {}
private

Definition at line 77 of file CaloRescaleNoise.h.

77{};

◆ m_thistSvc

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

Definition at line 54 of file CaloRescaleNoise.h.

54{this,"THistSvc","THistSvc"};

◆ m_tree

TTree* CaloRescaleNoise::m_tree {}
private

Definition at line 87 of file CaloRescaleNoise.h.

87{};

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