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