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

#include <TRTStrawCondAlg.h>

Inheritance diagram for TRTStrawCondAlg:
Collaboration diagram for TRTStrawCondAlg:

Public Types

typedef TRTCond::StrawStatusMultChanContainer StrawStatusContainer

Public Member Functions

 TRTStrawCondAlg (const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode initialize () override
virtual StatusCode execute (const EventContext &ctx) const override
int findArrayTotalIndex (const int det, const int lay) const
int findArrayLocalWheelIndex (const int det, const int lay) const
virtual bool isReEntrant () const override
 Avoid scheduling algorithm multiple times.
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< InDetDD::TRT_DetElementContainerm_trtDetEleContKey {this, "TRTDetEleContKey", "TRT_DetElementContainer", "Key of TRT_DetElementContainer for TRT"}
SG::ReadCondHandleKey< TRTCond::StrawStatusSummarym_strawStatusSummaryKey {this, "StrawStatusSummarKey", "StrawStatusSummary", "Key of StrawStatusSummary"}
SG::WriteCondHandleKey< TRTCond::AliveStrawsm_strawWriteKey {this,"StrawWriteKey","AliveStraws","AliveStraws out-key"}
const TRT_IDm_trtId {}
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 19 of file TRTStrawCondAlg.h.

Member Typedef Documentation

◆ StoreGateSvc_t

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

Definition at line 388 of file AthCommonDataStore.h.

◆ StrawStatusContainer

Constructor & Destructor Documentation

◆ TRTStrawCondAlg()

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

Definition at line 8 of file TRTStrawCondAlg.cxx.

10 : ::AthCondAlgorithm(name, pSvcLocator)
11{
12}

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.

64{
65 return 0;
66}

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

Definition at line 31 of file TRTStrawCondAlg.cxx.

32{
33 ATH_MSG_DEBUG("execute " << name());
34
35 // ____________ Construct Write Cond Handle and check its validity ____________
36
37 SG::WriteCondHandle<TRTCond::AliveStraws> writeHandle{m_strawWriteKey, ctx};
38
39 // Do we have a valid Write Cond Handle for current time?
40 if(writeHandle.isValid()) {
41 ATH_MSG_DEBUG("CondHandle " << writeHandle.fullKey() << " is already valid."
42 << ". In theory this should not be called, but may happen"
43 << " if multiple concurrent events are being processed out of order.");
44
45 return StatusCode::SUCCESS;
46 }
47
48 // Read straw status summary
49 SG::ReadCondHandle<TRTCond::StrawStatusSummary> strawStatusHandle{m_strawStatusSummaryKey, ctx};
50 if (!strawStatusHandle.isValid()){
51 ATH_MSG_FATAL("No access to conditions " << strawStatusHandle.key());
52 return StatusCode::FAILURE;
53 }
54
55 EventIDRange range;
56 if (!strawStatusHandle.range(range)){
57 ATH_MSG_ERROR("Failed to get validity range of " << strawStatusHandle.key());
58 return StatusCode::FAILURE;
59 }
60
61 ATH_MSG_DEBUG("Retrieved " << strawStatusHandle.key() << " with validity " << range);
62
63 const TRTCond::StrawStatusSummary *statusSummary = {*strawStatusHandle};
64 if (statusSummary == nullptr) {
65 ATH_MSG_ERROR("Null pointer to the straw status summary container");
66 return StatusCode::FAILURE;
67 }
68
69 // ____________ Construct new Write Cond Object ____________
70 std::unique_ptr<TRTCond::AliveStraws> writeCdo{std::make_unique<TRTCond::AliveStraws>()};
71
72 SG::ReadCondHandle<InDetDD::TRT_DetElementContainer> trtDetEleHandle{m_trtDetEleContKey, ctx};
73 const InDetDD::TRT_DetElementCollection* elements(trtDetEleHandle->getElements());
74 if (not trtDetEleHandle.isValid() or elements==nullptr) {
75 ATH_MSG_FATAL(m_trtDetEleContKey.fullKey() << " is not available.");
76 return StatusCode::FAILURE;
77 }
78
79 // ____________ Compute number of alive straws for Write Cond object ____________
80
81 for (std::vector<Identifier>::const_iterator it = m_trtId->straw_layer_begin(); it != m_trtId->straw_layer_end(); ++it ) {
82
83 // Make sure it is a straw_layer id
84 Identifier strawLayerId = m_trtId->layer_id(*it);
85 //Get hash Id
86 IdentifierHash hashId = m_trtId->straw_layer_hash(strawLayerId);
87
88 unsigned int nstraws = 0;
89 if (trtDetEleHandle.isValid()){
90 const InDetDD::TRT_BaseElement *el = elements->getDetectorElement(hashId);
91 if( !el ) continue;
92 nstraws = el->nStraws();
93 }
94 else{
95 nstraws = m_trtId->straw_max( *it) + 1; // There is a difference of 1 between both methods....
96 }
97 for (unsigned int i=0; i<nstraws ;i++) {
98 Identifier id = m_trtId->straw_id( *it, i);
99 int det = m_trtId->barrel_ec( id) ;
100 int lay = m_trtId->layer_or_wheel( id) ;
101 int phi = m_trtId->phi_module( id) ;
102 bool status = statusSummary->findStatus( m_trtId->straw_hash(id) );
103
104 if ( status ) {
105 ATH_MSG_VERBOSE(" The sector " << det << " " << lay << " " << phi << " has status " << status);
106 continue;
107 }
108
109 int i_total = findArrayTotalIndex(det, lay);
110 int i_wheel = findArrayLocalWheelIndex(det, lay);
111
112 writeCdo->update(i_total,i_wheel,phi);
113
114 }
115 }
116
117 // Record CDO
118 if (writeHandle.record(range, std::move(writeCdo)).isFailure()) {
119 ATH_MSG_ERROR("Could not record AliveStraws " << writeHandle.key()
120 << " with EventRange " << range
121 << " into Conditions Store");
122 return StatusCode::FAILURE;
123 }
124
125 return StatusCode::SUCCESS;
126}
Scalar phi() const
phi method
#define ATH_MSG_ERROR(x)
#define ATH_MSG_FATAL(x)
#define ATH_MSG_VERBOSE(x)
#define ATH_MSG_DEBUG(x)
bool range(EventIDRange &r)
const std::string & key() const
const std::string & key() const
StatusCode record(const EventIDRange &range, T *t)
record handle, with explicit range DEPRECATED
const DataObjID & fullKey() const
bool findStatus(const IdentifierHash &hashID) const
const TRT_ID * m_trtId
int findArrayLocalWheelIndex(const int det, const int lay) const
SG::ReadCondHandleKey< TRTCond::StrawStatusSummary > m_strawStatusSummaryKey
SG::ReadCondHandleKey< InDetDD::TRT_DetElementContainer > m_trtDetEleContKey
SG::WriteCondHandleKey< TRTCond::AliveStraws > m_strawWriteKey
int findArrayTotalIndex(const int det, const int lay) const
status
Definition merge.py:16

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

90{
91 // If we didn't find any symlinks to add, just return the collection
92 // from the base class. Otherwise, return the extended collection.
93 if (!m_extendedExtraObjects.empty()) {
95 }
97}
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

◆ findArrayLocalWheelIndex()

int TRTStrawCondAlg::findArrayLocalWheelIndex ( const int det,
const int lay ) const

Definition at line 146 of file TRTStrawCondAlg.cxx.

146 {
147 int arrayindex = 9; // to be reset below
148 if (det == -1) { // barrel side C
149 if (lay == 0) arrayindex = 0; // layer 0
150 else if (lay == 1) arrayindex = 1; // layer 1
151 else if (lay == 2) arrayindex = 2; // layer 2
152 }
153 else if (det == -2) { // endcap side C
154 for (int i=0; i<14; ++i){
155 if (lay==i) arrayindex=i+3;
156 }
157 }
158 else if (det == 1) { // barrel side A
159 if (lay == 0) arrayindex = 17; // layer 0
160 else if (lay == 1) arrayindex = 18; // layer 1
161 else if (lay == 2) arrayindex = 19; // layer 2
162 }
163 else if (det == 2) { // endcap side A
164 for (int i=0; i<14; ++i){
165 if (lay==i) arrayindex=i+20;
166 }
167 }
168 else ATH_MSG_WARNING(" detector value is: " << det << ", out of range -2, -1, 1, 2, so THIS IS NOT TRT!!!");
169 return arrayindex;
170 }
#define ATH_MSG_WARNING(x)

◆ findArrayTotalIndex()

int TRTStrawCondAlg::findArrayTotalIndex ( const int det,
const int lay ) const

Definition at line 128 of file TRTStrawCondAlg.cxx.

128 {
129 int arrayindex = 0; // to be reset below
130 // NOTE: Below, arrayindex starts at 1
131 // because index 0 is filled with TOTAL value.
132 if (det == -1) arrayindex = 1; // barrel side C
133 else if (det == -2) { // endcap side C
134 if (lay < 6) arrayindex = 2; // wheel A
135 else arrayindex = 3; // wheel B
136 }
137 else if (det == 1) arrayindex = 4; // barrel side A
138 else if (det == 2) { // endcap side A
139 if (lay < 6) arrayindex = 5; // wheel A
140 else arrayindex = 6; // wheel B
141 }
142 else ATH_MSG_WARNING(" detector value is: " << det << ", out of range -2, -1, 1, 2, so THIS IS NOT TRT!!!");
143 return arrayindex;
144 }

◆ initialize()

StatusCode TRTStrawCondAlg::initialize ( )
overridevirtual

Definition at line 14 of file TRTStrawCondAlg.cxx.

15{
16 // Straw status
18
19 // Register write handle
20 ATH_CHECK(m_strawWriteKey.initialize());
21
22 // Initialize readCondHandle key
23 ATH_CHECK(m_trtDetEleContKey.initialize());
24
25 // TRT ID helper
26 ATH_CHECK(detStore()->retrieve(m_trtId,"TRT_ID"));
27
28 return StatusCode::SUCCESS;
29}
#define ATH_CHECK
Evaluate an expression and check for errors.
const ServiceHandle< StoreGateSvc > & detStore() const
retrieve(aClass, aKey=None)
Definition PyKernel.py:110

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

◆ isReEntrant()

virtual bool AthCondAlgorithm::isReEntrant ( ) const
inlineoverridevirtualinherited

Avoid scheduling algorithm multiple times.

With multiple concurrent events, conditions objects often expire simultaneously for all slots. To avoid that the scheduler runs the CondAlg in each slot, we declare it as "non-reentrant". This ensures that the conditions objects are only created once.

In case a particular CondAlg should behave differently, it can override this method again and return true.

See also
ATEAM-836

Definition at line 39 of file AthCondAlgorithm.h.

39{ return false; }

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

77{
78 return BaseAlg::sysExecute (ctx);
79}

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

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

SG::ReadCondHandleKey<TRTCond::StrawStatusSummary> TRTStrawCondAlg::m_strawStatusSummaryKey {this, "StrawStatusSummarKey", "StrawStatusSummary", "Key of StrawStatusSummary"}
private

Definition at line 34 of file TRTStrawCondAlg.h.

34{this, "StrawStatusSummarKey", "StrawStatusSummary", "Key of StrawStatusSummary"};

◆ m_strawWriteKey

SG::WriteCondHandleKey<TRTCond::AliveStraws> TRTStrawCondAlg::m_strawWriteKey {this,"StrawWriteKey","AliveStraws","AliveStraws out-key"}
private

Definition at line 35 of file TRTStrawCondAlg.h.

35{this,"StrawWriteKey","AliveStraws","AliveStraws out-key"};

◆ m_trtDetEleContKey

SG::ReadCondHandleKey<InDetDD::TRT_DetElementContainer> TRTStrawCondAlg::m_trtDetEleContKey {this, "TRTDetEleContKey", "TRT_DetElementContainer", "Key of TRT_DetElementContainer for TRT"}
private

Definition at line 33 of file TRTStrawCondAlg.h.

33{this, "TRTDetEleContKey", "TRT_DetElementContainer", "Key of TRT_DetElementContainer for TRT"};

◆ m_trtId

const TRT_ID* TRTStrawCondAlg::m_trtId {}
private

Definition at line 37 of file TRTStrawCondAlg.h.

37{};

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