ATLAS Offline Software
Loading...
Searching...
No Matches
CopyTruthPartons.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef COPYTRUTHPARTONS_H
6#define COPYTRUTHPARTONS_H
7
9
10
13public:
14
16 CopyTruthPartons(const std::string& name) : CopyTruthParticles(name) { }
17
19 bool classify(const xAOD::TruthParticle* tp) const;
20
21};
22
23
24#endif
#define ASG_TOOL_CLASS2(CLASSNAME, INT1, INT2)
CopyTruthParticles(const std::string &name)
Constructor.
CopyTruthPartons(const std::string &name)
Constructor.
bool classify(const xAOD::TruthParticle *tp) const
Classifier function(s)
IJetExecuteTool is a dual-use tool interface for generic tools, i.e. those that behave like algorithm...
TruthParticle_v1 TruthParticle
Typedef to implementation.