|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef DERIVATIONFRAMEWORK_TRUTHCLASSIFICATIONDECORATOR_H
6 #define DERIVATIONFRAMEWORK_TRUTHCLASSIFICATIONDECORATOR_H
15 #include "GaudiKernel/ToolHandle.h"
32 {
this,
"ParticlesKey",
"TruthParticles",
"ReadHandleKey for input TruthParticleContainer"};
35 {
this,
"originalTruthParticle",
m_particlesKey,
"originalTruthParticle",
"Link to the original truth particle"};
37 {
this,
"classifierParticleOrigin",
m_particlesKey,
"classifierParticleOrigin",
"Particle origin decoration"};
39 {
this,
"classifierParticleType",
m_particlesKey,
"classifierParticleType",
"Particle type decoration"};
41 {
this,
"classifierParticleOutCome",
m_particlesKey,
"classifierParticleOutCome",
"Particle outcome decoration"};
43 {
this,
"Classification",
m_particlesKey,
"Classification",
"Classification code decorator"};
48 #endif // DERIVATIONFRAMEWORK_TRUTHCLASSIFICATIONDECORATOR_H
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
SG::WriteDecorHandleKey< xAOD::TruthParticleContainer > m_classificationDecoratorKey
TruthClassificationDecorator(const std::string &t, const std::string &n, const IInterface *p)
SG::WriteDecorHandleKey< xAOD::TruthParticleContainer > m_outcomeDecoratorKey
SG::WriteDecorHandleKey< xAOD::TruthParticleContainer > m_originDecoratorKey
virtual StatusCode addBranches() const
Pass the thinning service
SG::WriteDecorHandleKey< xAOD::TruthParticleContainer > m_linkDecoratorKey
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::ReadHandleKey< xAOD::TruthParticleContainer > m_particlesKey
SG::WriteDecorHandleKey< xAOD::TruthParticleContainer > m_typeDecoratorKey
ToolHandle< IMCTruthClassifier > m_classifier
~TruthClassificationDecorator()
std::atomic< unsigned int > m_ntotpart