ATLAS Offline Software
Loading...
Searching...
No Matches
DefParamPullPlots.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRKVALHISTUTILS_DEFPARAMPULLPLOTS_H
6#define TRKVALHISTUTILS_DEFPARAMPULLPLOTS_H
7
8#include "PlotBase.h"
11
12namespace Trk{
13
15 public:
16 DefParamPullPlots(PlotBase *pParent, const std::string& sDir, const std::string& sType=""):PlotBase(pParent, sDir),m_sType(sType){ init();}
17 void fill(const xAOD::TrackParticle& trkprt, const xAOD::TruthParticle& truthprt, float weight=1.0);
18
19 TH1* Pull_d0;
20 TH1* Pull_z0;
24
30
31 private:
32 std::string m_sType;
33 void init();
34 void initializePlots();
35};
36
37}
38#endif
PlotBase(PlotBase *parent, const std::string &sDir)
Definition PlotBase.cxx:29
DefParamPullPlots(PlotBase *pParent, const std::string &sDir, const std::string &sType="")
void fill(const xAOD::TrackParticle &trkprt, const xAOD::TruthParticle &truthprt, float weight=1.0)
Ensure that the ATLAS eigen extensions are properly loaded.
TrackParticle_v1 TrackParticle
Reference the current persistent version:
TruthParticle_v1 TruthParticle
Typedef to implementation.