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

#include <AFPDBTester.h>

Inheritance diagram for AFPDBTester:
Collaboration diagram for AFPDBTester:

Public Member Functions

virtual StatusCode initialize () override
virtual StatusCode execute (const EventContext &ctx) const override
virtual StatusCode sysInitialize () override
 Override sysInitialize.
virtual bool isClonable () const override
 Specify if the algorithm is clonable.
virtual unsigned int cardinality () const override
 Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant.
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
virtual void setFilterPassed (bool state, const EventContext &ctx) const
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< CondAttrListCollectionm_rch_locshiftX {this, "locshiftXkey", "/FWD/Onl/AFP/Align/Local", "read cond handle local shiftXkey"}
SG::ReadCondHandleKey< CondAttrListCollectionm_rch_globshiftX {this, "globshiftXkey", "/FWD/Onl/AFP/Align/Global", "read cond handle global shiftXkey"}
SG::ReadCondHandleKey< CondAttrListCollectionm_rch_loctof {this, "locToFkey", "/FWD/Onl/AFP/ToFParameters/Local", "read cond handle local ToF"}
SG::ReadCondHandleKey< CondAttrListCollectionm_rch_vtxtof {this, "vtxToFkey", "/FWD/Onl/AFP/ToFParameters/Vertex", "read cond handle vertex ToF"}
SG::ReadCondHandleKey< AthenaAttributeListm_readKey { this, "BeamSpotFolder", "/Indet/Beampos", "DB folder from which to read raw beam spot data" }
SG::ReadCondHandleKey< CaloLocalHadCoeffm_key {"EMFracClassify"}
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 25 of file AFPDBTester.h.

Member Typedef Documentation

◆ StoreGateSvc_t

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

Definition at line 388 of file AthCommonDataStore.h.

Member Function Documentation

◆ cardinality()

unsigned int AthCommonReentrantAlgorithm< Gaudi::Algorithm >::cardinality ( ) const
overridevirtualinherited

Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant.

Override this to return 0 for reentrant algorithms.

Definition at line 75 of file AthCommonReentrantAlgorithm.cxx.

62{
63 return 0;
64}

◆ 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()

StatusCode AFPDBTester::execute ( const EventContext & ctx) const
overridevirtual

Definition at line 28 of file AFPDBTester.cxx.

