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

#include <EFTrackingDataStreamLoaderAlgorithm.h>

Inheritance diagram for EFTrackingDataStreamLoaderAlgorithm:
Collaboration diagram for EFTrackingDataStreamLoaderAlgorithm:

Public Member Functions

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

StatusCode readFile (const std::string &path, const auto &fileReadFunction, const auto &endOfBlockCondition, const int32_t hitCountDown, std::vector< std::vector< uint64_t > > &events)
StatusCode writeFile (const std::string &path, const auto &fileWriteFunction, const auto &endOfBlockCondition, const int32_t hitCountDown, const std::vector< std::vector< uint64_t > > &events)
DataFormatAction dataFormatStateMachine (const uint64_t word, const auto &endOfBlockCondition, const int32_t hitCountDown, FileState &fileState)
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::size_t > m_bufferSize
Gaudi::Property< std::vector< std::string > > m_GHITZTxtInputPaths
SG::WriteHandleKeyArray< std::vector< uint64_t > > m_GHITZTxtInputKeys
Gaudi::Property< std::vector< std::string > > m_GHITZTxtOutputPaths
SG::ReadHandleKeyArray< std::vector< uint64_t > > m_GHITZTxtOutputKeys
Gaudi::Property< std::vector< std::string > > m_GHITZBinInputPaths
SG::WriteHandleKeyArray< std::vector< uint64_t > > m_GHITZBinInputKeys
Gaudi::Property< std::vector< std::string > > m_GHITZBinOutputPaths
SG::ReadHandleKeyArray< std::vector< uint64_t > > m_GHITZBinOutputKeys
Gaudi::Property< std::vector< std::string > > m_CLUSTERTxtInputPaths
SG::WriteHandleKeyArray< std::vector< uint64_t > > m_CLUSTERTxtInputKeys
Gaudi::Property< std::vector< std::string > > m_CLUSTERTxtOutputPaths
SG::ReadHandleKeyArray< std::vector< uint64_t > > m_CLUSTERTxtOutputKeys
Gaudi::Property< std::vector< std::string > > m_CLUSTERBinInputPaths
SG::WriteHandleKeyArray< std::vector< uint64_t > > m_CLUSTERBinInputKeys
Gaudi::Property< std::vector< std::string > > m_CLUSTERBinOutputPaths
SG::ReadHandleKeyArray< std::vector< uint64_t > > m_CLUSTERBinOutputKeys
std::vector< std::vector< std::vector< uint64_t > > > m_GHITZTxtInputEvents {}
std::vector< std::vector< std::vector< uint64_t > > > m_GHITZTxtOutputEvents ATLAS_THREAD_SAFE {}
std::vector< std::vector< std::vector< uint64_t > > > m_GHITZBinInputEvents {}
std::vector< std::vector< std::vector< uint64_t > > > m_GHITZBinOutputEvents ATLAS_THREAD_SAFE {}
std::vector< std::vector< std::vector< uint64_t > > > m_CLUSTERTxtInputEvents {}
std::vector< std::vector< std::vector< uint64_t > > > m_CLUSTERTxtOutputEvents ATLAS_THREAD_SAFE {}
std::vector< std::vector< std::vector< uint64_t > > > m_CLUSTERBinInputEvents {}
std::vector< std::vector< std::vector< uint64_t > > > m_CLUSTERBinOutputEvents ATLAS_THREAD_SAFE {}
std::mutex m_mutex ATLAS_THREAD_SAFE
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 32 of file EFTrackingDataStreamLoaderAlgorithm.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

◆ EFTrackingDataStreamLoaderAlgorithm()

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

Definition at line 13 of file EFTrackingDataStreamLoaderAlgorithm.cxx.

16 : AthReentrantAlgorithm(name, pSvcLocator)
17{}

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}

◆ dataFormatStateMachine()

DataFormatAction EFTrackingDataStreamLoaderAlgorithm::dataFormatStateMachine ( const uint64_t word,
const auto & endOfBlockCondition,
const int32_t hitCountDown,
FileState & fileState )
private

Definition at line 396 of file EFTrackingDataStreamLoaderAlgorithm.cxx.

