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

Class definition for the ZDC Reconstruction class for Run 3. More...

#include <ZdcRecRun3.h>

Inheritance diagram for ZdcRecRun3:
Collaboration diagram for ZdcRecRun3:

Public Member Functions

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

Gaudi::Property< std::string > m_configuration {this, "Configuration", "none", "ZDC reconstruction configuration"}
Gaudi::Property< unsigned int > m_DAQMode {this, "DAQMode", static_cast<unsigned int>(ZdcEventInfo::CombinedPhysics), "DAQ mode"}
Gaudi::Property< unsigned int > m_forcedEventType
Gaudi::Property< int > m_ownPolicy {this, "OwnPolicy", static_cast<int> (SG::OWN_ELEMENTS), "Ownership policy"}
SG::ReadHandleKey< xAOD::ZdcModuleContainerm_zdcModuleContainerName { this, "ZdcModuleContainerName", "ZdcModules", "" }
SG::ReadHandleKey< xAOD::ZdcModuleContainerm_zdcSumContainerName { this, "ZdcSumContainerName", "ZdcSums", "" }
SG::ReadHandleKey< xAOD::EventInfom_eventInfoKey {this, "EventInfoKey", "EventInfo","Location of the event info."}
SG::WriteDecorHandleKey< xAOD::EventInfom_eventInfoDecorKey {this, "eventInfoDecorKey", m_eventInfoKey, "forwardDetFlags", "Key for EventInfo decoration object"}
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainerm_ZdcEventType {this, "ZdcEventTypeKey", "", "ZDC event Type"}
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainerm_ZdcDAQMode {this, "ZdcDAQModeKey", "", "ZDC DAQ mode"}
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainerm_ZdcBCIDOverride {this, "ZdcBCIDOverride", "", "BCID with override"}
ToolHandleArray< ZDC::IZdcAnalysisToolm_zdcTools { this, "ZdcAnalysisTools",{} }
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

Class definition for the ZDC Reconstruction class for Run 3.

This class is responsible for running the ZDC signal processing and decorating the ZdcModules accordingly. In principle, this module runs appropriately on simulation and raw.

Author
Brian Cole and Peter Steinberg, bcole.nosp@m.@cer.nosp@m.n.ch, stein.nosp@m.berg.nosp@m.@bnl..nosp@m.gov

Definition at line 45 of file ZdcRecRun3.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

◆ ZdcRecRun3()

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

Definition at line 31 of file ZdcRecRun3.cxx.

31 :
32 AthAlgorithm(name, pSvcLocator)
33{}
AthAlgorithm()
Default constructor:

◆ ~ZdcRecRun3()

ZdcRecRun3::~ZdcRecRun3 ( )

Definition at line 38 of file ZdcRecRun3.cxx.

38{}

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 ZdcRecRun3::execute ( )
override

Definition at line 89 of file ZdcRecRun3.cxx.

