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
CSCHitsTestTool.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_CSCHITSTESTTOOL
6
#define G4AT_CSCHITSTESTTOOL
7
8
#include "
MuonHitTestToolBase.h
"
9
10
class
CscIdHelper
;
11
12
class
CSCHitsTestTool
:
public
MuonHitTestToolBase
{
13
14
15
public
:
16
17
CSCHitsTestTool
(
const
std::string&
type
,
const
std::string&
name
,
const
IInterface*
parent
) :
18
MuonHitTestToolBase
(
type
,
name
,
parent
),
19
m_pCscIdHelper
(0)
20
{
21
declareProperty(
"DoCSCTest"
,
m_DoCSCTest
=
true
);
22
}
23
24
StatusCode
initialize
();
25
26
// StatusCode bookHistograms();
27
28
StatusCode
processEvent
();
29
protected
:
30
Identifier
getIdentifier
(
HitID
);
31
StatusCode
checkIdentifier
(
Identifier
);
32
private
:
33
34
bool
m_DoCSCTest
;
35
36
const
CscIdHelper
*
m_pCscIdHelper
;
37
38
};
39
40
#endif
CSCHitsTestTool::getIdentifier
Identifier getIdentifier(HitID)
Definition:
CSCHitsTestTool.cxx:22
CSCHitsTestTool::checkIdentifier
StatusCode checkIdentifier(Identifier)
Definition:
CSCHitsTestTool.cxx:48
MuonHitTestToolBase.h
CSCHitsTestTool
Definition:
CSCHitsTestTool.h:12
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
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
CSCHitsTestTool::processEvent
StatusCode processEvent()
Definition:
CSCHitsTestTool.cxx:66
CSCHitsTestTool::m_pCscIdHelper
const CscIdHelper * m_pCscIdHelper
Definition:
CSCHitsTestTool.h:36
CSCHitsTestTool::m_DoCSCTest
bool m_DoCSCTest
Definition:
CSCHitsTestTool.h:34
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
CSCHitsTestTool::initialize
StatusCode initialize()
Definition:
CSCHitsTestTool.cxx:114
CscIdHelper
Definition:
CscIdHelper.h:52
CSCHitsTestTool::CSCHitsTestTool
CSCHitsTestTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition:
CSCHitsTestTool.h:17
MuonHitTestToolBase
Definition:
MuonHitTestToolBase.h:21
HitID
int HitID
Definition:
GenericMuonSimHit.h:13
Identifier
Definition:
IdentifierFieldParser.cxx:14
Generated on Mon May 12 2025 21:08:07 for ATLAS Offline Software by
1.8.18