29{
30// check if calo conditions can be loaded
31 ATH_MSG_INFO("execute: "<<ctx.eventID().event_number()<<" , before CaloLocalHadCoeff");
32 SG::ReadCondHandle<CaloLocalHadCoeff> rch(m_key, ctx);
33 const CaloLocalHadCoeff* condObject = *rch;
34 if(condObject==nullptr) {
35 ATH_MSG_ERROR("Unable to access conditions object CaloLocalHadCoeff");
36 return StatusCode::FAILURE;
37 }
38
39// check if beamspot conditions can be loaded
40 ATH_MSG_INFO("execute: "<<ctx.eventID().event_number()<<" , before beam pos");
41 SG::ReadCondHandle<AthenaAttributeList> readHandle{ m_readKey, ctx };
42 const AthenaAttributeList* raw { *readHandle };
43 if ( raw == nullptr )
44 {
45 ATH_MSG_ERROR("Beam Spot data for key " << m_readKey.fullKey() << " not found");
46 return StatusCode::FAILURE;
47 }
48 float beamposX { (*raw)["posX"].data<float>() };
49 ATH_MSG_INFO("execute: "<<ctx.eventID().event_number()<<" , beam pos X = "<<beamposX);
50
51// load local AFP alignment and print out something
52 ATH_MSG_INFO("execute: "<<ctx.eventID().event_number()<<" , before loc shiftX");
53 SG::ReadCondHandle<CondAttrListCollection> ch_locshiftX( m_rch_locshiftX, ctx );
54 const CondAttrListCollection* attrLocList { *ch_locshiftX };
55 if ( attrLocList == nullptr )
56 {
57 ATH_MSG_ERROR("local shiftX data for key " << m_rch_locshiftX.fullKey() << " not found");
58 return StatusCode::FAILURE;
59 }
60
61 int counter=1;
63 for (itr = attrLocList->begin(); itr != attrLocList->end(); ++itr) {
64 if(counter>1) ATH_MSG_INFO("there should be only one real channel in /FWD/AFP/Align/Local, this is real channel nr. "<<counter);
65
66 const coral::AttributeList &atr = itr->second;
67 std::string data = *(static_cast<const std::string *>((atr["data"]).addressOfData()));
68
69 nlohmann::json jsondata = nlohmann::json::parse(data);
70 int nchannels=jsondata["nchannels"];
71 nlohmann::json channeldata=jsondata["data"];
72 for(auto& chan : channeldata.items())
73 {
74 // channels are ordered alphabetically: 0,1,10,...,15,2,3,...,9
75 ATH_MSG_INFO("reading channel nr. "<<chan.key());
76 nlohmann::json aligndata=chan.value();
77
78 std::string channel=chan.key();
79 int layerID=aligndata["layerID"];
80 float shiftX=aligndata["shiftX"];
81
82 ATH_MSG_INFO("execute: run "<<ctx.eventID().run_number()<<", lb "<<ctx.eventID().lumi_block()<<", evnt "<<ctx.eventID().event_number()<<", channel "<<channel<<"/"<<nchannels<<", layerID "<<layerID<<", shiftX = "<<shiftX);
83 }
84
85 ++counter;
86 }
87
88
89// load global AFP alignment and print out something else
90 ATH_MSG_INFO("test: "<<ctx.eventID().event_number()<<" , before glob shiftX");
91 SG::ReadCondHandle<CondAttrListCollection> ch_globshiftX( m_rch_globshiftX, ctx );
92 const CondAttrListCollection* attrGlobList { *ch_globshiftX };
93 if ( attrGlobList == nullptr )
94 {
95 ATH_MSG_ERROR("global shiftX data for key " << m_rch_globshiftX.fullKey() << " not found");
96 return StatusCode::FAILURE;
97 }
98
99 counter=1;
101 for (itr2 = attrGlobList->begin(); itr2 != attrGlobList->end(); ++itr2) {
102 if(counter>1) ATH_MSG_INFO("there should be only one real channel in /FWD/AFP/Align/Global, this is real channel nr. "<<counter);
103
104 const coral::AttributeList &atr = itr2->second;
105 std::string data = *(static_cast<const std::string *>((atr["data"]).addressOfData()));
106
107 nlohmann::json jsondata = nlohmann::json::parse(data);
108 int nchannels=jsondata["nchannels"];
109 nlohmann::json channeldata=jsondata["data"];
110 for(auto& chan : channeldata.items())
111 {
112 // channels are ordered alphabetically: 0,1,10,...,15,2,3,...,9
113 ATH_MSG_INFO("reading channel nr. "<<chan.key());
114 nlohmann::json aligndata=chan.value();
115
116 std::string channel=chan.key();
117 std::string alignType=aligndata["alignType"];
118 float shiftX=aligndata["shiftX"];
119
120 ATH_MSG_INFO("execute: run "<<ctx.eventID().run_number()<<", lb "<<ctx.eventID().lumi_block()<<", evnt "<<ctx.eventID().event_number()<<", channel "<<channel<<"/"<<nchannels<<", alignType "<<alignType<<", shiftX = "<<shiftX);
121 }
122
123 ++counter;
124 }
125
126
127// load local AFP ToF parameters and print out something
128 ATH_MSG_INFO("execute: "<<ctx.eventID().event_number()<<" , before loc tof");
129 SG::ReadCondHandle<CondAttrListCollection> ch_loctof( m_rch_loctof, ctx );
130 const CondAttrListCollection* attrLocToFList { *ch_loctof };
131 if ( attrLocToFList == nullptr )
132 {
133 ATH_MSG_ERROR("local ToF data for key " << m_rch_loctof.fullKey() << " not found");
134 return StatusCode::FAILURE;
135 }
136
137 counter=1;
139 for (itr3 = attrLocToFList->begin(); itr3 != attrLocToFList->end(); ++itr3) {
140 if(counter>1) ATH_MSG_INFO("there should be only one real channel in /FWD/AFP/ToFParameters/Local, this is real channel nr. "<<counter);
141
142 const coral::AttributeList &atr = itr3->second;
143 std::string data = *(static_cast<const std::string *>((atr["data"]).addressOfData()));
144
145 nlohmann::json jsondata = nlohmann::json::parse(data);
146 int nchannels=jsondata["nchannels"];
147 nlohmann::json channeldata=jsondata["data"];
148 for(auto& chan : channeldata.items())
149 {
150 // channels are ordered alphabetically: 0,1,10,...,19,2,20,21,...29,3,30,31,4,...,9
151 ATH_MSG_INFO("reading channel nr. "<<chan.key());
152 nlohmann::json paramdata=chan.value();
153
154 std::string channel=chan.key();
155 int trainID=paramdata["trainID"];
156 float barWeight=paramdata["barWeight"];
157
158 ATH_MSG_INFO("execute: run "<<ctx.eventID().run_number()<<", lb "<<ctx.eventID().lumi_block()<<", evnt "<<ctx.eventID().event_number()<<", channel "<<channel<<"/"<<nchannels<<", trainID "<<trainID<<", barWeight = "<<barWeight);
159 }
160
161 ++counter;
162 }
163
164// load vertex AFP ToF parameters and print out something
165 ATH_MSG_INFO("execute: "<<ctx.eventID().event_number()<<" , before vtx tof");
166 SG::ReadCondHandle<CondAttrListCollection> ch_vtxtof( m_rch_vtxtof, ctx );
167 const CondAttrListCollection* attrVtxToFList { *ch_vtxtof };
168 if ( attrVtxToFList == nullptr )
169 {
170 ATH_MSG_ERROR("vertex ToF data for key " << m_rch_vtxtof.fullKey() << " not found");
171 return StatusCode::FAILURE;
172 }
173
174 counter=1;
176 for (itr4 = attrVtxToFList->begin(); itr4 != attrVtxToFList->end(); ++itr4) {
177 if(counter>1) ATH_MSG_INFO("there should be only one real channel in /FWD/AFP/ToFParameters/Vertex, this is real channel nr. "<<counter);
178
179 const coral::AttributeList &atr = itr4->second;
180 std::string data = *(static_cast<const std::string *>((atr["data"]).addressOfData()));
181
182 nlohmann::json jsondata = nlohmann::json::parse(data);
183 int nchannels=jsondata["nchannels"];
184 nlohmann::json channeldata=jsondata["data"];
185 for(auto& chan : channeldata.items())
186 {
187 // channels are ordered alphabetically: 0,1
188 ATH_MSG_INFO("reading channel nr. "<<chan.key());
189 nlohmann::json paramdata=chan.value();
190
191 std::string channel=chan.key();
192 int stationID=paramdata["stationID"];
193 float timeGlobalOffset=paramdata["timeGlobalOffset"];
194 std::vector<float> trainEdge=paramdata["trainEdge"];
195
196 ATH_MSG_INFO("execute: run "<<ctx.eventID().run_number()<<", lb "<<ctx.eventID().lumi_block()<<", evnt "<<ctx.eventID().event_number()<<", channel "<<channel<<"/"<<nchannels<<", stationID "<<stationID<<", timeGlobalOffset = "<<timeGlobalOffset<<", trainEdge = ("<<trainEdge.at(0)<<", "<<trainEdge.at(1)<<", ... "<<trainEdge.at(4)<<")");
197 }
198
199 ++counter;
200 }
201
202 return StatusCode::SUCCESS;
203}
#define ATH_MSG_ERROR(x)
#define ATH_MSG_INFO(x)
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
SG::ReadCondHandleKey< CaloLocalHadCoeff > m_key
Definition AFPDBTester.h:38
SG::ReadCondHandleKey< CondAttrListCollection > m_rch_globshiftX
Definition AFPDBTester.h:34
SG::ReadCondHandleKey< AthenaAttributeList > m_readKey
Definition AFPDBTester.h:37
SG::ReadCondHandleKey< CondAttrListCollection > m_rch_locshiftX
Definition AFPDBTester.h:33
SG::ReadCondHandleKey< CondAttrListCollection > m_rch_loctof
Definition AFPDBTester.h:35
SG::ReadCondHandleKey< CondAttrListCollection > m_rch_vtxtof
Definition AFPDBTester.h:36
const_iterator end() const
const_iterator begin() const
Access to Chan/AttributeList pairs via iterators.
ChanAttrListMap::const_iterator const_iterator
constexpr uint8_t stationID
Large or Small wedge.

