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

#include <MuonPRD_MultiTruthMaker.h>

Inheritance diagram for MuonPRD_MultiTruthMaker:
Collaboration diagram for MuonPRD_MultiTruthMaker:

Public Member Functions

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.

Private Types

typedef ServiceHandle< StoreGateSvcStoreGateSvc_t

Private Member Functions

template<class PrdType, class SimCollection>
StatusCode buildPRD_Truth (const EventContext &ctx, const SG::ReadHandleKey< Muon::MuonPrepDataContainerT< PrdType > > &prepDataKey, const SG::ReadHandleKey< SimCollection > &sdoKey, const SG::WriteHandleKey< PRD_MultiTruthCollection > &outputKey) const
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
 specialization for handling Gaudi::Property<SG::VarHandleKey>

Private Attributes

ServiceHandle< Muon::IMuonIdHelperSvcm_idHelperSvc {this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"}
SG::ReadHandleKey< Muon::MdtPrepDataContainerm_MdtPrdKey {this, "MdtPrdKey", "MDT_DriftCircles" }
SG::ReadHandleKey< Muon::CscPrepDataContainerm_CscPrdKey {this, "CscPrdKey", "CSC_Clusters" }
SG::ReadHandleKey< Muon::RpcPrepDataContainerm_RpcPrdKey {this, "RpcPrdKey", "RPC_Measurements"}
SG::ReadHandleKey< Muon::TgcPrepDataContainerm_TgcPrdKey {this, "TgcPrdKey", "TGC_Measurements" }
SG::ReadHandleKey< Muon::sTgcPrepDataContainerm_sTgcPrdKey {this, "sTgcPrdKey", "STGC_Measurements" }
SG::ReadHandleKey< Muon::MMPrepDataContainerm_MmPrdKey {this, "MmPrdKey", "MM_Measurements"}
SG::ReadHandleKey< MuonSimDataCollectionm_MdtSDOKey {this, "MdtSdoKey", "MDT_SDO"}
SG::ReadHandleKey< CscSimDataCollectionm_CscSDOKey {this, "CscSdoKey", "CSC_SDO"}
SG::ReadHandleKey< MuonSimDataCollectionm_RpcSDOKey {this, "RpdSdoKey", "RPC_SDO"}
SG::ReadHandleKey< MuonSimDataCollectionm_TgcSDOKey {this, "TgcSdoKey", "TGC_SDO"}
SG::ReadHandleKey< MuonSimDataCollectionm_sTgcSDOKey {this, "sTgcSdoKey", "sTGC_SDO"}
SG::ReadHandleKey< MuonSimDataCollectionm_MmSDOKey {this, "MmSdoKey", "MM_SDO"}
SG::WriteHandleKey< PRD_MultiTruthCollectionm_MdtTruthMapKey {this, "MdtTruthMapKey", "MDT_TruthMap"}
SG::WriteHandleKey< PRD_MultiTruthCollectionm_RpcTruthMapKey {this, "RpcTruthMapKey", "RPC_TruthMap"}
SG::WriteHandleKey< PRD_MultiTruthCollectionm_CscTruthMapKey {this, "CscTruthMapKey", "CSC_TruthMap"}
SG::WriteHandleKey< PRD_MultiTruthCollectionm_TgcTruthMapKey {this, "TgcTruthMapKey", "TGC_TruthMap"}
SG::WriteHandleKey< PRD_MultiTruthCollectionm_sTgcTruthMapKey {this, "sTgcTruthMapKey", "STGC_TruthMap"}
SG::WriteHandleKey< PRD_MultiTruthCollectionm_MmTruthMapKey {this, "MmTruthMapKey", "MM_TruthMap" }
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 21 of file MuonPRD_MultiTruthMaker.h.

Member Typedef Documentation

◆ StoreGateSvc_t

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

Definition at line 388 of file AthCommonDataStore.h.

Member Function Documentation

◆ buildPRD_Truth()

template<class PrdType, class SimCollection>
StatusCode MuonPRD_MultiTruthMaker::buildPRD_Truth ( const EventContext & ctx,
const SG::ReadHandleKey< Muon::MuonPrepDataContainerT< PrdType > > & prepDataKey,
const SG::ReadHandleKey< SimCollection > & sdoKey,
const SG::WriteHandleKey< PRD_MultiTruthCollection > & outputKey ) const
private

Definition at line 53 of file MuonPRD_MultiTruthMaker.cxx.

56 {
57
58 if (prdKey.empty()) {
59 ATH_MSG_DEBUG("No key has been defined for "<<typeid(PrdType).name()<<". Bail out silently");
60 return StatusCode::SUCCESS;
61 }
62 SG::ReadHandle prdContainer{prdKey, ctx};
63 if (!prdContainer.isPresent()) {
64 ATH_MSG_ERROR("Could not read " << prdKey.key());
65 return StatusCode::FAILURE;
66 }
67
68 SG::ReadHandle simDataMap{sdoKey, ctx};
69 if (!simDataMap.isPresent()) {
70 ATH_MSG_ERROR("SimDataCollection for key=" << sdoKey.key() << " not in storegate.");
71 return StatusCode::FAILURE;
72 }
73 // Create and fill the PRD truth structure
74 ATH_MSG_DEBUG("make PRD truth for " << outputKey.key());
75 SG::WriteHandle prdTruth{outputKey, ctx};
76 ATH_CHECK(prdTruth.record(std::make_unique<PRD_MultiTruthCollection>()));
77
78 for (const Muon::MuonPrepDataCollection<PrdType>* coll : *prdContainer) {
79 for (const PrdType* prd : *coll) {
80 ATH_MSG_VERBOSE("addPrepRawDatum(): new PRD " << prd << ", id=" << prd->identify() << ", number of RDOs: " << prd->rdoList().size());
81 bool gotSDO{false}, gotValidParticle{false};
82
83 for (const auto& nextRDO : prd->rdoList()) {
84 typename SimCollection::const_iterator iter(simDataMap->find(nextRDO));
85 if (iter == simDataMap->end()) {
86 continue;
87 }
88 gotSDO = true;
89 // Got an SDO. Try to associate the PRD to MC particles we have info about.
90 typedef typename SimCollection::mapped_type SIMDATA;
91 const SIMDATA& sdo = iter->second;
92 const std::vector<typename SIMDATA::Deposit>& deposits = sdo.getdeposits();
93 if (deposits.empty()) { continue; }
94 for (const auto& [particleLink, mcData] : deposits) {
95 ATH_MSG_VERBOSE("addPrepRawDatum(): particleLink.isValid() " << particleLink.isValid());
96 ATH_MSG_VERBOSE("addPrepRawDatum(): Barcode " << particleLink.barcode() << " evt " << particleLink.eventIndex());
97 if (!particleLink.isValid()) {
98 continue;
99 }
100 gotValidParticle = true;
101 // Associate the particle to the PRD. But don't add duplicates.
102 // Note: it may be more efficient to filter out duplicates among particles for the current PRD, then check-and-add the
103 // reduced set to the large multimap. But may be not for the typically small RDO/PRD ratio.
104 typedef PRD_MultiTruthCollection::iterator truthiter;
105 std::pair<truthiter, truthiter> r = prdTruth->equal_range(prd->identify());
106 const auto& pl = particleLink; // Work around problem with clang 6.0.1
107 if (r.second == std::find_if(r.first, r.second, [pl](const PRD_MultiTruthCollection::value_type& prd_to_truth) {
108 return prd_to_truth.second == pl;
109 })) {
110 prdTruth->insert(std::make_pair(prd->identify(), particleLink));
111 }
112 }
113 }
114 if (gotSDO && !gotValidParticle) {
115 // Looked at all the deposits from all the SDOs, but did not find any valid particle link.
116 // prdTruth->insert(std::make_pair(prd, particleLinkUnknown));
117 ATH_MSG_DEBUG("addPrepRawDatum(): got SDO but no particles");
118 }
119 }
120 }
121 return StatusCode::SUCCESS;
122}
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_ERROR(x)
#define ATH_MSG_VERBOSE(x)
#define ATH_MSG_DEBUG(x)
bool isPresent() const
Is the referenced object present in SG?
const std::string & key() const
Return the StoreGate ID for the referenced object.
StatusCode record(std::unique_ptr< T > data)
Record a const object to the store.
int r
Definition globals.cxx:22

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

Definition at line 40 of file MuonPRD_MultiTruthMaker.cxx.

40 {
41 ATH_MSG_DEBUG("MuonPRD_MultiTruthMaker::execute()");
48 return StatusCode::SUCCESS;
49}
SG::ReadHandleKey< Muon::MdtPrepDataContainer > m_MdtPrdKey
SG::WriteHandleKey< PRD_MultiTruthCollection > m_CscTruthMapKey
SG::ReadHandleKey< Muon::CscPrepDataContainer > m_CscPrdKey
SG::ReadHandleKey< MuonSimDataCollection > m_TgcSDOKey
SG::ReadHandleKey< MuonSimDataCollection > m_sTgcSDOKey
SG::ReadHandleKey< CscSimDataCollection > m_CscSDOKey
SG::ReadHandleKey< Muon::MMPrepDataContainer > m_MmPrdKey
SG::WriteHandleKey< PRD_MultiTruthCollection > m_MmTruthMapKey
SG::ReadHandleKey< MuonSimDataCollection > m_MdtSDOKey
SG::WriteHandleKey< PRD_MultiTruthCollection > m_MdtTruthMapKey
SG::WriteHandleKey< PRD_MultiTruthCollection > m_RpcTruthMapKey
SG::ReadHandleKey< MuonSimDataCollection > m_RpcSDOKey
SG::WriteHandleKey< PRD_MultiTruthCollection > m_TgcTruthMapKey
SG::ReadHandleKey< Muon::RpcPrepDataContainer > m_RpcPrdKey
SG::ReadHandleKey< Muon::TgcPrepDataContainer > m_TgcPrdKey
SG::WriteHandleKey< PRD_MultiTruthCollection > m_sTgcTruthMapKey
SG::ReadHandleKey< Muon::sTgcPrepDataContainer > m_sTgcPrdKey
SG::ReadHandleKey< MuonSimDataCollection > m_MmSDOKey
StatusCode buildPRD_Truth(const EventContext &ctx, const SG::ReadHandleKey< Muon::MuonPrepDataContainerT< PrdType > > &prepDataKey, const SG::ReadHandleKey< SimCollection > &sdoKey, const SG::WriteHandleKey< PRD_MultiTruthCollection > &outputKey) const

◆ 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

◆ initialize()

StatusCode MuonPRD_MultiTruthMaker::initialize ( )
finaloverridevirtual

Definition at line 13 of file MuonPRD_MultiTruthMaker.cxx.

13 {
14 ATH_MSG_DEBUG("MuonPRD_MultiTruthMaker::initialize()");
15 ATH_CHECK(m_idHelperSvc.retrieve());
16 ATH_CHECK(m_MdtPrdKey.initialize(!m_MdtPrdKey.empty()));
17 ATH_CHECK(m_CscPrdKey.initialize(!m_CscPrdKey.empty()));
18 ATH_CHECK(m_RpcPrdKey.initialize(!m_RpcPrdKey.empty()));
19 ATH_CHECK(m_TgcPrdKey.initialize(!m_TgcPrdKey.empty()));
20 ATH_CHECK(m_sTgcPrdKey.initialize(!m_sTgcPrdKey.empty()));
21 ATH_CHECK(m_MmPrdKey.initialize(!m_MmPrdKey.empty()));
22
23 ATH_CHECK(m_MdtSDOKey.initialize(!m_MdtPrdKey.empty()));
24 ATH_CHECK(m_CscSDOKey.initialize(!m_CscPrdKey.empty()));
25 ATH_CHECK(m_RpcSDOKey.initialize(!m_RpcPrdKey.empty()));
26 ATH_CHECK(m_TgcSDOKey.initialize(!m_TgcPrdKey.empty()));
27 ATH_CHECK(m_sTgcSDOKey.initialize(!m_sTgcPrdKey.empty()));
28 ATH_CHECK(m_MmSDOKey.initialize(!m_MmPrdKey.empty()));
29
30 ATH_CHECK(m_MdtTruthMapKey.initialize(!m_MdtPrdKey.empty()));
31 ATH_CHECK(m_CscTruthMapKey.initialize(!m_CscPrdKey.empty()));
32 ATH_CHECK(m_RpcTruthMapKey.initialize(!m_RpcPrdKey.empty()));
33 ATH_CHECK(m_TgcTruthMapKey.initialize(!m_TgcPrdKey.empty()));
34 ATH_CHECK(m_sTgcTruthMapKey.initialize(!m_sTgcPrdKey.empty()));
35 ATH_CHECK(m_MmTruthMapKey.initialize(!m_MmPrdKey.empty()));
36 return StatusCode::SUCCESS;
37}
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc

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

Member Data Documentation

◆ m_CscPrdKey

SG::ReadHandleKey<Muon::CscPrepDataContainer> MuonPRD_MultiTruthMaker::m_CscPrdKey {this, "CscPrdKey", "CSC_Clusters" }
private

Definition at line 31 of file MuonPRD_MultiTruthMaker.h.

31{this, "CscPrdKey", "CSC_Clusters" };

◆ m_CscSDOKey

SG::ReadHandleKey<CscSimDataCollection> MuonPRD_MultiTruthMaker::m_CscSDOKey {this, "CscSdoKey", "CSC_SDO"}
private

Definition at line 38 of file MuonPRD_MultiTruthMaker.h.

38{this, "CscSdoKey", "CSC_SDO"};

◆ m_CscTruthMapKey

SG::WriteHandleKey<PRD_MultiTruthCollection> MuonPRD_MultiTruthMaker::m_CscTruthMapKey {this, "CscTruthMapKey", "CSC_TruthMap"}
private

Definition at line 46 of file MuonPRD_MultiTruthMaker.h.

46{this, "CscTruthMapKey", "CSC_TruthMap"};

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

ServiceHandle<Muon::IMuonIdHelperSvc> MuonPRD_MultiTruthMaker::m_idHelperSvc {this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"}
private

Definition at line 28 of file MuonPRD_MultiTruthMaker.h.

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

◆ m_MdtPrdKey

SG::ReadHandleKey<Muon::MdtPrepDataContainer> MuonPRD_MultiTruthMaker::m_MdtPrdKey {this, "MdtPrdKey", "MDT_DriftCircles" }
private

Definition at line 30 of file MuonPRD_MultiTruthMaker.h.

30{this, "MdtPrdKey", "MDT_DriftCircles" };

◆ m_MdtSDOKey

SG::ReadHandleKey<MuonSimDataCollection> MuonPRD_MultiTruthMaker::m_MdtSDOKey {this, "MdtSdoKey", "MDT_SDO"}
private

Definition at line 37 of file MuonPRD_MultiTruthMaker.h.

37{this, "MdtSdoKey", "MDT_SDO"};

◆ m_MdtTruthMapKey

SG::WriteHandleKey<PRD_MultiTruthCollection> MuonPRD_MultiTruthMaker::m_MdtTruthMapKey {this, "MdtTruthMapKey", "MDT_TruthMap"}
private

Definition at line 44 of file MuonPRD_MultiTruthMaker.h.

44{this, "MdtTruthMapKey", "MDT_TruthMap"};

◆ m_MmPrdKey

SG::ReadHandleKey<Muon::MMPrepDataContainer> MuonPRD_MultiTruthMaker::m_MmPrdKey {this, "MmPrdKey", "MM_Measurements"}
private

Definition at line 35 of file MuonPRD_MultiTruthMaker.h.

35{this, "MmPrdKey", "MM_Measurements"};

◆ m_MmSDOKey

SG::ReadHandleKey<MuonSimDataCollection> MuonPRD_MultiTruthMaker::m_MmSDOKey {this, "MmSdoKey", "MM_SDO"}
private

Definition at line 42 of file MuonPRD_MultiTruthMaker.h.

42{this, "MmSdoKey", "MM_SDO"};

◆ m_MmTruthMapKey

SG::WriteHandleKey<PRD_MultiTruthCollection> MuonPRD_MultiTruthMaker::m_MmTruthMapKey {this, "MmTruthMapKey", "MM_TruthMap" }
private

Definition at line 49 of file MuonPRD_MultiTruthMaker.h.

49{this, "MmTruthMapKey", "MM_TruthMap" };

◆ m_RpcPrdKey

SG::ReadHandleKey<Muon::RpcPrepDataContainer> MuonPRD_MultiTruthMaker::m_RpcPrdKey {this, "RpcPrdKey", "RPC_Measurements"}
private

Definition at line 32 of file MuonPRD_MultiTruthMaker.h.

32{this, "RpcPrdKey", "RPC_Measurements"};

◆ m_RpcSDOKey

SG::ReadHandleKey<MuonSimDataCollection> MuonPRD_MultiTruthMaker::m_RpcSDOKey {this, "RpdSdoKey", "RPC_SDO"}
private

Definition at line 39 of file MuonPRD_MultiTruthMaker.h.

39{this, "RpdSdoKey", "RPC_SDO"};

◆ m_RpcTruthMapKey

SG::WriteHandleKey<PRD_MultiTruthCollection> MuonPRD_MultiTruthMaker::m_RpcTruthMapKey {this, "RpcTruthMapKey", "RPC_TruthMap"}
private

Definition at line 45 of file MuonPRD_MultiTruthMaker.h.

45{this, "RpcTruthMapKey", "RPC_TruthMap"};

◆ m_sTgcPrdKey

SG::ReadHandleKey<Muon::sTgcPrepDataContainer> MuonPRD_MultiTruthMaker::m_sTgcPrdKey {this, "sTgcPrdKey", "STGC_Measurements" }
private

Definition at line 34 of file MuonPRD_MultiTruthMaker.h.

34{this, "sTgcPrdKey", "STGC_Measurements" };

◆ m_sTgcSDOKey

SG::ReadHandleKey<MuonSimDataCollection> MuonPRD_MultiTruthMaker::m_sTgcSDOKey {this, "sTgcSdoKey", "sTGC_SDO"}
private

Definition at line 41 of file MuonPRD_MultiTruthMaker.h.

41{this, "sTgcSdoKey", "sTGC_SDO"};

◆ m_sTgcTruthMapKey

SG::WriteHandleKey<PRD_MultiTruthCollection> MuonPRD_MultiTruthMaker::m_sTgcTruthMapKey {this, "sTgcTruthMapKey", "STGC_TruthMap"}
private

Definition at line 48 of file MuonPRD_MultiTruthMaker.h.

48{this, "sTgcTruthMapKey", "STGC_TruthMap"};

◆ m_TgcPrdKey

SG::ReadHandleKey<Muon::TgcPrepDataContainer> MuonPRD_MultiTruthMaker::m_TgcPrdKey {this, "TgcPrdKey", "TGC_Measurements" }
private

Definition at line 33 of file MuonPRD_MultiTruthMaker.h.

33{this, "TgcPrdKey", "TGC_Measurements" };

◆ m_TgcSDOKey

SG::ReadHandleKey<MuonSimDataCollection> MuonPRD_MultiTruthMaker::m_TgcSDOKey {this, "TgcSdoKey", "TGC_SDO"}
private

Definition at line 40 of file MuonPRD_MultiTruthMaker.h.

40{this, "TgcSdoKey", "TGC_SDO"};

◆ m_TgcTruthMapKey

SG::WriteHandleKey<PRD_MultiTruthCollection> MuonPRD_MultiTruthMaker::m_TgcTruthMapKey {this, "TgcTruthMapKey", "TGC_TruthMap"}
private

Definition at line 47 of file MuonPRD_MultiTruthMaker.h.

47{this, "TgcTruthMapKey", "TGC_TruthMap"};

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