401 {
403 "\ndataFormatStateMachine:\n" <<
404 "\tword: " << std::hex << word << std::dec << "\n" <<
405 "\tfileState.countDown: " << fileState.countDown << "\n" <<
406 "\tfileState.dataFormatState: " << static_cast<int>(fileState.dataFormatState)
407 );
408
409 if (fileState.countDown != 0) {
410 fileState = {
411 .countDown = fileState.countDown - 1,
412 .dataFormatState = fileState.dataFormatState,
413 };
414
415 return DataFormatAction::KEEP;
416 }
417 else if (
418 fileState.dataFormatState == FileState::DataFormatState::FOOTER &&
419 fileState.countDown == 0 &&
421 ) {
422 fileState = {
423 .countDown = 2,
424 .dataFormatState = FileState::DataFormatState::HEADER,
425 };
426
427 return DataFormatAction::NEW_EVENT;
428 }
429 else if (
430 fileState.dataFormatState == FileState::DataFormatState::FOOTER &&
431 fileState.countDown == 0
432 ) {
433 fileState = {
434 .countDown = 0,
435 .dataFormatState = FileState::DataFormatState::FOOTER,
436 };
437
438 return DataFormatAction::DISCARD;
439 }
440 else if (
441 fileState.dataFormatState == FileState::DataFormatState::HEADER &&
442 fileState.countDown == 0 &&
444 ) {
445 fileState = {
446 .countDown = 2,
447 .dataFormatState = FileState::DataFormatState::FOOTER,
448 };
449
450 return DataFormatAction::KEEP;
451 }
452 else if (
453 fileState.dataFormatState == FileState::DataFormatState::HEADER &&
454 fileState.countDown == 0 &&
456 ) {
457 fileState = {
458 .countDown = 0,
459 .dataFormatState = FileState::DataFormatState::HEADER,
460 };
461
462 return DataFormatAction::KEEP;
463 }
464 else if (
465 fileState.dataFormatState == FileState::DataFormatState::HEADER &&
466 fileState.countDown == 0 &&
468 ) {
469 fileState = {
470 .countDown = 0,
471 .dataFormatState = FileState::DataFormatState::HITS,
472 };
473
474 return DataFormatAction::KEEP;
475 }
476 else if (
477 fileState.dataFormatState == FileState::DataFormatState::HEADER &&
478 fileState.countDown == 0 &&
480 ) {
481 fileState = {
482 .countDown = 2,
483 .dataFormatState = FileState::DataFormatState::HITS,
484 };
485
486 return DataFormatAction::KEEP;
487 }
488 else if (
489 fileState.dataFormatState == FileState::DataFormatState::HEADER &&
490 fileState.countDown == 0 &&
492 ) {
493 fileState = {
494 .countDown = 1,
495 .dataFormatState = FileState::DataFormatState::HITS,
496 };
497
498 return DataFormatAction::KEEP;
499 }
500 else if (
501 fileState.dataFormatState == FileState::DataFormatState::HEADER &&
502 fileState.countDown == 0 &&
504 ) {
505 fileState = {
506 .countDown = 8,
507 .dataFormatState = FileState::DataFormatState::HITS,
508 };
509
510 return DataFormatAction::KEEP;
511 }
512 else if (
513 fileState.dataFormatState == FileState::DataFormatState::HEADER &&
514 fileState.countDown == 0 &&
516 ) {
517 fileState = {
518 .countDown = 9,
519 .dataFormatState = FileState::DataFormatState::HITS,
520 };
521
522 return DataFormatAction::KEEP;
523 }
524 else if (
525 fileState.dataFormatState == FileState::DataFormatState::HITS &&
526 fileState.countDown == 0 &&
527 endOfBlockCondition(word)
528 ) {
529 fileState = {
530 .countDown = hitCountDown,
531 .dataFormatState = FileState::DataFormatState::HEADER,
532 };
533
534 return DataFormatAction::KEEP;
535 }
536 else if (
537 fileState.dataFormatState == FileState::DataFormatState::HITS &&
538 fileState.countDown == 0
539 ) {
540 fileState = {
541 .countDown = hitCountDown,
542 .dataFormatState = FileState::DataFormatState::HITS,
543 };
544
545 return DataFormatAction::KEEP;
546 }
547
548 return DataFormatAction::ERROR;
549}
#define ATH_MSG_VERBOSE(x)
M_HDR_w1 get_bitfields_M_HDR_w1(const uint64_t &in)
EDM_STRIPCLUSTER_w1 get_bitfields_EDM_STRIPCLUSTER_w1(const uint64_t &in)
GTRACK_HDR_w1 get_bitfields_GTRACK_HDR_w1(const uint64_t &in)
EVT_HDR_w1 get_bitfields_EVT_HDR_w1(const uint64_t &in)
SLICE_HDR_w1 get_bitfields_SLICE_HDR_w1(const uint64_t &in)
EVT_FTR_w1 get_bitfields_EVT_FTR_w1(const uint64_t &in)
EDM_PIXELCLUSTER_w1 get_bitfields_EDM_PIXELCLUSTER_w1(const uint64_t &in)
RD_HDR_w1 get_bitfields_RD_HDR_w1(const uint64_t &in)

◆ 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 EFTrackingDataStreamLoaderAlgorithm::execute ( const EventContext & ctx) const
finaloverridevirtual

Definition at line 115 of file EFTrackingDataStreamLoaderAlgorithm.cxx.

