ATLAS Offline Software
Loading...
Searching...
No Matches
Tracking/TrkValidation/TrkValHistUtils/TrkValHistUtils/RecoInfoPlots.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_RECOINFOPLOTS_H
6#define TRKVALHISTUTILS_RECOINFOPLOTS_H
7
8#include "PlotBase.h"
10
11namespace Trk{
12
13class RecoInfoPlots: public PlotBase {
14 public:
15 RecoInfoPlots(PlotBase *pParent, const std::string& sDir, const std::string& sType=""):PlotBase(pParent, sDir),m_sType(sType){ init();}
16 void fill(const xAOD::TrackParticle& trkprt, float weight=1.0);
17
22
23 private:
24 std::string m_sType;
25 void init();
26 void initializePlots();
27
28};
29
30}
31
32#endif
33
PlotBase(PlotBase *parent, const std::string &sDir)
Definition PlotBase.cxx:29
RecoInfoPlots(PlotBase *pParent, const std::string &sDir, const std::string &sType="")
void fill(const xAOD::TrackParticle &trkprt, float weight=1.0)
Ensure that the ATLAS eigen extensions are properly loaded.
TrackParticle_v1 TrackParticle
Reference the current persistent version: