ATLAS Offline Software
TruthCollectionMakerTau.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef DERIVATIONFRAMEWORK_TRUTHCOLLECTIONMAKERTAU_H
6 #define DERIVATIONFRAMEWORK_TRUTHCOLLECTIONMAKERTAU_H
7 
8 // Interface classes
11 
12 // For the tool handle
13 #include "GaudiKernel/ToolHandle.h"
14 
15 // Forward declarations
16 namespace TauAnalysisTools{
17  class IBuildTruthTaus;
18 }
19 
20 namespace DerivationFramework {
21 
23  public:
24  TruthCollectionMakerTau(const std::string& t, const std::string& n, const IInterface* p);
27  virtual StatusCode addBranches() const;
28 
29  private:
30 
31  ToolHandle<TauAnalysisTools::IBuildTruthTaus> m_buildTruthTaus;
32 
33  };
34 }
35 
36 #endif // DERIVATIONFRAMEWORK_TRUTHCOLLECTIONMAKERTAU_H
TauAnalysisTools
Definition: TruthCollectionMakerTau.h:16
DerivationFramework::TruthCollectionMakerTau::~TruthCollectionMakerTau
~TruthCollectionMakerTau()
Definition: TruthCollectionMakerTau.cxx:29
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
IAugmentationTool.h
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
DerivationFramework::IAugmentationTool
Definition: IAugmentationTool.h:24
beamspotman.n
n
Definition: beamspotman.py:731
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
DerivationFramework::TruthCollectionMakerTau::initialize
StatusCode initialize()
Definition: TruthCollectionMakerTau.cxx:33
DerivationFramework
THE reconstruction tool.
Definition: ParticleSortingAlg.h:24
DerivationFramework::TruthCollectionMakerTau
Definition: TruthCollectionMakerTau.h:22
TauAnalysisTools::IBuildTruthTaus
Definition: IBuildTruthTaus.h:28
DerivationFramework::TruthCollectionMakerTau::addBranches
virtual StatusCode addBranches() const
Pass the thinning service
Definition: TruthCollectionMakerTau.cxx:43
AthAlgTool
Definition: AthAlgTool.h:26
DerivationFramework::TruthCollectionMakerTau::TruthCollectionMakerTau
TruthCollectionMakerTau(const std::string &t, const std::string &n, const IInterface *p)
Definition: TruthCollectionMakerTau.cxx:18
DerivationFramework::TruthCollectionMakerTau::m_buildTruthTaus
ToolHandle< TauAnalysisTools::IBuildTruthTaus > m_buildTruthTaus
Definition: TruthCollectionMakerTau.h:31