115 {
117 for (std::size_t index = 0; index < m_GHITZTxtInputKeys.size(); index++) {
118 ATH_CHECK(ctx.evt() < m_GHITZTxtInputEvents.at(index).size());
119 SG::WriteHandle<std::vector<uint64_t>> GHITZTxtInputHandle(m_GHITZTxtInputKeys[index], ctx);
120 ATH_CHECK(GHITZTxtInputHandle.record(std::make_unique<std::vector<uint64_t>>(
121 m_GHITZTxtInputEvents.at(index).at(ctx.evt())
122 )));
123 }
124
126 for (std::size_t index = 0; index < m_GHITZBinInputKeys.size(); index++) {
127 ATH_CHECK(ctx.evt() < m_GHITZBinInputEvents.at(index).size());
128 SG::WriteHandle<std::vector<uint64_t>> GHITZBinInputHandle(m_GHITZBinInputKeys[index], ctx);
129 ATH_CHECK(GHITZBinInputHandle.record(std::make_unique<std::vector<uint64_t>>(
130 m_GHITZBinInputEvents.at(index).at(ctx.evt())
131 )));
132 }
133
135 for (std::size_t index = 0; index < m_CLUSTERTxtInputKeys.size(); index++) {
136 ATH_CHECK(ctx.evt() < m_CLUSTERTxtInputEvents.at(index).size());
137 SG::WriteHandle<std::vector<uint64_t>> CLUSTERTxtInputHandle(m_CLUSTERTxtInputKeys[index], ctx);
138 ATH_CHECK(CLUSTERTxtInputHandle.record(std::make_unique<std::vector<uint64_t>>(
139 m_CLUSTERTxtInputEvents.at(index).at(ctx.evt())
140 )));
141 }
142
144 for (std::size_t index = 0; index < m_CLUSTERBinInputKeys.size(); index++) {
145 ATH_CHECK(ctx.evt() < m_CLUSTERBinInputEvents.at(index).size());
146 SG::WriteHandle<std::vector<uint64_t>> CLUSTERBinInputHandle(m_CLUSTERBinInputKeys[index], ctx);
147 ATH_CHECK(CLUSTERBinInputHandle.record(std::make_unique<std::vector<uint64_t>>(
148 m_CLUSTERBinInputEvents.at(index).at(ctx.evt())
149 )));
150 }
151
152 {
153 std::lock_guard lock(m_mutex);
154 for (std::size_t index = 0; index < m_GHITZTxtOutputKeys.size(); index++) {
155 if (m_GHITZTxtOutputEvents.at(index).size() < (ctx.evt() + 1)) {
156 m_GHITZTxtOutputEvents.at(index).resize(ctx.evt() + 1);
157 }
158
159 ATH_CHECK(ctx.evt() < m_GHITZTxtOutputEvents.at(index).size());
160 SG::ReadHandle<std::vector<uint64_t>> GHITZTxtOutputHandle(m_GHITZTxtOutputKeys[index], ctx);
161 m_GHITZTxtOutputEvents.at(index).at(ctx.evt()) = *GHITZTxtOutputHandle;
162 }
163
164 for (std::size_t index = 0; index < m_GHITZBinOutputKeys.size(); index++) {
165 if (m_GHITZBinOutputEvents.at(index).size() < (ctx.evt() + 1)) {
166 m_GHITZBinOutputEvents.at(index).resize(ctx.evt() + 1);
167 }
168
169 ATH_CHECK(ctx.evt() < m_GHITZBinOutputEvents.at(index).size());
170 SG::ReadHandle<std::vector<uint64_t>> GHITZBinOutputHandle(m_GHITZBinOutputKeys[index], ctx);
171 m_GHITZBinOutputEvents.at(index).at(ctx.evt()) = *GHITZBinOutputHandle;
172 }
173
174 for (std::size_t index = 0; index < m_CLUSTERTxtOutputKeys.size(); index++) {
175 if (m_CLUSTERTxtOutputEvents.at(index).size() < (ctx.evt() + 1)) {
176 m_CLUSTERTxtOutputEvents.at(index).resize(ctx.evt() + 1);
177 }
178
179 ATH_CHECK(ctx.evt() < m_CLUSTERTxtOutputEvents.at(index).size());
180 SG::ReadHandle<std::vector<uint64_t>> CLUSTERTxtOutputHandle(m_CLUSTERTxtOutputKeys[index], ctx);
181 m_CLUSTERTxtOutputEvents.at(index).at(ctx.evt()) = *CLUSTERTxtOutputHandle;
182 }
183
184 for (std::size_t index = 0; index < m_CLUSTERBinOutputKeys.size(); index++) {
185 if (m_CLUSTERBinOutputEvents.at(index).size() < (ctx.evt() + 1)) {
186 m_CLUSTERBinOutputEvents.at(index).resize(ctx.evt() + 1);
187 }
188
189 ATH_CHECK(ctx.evt() < m_CLUSTERBinOutputEvents.at(index).size());
190 SG::ReadHandle<std::vector<uint64_t>> CLUSTERBinOutputHandle(m_CLUSTERBinOutputKeys[index], ctx);
191 m_CLUSTERBinOutputEvents.at(index).at(ctx.evt()) = *CLUSTERBinOutputHandle;
192 }
193 }
194
195 return StatusCode::SUCCESS;
196}
#define ATH_CHECK
Evaluate an expression and check for errors.
virtual void lock()=0
Interface to allow an object to lock itself when made const in SG.
SG::WriteHandleKeyArray< std::vector< uint64_t > > m_GHITZTxtInputKeys
SG::WriteHandleKeyArray< std::vector< uint64_t > > m_GHITZBinInputKeys
SG::ReadHandleKeyArray< std::vector< uint64_t > > m_CLUSTERTxtOutputKeys
std::vector< std::vector< std::vector< uint64_t > > > m_CLUSTERBinInputEvents
SG::ReadHandleKeyArray< std::vector< uint64_t > > m_CLUSTERBinOutputKeys
SG::ReadHandleKeyArray< std::vector< uint64_t > > m_GHITZBinOutputKeys
SG::WriteHandleKeyArray< std::vector< uint64_t > > m_CLUSTERBinInputKeys
std::vector< std::vector< std::vector< uint64_t > > > m_CLUSTERTxtInputEvents
SG::WriteHandleKeyArray< std::vector< uint64_t > > m_CLUSTERTxtInputKeys
std::vector< std::vector< std::vector< uint64_t > > > m_GHITZBinInputEvents
std::vector< std::vector< std::vector< uint64_t > > > m_GHITZTxtInputEvents
SG::ReadHandleKeyArray< std::vector< uint64_t > > m_GHITZTxtOutputKeys
str index
Definition DeMoScan.py:362

