|  | ATLAS Offline Software
    | 
 
 
 
Go to the documentation of this file.
    2 #ifndef XAODTRUTHCNV_TRUTHVERTEXFIXERALG_H 
    3 #define XAODTRUTHCNV_TRUTHVERTEXFIXERALG_H 
   40       this, 
"InputContainer", 
"InputFileTruthVertices",
 
   41       "Input TruthVertices container"};
 
   45       this, 
"OutputContainer", 
"TruthVertices",
 
   46       "Output TruthVertices container"};
 
   50       this, 
"ParticleLinks", {}, 
"Names of the truth particle links to fix"};
 
   54       this, 
"VertexLinks", {}, 
"Names of the truth vertex links to fix"};
 
   58       this, 
"LinkPrefixToRemove", 
"", 
"Prefix to remove from the link names"};
 
   64 #endif  // XAODTRUTHCNV_TRUTHVERTEXFIXERALG_H 
  
virtual StatusCode execute(const EventContext &ctx) const override
Function executing the algorithm.
Gaudi::Property< std::vector< std::string > > m_vertexLinks
Names of the truth vertex links to fix.
virtual StatusCode initialize() override
Function initialising the algorithm.
Algorithm fixing xAOD::TruthVertex objects in (old) DAOD files.
Property holding a SG store/key/clid from which a ReadHandle is made.
Gaudi::Property< std::string > m_linkPrefixToRemove
Prefix to remove from the link names.
Property holding a SG store/key/clid from which a WriteHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::WriteHandleKey< xAOD::TruthVertexContainer > m_outputContainerKey
The keys for the output xAOD truth containers.
SG::ReadHandleKey< xAOD::TruthVertexContainer > m_inputContainerKey
The keys of the input xAOD truth containers.
AnaReentrantAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
the base class for EventLoop reentrant algorithms
Gaudi::Property< std::vector< std::string > > m_particleLinks
Names of the truth particle links to fix.