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

#include <LArGeoWeightsFill.h>

Inheritance diagram for LArGeoWeightsFill:
Collaboration diagram for LArGeoWeightsFill:

Public Member Functions

 ~LArGeoWeightsFill ()
virtual StatusCode initialize () override
virtual StatusCode execute (const EventContext &) const override
virtual StatusCode stop () override
virtual StatusCode sysInitialize () override
 Override sysInitialize.
virtual bool isClonable () const override
 Specify if the algorithm is clonable.
virtual StatusCode sysExecute (const EventContext &ctx) override
 Execute an algorithm.
virtual const DataObjIDColl & extraOutputDeps () const override
 Return the list of extra output dependencies.
virtual bool filterPassed (const EventContext &ctx) const
 Get filter decision:
virtual void setFilterPassed (bool state, const EventContext &ctx) const
 Set filter decision:
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

SG::ReadCondHandleKey< LArOnOffIdMappingm_cablingKey {this, "OnOffMap", "LArOnOffIdMap", "SG key for mapping object"}
SG::ReadCondHandleKey< CaloDetDescrManagerm_caloMgrKey {this,"CaloDetDescrManager","CaloDetDescrManager","SG Key for CaloDetDescrManager in the Condition Store" }
const LArOnlineIDm_onlineID = nullptr
StringProperty m_key { this, "Key", "GeoWeights" }
BooleanProperty m_fill { this, "Fill", true }
BooleanProperty m_dump { this, "Dump", false }
StringProperty m_outFileName { this, "OutFile", "out.txt" }
ToolHandle< CaloTriggerTowerServicem_ttService { "CaloTriggerTowerService" }
DataObjIDColl m_extendedExtraObjects
 Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
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 17 of file LArGeoWeightsFill.h.

Member Typedef Documentation

◆ StoreGateSvc_t

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

Definition at line 388 of file AthCommonDataStore.h.

Constructor & Destructor Documentation

◆ ~LArGeoWeightsFill()

LArGeoWeightsFill::~LArGeoWeightsFill ( )
default

Member Function Documentation

◆ declareGaudiProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< Gaudi::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< Gaudi::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< Gaudi::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< Gaudi::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()

virtual StatusCode LArGeoWeightsFill::execute ( const EventContext & ) const
inlineoverridevirtual

Definition at line 22 of file LArGeoWeightsFill.h.

22{return StatusCode::SUCCESS;}

◆ extraDeps_update_handler()

void AthCommonDataStore< AthCommonMsg< Gaudi::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 & AthCommonAlgorithm< Gaudi::Algorithm >::extraOutputDeps ( ) const
overridevirtualinherited

Return the list of extra output dependencies.

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

Definition at line 89 of file AthCommonAlgorithm.cxx.

54{
55 // If we didn't find any symlinks to add, just return the collection
56 // from the base class. Otherwise, return the extended collection.
57 if (!m_extendedExtraObjects.empty()) {
59 }
61}
Common base class for algorithms.

◆ filterPassed()

virtual bool AthCommonAlgorithm< Gaudi::Algorithm >::filterPassed ( const EventContext & ctx) const
inlinevirtualinherited

Get filter decision:

Definition at line 93 of file AthCommonAlgorithm.h.

93 {
94 return execState( ctx ).filterPassed();
95 }
virtual bool filterPassed(const EventContext &ctx) const
Get filter decision:

◆ initialize()

StatusCode LArGeoWeightsFill::initialize ( )
overridevirtual

Definition at line 22 of file LArGeoWeightsFill.cxx.

22 {
23
24 ATH_MSG_DEBUG ( "start initialize()" );
25 ATH_CHECK( detStore()->retrieve(m_onlineID,"LArOnlineID") );
26 ATH_CHECK( m_cablingKey.initialize() );
27 ATH_CHECK( m_caloMgrKey.initialize() );
28 ATH_CHECK( m_ttService.retrieve() );
29 return StatusCode::SUCCESS;
30}
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_DEBUG(x)
const ServiceHandle< StoreGateSvc > & detStore() const
ToolHandle< CaloTriggerTowerService > m_ttService
const LArOnlineID * m_onlineID
SG::ReadCondHandleKey< CaloDetDescrManager > m_caloMgrKey
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey

◆ inputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< Gaudi::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.

◆ isClonable()

virtual bool AthCommonAlgorithm< Gaudi::Algorithm >::isClonable ( ) const
inlineoverridevirtualinherited

Specify if the algorithm is clonable.

Only relevant for non-reentrant algorithms. Actual number of clones needs to be set via the "Cardinality" property.