◆ 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

◆ finalize()

StatusCode EFTrackingDataStreamLoaderAlgorithm::finalize ( )
finaloverridevirtual

Definition at line 199 of file EFTrackingDataStreamLoaderAlgorithm.cxx.

199 {
201
202 auto outstreamlambda = [](
203 std::ofstream& fileStream,
204 const uint64_t word
205 ) {
206 std::array<char, 32> buffer;
207 auto result = std::format_to(buffer.begin(), "{:016x}\n", word);
208 fileStream.write(buffer.data(), std::distance(buffer.begin(), result));
209 };
210
211 for (std::size_t index = 0; index < m_GHITZTxtOutputKeys.size(); index++) {
213 m_GHITZTxtOutputPaths.value().at(index),
214 outstreamlambda,
215 [](const uint64_t word) { return FPGADataFormatUtilities::get_bitfields_GHITZ_w1(word).last; },
216 1,
217 m_GHITZTxtOutputEvents.at(index)
218 ));
219 }
220
222
223 for (std::size_t index = 0; index < m_GHITZBinOutputKeys.size(); index++) {
224 //coverity[ARRAY_VS_SINGLETON]
226 m_GHITZBinOutputPaths.value().at(index),
227 outstreamlambda,
228 [](const uint64_t word) { return FPGADataFormatUtilities::get_bitfields_GHITZ_w1(word).last; },
229 1,
230 m_GHITZBinOutputEvents.at(index)
231 ));
232 }
233
235
236 for (std::size_t index = 0; index < m_GHITZTxtOutputKeys.size(); index++) {
238 m_GHITZTxtOutputPaths.value().at(index),
239 outstreamlambda,
240 [](const uint64_t word) { return FPGADataFormatUtilities::get_bitfields_GHITZ_w1(word).last; },
241 1,
242 m_GHITZTxtOutputEvents.at(index)
243 ));
244 }
245
247
248 for (std::size_t index = 0; index < m_GHITZBinOutputKeys.size(); index++) {
249 //coverity[ARRAY_VS_SINGLETON]
251 m_GHITZBinOutputPaths.value().at(index),
252 [](
253 std::ofstream& fileStream,
254 const uint64_t word
255 ) {
256 fileStream.write(std::bit_cast<char*>(&word), 8);
257 },
258 [](const uint64_t word) { return FPGADataFormatUtilities::get_bitfields_GHITZ_w1(word).last; },
259 1,
260 m_GHITZBinOutputEvents.at(index)
261 ));
262 }
263
265
266 for (std::size_t index = 0; index < m_CLUSTERTxtOutputKeys.size(); index++) {
268 m_CLUSTERTxtOutputPaths.value().at(index),
269 outstreamlambda,
270 [](const uint64_t word) { return FPGADataFormatUtilities::get_bitfields_STRIP_CLUSTER(word).last; },
271 0,
272 m_CLUSTERTxtOutputEvents.at(index)
273 ));
274 }
275
277
278 for (std::size_t index = 0; index < m_CLUSTERBinOutputKeys.size(); index++) {
279 //coverity[ARRAY_VS_SINGLETON]
281 m_CLUSTERBinOutputPaths.value().at(index),
282 [](
283 std::ofstream& fileStream,
284 const uint64_t word
285 ) {
286 fileStream.write(std::bit_cast<char*>(&word), 8);
287 },
288 [](const uint64_t word) { return FPGADataFormatUtilities::get_bitfields_STRIP_CLUSTER(word).last; },
289 0,
290 m_CLUSTERBinOutputEvents.at(index)
291 ));
292 }
293
294 return StatusCode::SUCCESS;
295}
Gaudi::Property< std::vector< std::string > > m_GHITZBinOutputPaths
Gaudi::Property< std::vector< std::string > > m_GHITZTxtOutputPaths
StatusCode writeFile(const std::string &path, const auto &fileWriteFunction, const auto &endOfBlockCondition, const int32_t hitCountDown, const std::vector< std::vector< uint64_t > > &events)
Gaudi::Property< std::vector< std::string > > m_CLUSTERBinOutputPaths
Gaudi::Property< std::vector< std::string > > m_CLUSTERTxtOutputPaths

