ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetValidation
InDetPhysValMonitoring
src
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
11
#include "
InDetPhysValMonitoringUtilities.h
"
12
13
#include "
InDetBasicPlot.h
"
14
#include <cmath>
15
using namespace
IDPVM
;
16
17
InDetBasicPlot::InDetBasicPlot
(
InDetPlotBase
* pParent,
const
std::string& sDir) :
18
InDetPlotBase
(pParent, sDir)
19
{
20
21
//nop
22
23
}
24
25
void
26
InDetBasicPlot::initializePlots
() {
27
28
// book(m_my_histo, "my_histo");
29
// book(m_my_second_histo, "my_second_histo");
30
31
}
32
33
void
34
InDetBasicPlot::fill
(
const
xAOD::TruthParticle
&
/*particle*/
) {
35
36
// fillHisto(m_my_histo, particle.eta());
37
38
}
39
40
void
41
InDetBasicPlot::fill
(
const
xAOD::TrackParticle
&
/*particle*/
) {
42
43
// fillHisto(m_my_second_histo, particle.phi());
44
45
}
46
47
void
48
InDetBasicPlot::finalizePlots
() {
49
50
// nop
51
52
}
InDetBasicPlot.h
InDetPhysValMonitoringUtilities.h
InDetBasicPlot::finalizePlots
void finalizePlots()
Definition
InDetBasicPlot.cxx:48
InDetBasicPlot::InDetBasicPlot
InDetBasicPlot(InDetPlotBase *pParent, const std::string &dirName)
Definition
InDetBasicPlot.cxx:17
InDetBasicPlot::initializePlots
void initializePlots()
Definition
InDetBasicPlot.cxx:26
InDetBasicPlot::fill
void fill(const xAOD::TrackParticle &particle)
Definition
InDetBasicPlot.cxx:41
InDetPlotBase::InDetPlotBase
InDetPlotBase(InDetPlotBase *pParent, const std::string &dirName)
Constructor taking parent node and directory name for plots.
Definition
InDetPlotBase.cxx:35
IDPVM
Class to retrieve associated truth from a track, implementing a cached response.
Definition
InDetPhysValMonitoringTool.h:56
xAOD::TrackParticle
TrackParticle_v1 TrackParticle
Reference the current persistent version:
Definition
Event/xAOD/xAODTracking/xAODTracking/TrackParticle.h:13
xAOD::TruthParticle
TruthParticle_v1 TruthParticle
Typedef to implementation.
Definition
Event/xAOD/xAODTruth/xAODTruth/TruthParticle.h:15
Generated on
for ATLAS Offline Software by
1.17.0