Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Simulation
G4Atlas
G4AtlasTests
src
TileHitsTestTool.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_TILEHITSTESTTOOL
6
#define G4AT_TILEHITSTESTTOOL
7
8
#include "
SimTestToolBase.h
"
9
10
class
TileID
;
11
class
TileTBID
;
12
class
TileDetDescrManager
;
13
14
15
class
TileHitsTestTool
:
public
SimTestToolBase
{
16
17
18
public
:
19
20
TileHitsTestTool
(
const
std::string&
type
,
const
std::string&
name
,
const
IInterface*
parent
);
21
22
StatusCode
initialize
();
23
24
StatusCode
processEvent
();
25
26
private
:
27
28
const
TileID
*
m_tileID
;
29
const
TileTBID
*
m_tileTBID
;
30
const
TileDetDescrManager
*
m_tileMgr
;
31
32
TH1 *
m_tile_eta
, *
m_tile_phi
, *
m_tile_energy
, *
m_tile_log_energy
, *
m_tile_time
;
33
TH2 *
m_tile_rz
, *
m_tile_etaphi
, *
m_tile_energyphi
, *
m_tile_energyeta
;
34
35
TH1 *
m_mbts_side
, *
m_mbts_eta
, *
m_mbts_phi
;
36
TH2 *
m_mbts_sidetaphi
;
37
38
TH1 *
m_etot
;
39
40
bool
m_testMBTS
;
41
};
42
43
#endif
TileHitsTestTool::m_tile_eta
TH1 * m_tile_eta
Definition:
TileHitsTestTool.h:32
TileHitsTestTool::m_tile_etaphi
TH2 * m_tile_etaphi
Definition:
TileHitsTestTool.h:33
TileHitsTestTool::m_etot
TH1 * m_etot
Definition:
TileHitsTestTool.h:38
TileHitsTestTool::initialize
StatusCode initialize()
Definition:
TileHitsTestTool.cxx:32
TileHitsTestTool::m_mbts_sidetaphi
TH2 * m_mbts_sidetaphi
Definition:
TileHitsTestTool.h:36
TileHitsTestTool::m_tile_energy
TH1 * m_tile_energy
Definition:
TileHitsTestTool.h:32
TileHitsTestTool
Definition:
TileHitsTestTool.h:15
TileHitsTestTool::m_tileID
const TileID * m_tileID
Definition:
TileHitsTestTool.h:28
TileHitsTestTool::TileHitsTestTool
TileHitsTestTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition:
TileHitsTestTool.cxx:18
TileHitsTestTool::m_mbts_eta
TH1 * m_mbts_eta
Definition:
TileHitsTestTool.h:35
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
SimTestToolBase
Definition:
SimTestToolBase.h:20
TileHitsTestTool::m_tileTBID
const TileTBID * m_tileTBID
Definition:
TileHitsTestTool.h:29
SimTestToolBase.h
TileHitsTestTool::m_tile_rz
TH2 * m_tile_rz
Definition:
TileHitsTestTool.h:33
TileDetDescrManager
Definition:
TileDetDescrManager.h:33
TileHitsTestTool::m_tile_energyeta
TH2 * m_tile_energyeta
Definition:
TileHitsTestTool.h:33
TileID
Helper class for TileCal offline identifiers.
Definition:
TileID.h:68
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TileHitsTestTool::processEvent
StatusCode processEvent()
Definition:
TileHitsTestTool.cxx:65
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
TileHitsTestTool::m_testMBTS
bool m_testMBTS
Definition:
TileHitsTestTool.h:40
TileHitsTestTool::m_tile_log_energy
TH1 * m_tile_log_energy
Definition:
TileHitsTestTool.h:32
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
TileHitsTestTool::m_tile_phi
TH1 * m_tile_phi
Definition:
TileHitsTestTool.h:32
TileHitsTestTool::m_tile_energyphi
TH2 * m_tile_energyphi
Definition:
TileHitsTestTool.h:33
TileTBID
Helper class for TileCal offline identifiers of ancillary testbeam detectors and MBTS.
Definition:
Calorimeter/CaloIdentifier/CaloIdentifier/TileTBID.h:65
TileHitsTestTool::m_mbts_phi
TH1 * m_mbts_phi
Definition:
TileHitsTestTool.h:35
TileHitsTestTool::m_mbts_side
TH1 * m_mbts_side
Definition:
TileHitsTestTool.h:35
TileHitsTestTool::m_tile_time
TH1 * m_tile_time
Definition:
TileHitsTestTool.h:32
TileHitsTestTool::m_tileMgr
const TileDetDescrManager * m_tileMgr
Definition:
TileHitsTestTool.h:30
Generated on Mon May 12 2025 21:19:32 for ATLAS Offline Software by
1.8.18