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

#include <TgcDigitToTgcRDO.h>

Inheritance diagram for TgcDigitToTgcRDO:
Collaboration diagram for TgcDigitToTgcRDO:

Public Member Functions

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

Protected Attributes

ServiceHandle< MuonTGC_CablingSvcm_cabling {this, "CablingSvc", "MuonTGC_CablingSvc"}
SG::WriteHandleKey< TgcRdoContainerm_rdoContainerKey {this, "OutputObjectName", "TGCRDO", "WriteHandleKey for Output TgcRdoContainer"}
SG::ReadHandleKey< TgcDigitContainerm_digitContainerKey
ServiceHandle< Muon::IMuonIdHelperSvcm_idHelperSvc {this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"}
std::string m_cablingType

Private Types

typedef ServiceHandle< StoreGateSvcStoreGateSvc_t

Private Member Functions

StatusCode getCabling ()
StatusCode fillTagInfo () const
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
 specialization for handling Gaudi::Property<SG::VarHandleKey>

Static Private Member Functions

static uint16_t getRdoId (const TgcRawData &rawData)

Private Attributes

BooleanProperty m_isNewTgcDigit {this, "isNewTgcDigit", true}
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 TgcDigitToTgcRDO.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

◆ TgcDigitToTgcRDO()

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

Definition at line 21 of file TgcDigitToTgcRDO.cxx.

21 :
22 AthReentrantAlgorithm(name, pSvcLocator){}

◆ ~TgcDigitToTgcRDO()

virtual TgcDigitToTgcRDO::~TgcDigitToTgcRDO ( )
virtualdefault

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

Definition at line 45 of file TgcDigitToTgcRDO.cxx.

45 {
46 ATH_MSG_DEBUG("in execute()");
47
48 SG::WriteHandle<TgcRdoContainer> rdoContainer(m_rdoContainerKey, ctx);
49 ATH_CHECK(rdoContainer.record(std::make_unique<TgcRdoContainer>()));
50 ATH_MSG_DEBUG("Recorded TgcRdoContainer called " << rdoContainer.name() << " in store " << rdoContainer.store());
51 SG::ReadHandle<TgcDigitContainer> container(m_digitContainerKey, ctx);
52 ATH_CHECK(container.isPresent());
53 ATH_MSG_DEBUG("Found TgcDigitContainer called " << container.name() << " in store " << container.store());
54
55 std::map<uint16_t, std::unique_ptr<TgcRdo>> tgcRdoMap{};
56
57 const TgcRdoIdHash hashF;
58
59 // loop over collections
60 for (const TgcDigitCollection* tgcCollection : *container) {
61
62 // Iterate on the digits of the collection
63 for (const TgcDigit* tgcDigit : *tgcCollection) {
64 const Identifier channelId = tgcDigit->identify();
65 const uint16_t bctag = m_isNewTgcDigit ? tgcDigit->bcTag() : 0;
66
67 // Get the online Id of the channel
68 int subDetectorID{0}, rodID{0}, sswID{0}, slbID{0}, channelID{0};
69
70 // repeat two times for Adjacent Channel
71 for (int iAd = 0; iAd < 2; ++iAd) {
72 bool adFlag = false;
73
74 // check if this channel has Adjacent partner only when 2nd time
75 if (iAd != 0) {
76 bool a_found = m_cabling->hasAdjacentChannel(channelId);
77
78 // set Adjacent flag
79 if (a_found)
80 adFlag = true;
81 else
82 continue;
83 }
84
85 // get Online ID
86 bool status = m_cabling->getReadoutIDfromOfflineID(channelId, subDetectorID, rodID, sswID, slbID, channelID, adFlag);
87
88 if (!status) {
89 ATH_MSG_DEBUG("MuonTGC_CablingSvc can't return an online ID for the channel : "
90 << MSG::dec << " N_" << m_idHelperSvc->toString(channelId) );
91 continue;
92 }
93
94 // Create the new Tgc RawData
95 bool isStrip = m_idHelperSvc->tgcIdHelper().isStrip(channelId);
96 std::string name = m_idHelperSvc->tgcIdHelper().stationNameString(m_idHelperSvc->tgcIdHelper().stationName(channelId));
98 if (name[1] == '4')
100 else if (name[1] == '1')
102 else
104
105 auto rawData = std::make_unique<TgcRawData>(bctag, subDetectorID, rodID, sswID, slbID, 0, 0, type, adFlag, 0, channelID);
106
107 ATH_MSG_DEBUG("Adding a new RawData");
108 ATH_MSG_DEBUG(MSG::hex << " Sub : " << subDetectorID << " ROD : " << rodID << " SSW : " << sswID << " SLB : " << slbID
109 << " Ch : " << channelID);
110
111 // Add the RawData to the RDO
112 const uint16_t rdoId = identifyFragment(*rawData);
113 std::unique_ptr<TgcRdo>& tgcRdo = tgcRdoMap[rdoId];
114
115 if(!tgcRdo) {
116 // create new TgcRdo
117 const IdentifierHash hashId = hashF(rdoId);
118 tgcRdo = std::make_unique<TgcRdo>(rdoId, hashId);
119 tgcRdo->setOnlineId(rawData->subDetectorId(), rawData->rodId());
120 }
121 tgcRdo->push_back(std::move(rawData));
122 }
123 }
124 }
125
126 ATH_MSG_DEBUG("Add RDOs to the RdoContainer");
127 // Add RDOs to the RdoContainer
128 for (auto&[onlineId, rdo] : tgcRdoMap) {
129 unsigned int elementHash = hashF(onlineId);
130 ATH_CHECK(rdoContainer->addCollection(rdo.release(), elementHash));
131 }
132 ATH_MSG_DEBUG("Added RDOs to the RdoContainer XXXXXX");
133
134 return StatusCode::SUCCESS;
135}
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_DEBUG(x)
ServiceHandle< MuonTGC_CablingSvc > m_cabling
BooleanProperty m_isNewTgcDigit
SG::WriteHandleKey< TgcRdoContainer > m_rdoContainerKey
SG::ReadHandleKey< TgcDigitContainer > m_digitContainerKey
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
@ SLB_TYPE_TRIPLET_WIRE
Definition TgcRawData.h:34
@ SLB_TYPE_INNER_WIRE
Definition TgcRawData.h:36
@ SLB_TYPE_TRIPLET_STRIP
Definition TgcRawData.h:35
@ SLB_TYPE_INNER_STRIP
Definition TgcRawData.h:37
@ SLB_TYPE_DOUBLET_STRIP
Definition TgcRawData.h:33
@ SLB_TYPE_DOUBLET_WIRE
Definition TgcRawData.h:32
@ SLB_TYPE_UNKNOWN
Definition TgcRawData.h:38
status
Definition merge.py:16
setWord1 uint16_t

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

◆ fillTagInfo()

StatusCode TgcDigitToTgcRDO::fillTagInfo ( ) const
private

Definition at line 140 of file TgcDigitToTgcRDO.cxx.

140 {
141 ServiceHandle<ITagInfoMgr> tagInfoMgr("TagInfoMgr", name());
142 if (tagInfoMgr.retrieve().isFailure()) return StatusCode::FAILURE;
143
144 StatusCode sc = tagInfoMgr->addTag("TGC_CablingType", m_cablingType);
145
146 if (sc.isFailure()) {
147 ATH_MSG_WARNING("TGC_CablingType " << m_cablingType << " not added to TagInfo ");
148 return sc;
149 } else {
150 ATH_MSG_DEBUG("TGC_CablingType " << m_cablingType << " is Added TagInfo ");
151 }
152
153 return StatusCode::SUCCESS;
154}
#define ATH_MSG_WARNING(x)
std::string m_cablingType
::StatusCode StatusCode
StatusCode definition for legacy code.

◆ 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

◆ getCabling()

StatusCode TgcDigitToTgcRDO::getCabling ( )
private

Definition at line 156 of file TgcDigitToTgcRDO.cxx.

156 {
157 ATH_CHECK(m_cabling.retrieve());
158
159 int maxRodId = m_cabling->getMaxRodId();
160 if (maxRodId == 12) {
161 ATH_MSG_INFO(m_cabling->name() << " (12-fold) is selected ");
162 m_cablingType = "TGCcabling12Svc";
163 } else {
164 ATH_MSG_INFO("Other TGC cabling scheme is (e.g. 8-fold) is selected");
165 m_cablingType = "TGCcabling8Svc";
166 }
167
168 // Fill Tag Info
170
171 return StatusCode::SUCCESS;
172}
#define ATH_MSG_INFO(x)
StatusCode fillTagInfo() const

◆ getRdoId()

uint16_t TgcDigitToTgcRDO::getRdoId ( const TgcRawData & rawData)
staticprivate

◆ initialize()

StatusCode TgcDigitToTgcRDO::initialize ( )
finaloverridevirtual

Definition at line 26 of file TgcDigitToTgcRDO.cxx.

26 {
27 ATH_MSG_DEBUG(" in initialize()");
28 ATH_CHECK(m_idHelperSvc.retrieve());
29
30 ATH_MSG_DEBUG("standard digitization job: "
31 << "initialize now the TGC cabling and TGC container.");
33
34 ATH_CHECK(m_rdoContainerKey.initialize());
35 ATH_MSG_VERBOSE("Initialized WriteHandleKey: " << m_rdoContainerKey);
36 ATH_CHECK(m_digitContainerKey.initialize());
37 ATH_MSG_VERBOSE("Initialized ReadHandleKey: " << m_digitContainerKey);
38
39 return StatusCode::SUCCESS;
40}
#define ATH_MSG_VERBOSE(x)

◆ inputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::inputHandles ( ) const
overridevirtualinherited

Return this algorithm's input handles.

We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.

◆ isClonable()

◆ msg()

MsgStream & AthCommonMsg< Gaudi::Algorithm >::msg ( ) const
inlineinherited

Definition at line 24 of file AthCommonMsg.h.

24 {
25 return this->msgStream();
26 }

◆ msgLvl()

bool AthCommonMsg< Gaudi::Algorithm >::msgLvl ( const MSG::Level lvl) const
inlineinherited

Definition at line 30 of file AthCommonMsg.h.

30 {
31 return this->msgLevel(lvl);
32 }

◆ outputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::outputHandles ( ) const
overridevirtualinherited

Return this algorithm's output handles.

We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.

◆ renounce()

std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::renounce ( T & h)
inlineprotectedinherited

Definition at line 380 of file AthCommonDataStore.h.

381 {
382 h.renounce();
384 }
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce(T &h)

◆ renounceArray()

void AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::renounceArray ( SG::VarHandleKeyArray & handlesArray)
inlineprotectedinherited

remove all handles from I/O resolution

Definition at line 364 of file AthCommonDataStore.h.

364 {
366 }

◆ setFilterPassed()

virtual void AthCommonReentrantAlgorithm< Gaudi::Algorithm >::setFilterPassed ( bool state,
const EventContext & ctx ) const
inlinevirtualinherited

Definition at line 100 of file AthCommonReentrantAlgorithm.h.

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

◆ sysExecute()

StatusCode AthCommonReentrantAlgorithm< Gaudi::Algorithm >::sysExecute ( const EventContext & ctx)
overridevirtualinherited

Execute an algorithm.

We override this in order to work around an issue with the Algorithm base class storing the event context in a member variable that can cause crashes in MT jobs.

Definition at line 85 of file AthCommonReentrantAlgorithm.cxx.

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}
#define ATH_MSG_ERROR(x)
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::sysStart ( )
overridevirtualinherited

