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

#include <CaloAddCellPedShift.h>

Inheritance diagram for CaloAddCellPedShift:
Collaboration diagram for CaloAddCellPedShift:

Public Member Functions

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
 AthAlgorithm (const std::string &name, ISvcLocator *pSvcLocator)
 Constructor with parameters:
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

Gaudi::Property< std::string > m_fname {this,"inputFile",""}
ServiceHandle< ITHistSvc > m_thistSvc {this,"THistSvc","THistSvc"}
SG::ReadCondHandleKey< LArOnOffIdMappingm_cablingKey {this,"CablingKey","LArOnOffIdMap","SG Key of LArOnOffIdMapping object"}
SG::ReadCondHandleKey< CaloDetDescrManagerm_caloMgrKey {this,"CaloDetDescrManager","CaloDetDescrManager","SG Key for CaloDetDescrManager in the Condition Store" }
SG::ReadCondHandleKey< CondAttrListCollectionm_pedKey {this,"FolderName","/CALO/Pedestal/CellPedestal"}
const CaloCell_IDm_calo_id =nullptr
const LArOnlineIDm_onlineID =nullptr
ToolHandle< ICaloCoolIdToolm_caloCoolIdTool {this,"CaloCoolIdTool","CaloCoolIdTool"}
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
int m_bec =0
int m_posneg =0
int m_FT =0
int m_slot =0
int m_channel =0
float m_ped1 =0
float m_ped1corr =0
float m_ped2 =0
TTree * m_tree =nullptr
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 CaloAddCellPedShift.h.

Member Typedef Documentation

◆ StoreGateSvc_t

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

Definition at line 388 of file AthCommonDataStore.h.

Member Function Documentation

◆ AthAlgorithm()

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

Constructor with parameters:

Definition at line 51 of file AthAlgorithm.cxx.

25 :
27{
28 // Set up to run AthAlgorithmDHUpdate in sysInitialize before
29 // merging dependency lists. This extends the output dependency
30 // list with any symlinks implied by inheritance relations.
31 m_updateDataHandles =
32 std::make_unique<AthenaBaseComps::AthAlgorithmDHUpdate>
34 std::move (m_updateDataHandles));
35}
DataObjIDColl m_extendedExtraObjects
AthCommonDataStore(const std::string &name, T... args)

◆ 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 CaloAddCellPedShift::execute ( )
overridevirtual

standard Athena-Algorithm method

Definition at line 56 of file CaloAddCellPedShift.cxx.

57{
58 ATH_MSG_DEBUG ("CaloAddCellPedShift execute()" );
59 return StatusCode::SUCCESS;
60}
#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}

◆ finalize()

StatusCode CaloAddCellPedShift::finalize ( )
overridevirtual

standard Athena-Algorithm method

Definition at line 242 of file CaloAddCellPedShift.cxx.

243{
244 return StatusCode::SUCCESS;
245}

◆ initialize()

StatusCode CaloAddCellPedShift::initialize ( )
overridevirtual

standard Athena-Algorithm method

Definition at line 18 of file CaloAddCellPedShift.cxx.

19{
20 ATH_MSG_DEBUG ("CaloAddCellPedShift initialize()" );
21
22 ATH_CHECK( m_caloCoolIdTool.retrieve() );
23 ATH_CHECK( m_cablingKey.initialize() );
24 ATH_CHECK( m_caloMgrKey.initialize() );
25 ATH_CHECK( m_pedKey.initialize() );
26 ATH_CHECK( detStore()->retrieve(m_onlineID,"LArOnlineID") );
27 ATH_CHECK( detStore()->retrieve(m_calo_id,"CaloCell_ID") );
28 ATH_CHECK( m_thistSvc.retrieve() );
29
30 m_tree = new TTree("mytree","Calo Ped ntuple");
31 m_tree->Branch("iCool",&m_iCool,"iCool/I");
32 m_tree->Branch("iSubHash",&m_SubHash,"iSubHash/I");
33 m_tree->Branch("iHash",&m_Hash,"iHash/I");
34 m_tree->Branch("iOffId",&m_OffId,"iOffId/I");
35 m_tree->Branch("eta",&m_eta,"eta/F");
36 m_tree->Branch("phi",&m_phi,"phi/F");
37 m_tree->Branch("layer",&m_layer,"layer/I");
38 m_tree->Branch("iGain",&m_Gain,"iGain/I");
39 m_tree->Branch("bec",&m_bec,"bec/I");
40 m_tree->Branch("posneg",&m_posneg,"posneg/I");
41 m_tree->Branch("FT",&m_FT,"FT/I");
42 m_tree->Branch("slot",&m_slot,"slot/I");
43 m_tree->Branch("channel",&m_channel,"channel/I");
44 m_tree->Branch("Pedestal",&m_ped1,"Pedestal/F");
45 m_tree->Branch("PedestalCorr",&m_ped1corr,"PedestalCorr/F");
46 m_tree->Branch("PedLumi",&m_ped2,"PedLumi/F");
47
48 ATH_CHECK( m_thistSvc->regTree("/file1/caloped/mytree",m_tree) );
49
50 ATH_MSG_INFO ( " end of CaloAddCellPedShift::initialize " );
51 return StatusCode::SUCCESS;
52}
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_INFO(x)
const ServiceHandle< StoreGateSvc > & detStore() const
ServiceHandle< ITHistSvc > m_thistSvc
const LArOnlineID * m_onlineID
SG::ReadCondHandleKey< CondAttrListCollection > m_pedKey
const CaloCell_ID * m_calo_id
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
ToolHandle< ICaloCoolIdTool > m_caloCoolIdTool
SG::ReadCondHandleKey< CaloDetDescrManager > m_caloMgrKey

