ATLAS Offline Software
Simulation
G4Atlas
G4AtlasTests
src
SiHitsTestTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef G4AT_SIHITSTESTTOOL
6
#define G4AT_SIHITSTESTTOOL
7
8
#include "
SimTestToolBase.h
"
9
10
11
class
SiHitsTestTool
:
public
SimTestToolBase
{
12
13
14
public
:
15
16
SiHitsTestTool
(
const
std::string&
type
,
const
std::string&
name
,
const
IInterface*
parent
);
17
18
StatusCode
initialize
();
19
20
StatusCode
processEvent
();
21
22
private
:
23
std::string
m_collection
;
24
// general
25
TH2 *
m_indetBarrel
, *
m_indetLongView
;
26
// specialised (Pixel/SCT)
27
TH1 *
m_hits_time
, *
m_hits_edep
, *
m_hits_log_edep
;
28
TH2 *
m_hits_xy
, *
m_hits_zr
;
29
TH2 *
m_hits_edep_zr
;
30
TH1 *
m_hits_edep_z
, *
m_hits_edep_r
;
31
TH1 *
m_hits_log_barcode
;
32
TH1 *
m_hits_step_length
, *
m_hits_log_step_length
;
33
};
34
35
#endif
SiHitsTestTool::m_hits_log_step_length
TH1 * m_hits_log_step_length
Definition:
SiHitsTestTool.h:32
SiHitsTestTool::m_hits_edep
TH1 * m_hits_edep
Definition:
SiHitsTestTool.h:27
SiHitsTestTool::m_hits_xy
TH2 * m_hits_xy
Definition:
SiHitsTestTool.h:28
SiHitsTestTool::initialize
StatusCode initialize()
Definition:
SiHitsTestTool.cxx:31
SiHitsTestTool::m_hits_step_length
TH1 * m_hits_step_length
Definition:
SiHitsTestTool.h:32
SiHitsTestTool::m_hits_edep_zr
TH2 * m_hits_edep_zr
Definition:
SiHitsTestTool.h:29
SiHitsTestTool::m_hits_zr
TH2 * m_hits_zr
Definition:
SiHitsTestTool.h:28
SimTestToolBase
Definition:
SimTestToolBase.h:20
SimTestToolBase.h
SiHitsTestTool::m_hits_time
TH1 * m_hits_time
Definition:
SiHitsTestTool.h:27
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
SiHitsTestTool::processEvent
StatusCode processEvent()
Definition:
SiHitsTestTool.cxx:90
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:221
SiHitsTestTool::m_hits_log_edep
TH1 * m_hits_log_edep
Definition:
SiHitsTestTool.h:27
SiHitsTestTool::SiHitsTestTool
SiHitsTestTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition:
SiHitsTestTool.cxx:16
SiHitsTestTool
Definition:
SiHitsTestTool.h:11
SiHitsTestTool::m_hits_log_barcode
TH1 * m_hits_log_barcode
Definition:
SiHitsTestTool.h:31
python.CaloScaleNoiseConfig.type
type
Definition:
CaloScaleNoiseConfig.py:78
SiHitsTestTool::m_indetBarrel
TH2 * m_indetBarrel
Definition:
SiHitsTestTool.h:25
SiHitsTestTool::m_indetLongView
TH2 * m_indetLongView
Definition:
SiHitsTestTool.h:25
SiHitsTestTool::m_hits_edep_r
TH1 * m_hits_edep_r
Definition:
SiHitsTestTool.h:30
SiHitsTestTool::m_hits_edep_z
TH1 * m_hits_edep_z
Definition:
SiHitsTestTool.h:30
SiHitsTestTool::m_collection
std::string m_collection
Definition:
SiHitsTestTool.h:23
Generated on Thu Nov 7 2024 21:26:04 for ATLAS Offline Software by
1.8.18