|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef DERIVATIONFRAMEWORK_GENERICTRUTHTHINNING_H
10 #define DERIVATIONFRAMEWORK_GENERICTRUTHTHINNING_H
21 #include "GaudiKernel/ToolHandle.h"
28 class GenericTruthThinning :
public extends<ExpressionParserUser<AthAlgTool,kGenericTruthThinningParserNum>, IThinningTool> {
39 {
this,
"StreamName",
"",
"Name of the stream being thinned" };
41 {
this,
"ParticlesKey",
"TruthParticles",
"" };
43 {
this,
"VerticesKey",
"TruthVertices",
"" };
54 #endif // DERIVATIONFRAMEWORK_GENERICTRUTHTHINNING_H
std::atomic< unsigned int > m_ntotvtx
HandleKey object for adding thinning to an object.
@ kGenericTruthThinningPartParser
virtual StatusCode finalize() override
StringProperty m_streamName
@ kGenericTruthThinningParserNum
SG::ThinningHandleKey< xAOD::TruthVertexContainer > m_verticesKey
::StatusCode StatusCode
StatusCode definition for legacy code.
std::atomic< unsigned int > m_npasspart
std::atomic< unsigned int > m_npassvtx
std::atomic< unsigned int > m_ntotpart
SG::ThinningHandleKey< xAOD::TruthParticleContainer > m_particlesKey
bool m_preserveGeneratorDescendants
virtual StatusCode initialize() override
GenericTruthThinning(const std::string &t, const std::string &n, const IInterface *p)
virtual StatusCode doThinning() const override
bool m_preserveDescendants
virtual ~GenericTruthThinning()
HandleKey object for adding thinning to an object.
EGenericTruthThinningParser