ATLAS Offline Software
JetMSVAugmentation.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
13 #ifndef DerivationFramework_JetMSVAugmentation_H
14 #define DerivationFramework_JetMSVAugmentation_H
15 
16 #include <string>
17 
19 #include "GaudiKernel/ToolHandle.h"
21 
22 namespace DerivationFramework {
23 
24 
26 
27 
28  public:
29  JetMSVAugmentation(const std::string& t, const std::string& n, const IInterface* p);
33  virtual StatusCode addBranches() const;
34 
35 
36 
37  private:
38 
39  std::string m_jetCollectionName;
40  std::string m_vtxAlgName;
41 
42 
43  };
44 
45 }
46 
47 
48 #endif
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
IAugmentationTool.h
DerivationFramework::JetMSVAugmentation::initialize
StatusCode initialize()
Definition: JetMSVAugmentation.cxx:36
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
DerivationFramework::IAugmentationTool
Definition: IAugmentationTool.h:24
DerivationFramework::JetMSVAugmentation::addBranches
virtual StatusCode addBranches() const
Pass the thinning service
Definition: JetMSVAugmentation.cxx:55
DerivationFramework::JetMSVAugmentation::JetMSVAugmentation
JetMSVAugmentation(const std::string &t, const std::string &n, const IInterface *p)
Definition: JetMSVAugmentation.cxx:19
beamspotman.n
n
Definition: beamspotman.py:731
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
DerivationFramework::JetMSVAugmentation::~JetMSVAugmentation
~JetMSVAugmentation()
Definition: JetMSVAugmentation.cxx:32
AthAlgTool.h
DerivationFramework
THE reconstruction tool.
Definition: ParticleSortingAlg.h:24
DerivationFramework::JetMSVAugmentation::m_jetCollectionName
std::string m_jetCollectionName
Definition: JetMSVAugmentation.h:39
AthAlgTool
Definition: AthAlgTool.h:26
DerivationFramework::JetMSVAugmentation::m_vtxAlgName
std::string m_vtxAlgName
Definition: JetMSVAugmentation.h:40
DerivationFramework::JetMSVAugmentation::finalize
StatusCode finalize()
Definition: JetMSVAugmentation.cxx:47
DerivationFramework::JetMSVAugmentation
Definition: JetMSVAugmentation.h:25