Reimplemented in AFP_DigiTop, AlgB, AlgT, BCM_Digitization, CscDigitBuilder, CscDigitToCscRDO, G4AtlasAlg, G4RunAlg, HGTD_Digitization, HiveAlgBase, InDet::GNNSeedingTrackMaker, InDet::SCT_Clusterization, InDet::SiSPGNNTrackMaker, InDet::SiSPSeededTrackFinder, InDet::SiTrackerSpacePointFinder, ISF::SimKernelMT, ITk::StripDigitization, ITkPixelCablingAlg, ITkStripCablingAlg, LArHitEMapMaker, LArTTL1Maker, LUCID_DigiTop, LVL1::L1TopoSimulation, MergeCalibHits, MergeGenericMuonSimHitColl, MergeHijingPars, MergeMcEventCollection, MergeTrackRecordCollection, MergeTruthJets, MergeTruthParticles, MuonDigitizer, PileUpMTAlg, PixelDigitization, RoIBResultToxAOD, SCT_ByteStreamErrorsTestAlg, SCT_CablingCondAlgFromCoraCool, SCT_CablingCondAlgFromText, SCT_ConditionsParameterTestAlg, SCT_ConditionsSummaryTestAlg, SCT_ConfigurationConditionsTestAlg, SCT_Digitization, SCT_FlaggedConditionTestAlg, SCT_LinkMaskingTestAlg, SCT_MajorityConditionsTestAlg, SCT_ModuleVetoTestAlg, SCT_MonitorConditionsTestAlg, SCT_PrepDataToxAOD, SCT_RawDataToxAOD, SCT_ReadCalibChipDataTestAlg, SCT_ReadCalibDataTestAlg, SCT_RODVetoTestAlg, SCT_SensorsTestAlg, SCT_SiliconConditionsTestAlg, SCT_StripVetoTestAlg, SCT_TdaqEnabledTestAlg, SCT_TestCablingAlg, SCTEventFlagWriter, SCTRawDataProvider, SCTSiLorentzAngleTestAlg, SCTSiPropertiesTestAlg, SGInputLoader, Simulation::BeamEffectsAlg, TileHitVecToCnt, TileMuonFitter, TilePulseForTileMuonReceiver, TileRawChannelMaker, TRTDigitization, and ZDC_DigiTop.

Definition at line 68 of file AthCommonAlgorithm.h.

68 {
69 return true;
70 }

◆ msg()

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

Definition at line 24 of file AthCommonMsg.h.

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

◆ msgLvl()

bool AthCommonMsg< Gaudi::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< Gaudi::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< Gaudi::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< Gaudi::Algorithm > >::renounceArray ( SG::VarHandleKeyArray & handlesArray)
inlineprotectedinherited

remove all handles from I/O resolution

Definition at line 364 of file AthCommonDataStore.h.

364 {
366 }

◆ setFilterPassed()

virtual void AthCommonAlgorithm< Gaudi::Algorithm >::setFilterPassed ( bool state,
const EventContext & ctx ) const
inlinevirtualinherited

Set filter decision:

Reimplemented in AthFilterAlgorithm.

Definition at line 99 of file AthCommonAlgorithm.h.

99 {
101 }
virtual void setFilterPassed(bool state, const EventContext &ctx) const
Set filter decision:

◆ stop()

StatusCode LArGeoWeightsFill::stop ( )
overridevirtual

Definition at line 32 of file LArGeoWeightsFill.cxx.

