ATLAS Offline Software
Reco_4mu.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 // Reco_4mu.h
8 
9 #ifndef DERIVATIONFRAMEWORK_Reco_4mu_H
10 #define DERIVATIONFRAMEWORK_Reco_4mu_H
11 
12 #include <string>
13 
18 #include "xAODBPhys/BPhysHelper.h"
19 
22 namespace Trk {
23  class V0Tools;
24 }
25 
26 namespace xAOD {
27  class BPhysHypoHelper;
28 }
29 
32 namespace DerivationFramework {
33 
34  class Reco_4mu : public AthAlgTool, public IAugmentationTool {
35  public:
36  Reco_4mu(const std::string& t, const std::string& n, const IInterface* p);
37 
40 
41  virtual StatusCode addBranches() const;
42 
43  private:
46  void ProcessVertex(xAOD::BPhysHypoHelper&, xAOD::BPhysHelper::pv_type, std::vector<double> trackMasses) const;
47  ToolHandle<Trk::V0Tools> m_v0Tools;
48  ToolHandle<DerivationFramework::FourMuonTool> m_fourMuonTool;
49  ToolHandle<Analysis::PrimaryVertexRefitter> m_pvRefitter;
50 
53  std::string m_pairName;
54  std::string m_quadName;
55  std::string m_pvContainerName;
56  std::string m_refPVContainerName;
57  bool m_refitPV;
58  int m_PV_max;
60  };
61 }
62 
63 #endif // DERIVATIONFRAMEWORK_Reco_4mu_H
DerivationFramework::Reco_4mu::m_DoVertexType
int m_DoVertexType
Definition: Reco_4mu.h:59
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
IAugmentationTool.h
DerivationFramework::Reco_4mu::m_pvContainerName
std::string m_pvContainerName
Definition: Reco_4mu.h:55
DerivationFramework::Reco_4mu::ProcessVertex
void ProcessVertex(xAOD::BPhysHypoHelper &, xAOD::BPhysHelper::pv_type, std::vector< double > trackMasses) const
tools
Definition: Reco_4mu.cxx:242
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
DerivationFramework::Reco_4mu::finalize
StatusCode finalize()
Definition: Reco_4mu.cxx:67
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
PrimaryVertexRefitter.h
DerivationFramework::IAugmentationTool
Definition: IAugmentationTool.h:24
DerivationFramework::Reco_4mu
Definition: Reco_4mu.h:34
DerivationFramework::Reco_4mu::m_pvRefitter
ToolHandle< Analysis::PrimaryVertexRefitter > m_pvRefitter
Definition: Reco_4mu.h:49
DerivationFramework::Reco_4mu::m_PV_max
int m_PV_max
Definition: Reco_4mu.h:58
xAOD::BPhysHypoHelper
Definition: BPhysHypoHelper.h:73
DerivationFramework::Reco_4mu::m_pairName
std::string m_pairName
job options
Definition: Reco_4mu.h:53
DerivationFramework::Reco_4mu::m_v0Tools
ToolHandle< Trk::V0Tools > m_v0Tools
Definition: Reco_4mu.h:47
xAOD::BPhysHelper::pv_type
pv_type
: Enum type of the PV
Definition: BPhysHelper.h:475
DerivationFramework::Reco_4mu::m_quadName
std::string m_quadName
Definition: Reco_4mu.h:54
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::Reco_4mu::m_refPVContainerName
std::string m_refPVContainerName
Definition: Reco_4mu.h:56
DerivationFramework
THE reconstruction tool.
Definition: ParticleSortingAlg.h:24
DerivationFramework::Reco_4mu::m_fourMuonTool
ToolHandle< DerivationFramework::FourMuonTool > m_fourMuonTool
Definition: Reco_4mu.h:48
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
V0Tools
BPhysHelper.h
: B-physics xAOD helpers.
DerivationFramework::Reco_4mu::Reco_4mu
Reco_4mu(const std::string &t, const std::string &n, const IInterface *p)
Definition: Reco_4mu.cxx:20
DerivationFramework::Reco_4mu::m_refitPV
bool m_refitPV
Definition: Reco_4mu.h:57
DerivationFramework::Reco_4mu::initialize
StatusCode initialize()
Definition: Reco_4mu.cxx:47
AthAlgTool
Definition: AthAlgTool.h:26
DerivationFramework::Reco_4mu::addBranches
virtual StatusCode addBranches() const
Pass the thinning service
Definition: Reco_4mu.cxx:75
FourMuonTool.h