ATLAS Offline Software
Simulation
G4Atlas
G4AtlasTests
src
FCALHitsTestTool.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
FCALHitsTestTool.h
"
6
7
#include <TH2D.h>
8
#include <TH1.h>
9
#include <TProfile.h>
10
11
FCALHitsTestTool::FCALHitsTestTool
(
const
std::string&
type
,
const
std::string&
name
,
const
IInterface*
parent
)
12
:
LArHitsTestTool
(
type
,
name
,
parent
)
13
{
14
}
15
16
StatusCode
FCALHitsTestTool::initialize
()
17
{
18
std::string origpath=
m_path
;
19
20
m_path
+=
"LAr/FCAL/"
;
21
22
// variables specific to sub detector (root histo names have to be unique!)
23
24
_TH1D
(
m_etot
,
"FCAL_etot"
,100,0.,10.);
25
26
_TH1D_WEIGHTED
(
m_edep_r
,
"FCAL_edep_r"
,100,0.,500.);
27
_TPROFILE
(
m_etot_eta
,
"FCAL_etot_eta"
,25,-3.,3.);
28
29
m_path
= std::move(origpath);
30
31
return
LArHitsTestTool::initialize
();
32
}
33
_TPROFILE
#define _TPROFILE(var, name, nbin, xmin, xmax)
Definition:
SimTestHisto.h:39
LArHitsTestTool::m_edep_r
TH1 * m_edep_r
Definition:
LArHitsTestTool.h:44
FCALHitsTestTool::FCALHitsTestTool
FCALHitsTestTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition:
FCALHitsTestTool.cxx:11
LArHitsTestTool
Definition:
LArHitsTestTool.h:12
LArHitsTestTool::m_etot_eta
TH1 * m_etot_eta
Definition:
LArHitsTestTool.h:45
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
_TH1D
#define _TH1D(var, name, nbin, xmin, xmax)
Definition:
SimTestHisto.h:47
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
FCALHitsTestTool.h
_TH1D_WEIGHTED
#define _TH1D_WEIGHTED(var, name, nbin, xmin, xmax)
Definition:
SimTestHisto.h:67
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
FCALHitsTestTool::initialize
StatusCode initialize()
Definition:
FCALHitsTestTool.cxx:16
LArHitsTestTool::initialize
virtual StatusCode initialize() override
Definition:
LArHitsTestTool.cxx:40
SimTestHisto::m_path
std::string m_path
Definition:
SimTestHisto.h:34
LArHitsTestTool::m_etot
TH1 * m_etot
Definition:
LArHitsTestTool.h:42
Generated on Sun Nov 9 2025 21:09:54 for ATLAS Offline Software by
1.8.18