32 {
33
34 ATH_MSG_DEBUG ( "start stop()" );
35
36 const unsigned hashMax=m_onlineID->channelHashMax();
37
38 if (m_fill) {
39
40 ATH_MSG_INFO ( "Filling database" );
41
42 coral::AttributeListSpecification* spec = new coral::AttributeListSpecification();
43 //cool::RecordSpecification* spec = new cool::RecordSpecification();
44 spec->extend("costheta", "blob");
45 spec->extend("sinthetacosphi", "blob");
46 spec->extend("sinthetasinphi", "blob");
47 spec->extend("offlineTTid","blob");
48
49 AthenaAttributeList* attr=new AthenaAttributeList(*spec);
50 coral::Blob& costhetaBlob = (*attr)["costheta"].data<coral::Blob>();
51 coral::Blob& sinthetacosphiBlob = (*attr)["sinthetacosphi"].data<coral::Blob>();
52 coral::Blob& sinthetasinphiBlob = (*attr)["sinthetasinphi"].data<coral::Blob>();
53 coral::Blob& offlineTTidBlob = (*attr)["offlineTTid"].data<coral::Blob>();
54
55
56 costhetaBlob.resize(hashMax*sizeof(float));
57 sinthetacosphiBlob.resize(hashMax*sizeof(float));
58 sinthetasinphiBlob.resize(hashMax*sizeof(float));
59 offlineTTidBlob.resize(hashMax*sizeof(uint32_t));
60
61 float* pcostheta=static_cast<float*>(costhetaBlob.startingAddress());
62 float* psinthetacosphi=static_cast<float*>(sinthetacosphiBlob.startingAddress());
63 float* psinthetasinphi=static_cast<float*>(sinthetasinphiBlob.startingAddress());
64 uint32_t* pofflineTTid=static_cast<uint32_t*>(offlineTTidBlob.startingAddress());
65
66 ATH_CHECK( detStore()->record(attr,m_key) );
67
68 SG::ReadCondHandle<CaloDetDescrManager> caloMgrHandle{m_caloMgrKey};
69 ATH_CHECK(caloMgrHandle.isValid());
70 const CaloDetDescrManager *theCaloDDM = *caloMgrHandle;
71 ATH_MSG_INFO ( "theCaloDDM retrieved" );
72 SG::ReadCondHandle<LArOnOffIdMapping> cablingHdl{m_cablingKey};
73 const LArOnOffIdMapping* cabling{*cablingHdl};
74 if(!cabling) {
75 ATH_MSG_ERROR("Do not have mapping object " << m_cablingKey.key());
76 return StatusCode::FAILURE;
77 }
78
79 for (unsigned hs=0;hs<hashMax;++hs) {
80 const HWIdentifier chid=m_onlineID->channel_Id(hs);
81
82 if(!cabling->isOnlineConnected(chid)){
83 ATH_MSG_DEBUG ( "cell chid: " << chid.get_compact() << " not connected channel, skip " );
84 //Set values for disconnected cells to 0
85 pcostheta[hs]=0.0;
86 psinthetacosphi[hs]=0.0;
87 psinthetasinphi[hs]=0.0;
88 pofflineTTid[hs]=0;
89 continue;
90 }
91 const Identifier id=cabling->cnvToIdentifier(chid);
92 const CaloDetDescrElement *caloDDE = theCaloDDM->get_element(id);
93 if(!caloDDE){
94 ATH_MSG_ERROR ( "Failed to return CaloDetDescrElement" );
95 return StatusCode::FAILURE;
96 }
97 ATH_MSG_DEBUG ( "hash, eta, phi: " << caloDDE->calo_hash() << ", " << caloDDE->eta() << ", " << caloDDE->phi() );
98
99 const float eta = caloDDE->eta();
100 const float phi = caloDDE->phi();
101 const float v = 1./cosh(eta); // sintheta
102 const float costheta=tanh(eta);
103 const float sinthetacosphi=v*cos(phi);
104 const float sinthetasinphi=v*sin(phi);
105
106 pcostheta[hs]=costheta;
107 psinthetacosphi[hs]=sinthetacosphi;
108 psinthetasinphi[hs]=sinthetasinphi;
109 pofflineTTid[hs]=m_ttService->whichTTID(id).get_identifier32().get_compact();
110 } // end loop over hash ids
111 }//end if FILL
112
113
114 if (m_dump) {
115
116 const AthenaAttributeList* attr=0;
117
118 ATH_CHECK( detStore()->retrieve(attr,m_key) );
119
120 const coral::Blob& costhetaBlob = (*attr)["costheta"].data<coral::Blob>();
121 const coral::Blob& sinthetacosphiBlob = (*attr)["sinthetacosphi"].data<coral::Blob>();
122 const coral::Blob& sinthetasinphiBlob = (*attr)["sinthetasinphi"].data<coral::Blob>();
123 const coral::Blob& offlineTTidBlob = (*attr)["offlineTTid"].data<coral::Blob>();
124
125 const float* pcostheta=static_cast<const float*>(costhetaBlob.startingAddress());
126 const float* psinthetacosphi=static_cast<const float*>(sinthetacosphiBlob.startingAddress());
127 const float* psinthetasinphi=static_cast<const float*>(sinthetasinphiBlob.startingAddress());
128 const uint32_t* pofflineTTid=static_cast<const uint32_t*>(offlineTTidBlob.startingAddress());
129
130
131 std::ostream *out = &(std::cout);
132 std::ofstream outfile;
133 if (m_outFileName.size()) {
134 outfile.open(m_outFileName,std::ios::out);
135 if (outfile.is_open()) {
136 ATH_MSG_INFO ( "Writing to file " << m_outFileName );
137 out = &outfile;
138 }
139 else
140 ATH_MSG_ERROR ( "Failed to open file " << m_outFileName );
141 }
142
143 for (unsigned hs=0;hs<hashMax;++hs) {
144 const HWIdentifier chid=m_onlineID->channel_Id(hs);
145 (*out) << std::hex << chid.get_identifier32().get_compact() << std::dec << " "
146 << pcostheta[hs] << " " << psinthetacosphi[hs] << " " << psinthetasinphi[hs]
147 << " 0x"<< std::hex << pofflineTTid[hs] << std::dec << std::endl;
148 }
149
150
151 if (outfile.is_open())
152 outfile.close();
153 }// end if m_dump
154
155 return StatusCode::SUCCESS;
156}
Scalar eta() const
pseudorapidity method
Scalar phi() const
phi method
#define ATH_MSG_ERROR(x)
#define ATH_MSG_INFO(x)
const CaloDetDescrElement * get_element(const Identifier &cellId) const
get element by its identifier
value_type get_compact() const
Get the compact id.
value_type get_compact() const
Get the compact id.
Identifier32 get_identifier32() const
Get the 32-bit version Identifier, will be invalid if >32 bits needed.
StringProperty m_outFileName
BooleanProperty m_dump
BooleanProperty m_fill
StringProperty m_key
setEventNumber uint32_t