Handle START transition.

We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.

◆ updateVHKA()

void AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::updateVHKA ( Gaudi::Details::PropertyBase & )
inlineinherited

Definition at line 308 of file AthCommonDataStore.h.

308 {
309 // debug() << "updateVHKA for property " << p.name() << " " << p.toString()
310 // << " size: " << m_vhka.size() << endmsg;
311 for (auto &a : m_vhka) {
313 for (auto k : keys) {
314 k->setOwner(this);
315 }
316 }
317 }

Member Data Documentation

◆ m_cabling

ServiceHandle<MuonTGC_CablingSvc> TgcDigitToTgcRDO::m_cabling {this, "CablingSvc", "MuonTGC_CablingSvc"}
protected

Definition at line 39 of file TgcDigitToTgcRDO.h.

39{this, "CablingSvc", "MuonTGC_CablingSvc"};

◆ m_cablingType

std::string TgcDigitToTgcRDO::m_cablingType
protected

Definition at line 46 of file TgcDigitToTgcRDO.h.

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

SG::ReadHandleKey<TgcDigitContainer> TgcDigitToTgcRDO::m_digitContainerKey
protected
Initial value:
{this, "InputObjectName", "TGC_DIGITS",
"ReadHandleKey for Input TgcDigitContainer"}

Definition at line 42 of file TgcDigitToTgcRDO.h.

42 {this, "InputObjectName", "TGC_DIGITS",
43 "ReadHandleKey for Input TgcDigitContainer"};

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

ServiceHandle<Muon::IMuonIdHelperSvc> TgcDigitToTgcRDO::m_idHelperSvc {this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"}
protected

Definition at line 44 of file TgcDigitToTgcRDO.h.

44{this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};

◆ m_isNewTgcDigit

BooleanProperty TgcDigitToTgcRDO::m_isNewTgcDigit {this, "isNewTgcDigit", true}
private

Definition at line 36 of file TgcDigitToTgcRDO.h.

36{this, "isNewTgcDigit", true}; // to select new TgcDigit (bcTag added)

◆ m_rdoContainerKey

SG::WriteHandleKey<TgcRdoContainer> TgcDigitToTgcRDO::m_rdoContainerKey {this, "OutputObjectName", "TGCRDO", "WriteHandleKey for Output TgcRdoContainer"}
protected

Definition at line 41 of file TgcDigitToTgcRDO.h.

41{this, "OutputObjectName", "TGCRDO", "WriteHandleKey for Output TgcRdoContainer"};

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