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

#include <AFPDBTester.h>

Inheritance diagram for AFPDBTester:
Collaboration diagram for AFPDBTester:

Public Member Functions

 AFPDBTester (const std::string &name, ISvcLocator *pSvcLocator)
virtual ~AFPDBTester () override
virtual StatusCode initialize () override
virtual StatusCode execute () override
virtual StatusCode finalize () override
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

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
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 25 of file AFPDBTester.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

◆ AFPDBTester()

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

Definition at line 7 of file AFPDBTester.cxx.

7 :
8 AthAlgorithm(name, pSvcLocator), m_key("EMFracClassify")
9{
10 ATH_MSG_DEBUG("in the constructor of AFPDBTester");
11}
#define ATH_MSG_DEBUG(x)
SG::ReadCondHandleKey< CaloLocalHadCoeff > m_key
Definition AFPDBTester.h:40
AthAlgorithm()
Default constructor:

◆ ~AFPDBTester()

AFPDBTester::~AFPDBTester ( )
overridevirtual

Definition at line 13 of file AFPDBTester.cxx.

14{
15 ATH_MSG_DEBUG("in the destructor of AFPDBTester");
16}

Member Function Documentation

◆ declareGaudiProperty()

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

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

Definition at line 156 of file AthCommonDataStore.h.

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

◆ declareProperty()

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

Definition at line 145 of file AthCommonDataStore.h.

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

◆ detStore()

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

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

Definition at line 95 of file AthCommonDataStore.h.

◆ evtStore()

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

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

Definition at line 85 of file AthCommonDataStore.h.

◆ execute()

StatusCode AFPDBTester::execute ( )
overridevirtual

Definition at line 44 of file AFPDBTester.cxx.

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

Definition at line 38 of file AFPDBTester.cxx.

39{
40 ATH_MSG_DEBUG("in the finalize of AFPDBTester, bye bye");
41 return StatusCode::SUCCESS;
42}

◆ initialize()

StatusCode AFPDBTester::initialize ( )
overridevirtual

Definition at line 18 of file AFPDBTester.cxx.

19{
20 ATH_MSG_DEBUG("in the initialize of AFPDBTester, hello there");
21
22 ATH_CHECK( m_key.initialize() );
23 ATH_MSG_INFO( "m_key id: " << m_key.fullKey() );
24 ATH_CHECK( m_readKey.initialize() );
25 ATH_MSG_INFO( "m_readKey id: " << m_readKey.fullKey() );
26 ATH_CHECK( m_rch_locshiftX.initialize() );
27 ATH_MSG_INFO( "m_rch_locshiftX id: " << m_rch_locshiftX.fullKey() );
28 ATH_CHECK( m_rch_globshiftX.initialize() );
29 ATH_MSG_INFO( "m_rch_globshiftX id: " << m_rch_globshiftX.fullKey() );
30 ATH_CHECK( m_rch_loctof.initialize() );
31 ATH_MSG_INFO( "m_rch_loctof id: " << m_rch_loctof.fullKey() );
32 ATH_CHECK( m_rch_vtxtof.initialize() );
33 ATH_MSG_INFO( "m_rch_vtxtof id: " << m_rch_vtxtof.fullKey() );
34
35 return StatusCode::SUCCESS;
36}
#define ATH_CHECK
Evaluate an expression and check for errors.

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

◆ 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}
#define ATH_MSG_WARNING(x)
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_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_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_key

SG::ReadCondHandleKey<CaloLocalHadCoeff> AFPDBTester::m_key
private

Definition at line 40 of file AFPDBTester.h.

◆ 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 36 of file AFPDBTester.h.

36{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 35 of file AFPDBTester.h.

35{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 37 of file AFPDBTester.h.

37{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 38 of file AFPDBTester.h.

38{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 39 of file AFPDBTester.h.

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

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