ATLAS Offline Software
TauSelectionWrapper.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 // TauSelectionWrapper.h (c) ATLAS Detector software
8 
9 #ifndef DERIVATIONFRAMEWORK_TAUSELECTIONWRAPPER_H
10 #define DERIVATIONFRAMEWORK_TAUSELECTIONWRAPPER_H 1
11 
12 #include<string>
13 
14 // Gaudi & Athena basics
16 
17 // DerivationFramework includes
19 
20 namespace DerivationFramework {
21 
30 
31  public:
33  TauSelectionWrapper( const std::string& t, const std::string& n, const IInterface* p );
34 
37 
38  // Athena algtool's Hooks
41 
43  virtual StatusCode addBranches() const;
44 
45  private:
47  std::string m_collName;
48  std::string m_sgKey;
49 
50  };
51 
52 }
53 
54 #endif
DerivationFramework::TauSelectionWrapper::finalize
StatusCode finalize()
Definition: TauSelectionWrapper.cxx:54
DerivationFramework::TauSelectionWrapper
Definition: TauSelectionWrapper.h:29
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
IAugmentationTool.h
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
DerivationFramework::TauSelectionWrapper::m_sgKey
std::string m_sgKey
Definition: TauSelectionWrapper.h:48
DerivationFramework::IAugmentationTool
Definition: IAugmentationTool.h:24
DerivationFramework::TauSelectionWrapper::initialize
StatusCode initialize()
Definition: TauSelectionWrapper.cxx:37
DerivationFramework::TauSelectionWrapper::TauSelectionWrapper
TauSelectionWrapper(const std::string &t, const std::string &n, const IInterface *p)
Constructor with parameters.
Definition: TauSelectionWrapper.cxx:18
DerivationFramework::TauSelectionWrapper::addBranches
virtual StatusCode addBranches() const
Check that the current event passes this filter.
Definition: TauSelectionWrapper.cxx:61
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::TauSelectionWrapper::m_collName
std::string m_collName
Definition: TauSelectionWrapper.h:47
DerivationFramework::TauSelectionWrapper::m_isTauFlag
int m_isTauFlag
Definition: TauSelectionWrapper.h:46
DerivationFramework::TauSelectionWrapper::~TauSelectionWrapper
~TauSelectionWrapper()
Destructor.
Definition: TauSelectionWrapper.cxx:33
AthAlgTool
Definition: AthAlgTool.h:26