ATLAS Offline Software
Loading...
Searching...
No Matches
TruthCollectionMakerCharm.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_TRUTHCOLLECTIONMAKERCHARM_H
6#define DERIVATIONFRAMEWORK_TRUTHCOLLECTIONMAKERCHARM_H
7
8// Base class
10
11namespace DerivationFramework {
12
14 public:
15
16 using TruthCollectionMakerBase::TruthCollectionMakerBase;
17
18 private:
19 virtual std::vector<int> updateMask(const xAOD::TruthParticleContainer*) const override final;
20 };
21}
22
23#endif // DERIVATIONFRAMEWORK_TRUTHCOLLECTIONMAKERCHARM_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.