ATLAS Offline Software
Loading...
Searching...
No Matches
TruthCollectionMakerForwardProton.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef DERIVATIONFRAMEWORK_TRUTHCOLLECTIONMAKERFORWARDPROTON_H
6#define DERIVATIONFRAMEWORK_TRUTHCOLLECTIONMAKERFORWARDPROTON_H
7
8// Base class
10#include "GaudiKernel/SystemOfUnits.h"
11
12namespace DerivationFramework {
13
15 public:
16
17 using TruthCollectionMakerBase::TruthCollectionMakerBase;
18
19 private:
20 virtual std::vector<int> updateMask(const xAOD::TruthParticleContainer*) const override final;
21 Gaudi::Property<double> m_beamEnergy{this, "BeamEnergy", 6.8 * Gaudi::Units::TeV, "Beam Energy"};
22 };
23}
24
25#endif // DERIVATIONFRAMEWORK_TRUTHCOLLECTIONMAKERFORWARDPROTON_H
virtual std::vector< int > updateMask(const xAOD::TruthParticleContainer *) const override final
THE reconstruction tool.
TruthParticleContainer_v1 TruthParticleContainer
Declare the latest version of the truth particle container.