ATLAS Offline Software
Loading...
Searching...
No Matches
TruthPVCollectionMaker.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef DERIVATIONFRAMEWORK_TRUTHPVCOLLECTIONMAKER_H
6#define DERIVATIONFRAMEWORK_TRUTHPVCOLLECTIONMAKER_H
7
8// Base classes
15
16namespace DerivationFramework {
17
18 class TruthPVCollectionMaker : public extends<AthAlgTool, IAugmentationTool> {
19 public:
20
21 using base_class::base_class;
22
23 virtual StatusCode initialize() override final;
24 virtual StatusCode addBranches(const EventContext& ctx) const override final;
25
26 private:
29 };
30}
31
32#endif // DERIVATIONFRAMEWORK_TRUTHPVCOLLECTIONMAKER_H
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
virtual StatusCode addBranches(const EventContext &ctx) const override final
SG::WriteHandleKey< xAOD::TruthVertexContainer > m_outVtxKey
Output collection name.
virtual StatusCode initialize() override final
SG::ReadHandleKey< xAOD::TruthEventContainer > m_eventsKey
Input event collection (navigates to the vertices)
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
THE reconstruction tool.