◆ initialize()

StatusCode EFTrackingDataStreamLoaderAlgorithm::initialize ( )
finaloverridevirtual

Definition at line 19 of file EFTrackingDataStreamLoaderAlgorithm.cxx.

19 {
20 ATH_CHECK(m_GHITZTxtInputKeys.initialize());
21 ATH_CHECK(m_GHITZTxtOutputKeys.initialize());
23
24 for (std::size_t index = 0; index < m_GHITZTxtInputKeys.size(); index++) {
25 m_GHITZTxtInputEvents.push_back({});
27 m_GHITZTxtInputPaths.value().at(index),
28 [](std::ifstream& fileStream) {
29 std::string line{};
30 std::getline(fileStream, line);
31 return std::stoul(line, nullptr, 16);
32 },
33 [](const uint64_t word) { return FPGADataFormatUtilities::get_bitfields_GHITZ_w1(word).last; },
34 1,
36 ));
37 }
38
39 for (std::size_t index = 0; index < m_GHITZTxtOutputKeys.size(); index++) {
40 m_GHITZTxtOutputEvents.push_back({});
41 }
42
43 ATH_CHECK(m_GHITZBinInputKeys.initialize());
44 ATH_CHECK(m_GHITZBinOutputKeys.initialize());
46
47 for (std::size_t index = 0; index < m_GHITZBinInputKeys.size(); index++) {
48 m_GHITZBinInputEvents.push_back({});
50 m_GHITZBinInputPaths.value().at(index),
51 [](std::ifstream& fileStream) {
52 std::array<char, 8> line;
53 fileStream.read(line.data(), 8);
54 return *std::bit_cast<uint64_t*>(line.data());
55 },
56 [](const uint64_t word) { return FPGADataFormatUtilities::get_bitfields_GHITZ_w1(word).last; },
57 1,
59 ));
60 }
61
62 for (std::size_t index = 0; index < m_GHITZBinOutputKeys.size(); index++) {
63 m_GHITZBinOutputEvents.push_back({});
64 }
65
66 ATH_CHECK(m_CLUSTERTxtInputKeys.initialize());
69
70 for (std::size_t index = 0; index < m_CLUSTERTxtInputKeys.size(); index++) {
71 m_CLUSTERTxtInputEvents.push_back({});
73 m_CLUSTERTxtInputPaths.value().at(index),
74 [](std::ifstream& fileStream) {
75 std::string line{};
76 std::getline(fileStream, line);
77 return std::stoul(line, nullptr, 16);
78 },
80 0,
82 ));
83 }
84
85 for (std::size_t index = 0; index < m_CLUSTERTxtOutputKeys.size(); index++) {
86 m_CLUSTERTxtOutputEvents.push_back({});
87 }
88
89 ATH_CHECK(m_CLUSTERBinInputKeys.initialize());
92
93 for (std::size_t index = 0; index < m_CLUSTERBinInputKeys.size(); index++) {
94 m_CLUSTERBinInputEvents.push_back({});
96 m_CLUSTERBinInputPaths.value().at(index),
97 [](std::ifstream& fileStream) {
98 std::array<char, 8> line;
99 fileStream.read(line.data(), 8);
100 return *std::bit_cast<uint64_t*>(line.data());
101 },
102 [](const uint64_t word) { return FPGADataFormatUtilities::get_bitfields_STRIP_CLUSTER(word).last; },
103 0,
105 ));
106 }
107
108 for (std::size_t index = 0; index < m_CLUSTERBinOutputKeys.size(); index++) {
109 m_CLUSTERBinOutputEvents.push_back({});
110 }
111
112 return StatusCode::SUCCESS;
113}
Gaudi::Property< std::vector< std::string > > m_GHITZBinInputPaths
Gaudi::Property< std::vector< std::string > > m_CLUSTERBinInputPaths
StatusCode readFile(const std::string &path, const auto &fileReadFunction, const auto &endOfBlockCondition, const int32_t hitCountDown, std::vector< std::vector< uint64_t > > &events)
Gaudi::Property< std::vector< std::string > > m_GHITZTxtInputPaths
Gaudi::Property< std::vector< std::string > > m_CLUSTERTxtInputPaths
GHITZ_w1 get_bitfields_GHITZ_w1(const uint64_t &in)
STRIP_CLUSTER get_bitfields_STRIP_CLUSTER(const uint64_t &in)

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

