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