◆ 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 CaloAddCellPedShift::stop ( )
overridevirtual

standard Athena-Algorithm method

Definition at line 63 of file CaloAddCellPedShift.cxx.

64{
65 int ncell=m_calo_id->calo_cell_hash_max();
66
67 std::vector<float> pedShiftValue;
68 pedShiftValue.resize(ncell,0.);
69
70 SG::ReadCondHandle<LArOnOffIdMapping> cablingHdl{m_cablingKey};
71 const LArOnOffIdMapping* cabling{*cablingHdl};
72 if(!cabling) {
73 ATH_MSG_ERROR("Do not have cabling mapping from key " << m_cablingKey.key() );
74 return StatusCode::FAILURE;
75 }
76
77
78 SG::ReadCondHandle<CondAttrListCollection> pedHdl{m_pedKey};
79 const CondAttrListCollection* attrListColl=*pedHdl;
80 if (!attrListColl) {
81 ATH_MSG_ERROR("Failed to retrieve CaloPedestal obj with key" << m_pedKey.key());
82 return StatusCode::FAILURE;
83 }
84
85 std::map<unsigned int, const CaloCondBlobFlt*> pedBlobMap;
86 for (auto iColl=pedHdl->begin();iColl!=pedHdl->end();++iColl) {
87 //=== COOL channel number is system id
88 unsigned int sysId = static_cast<unsigned int>(iColl->first);
89 //=== Get new CaloCondBlobFlt instance, interpreting current BLOB
90 const coral::Blob& blob = (iColl->second)["CaloCondBlob16M"].data<coral::Blob>();
91 const CaloCondBlobFlt* flt = CaloCondBlobFlt::getInstance(blob);
92 //=== store new pointer in map
93 pedBlobMap[sysId] = flt;
94 }//end iColl
95
96
97
98 if (!m_fname.empty()) {
99 FILE* finput = fopen(m_fname.value().c_str(),"r");
100 if (!finput) {
101 ATH_MSG_ERROR("Cannot open file "<< m_fname<<" for writing");
102 return StatusCode::FAILURE;
103 }
104 ATH_MSG_INFO ( " opened file " << m_fname );
105 int bec;
106 int pos_neg;
107 int FT;
108 int slot;
109 int channel;
110 float pedShift;
111 while( fscanf(finput,"%d %d %d %d %d %f",&bec,&pos_neg,&FT,&slot,&channel,&pedShift) != EOF ) {
112 ATH_MSG_INFO ( " read linbe " << bec << " " << pos_neg << " " << FT << " " << slot << " " << channel << " " << pedShift );
113 HWIdentifier hwid = m_onlineID->channel_Id(bec,pos_neg,FT,slot,channel);
114 Identifier id = cabling->cnvToIdentifier( hwid);
115 IdentifierHash idHash = m_calo_id->calo_cell_hash(id);
116 int ii = (int) (idHash);
117 pedShiftValue[ii] = pedShift;
118 }
119 fclose(finput);
120 ATH_MSG_INFO ( " end of reading file" );
121 }
122 SG::ReadCondHandle<CaloDetDescrManager> caloMgrHandle{m_caloMgrKey};
123 ATH_CHECK(caloMgrHandle.isValid());
124 const CaloDetDescrManager* calodetdescrmgr = *caloMgrHandle;
125
126 FILE* fp = fopen("calopedestal.txt","w");
127 if (!fp) {
128 ATH_MSG_ERROR("Cannot open file calopedestal.txt for writing");
129 return StatusCode::FAILURE;
130 }
131 ATH_MSG_INFO ( " start loop over Calo cells " << ncell );
132 for (int i=0;i<ncell;i++) {
133 IdentifierHash idHash=i;
134 Identifier id=m_calo_id->cell_id(idHash);
135 const CaloDetDescrElement* calodde = calodetdescrmgr->get_element(id);
136 int subCalo;
137 IdentifierHash idSubHash = m_calo_id->subcalo_cell_hash (idHash, subCalo);
138
139#if 0
140 int iCool=-1;
141 if (m_calo_id->is_em(id)) { // EM calo
142 if (m_calo_id->is_em_barrel(id)) {
143 if (m_calo_id->pos_neg(id) > 0 )
144 iCool=2;
145 else
146 iCool=1;
147 }
148 if (m_calo_id->is_em_endcap(id)) {
149 if (m_calo_id->pos_neg(id) > 0 )
150 iCool=3;
151 else
152 iCool=0;
153 }
154
155 }
156 if (m_calo_id->is_hec(id)) { // HEC
157 iCool=16;
158 }
159 if (m_calo_id->is_fcal(id)) { // Fcal
160 iCool=32;
161 }
162 if (m_calo_id->is_tile(id)) { // Tile
163 iCool=48;
164 }
165#endif
166 int ii = (int) (idSubHash);
167
168 int ngain;
169 if (subCalo<3) ngain=3;
170 else ngain=4;
171
172 for (int igain=0;igain<ngain;igain++) {
173
175 if (subCalo<3) {
176 if (igain==0) gain=CaloGain::LARHIGHGAIN;
177 if (igain==1) gain=CaloGain::LARMEDIUMGAIN;
178 if (igain==2) gain=CaloGain::LARLOWGAIN;
179 }
180 else {
181 if (igain==0) gain=CaloGain::TILELOWLOW;
182 if (igain==1) gain=CaloGain::TILELOWHIGH;
183 if (igain==2) gain=CaloGain::TILEHIGHLOW;
184 if (igain==3) gain=CaloGain::TILEHIGHHIGH;
185 }
186
187 unsigned int dbGain = CaloCondUtils::getDbCaloGain(gain);
188 unsigned int subHash2;
189 unsigned int iCool = m_caloCoolIdTool->getCoolChannelId(idHash,subHash2);
190 auto it = pedBlobMap.find(iCool);
191 if (it == pedBlobMap.end()) {
192 ATH_MSG_ERROR("Bad system id " << iCool);
193 fclose(fp);
194 return StatusCode::FAILURE;
195 }
196 const CaloCondBlobFlt* const flt = it->second;
197 float ped1_old= flt->getData(subHash2,dbGain,0);
198 float ped2= flt->getData(subHash2,dbGain,1);
199
200 float ped1 = ped1_old + pedShiftValue[i];
201
202 if (iCool<48) fprintf(fp,"%5u %5d %5d %8.3f %8.3f\n",iCool,ii,gain,ped1,ped2);
203
204 m_iCool = iCool;
205 m_SubHash=ii;
206 m_Hash=i;
207 m_OffId=(int)(id.get_identifier32().get_compact());
208 m_eta = calodde->eta_raw();
209 m_phi = calodde->phi_raw();
210 m_layer = m_calo_id->calo_sample(id);
211 m_Gain = gain;
212 if (iCool<48) {
213 HWIdentifier hwid = cabling->createSignalChannelID(id);
214 m_bec= m_onlineID->barrel_ec(hwid);
215 m_posneg= m_onlineID->pos_neg(hwid);
216 m_FT= m_onlineID->feedthrough(hwid);
217 m_slot= m_onlineID->slot(hwid);
218 m_channel= m_onlineID->channel(hwid);
219 } else {
220 m_bec=-1;
221 m_posneg=-1;
222 m_FT=-1;
223 m_slot=-1;
224 m_channel=-1;
225 }
226 m_ped1 = ped1_old;
227 m_ped1corr = ped1;
228 m_ped2 = ped2;
229 m_tree->Fill();
230
231 if (std::fabs(ped1-ped1_old)>1.)
232 ATH_MSG_WARNING ( " Pedestal shift found for cell " << m_OffId << " HWID: " << m_bec << " " << m_posneg << " " << m_FT << " " << m_slot << " " << m_channel << " iCool " << iCool << " subHash " << ii << " New/Old pedestals " << ped1 << " " << ped1_old );
233
234 } // loop over gains
235
236 } // loop over cells
237
238 fclose(fp);
239 return StatusCode::SUCCESS;
240 }
#define ATH_MSG_ERROR(x)
#define ATH_MSG_WARNING(x)
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
Gaudi::Property< std::string > m_fname
static CaloCondBlobFlt * getInstance(coral::Blob &blob)
Returns a pointer to a non-const CaloCondBlobFlt.
static unsigned int getDbCaloGain(int caloGain)
Returns the non-negative gainId to be used with the COOL DB.
const CaloDetDescrElement * get_element(const Identifier &cellId) const
get element by its identifier
@ 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.
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_bec