90{
91
92 ATH_MSG_DEBUG("In ZdRecRun3");
93
94 const EventContext& ctx = Gaudi::Hive::currentContext();
95
96 ATH_MSG_DEBUG ("--> ZDC: ZdcRecRun3 execute starting on "
97 << ctx.evt()
98 << "th event");
99
100 // Get event info
101 //
102 SG::ReadHandle<xAOD::EventInfo> eventInfo(m_eventInfoKey);
103 if (!eventInfo.isValid()) {
104 ATH_MSG_WARNING("EventInfo not valid");
105 return StatusCode::FAILURE;
106 }
107
108 if (eventInfo->errorState(xAOD::EventInfo::ForwardDet)==xAOD::EventInfo::Error)
109 {
110 if (eventInfo->isEventFlagBitSet(xAOD::EventInfo::ForwardDet, ZdcEventInfo::DECODINGERROR ))
111 {
112 bool rpdErr = eventInfo->isEventFlagBitSet(xAOD::EventInfo::ForwardDet, ZdcEventInfo::RPDDECODINGERROR );
113 bool zdcErr = eventInfo->isEventFlagBitSet(xAOD::EventInfo::ForwardDet, ZdcEventInfo::ZDCDECODINGERROR );
114 std::string errs = "";
115 if (zdcErr) errs += "* ZDC ";
116 if (rpdErr) errs += "* RPD ";
117 ATH_MSG_WARNING("Decoding error in LUCROD decoding:"+errs);
118 // We no longer abandon the event now - the separate RPD and ZDC analysis tools check the errors and abandon the event separately.
119 // return StatusCode::SUCCESS;
120 }
121 }
122
123 ATH_MSG_DEBUG("Event info type=IS_CALIBRATION:" << eventInfo->eventType(xAOD::EventInfo::IS_CALIBRATION));
124
125 //
126 // Figure out what kind of event this is
127 //
128 unsigned int eventType = ZdcEventInfo::ZdcEventUnknown;
129
131 eventType = m_forcedEventType;
132 }
133 else {
135 //
136 // Problem: we can't determine event type in standalone mode
137 //
138 ATH_MSG_FATAL("Event type must be set in configuration in standalone mode");
139 return StatusCode::FAILURE;
140 }
141 else if (m_DAQMode == ZdcEventInfo::MCDigits || eventInfo->eventType(xAOD::EventInfo::IS_SIMULATION)) {
142 eventType = ZdcEventInfo::ZdcSimulation;
143 }
145 if (eventInfo->eventType(xAOD::EventInfo::IS_CALIBRATION)) {
146 //
147 // For now presume LED event. Eventually add check for calreq trigger
148 //
149 eventType = ZdcEventInfo::ZdcEventLED;
150 }
151 else {
153 }
154 }
155 }
156
157 SG::ReadHandle<xAOD::ZdcModuleContainer> moduleContainer (m_zdcModuleContainerName, ctx);
158 SG::ReadHandle<xAOD::ZdcModuleContainer> moduleSumContainer (m_zdcSumContainerName, ctx);
159
160
161 // Find the sum container for "side 0" which handles event-level information
162 //
163 for (const auto modSum : *(moduleSumContainer.get())) {
164 //
165 // Module sum object with side == 0 contains event-level information
166 //
167 if (modSum->zdcSide() == 0) {
168 //
169 // Add the event type and daq mode as aux decors, but not if this information is already written (e.g. if we are using an existing xAOD)
170 //
171 static const SG::ConstAccessor<unsigned int> eventTypeAcc("EventType");
172 if (!eventTypeAcc.isAvailable(*modSum))
173 {
174 SG::WriteDecorHandle<xAOD::ZdcModuleContainer,unsigned int> eventTypeHandle(m_ZdcEventType);
175 eventTypeHandle(*modSum) = eventType;
176
177 SG::WriteDecorHandle<xAOD::ZdcModuleContainer,unsigned int> DAQModeHandle(m_ZdcDAQMode);
178 DAQModeHandle(*modSum) = m_DAQMode;
179 }
180 }
181 }
182
183
184 // Loop over all tools and perform the "reco"
185 //
186 for (ToolHandle<ZDC::IZdcAnalysisTool>& tool : m_zdcTools)
187 {
188 ATH_CHECK( tool->recoZdcModules(*moduleContainer.get(), *moduleSumContainer.get()) );
189 }
190
191 return StatusCode::SUCCESS;
192
193}
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_FATAL(x)
#define ATH_MSG_WARNING(x)
#define ATH_MSG_DEBUG(x)
Gaudi::Property< unsigned int > m_DAQMode
Definition ZdcRecRun3.h:62
SG::ReadHandleKey< xAOD::ZdcModuleContainer > m_zdcSumContainerName
Definition ZdcRecRun3.h:73
ToolHandleArray< ZDC::IZdcAnalysisTool > m_zdcTools
Definition ZdcRecRun3.h:86
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
Definition ZdcRecRun3.h:75
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainer > m_ZdcDAQMode
Definition ZdcRecRun3.h:80
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainer > m_ZdcEventType
Definition ZdcRecRun3.h:78
Gaudi::Property< unsigned int > m_forcedEventType
Definition ZdcRecRun3.h:64
SG::ReadHandleKey< xAOD::ZdcModuleContainer > m_zdcModuleContainerName
Definition ZdcRecRun3.h:70
@ ForwardDet
The forward detectors.
@ Error
The sub-detector issued an error.
@ IS_CALIBRATION
true: calibration, false: physics
@ IS_SIMULATION
true: simulation, false: data

