20 #ifndef DERIVATIONFRAMEWORK_Bmumu_reco_mumu_H
21 #define DERIVATIONFRAMEWORK_Bmumu_reco_mumu_H
26 #include "GaudiKernel/ToolHandle.h"
49 virtual StatusCode addBranches()
const override;
54 ToolHandle<Trk::V0Tools> m_v0Tools{
this,
"V0Tools",
"Trk::V0Tools"};
55 ToolHandle<Analysis::ICandidateSearch> m_jpsiFinder{
this,
"JpsiFinder",
"Analysis::JpsiFinder"};
56 ToolHandle<Analysis::PrimaryVertexRefitter> m_pvRefitter{
this,
"PVRefitter",
"Analysis::PrimaryVertexRefitter"};
68 Gaudi::Property<bool> m_refitPV{
this,
"RefitPV",
false};
69 Gaudi::Property<int> m_PV_max{
this,
"MaxPVrefit", 1};
70 Gaudi::Property<int> m_DoVertexType{
this,
"DoVertexType", 1};
72 Gaudi::Property<unsigned int>m_PV_minNTracks{
this,
"MinNTracksInPV", 0};
73 Gaudi::Property<bool> m_do3d{
this,
"Do3d",
false};
78 #endif // DERIVATIONFRAMEWORK_Bmumu_reco_mumu_H