int CaloAddCellPedShift::m_bec =0
private

Definition at line 72 of file CaloAddCellPedShift.h.

◆ m_cablingKey

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

Definition at line 55 of file CaloAddCellPedShift.h.

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

◆ m_calo_id

const CaloCell_ID* CaloAddCellPedShift::m_calo_id =nullptr
private

Definition at line 59 of file CaloAddCellPedShift.h.

◆ m_caloCoolIdTool

ToolHandle<ICaloCoolIdTool> CaloAddCellPedShift::m_caloCoolIdTool {this,"CaloCoolIdTool","CaloCoolIdTool"}
private

Definition at line 62 of file CaloAddCellPedShift.h.

62{this,"CaloCoolIdTool","CaloCoolIdTool"};

◆ m_caloMgrKey

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

Definition at line 56 of file CaloAddCellPedShift.h.

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

◆ m_channel

int CaloAddCellPedShift::m_channel =0
private

Definition at line 76 of file CaloAddCellPedShift.h.

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

float CaloAddCellPedShift::m_eta =0
private

Definition at line 68 of file CaloAddCellPedShift.h.

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

Gaudi::Property<std::string> CaloAddCellPedShift::m_fname {this,"inputFile",""}
private

Definition at line 50 of file CaloAddCellPedShift.h.