◆ 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 ZdcRecRun3::finalize ( )
override

Definition at line 197 of file ZdcRecRun3.cxx.

198{
199
200 ATH_MSG_DEBUG( "--> ZDC: ZdcRecRun3 finalize complete" );
201
202 return StatusCode::SUCCESS;
203
204}

◆ initialize()

StatusCode ZdcRecRun3::initialize ( )
override

Definition at line 42 of file ZdcRecRun3.cxx.

43{
44 MsgStream mLog(msgSvc(), name());
45
46 // Reconstruction Tool chain
47
48 ATH_CHECK( m_zdcTools.retrieve() );
49
50 ATH_CHECK( m_zdcModuleContainerName.initialize() );
51 ATH_CHECK( m_zdcSumContainerName.initialize() );
52
54 mLog << MSG::DEBUG << "...will OWN its cells." << endmsg;
55 else
56 mLog << MSG::DEBUG << "...will VIEW its cells." << endmsg;
57
58
59 mLog << MSG::DEBUG << "--> ZDC: ZdcRecRun3 initialization complete" << endmsg;
60
62 ATH_MSG_ERROR("Invalid DAQ mode, mode = " << m_DAQMode);
63 return StatusCode::FAILURE;
64 }
65
66 ATH_MSG_DEBUG ("Configuration:");
67 ATH_MSG_DEBUG("ForcedEventType = " << m_forcedEventType);
68 ATH_MSG_DEBUG("DAQMode = " << m_DAQMode);
69
70 // initialize eventInfo access
71 //
72 ATH_CHECK( m_eventInfoKey.initialize());
73 ATH_CHECK( m_eventInfoDecorKey.initialize() );
74
75 // Initialize writedecor keys
76 //
77 std::string sumContainerName = "ZdcSums";
78 m_ZdcEventType = sumContainerName + ".EventType";
79 ATH_CHECK( m_ZdcEventType.initialize());
80
81 m_ZdcDAQMode = sumContainerName + ".DAQMode";
82 ATH_CHECK( m_ZdcDAQMode.initialize());
83
84 return StatusCode::SUCCESS;
85}
#define endmsg
#define ATH_MSG_ERROR(x)
Gaudi::Property< int > m_ownPolicy
Definition ZdcRecRun3.h:67
SG::WriteDecorHandleKey< xAOD::EventInfo > m_eventInfoDecorKey
Definition ZdcRecRun3.h:76
@ OWN_ELEMENTS
this data object owns its elements

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

Gaudi::Property<std::string> ZdcRecRun3::m_configuration {this, "Configuration", "none", "ZDC reconstruction configuration"}
private

Definition at line 60 of file ZdcRecRun3.h.

60{this, "Configuration", "none", "ZDC reconstruction configuration"};

◆ m_DAQMode

Gaudi::Property<unsigned int> ZdcRecRun3::m_DAQMode {this, "DAQMode", static_cast<unsigned int>(ZdcEventInfo::CombinedPhysics), "DAQ mode"}
private

Definition at line 62 of file ZdcRecRun3.h.

62{this, "DAQMode", static_cast<unsigned int>(ZdcEventInfo::CombinedPhysics), "DAQ mode"};

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

