Loading [MathJax]/jax/input/TeX/config.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
TGCHitsTestTool.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_TGCHITSTESTTOOL
6
#define G4AT_TGCHITSTESTTOOL
7
8
#include "
MuonHitTestToolBase.h
"
9
10
//#include "MuonReadoutGeometry/MuonDetectorManager.h"
11
//#include "MuonIdHelpers/TgcIdHelper.h"
12
class
TgcIdHelper
;
13
14
15
class
TGCHitsTestTool
:
public
MuonHitTestToolBase
{
16
17
18
public
:
19
20
TGCHitsTestTool
(
const
std::string&
type
,
const
std::string&
name
,
const
IInterface*
parent
)
21
:
MuonHitTestToolBase
(
type
,
name
,
parent
),
22
m_pTgcIdHelper
(0)
23
{
24
declareProperty(
"DoTGCTest"
,
m_DoTGCTest
=
true
);
25
}
26
27
StatusCode
initialize
();
28
29
StatusCode
processEvent
();
30
31
protected
:
32
Identifier
getIdentifier
(
HitID
);
33
StatusCode
checkIdentifier
(
Identifier
);
34
35
36
private
:
37
38
bool
m_DoTGCTest
;
39
40
const
TgcIdHelper
*
m_pTgcIdHelper
;
41
42
};
43
44
#endif
TGCHitsTestTool::m_DoTGCTest
bool m_DoTGCTest
Definition:
TGCHitsTestTool.h:38
TGCHitsTestTool::getIdentifier
Identifier getIdentifier(HitID)
Definition:
TGCHitsTestTool.cxx:23
TgcIdHelper
Definition:
TgcIdHelper.h:50
MuonHitTestToolBase.h
TGCHitsTestTool::TGCHitsTestTool
TGCHitsTestTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition:
TGCHitsTestTool.h:20
TGCHitsTestTool::m_pTgcIdHelper
const TgcIdHelper * m_pTgcIdHelper
Definition:
TGCHitsTestTool.h:40
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
TGCHitsTestTool
Definition:
TGCHitsTestTool.h:15
TGCHitsTestTool::processEvent
StatusCode processEvent()
Definition:
TGCHitsTestTool.cxx:66
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
TGCHitsTestTool::initialize
StatusCode initialize()
Definition:
TGCHitsTestTool.cxx:116
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
MuonHitTestToolBase
Definition:
MuonHitTestToolBase.h:21
HitID
int HitID
Definition:
GenericMuonSimHit.h:13
TGCHitsTestTool::checkIdentifier
StatusCode checkIdentifier(Identifier)
Definition:
TGCHitsTestTool.cxx:45
Identifier
Definition:
IdentifierFieldParser.cxx:14
Generated on Mon May 12 2025 21:19:07 for ATLAS Offline Software by
1.8.18