◆ 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 & AthCommonReentrantAlgorithm< 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 94 of file AthCommonReentrantAlgorithm.cxx.

88{
89 // If we didn't find any symlinks to add, just return the collection
90 // from the base class. Otherwise, return the extended collection.
91 if (!m_extendedExtraObjects.empty()) {
93 }
95}
An algorithm that can be simultaneously executed in multiple threads.

◆ filterPassed()

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

Definition at line 96 of file AthCommonReentrantAlgorithm.h.

96 {
97 return execState( ctx ).filterPassed();
98 }
virtual bool filterPassed(const EventContext &ctx) const

◆ initialize()

StatusCode AFPDBTester::initialize ( )
overridevirtual

Definition at line 7 of file AFPDBTester.cxx.

8{
9 ATH_MSG_DEBUG("in the initialize of AFPDBTester, hello there");
10
11 ATH_CHECK( m_key.initialize() );
12 ATH_MSG_INFO( "m_key id: " << m_key.fullKey() );
13 ATH_CHECK( m_readKey.initialize() );
14 ATH_MSG_INFO( "m_readKey id: " << m_readKey.fullKey() );
15 ATH_CHECK( m_rch_locshiftX.initialize() );
16 ATH_MSG_INFO( "m_rch_locshiftX id: " << m_rch_locshiftX.fullKey() );
17 ATH_CHECK( m_rch_globshiftX.initialize() );
18 ATH_MSG_INFO( "m_rch_globshiftX id: " << m_rch_globshiftX.fullKey() );
19 ATH_CHECK( m_rch_loctof.initialize() );
20 ATH_MSG_INFO( "m_rch_loctof id: " << m_rch_loctof.fullKey() );
21 ATH_CHECK( m_rch_vtxtof.initialize() );
22 ATH_MSG_INFO( "m_rch_vtxtof id: " << m_rch_vtxtof.fullKey() );
23
24 return StatusCode::SUCCESS;
25}
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_DEBUG(x)

