ATLAS Offline Software
AugmentationToolLeadingJets.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 // AugmentationLeadingJets.h, (c) ATLAS Detector software
8 
9 #ifndef DERIVATIONFRAMEWORK_AUGMENTATIONTOOLLEADINGJETS_H
10 #define DERIVATIONFRAMEWORK_AUGMENTATIONTOOLLEADINGJETS_H
11 
12 #include <string>
13 
16 
17 namespace DerivationFramework {
18 
20  public:
21  AugmentationToolLeadingJets(const std::string& t, const std::string& n, const IInterface* p);
22  virtual StatusCode addBranches() const;
23  };
24 }
25 
26 #endif // DERIVATIONFRAMEWORK_AUGMENTATIONTOOLLEADINGJETS_H
DerivationFramework::AugmentationToolLeadingJets::addBranches
virtual StatusCode addBranches() const
Pass the thinning service
Definition: AugmentationToolLeadingJets.cxx:26
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
THE reconstruction tool.
Definition: ParticleSortingAlg.h:24
DerivationFramework::AugmentationToolLeadingJets
Definition: AugmentationToolLeadingJets.h:19
DerivationFramework::AugmentationToolLeadingJets::AugmentationToolLeadingJets
AugmentationToolLeadingJets(const std::string &t, const std::string &n, const IInterface *p)
Definition: AugmentationToolLeadingJets.cxx:18
AthAlgTool
Definition: AthAlgTool.h:26