◆ sysExecute()

StatusCode AthCommonAlgorithm< Gaudi::Algorithm >::sysExecute ( const EventContext & ctx)
overridevirtualinherited

Execute an algorithm.

We override this in order to work around an issue with the Algorithm base class storing the event context in a member variable that can cause crashes in MT jobs.

Reimplemented in AthAnalysisAlgorithm.

Definition at line 80 of file AthCommonAlgorithm.cxx.

41{
42 return BaseAlg::sysExecute (ctx);
43}

◆ sysInitialize()

StatusCode AthCommonAlgorithm< Gaudi::Algorithm >::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< Gaudi::Algorithm > >.

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

Definition at line 60 of file AthCommonAlgorithm.cxx.

71 {
73
74 if (sc.isFailure()) {
75 return sc;
76 }
77
78 ServiceHandle<ICondSvc> cs("CondSvc",name());
79 for (auto h : outputHandles()) {
80 if (h->isCondition() && h->mode() == Gaudi::DataHandle::Writer) {
81 // do this inside the loop so we don't create the CondSvc until needed
82 if ( cs.retrieve().isFailure() ) {
83 ATH_MSG_WARNING("no CondSvc found: won't autoreg WriteCondHandles");
85 }
86 if (cs->regHandle(this,*h).isFailure()) {
88 ATH_MSG_ERROR("unable to register WriteCondHandle " << h->fullKey()
89 << " with CondSvc");
90 }
91 }
92 }
93 return sc;
94}
#define ATH_MSG_WARNING(x)
virtual StatusCode sysInitialize() override
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< Gaudi::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< Gaudi::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 }

Member Data Documentation

◆ m_cablingKey

SG::ReadCondHandleKey<LArOnOffIdMapping> LArGeoWeightsFill::m_cablingKey {this, "OnOffMap", "LArOnOffIdMap", "SG key for mapping object"}
private

Definition at line 26 of file LArGeoWeightsFill.h.

26{this, "OnOffMap", "LArOnOffIdMap", "SG key for mapping object"};

◆ m_caloMgrKey

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

Definition at line 27 of file LArGeoWeightsFill.h.

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

◆ m_detStore

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

Pointer to StoreGate (detector store by default).

Definition at line 393 of file AthCommonDataStore.h.

◆ m_dump

BooleanProperty LArGeoWeightsFill::m_dump { this, "Dump", false }
private

Definition at line 33 of file LArGeoWeightsFill.h.

33{ this, "Dump", false };

◆ m_evtStore

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

Pointer to StoreGate (event store by default).

Definition at line 390 of file AthCommonDataStore.h.

◆ m_extendedExtraObjects

DataObjIDColl AthCommonAlgorithm< Gaudi::Algorithm >::m_extendedExtraObjects
privateinherited

Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.

Empty if no symlinks were found.

Definition at line 108 of file AthCommonAlgorithm.h.

◆ m_fill

BooleanProperty LArGeoWeightsFill::m_fill { this, "Fill", true }
private

Definition at line 32 of file LArGeoWeightsFill.h.

32{ this, "Fill", true };

◆ m_key

StringProperty LArGeoWeightsFill::m_key { this, "Key", "GeoWeights" }
private

Definition at line 31 of file LArGeoWeightsFill.h.

31{ this, "Key", "GeoWeights" };

◆ m_onlineID

const LArOnlineID* LArGeoWeightsFill::m_onlineID = nullptr
private

Definition at line 29 of file LArGeoWeightsFill.h.

◆ m_outFileName

StringProperty LArGeoWeightsFill::m_outFileName { this, "OutFile", "out.txt" }
private

Definition at line 34 of file LArGeoWeightsFill.h.

34{ this, "OutFile", "out.txt" };

◆ m_ttService

ToolHandle< CaloTriggerTowerService > LArGeoWeightsFill::m_ttService { "CaloTriggerTowerService" }
private

Definition at line 36 of file LArGeoWeightsFill.h.

36{ "CaloTriggerTowerService" };

◆ m_varHandleArraysDeclared

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

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vhka

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

Definition at line 398 of file AthCommonDataStore.h.


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