◆ 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()

◆ 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 AthCommonReentrantAlgorithm< Gaudi::Algorithm >::setFilterPassed ( bool state,
const EventContext & ctx ) const
inlinevirtualinherited

Definition at line 100 of file AthCommonReentrantAlgorithm.h.

100 {
102 }
virtual void setFilterPassed(bool state, const EventContext &ctx) const

◆ sysExecute()

StatusCode AthCommonReentrantAlgorithm< 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.

Definition at line 85 of file AthCommonReentrantAlgorithm.cxx.

75{
76 return BaseAlg::sysExecute (ctx);
77}

◆ sysInitialize()

StatusCode AthCommonReentrantAlgorithm< 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 HypoBase, and InputMakerBase.

Definition at line 61 of file AthCommonReentrantAlgorithm.cxx.

105 {
107
108 if (sc.isFailure()) {
109 return sc;
110 }
111
112 ServiceHandle<ICondSvc> cs("CondSvc",name());
113 for (auto h : outputHandles()) {
114 if (h->isCondition() && h->mode() == Gaudi::DataHandle::Writer) {
115 // do this inside the loop so we don't create the CondSvc until needed
116 if ( cs.retrieve().isFailure() ) {
117 ATH_MSG_WARNING("no CondSvc found: won't autoreg WriteCondHandles");
118 return StatusCode::SUCCESS;
119 }
120 if (cs->regHandle(this,*h).isFailure()) {
122 ATH_MSG_ERROR("unable to register WriteCondHandle " << h->fullKey()
123 << " with CondSvc");
124 }
125 }
126 }
127 return sc;
128}
#define ATH_MSG_WARNING(x)
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_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_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 AthCommonReentrantAlgorithm< Gaudi::Algorithm >::m_extendedExtraObjects
privateinherited

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

Empty if no symlinks were found.

Definition at line 114 of file AthCommonReentrantAlgorithm.h.

◆ m_key

SG::ReadCondHandleKey<CaloLocalHadCoeff> AFPDBTester::m_key {"EMFracClassify"}
private

Definition at line 38 of file AFPDBTester.h.

38{"EMFracClassify"};

◆ m_rch_globshiftX

SG::ReadCondHandleKey<CondAttrListCollection> AFPDBTester::m_rch_globshiftX {this, "globshiftXkey", "/FWD/Onl/AFP/Align/Global", "read cond handle global shiftXkey"}
private

Definition at line 34 of file AFPDBTester.h.

34{this, "globshiftXkey", "/FWD/Onl/AFP/Align/Global", "read cond handle global shiftXkey"};

◆ m_rch_locshiftX

SG::ReadCondHandleKey<CondAttrListCollection> AFPDBTester::m_rch_locshiftX {this, "locshiftXkey", "/FWD/Onl/AFP/Align/Local", "read cond handle local shiftXkey"}
private

Definition at line 33 of file AFPDBTester.h.

33{this, "locshiftXkey", "/FWD/Onl/AFP/Align/Local", "read cond handle local shiftXkey"};

◆ m_rch_loctof

SG::ReadCondHandleKey<CondAttrListCollection> AFPDBTester::m_rch_loctof {this, "locToFkey", "/FWD/Onl/AFP/ToFParameters/Local", "read cond handle local ToF"}
private

Definition at line 35 of file AFPDBTester.h.

35{this, "locToFkey", "/FWD/Onl/AFP/ToFParameters/Local", "read cond handle local ToF"};

◆ m_rch_vtxtof

SG::ReadCondHandleKey<CondAttrListCollection> AFPDBTester::m_rch_vtxtof {this, "vtxToFkey", "/FWD/Onl/AFP/ToFParameters/Vertex", "read cond handle vertex ToF"}
private

Definition at line 36 of file AFPDBTester.h.

36{this, "vtxToFkey", "/FWD/Onl/AFP/ToFParameters/Vertex", "read cond handle vertex ToF"};

◆ m_readKey

SG::ReadCondHandleKey<AthenaAttributeList> AFPDBTester::m_readKey { this, "BeamSpotFolder", "/Indet/Beampos", "DB folder from which to read raw beam spot data" }
private

Definition at line 37 of file AFPDBTester.h.

37{ this, "BeamSpotFolder", "/Indet/Beampos", "DB folder from which to read raw beam spot data" };

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