![]() |
ATLAS Offline Software
|
#include <TruthMetaDataWriter.h>
Public Member Functions | |
| virtual StatusCode | initialize () override final |
| virtual StatusCode | addBranches (const EventContext &ctx) const override final |
Private Attributes | |
| ServiceHandle< StoreGateSvc > | m_metaStore {this, "MetaDataStore", "MetaDataStore"} |
| Connection to the metadata store. | |
| ServiceHandle< IHepMCWeightSvc > | m_weightSvc {this, "HepMCWeightSvc", "HepMCWeightSvc/HepMCWeightSvc"} |
| Service for retrieving the weight names. | |
| xAOD::TruthMetaDataContainer * | m_tmd {} |
| The meta data container to be written out. | |
| Gaudi::Property< std::string > | m_metaName {this, "MetaObjectName", "TruthMetaData"} |
| SG key and name for meta data. | |
| std::unordered_set< uint32_t > | m_existingMetaDataChan |
| Set for tracking the mc channels for which we already added meta data. | |
| ServiceHandle< ITagInfoMgr > | m_tagInfoMgr |
| TagInfoMgr to get information out of /TagInfo. | |
| SG::ReadHandleKey< xAOD::EventInfo > | m_eventInfoKey {this, "EventInfoKey", "EventInfo", "EventInfo key"} |
Definition at line 35 of file TruthMetaDataWriter.h.
|
finaloverridevirtual |
Definition at line 45 of file TruthMetaDataWriter.cxx.
|
finaloverridevirtual |
Definition at line 22 of file TruthMetaDataWriter.cxx.
|
private |
Definition at line 59 of file TruthMetaDataWriter.h.
|
mutableprivate |
Set for tracking the mc channels for which we already added meta data.
Definition at line 54 of file TruthMetaDataWriter.h.
|
private |
SG key and name for meta data.
Definition at line 52 of file TruthMetaDataWriter.h.
|
private |
Connection to the metadata store.
Definition at line 46 of file TruthMetaDataWriter.h.
|
private |
TagInfoMgr to get information out of /TagInfo.
Definition at line 56 of file TruthMetaDataWriter.h.
|
private |
The meta data container to be written out.
Definition at line 50 of file TruthMetaDataWriter.h.
|
private |
Service for retrieving the weight names.
Definition at line 48 of file TruthMetaDataWriter.h.