◆ readFile()

StatusCode EFTrackingDataStreamLoaderAlgorithm::readFile ( const std::string & path,
const auto & fileReadFunction,
const auto & endOfBlockCondition,
const int32_t hitCountDown,
std::vector< std::vector< uint64_t > > & events )
private

Definition at line 297 of file EFTrackingDataStreamLoaderAlgorithm.cxx.

303 {
305 "\nreadFile:\n" <<
306 "\tpath: " << path << "\n"
307 );
308
309 std::ifstream fileStream(path, std::ios::binary);
310 ATH_CHECK(fileStream.is_open());
311
312 FileState fileState{};
313
314 while (fileStream.peek() != EOF) {
315 const uint64_t word = fileReadFunction(fileStream);
316 DataFormatAction action = dataFormatStateMachine(
317 word,
318 endOfBlockCondition,
319 hitCountDown,
320 fileState
321 );
322
323 if (action == DataFormatAction::KEEP) {
324 events.back().push_back(word);
325 }
326 else if (action == DataFormatAction::NEW_EVENT) {
327 events.push_back({word});
328 }
329 else {
330 ATH_CHECK(action != DataFormatAction::ERROR);
331 ATH_CHECK(action == DataFormatAction::DISCARD);
332 }
333 }
334
335 ATH_CHECK(fileState.dataFormatState == FileState::DataFormatState::FOOTER);
336 ATH_CHECK(fileState.countDown == 0);
337
338 return StatusCode::SUCCESS;
339}
#define ATH_MSG_DEBUG(x)
DataFormatAction dataFormatStateMachine(const uint64_t word, const auto &endOfBlockCondition, const int32_t hitCountDown, FileState &fileState)

◆ 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_ERROR(x)
#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 }

◆ writeFile()

StatusCode EFTrackingDataStreamLoaderAlgorithm::writeFile ( const std::string & path,
const auto & fileWriteFunction,
const auto & endOfBlockCondition,
const int32_t hitCountDown,
const std::vector< std::vector< uint64_t > > & events )
private

Definition at line 341 of file EFTrackingDataStreamLoaderAlgorithm.cxx.

347 {
349 "\nwriteFile:\n" <<
350 "\tpath: " << path << "\n"
351 );
352
353 std::ofstream fileStream(path, std::ios::binary);
354 ATH_CHECK(fileStream.is_open());
355 FileState fileState{};
356
357 for (const auto& event : events) {
358 bool firstWord = true;
359
360 for (const auto& word : event) {
361 DataFormatAction action = dataFormatStateMachine(
362 word,
363 endOfBlockCondition,
364 hitCountDown,
365 fileState
366 );
367
368 if (
369 action == DataFormatAction::NEW_EVENT &&
370 !firstWord
371 ) {
372 fileWriteFunction(fileStream, word);
373 break;
374 }
375 else if (
376 action == DataFormatAction::NEW_EVENT ||
377 action == DataFormatAction::KEEP
378 ) {
379 fileWriteFunction(fileStream, word);
380 }
381 else {
382 ATH_CHECK(action != DataFormatAction::ERROR);
383 ATH_CHECK(action == DataFormatAction::DISCARD);
384 }
385
386 firstWord = false;
387 }
388 }
389
390 ATH_CHECK(fileState.dataFormatState == FileState::DataFormatState::FOOTER);
391 ATH_CHECK(fileState.countDown == 0);
392
393 return StatusCode::SUCCESS;
394}

Member Data Documentation

◆ ATLAS_THREAD_SAFE [1/5]

std::mutex m_mutex EFTrackingDataStreamLoaderAlgorithm::ATLAS_THREAD_SAFE
mutableprivate

Definition at line 148 of file EFTrackingDataStreamLoaderAlgorithm.h.

◆ ATLAS_THREAD_SAFE [2/5]

std::vector<std::vector<std::vector<uint64_t> > > m_CLUSTERBinOutputEvents EFTrackingDataStreamLoaderAlgorithm::ATLAS_THREAD_SAFE {}
mutableprivate

Definition at line 146 of file EFTrackingDataStreamLoaderAlgorithm.h.

146{};

◆ ATLAS_THREAD_SAFE [3/5]

std::vector<std::vector<std::vector<uint64_t> > > m_CLUSTERTxtOutputEvents EFTrackingDataStreamLoaderAlgorithm::ATLAS_THREAD_SAFE {}
mutableprivate

Definition at line 143 of file EFTrackingDataStreamLoaderAlgorithm.h.

