ATLAS Offline Software
TruthD2Decorator.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 // TruthD2Decorator.h, (c) ATLAS Detector software
8 
9 #ifndef DERIVATIONFRAMEWORK_TRUTHD2DECORATOR_H
10 #define DERIVATIONFRAMEWORK_TRUTHD2DECORATOR_H
11 
12 #include <string>
13 
16 #include "StoreGate/ReadHandleKey.h"
18 #include "xAODJet/JetContainer.h"
19 
20 namespace DerivationFramework {
21 
23  public:
24  TruthD2Decorator(const std::string& t, const std::string& n, const IInterface* p);
26  virtual StatusCode addBranches() const;
27 
28  private:
30  {this, "JetContainerKey", "AntiKt10TruthTrimmedPtFrac5SmallR20Jets", "Name of jet container key for input"};
32  {this, "DecorationName", "AntiKt10TruthTrimmedPtFrac5SmallR20Jets.D2", "Decoration Name"};
33  };
34 }
35 
36 #endif // DERIVATIONFRAMEWORK_TruthD2Decorator_H
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::WriteDecorHandleKey
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Definition: StoreGate/StoreGate/WriteDecorHandleKey.h:89
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
DerivationFramework::TruthD2Decorator::TruthD2Decorator
TruthD2Decorator(const std::string &t, const std::string &n, const IInterface *p)
Definition: TruthD2Decorator.cxx:18
IAugmentationTool.h
DerivationFramework::TruthD2Decorator::m_jetContainerKey
SG::ReadHandleKey< xAOD::JetContainer > m_jetContainerKey
Definition: TruthD2Decorator.h:30
DerivationFramework::TruthD2Decorator::initialize
StatusCode initialize()
Definition: TruthD2Decorator.cxx:27
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
DerivationFramework::TruthD2Decorator::m_decorationName
SG::WriteDecorHandleKey< xAOD::JetContainer > m_decorationName
Definition: TruthD2Decorator.h:32
DerivationFramework::IAugmentationTool
Definition: IAugmentationTool.h:24
WriteDecorHandleKey.h
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
beamspotman.n
n
Definition: beamspotman.py:731
DerivationFramework::TruthD2Decorator
Definition: TruthD2Decorator.h:22
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
DerivationFramework
THE reconstruction tool.
Definition: ParticleSortingAlg.h:24
DerivationFramework::TruthD2Decorator::addBranches
virtual StatusCode addBranches() const
Pass the thinning service
Definition: TruthD2Decorator.cxx:39
JetContainer.h
AthAlgTool
Definition: AthAlgTool.h:26