SG::WriteDecorHandleKey<xAOD::EventInfo> ZdcRecRun3::m_eventInfoDecorKey {this, "eventInfoDecorKey", m_eventInfoKey, "forwardDetFlags", "Key for EventInfo decoration object"}
private

Definition at line 76 of file ZdcRecRun3.h.

76{this, "eventInfoDecorKey", m_eventInfoKey, "forwardDetFlags", "Key for EventInfo decoration object"};

◆ m_eventInfoKey

SG::ReadHandleKey<xAOD::EventInfo> ZdcRecRun3::m_eventInfoKey {this, "EventInfoKey", "EventInfo","Location of the event info."}
private

Definition at line 75 of file ZdcRecRun3.h.

75{this, "EventInfoKey", "EventInfo","Location of the event info."};

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

Gaudi::Property<unsigned int> ZdcRecRun3::m_forcedEventType
private
Initial value:
{this, "ForcedEventType", static_cast<unsigned int>(ZdcEventInfo::ZdcEventUnknown),
"if not ZdcEventUnknown, Use forced event type true/false"}

Definition at line 64 of file ZdcRecRun3.h.

64 {this, "ForcedEventType", static_cast<unsigned int>(ZdcEventInfo::ZdcEventUnknown),
65 "if not ZdcEventUnknown, Use forced event type true/false"};

◆ m_ownPolicy

Gaudi::Property<int> ZdcRecRun3::m_ownPolicy {this, "OwnPolicy", static_cast<int> (SG::OWN_ELEMENTS), "Ownership policy"}
private

Definition at line 67 of file ZdcRecRun3.h.

67{this, "OwnPolicy", static_cast<int> (SG::OWN_ELEMENTS), "Ownership policy"};

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

◆ m_ZdcBCIDOverride

SG::WriteDecorHandleKey<xAOD::ZdcModuleContainer> ZdcRecRun3::m_ZdcBCIDOverride {this, "ZdcBCIDOverride", "", "BCID with override"}
private

Definition at line 84 of file ZdcRecRun3.h.

84{this, "ZdcBCIDOverride", "", "BCID with override"};

◆ m_ZdcDAQMode

SG::WriteDecorHandleKey<xAOD::ZdcModuleContainer> ZdcRecRun3::m_ZdcDAQMode {this, "ZdcDAQModeKey", "", "ZDC DAQ mode"}
private

Definition at line 80 of file ZdcRecRun3.h.

80{this, "ZdcDAQModeKey", "", "ZDC DAQ mode"};

◆ m_ZdcEventType

SG::WriteDecorHandleKey<xAOD::ZdcModuleContainer> ZdcRecRun3::m_ZdcEventType {this, "ZdcEventTypeKey", "", "ZDC event Type"}
private

Definition at line 78 of file ZdcRecRun3.h.

78{this, "ZdcEventTypeKey", "", "ZDC event Type"};

◆ m_zdcModuleContainerName

SG::ReadHandleKey<xAOD::ZdcModuleContainer> ZdcRecRun3::m_zdcModuleContainerName { this, "ZdcModuleContainerName", "ZdcModules", "" }
private

Definition at line 69 of file ZdcRecRun3.h.

70{ this, "ZdcModuleContainerName", "ZdcModules", "" };

◆ m_zdcSumContainerName

SG::ReadHandleKey<xAOD::ZdcModuleContainer> ZdcRecRun3::m_zdcSumContainerName { this, "ZdcSumContainerName", "ZdcSums", "" }
private

Definition at line 72 of file ZdcRecRun3.h.

73{ this, "ZdcSumContainerName", "ZdcSums", "" };

◆ m_zdcTools

ToolHandleArray<ZDC::IZdcAnalysisTool> ZdcRecRun3::m_zdcTools { this, "ZdcAnalysisTools",{} }
private

Definition at line 86 of file ZdcRecRun3.h.

86{ this, "ZdcAnalysisTools",{} };

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