ATLAS Offline Software
Loading...
Searching...
No Matches
InDetBasicPlot.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
9
10
12
13#include "InDetBasicPlot.h"
14#include <cmath>
15using namespace IDPVM;
16
17InDetBasicPlot::InDetBasicPlot(InDetPlotBase* pParent, const std::string& sDir) :
18 InDetPlotBase(pParent, sDir)
19 {
20
21 //nop
22
23}
24
25void
27
28 // book(m_my_histo, "my_histo");
29 // book(m_my_second_histo, "my_second_histo");
30
31}
32
33void
35
36 // fillHisto(m_my_histo, particle.eta());
37
38}
39
40void
42
43 // fillHisto(m_my_second_histo, particle.phi());
44
45}
46
47void
49
50 // nop
51
52}
InDetBasicPlot(InDetPlotBase *pParent, const std::string &dirName)
void fill(const xAOD::TrackParticle &particle)
InDetPlotBase(InDetPlotBase *pParent, const std::string &dirName)
Constructor taking parent node and directory name for plots.
Class to retrieve associated truth from a track, implementing a cached response.
TrackParticle_v1 TrackParticle
Reference the current persistent version:
TruthParticle_v1 TruthParticle
Typedef to implementation.