143{};

◆ ATLAS_THREAD_SAFE [4/5]

std::vector<std::vector<std::vector<uint64_t> > > m_GHITZBinOutputEvents EFTrackingDataStreamLoaderAlgorithm::ATLAS_THREAD_SAFE {}
mutableprivate

Definition at line 140 of file EFTrackingDataStreamLoaderAlgorithm.h.

140{};

◆ ATLAS_THREAD_SAFE [5/5]

std::vector<std::vector<std::vector<uint64_t> > > m_GHITZTxtOutputEvents EFTrackingDataStreamLoaderAlgorithm::ATLAS_THREAD_SAFE {}
mutableprivate

Definition at line 137 of file EFTrackingDataStreamLoaderAlgorithm.h.

137{};

◆ m_bufferSize

Gaudi::Property<std::size_t> EFTrackingDataStreamLoaderAlgorithm::m_bufferSize
private
Initial value:
{
this,
"bufferSize",
8192,
}

Definition at line 34 of file EFTrackingDataStreamLoaderAlgorithm.h.

34 {
35 this,
36 "bufferSize",
37 8192,
38 };

◆ m_CLUSTERBinInputEvents

std::vector<std::vector<std::vector<uint64_t> > > EFTrackingDataStreamLoaderAlgorithm::m_CLUSTERBinInputEvents {}
private

Definition at line 145 of file EFTrackingDataStreamLoaderAlgorithm.h.

145{};

◆ m_CLUSTERBinInputKeys

SG::WriteHandleKeyArray<std::vector<uint64_t> > EFTrackingDataStreamLoaderAlgorithm::m_CLUSTERBinInputKeys
private
Initial value:
{
this,
"CLUSTERBinInputKeys",
{},
}

Definition at line 118 of file EFTrackingDataStreamLoaderAlgorithm.h.

118 {
119 this,
120 "CLUSTERBinInputKeys",
121 {},
122 };

◆ m_CLUSTERBinInputPaths

Gaudi::Property<std::vector<std::string> > EFTrackingDataStreamLoaderAlgorithm::m_CLUSTERBinInputPaths
private
Initial value:
{
this,
"CLUSTERBinInputPaths",
{},
}

Definition at line 112 of file EFTrackingDataStreamLoaderAlgorithm.h.

112 {
113 this,
114 "CLUSTERBinInputPaths",
115 {},
116 };

◆ m_CLUSTERBinOutputKeys

SG::ReadHandleKeyArray<std::vector<uint64_t> > EFTrackingDataStreamLoaderAlgorithm::m_CLUSTERBinOutputKeys
private
Initial value:
{
this,
"CLUSTERBinOutputKeys",
{},
}

Definition at line 130 of file EFTrackingDataStreamLoaderAlgorithm.h.

130 {
131 this,
132 "CLUSTERBinOutputKeys",
133 {},
134 };

◆ m_CLUSTERBinOutputPaths

Gaudi::Property<std::vector<std::string> > EFTrackingDataStreamLoaderAlgorithm::m_CLUSTERBinOutputPaths
private
Initial value:
{
this,
"CLUSTERBinOutputPaths",
{},
}

Definition at line 124 of file EFTrackingDataStreamLoaderAlgorithm.h.

124 {
125 this,
126 "CLUSTERBinOutputPaths",
127 {},
128 };

◆ m_CLUSTERTxtInputEvents

std::vector<std::vector<std::vector<uint64_t> > > EFTrackingDataStreamLoaderAlgorithm::m_CLUSTERTxtInputEvents {}
private

Definition at line 142 of file EFTrackingDataStreamLoaderAlgorithm.h.

142{};

◆ m_CLUSTERTxtInputKeys

SG::WriteHandleKeyArray<std::vector<uint64_t> > EFTrackingDataStreamLoaderAlgorithm::m_CLUSTERTxtInputKeys
private
Initial value:
{
this,
"CLUSTERTxtInputKeys",
{},
}

Definition at line 94 of file EFTrackingDataStreamLoaderAlgorithm.h.

94 {
95 this,
96 "CLUSTERTxtInputKeys",
97 {},
98 };

◆ m_CLUSTERTxtInputPaths

Gaudi::Property<std::vector<std::string> > EFTrackingDataStreamLoaderAlgorithm::m_CLUSTERTxtInputPaths
private
Initial value:
{
this,
"CLUSTERTxtInputPaths",
{},
}

Definition at line 88 of file EFTrackingDataStreamLoaderAlgorithm.h.

88 {
89 this,
90 "CLUSTERTxtInputPaths",
91 {},
92 };

◆ m_CLUSTERTxtOutputKeys

SG::ReadHandleKeyArray<std::vector<uint64_t> > EFTrackingDataStreamLoaderAlgorithm::m_CLUSTERTxtOutputKeys
private
Initial value:
{
this,
"CLUSTERTxtOutputKeys",
{},
}