50{this,"inputFile",""};

◆ m_FT

int CaloAddCellPedShift::m_FT =0
private

Definition at line 74 of file CaloAddCellPedShift.h.

◆ m_Gain

int CaloAddCellPedShift::m_Gain =0
private

Definition at line 71 of file CaloAddCellPedShift.h.

◆ m_Hash

int CaloAddCellPedShift::m_Hash =0
private

Definition at line 66 of file CaloAddCellPedShift.h.

◆ m_iCool

int CaloAddCellPedShift::m_iCool =0
private

Definition at line 64 of file CaloAddCellPedShift.h.

◆ m_layer

int CaloAddCellPedShift::m_layer =0
private

Definition at line 70 of file CaloAddCellPedShift.h.

◆ m_OffId

int CaloAddCellPedShift::m_OffId =0
private

Definition at line 67 of file CaloAddCellPedShift.h.

◆ m_onlineID

const LArOnlineID* CaloAddCellPedShift::m_onlineID =nullptr
private

Definition at line 60 of file CaloAddCellPedShift.h.

◆ m_ped1

float CaloAddCellPedShift::m_ped1 =0
private

Definition at line 77 of file CaloAddCellPedShift.h.

◆ m_ped1corr

float CaloAddCellPedShift::m_ped1corr =0
private

Definition at line 78 of file CaloAddCellPedShift.h.

◆ m_ped2

float CaloAddCellPedShift::m_ped2 =0
private

Definition at line 79 of file CaloAddCellPedShift.h.

◆ m_pedKey

SG::ReadCondHandleKey<CondAttrListCollection> CaloAddCellPedShift::m_pedKey {this,"FolderName","/CALO/Pedestal/CellPedestal"}
private

Definition at line 57 of file CaloAddCellPedShift.h.

57{this,"FolderName","/CALO/Pedestal/CellPedestal"};

◆ m_phi

float CaloAddCellPedShift::m_phi =0
private

Definition at line 69 of file CaloAddCellPedShift.h.

◆ m_posneg

int CaloAddCellPedShift::m_posneg =0
private

Definition at line 73 of file CaloAddCellPedShift.h.

◆ m_slot

int CaloAddCellPedShift::m_slot =0
private

Definition at line 75 of file CaloAddCellPedShift.h.

◆ m_SubHash

int CaloAddCellPedShift::m_SubHash =0
private

Definition at line 65 of file CaloAddCellPedShift.h.

◆ m_thistSvc

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

Definition at line 53 of file CaloAddCellPedShift.h.

53{this,"THistSvc","THistSvc"};

◆ m_tree

TTree* CaloAddCellPedShift::m_tree =nullptr
private

Definition at line 80 of file CaloAddCellPedShift.h.

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