Definition at line 106 of file EFTrackingDataStreamLoaderAlgorithm.h.

106 {
107 this,
108 "CLUSTERTxtOutputKeys",
109 {},
110 };

◆ m_CLUSTERTxtOutputPaths

Gaudi::Property<std::vector<std::string> > EFTrackingDataStreamLoaderAlgorithm::m_CLUSTERTxtOutputPaths
private
Initial value:
{
this,
"CLUSTERTxtOutputPaths",
{},
}

Definition at line 100 of file EFTrackingDataStreamLoaderAlgorithm.h.

100 {
101 this,
102 "CLUSTERTxtOutputPaths",
103 {},
104 };

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

std::vector<std::vector<std::vector<uint64_t> > > EFTrackingDataStreamLoaderAlgorithm::m_GHITZBinInputEvents {}
private

Definition at line 139 of file EFTrackingDataStreamLoaderAlgorithm.h.

139{};

◆ m_GHITZBinInputKeys

SG::WriteHandleKeyArray<std::vector<uint64_t> > EFTrackingDataStreamLoaderAlgorithm::m_GHITZBinInputKeys
private
Initial value:
{
this,
"GHITZBinInputKeys",
{},
}

Definition at line 70 of file EFTrackingDataStreamLoaderAlgorithm.h.

70 {
71 this,
72 "GHITZBinInputKeys",
73 {},
74 };

◆ m_GHITZBinInputPaths

Gaudi::Property<std::vector<std::string> > EFTrackingDataStreamLoaderAlgorithm::m_GHITZBinInputPaths
private
Initial value:
{
this,
"GHITZBinInputPaths",
{},
}

Definition at line 64 of file EFTrackingDataStreamLoaderAlgorithm.h.

64 {
65 this,
66 "GHITZBinInputPaths",
67 {},
68 };

◆ m_GHITZBinOutputKeys

SG::ReadHandleKeyArray<std::vector<uint64_t> > EFTrackingDataStreamLoaderAlgorithm::m_GHITZBinOutputKeys
private
Initial value:
{
this,
"GHITZBinOutputKeys",
{},
}

Definition at line 82 of file EFTrackingDataStreamLoaderAlgorithm.h.

82 {
83 this,
84 "GHITZBinOutputKeys",
85 {},
86 };

◆ m_GHITZBinOutputPaths

Gaudi::Property<std::vector<std::string> > EFTrackingDataStreamLoaderAlgorithm::m_GHITZBinOutputPaths
private
Initial value:
{
this,
"GHITZBinOutputPaths",
{},
}

Definition at line 76 of file EFTrackingDataStreamLoaderAlgorithm.h.

76 {
77 this,
78 "GHITZBinOutputPaths",
79 {},
80 };

◆ m_GHITZTxtInputEvents

std::vector<std::vector<std::vector<uint64_t> > > EFTrackingDataStreamLoaderAlgorithm::m_GHITZTxtInputEvents {}
private

Definition at line 136 of file EFTrackingDataStreamLoaderAlgorithm.h.

136{};

◆ m_GHITZTxtInputKeys

SG::WriteHandleKeyArray<std::vector<uint64_t> > EFTrackingDataStreamLoaderAlgorithm::m_GHITZTxtInputKeys
private
Initial value:
{
this,
"GHITZTxtInputKeys",
{},
}

Definition at line 46 of file EFTrackingDataStreamLoaderAlgorithm.h.

46 {
47 this,
48 "GHITZTxtInputKeys",
49 {},
50 };

◆ m_GHITZTxtInputPaths

Gaudi::Property<std::vector<std::string> > EFTrackingDataStreamLoaderAlgorithm::m_GHITZTxtInputPaths
private
Initial value:
{
this,
"GHITZTxtInputPaths",
{},
}

Definition at line 40 of file EFTrackingDataStreamLoaderAlgorithm.h.

40 {
41 this,
42 "GHITZTxtInputPaths",
43 {},
44 };

◆ m_GHITZTxtOutputKeys

SG::ReadHandleKeyArray<std::vector<uint64_t> > EFTrackingDataStreamLoaderAlgorithm::m_GHITZTxtOutputKeys
private
Initial value:
{
this,
"GHITZTxtOutputKeys",
{},
}

Definition at line 58 of file EFTrackingDataStreamLoaderAlgorithm.h.

58 {
59 this,
60 "GHITZTxtOutputKeys",
61 {},
62 };

◆ m_GHITZTxtOutputPaths

Gaudi::Property<std::vector<std::string> > EFTrackingDataStreamLoaderAlgorithm::m_GHITZTxtOutputPaths
private
Initial value:
{
this,
"GHITZTxtOutputPaths",
{},
}

Definition at line 52 of file EFTrackingDataStreamLoaderAlgorithm.h.

52 {
53 this,
54 "GHITZTxtOutputPaths",
55 {},
56 };

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