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
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
InnerDetector
InDetAlignAlgs
InDetAlignGenAlgs
src
SPLayer.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// SPLayer.cxx
6
// Richard Hawkings, started 13/4/04
7
// Methods for SPLayer class to represent a super layer of space points
8
9
#include <iostream>
10
#include "
InDetAlignGenAlgs/SPLayer.h
"
11
12
SPLayer::SPLayer
(
const
int
/*h1*/
,
const
int
/*h2*/
,
const
int
det
,
const
int
bec
,
13
const
int
layer
,
const
int
side
,
const
std::string&
name
,
14
const
std::vector<TH1*>& histlist) :
15
m_dettype(
det
), m_bec(
bec
), m_layer(
layer
),
16
m_side(
side
),m_nmod(0), m_nhit(0),
m_name
(
name
), m_histlist(histlist)
17
{
18
std::cout <<
"In splayer constructer"
<< std::endl;
19
if
(
m_histlist
.size() != 10) std::cout <<
20
"SPLayer Error: Unexpected histogram list size "
<<
21
m_histlist
.size() << std::endl;
22
}
23
SPLayer::SPLayer
SPLayer(const int, const int, const int, const int, const int, const int, const std::string &, const std::vector< TH1 * > &)
Definition:
SPLayer.cxx:12
ParticleGun_SamplingFraction.bec
int bec
Definition:
ParticleGun_SamplingFraction.py:89
TRTCalib_Extractor.det
det
Definition:
TRTCalib_Extractor.py:36
m_name
std::string m_name
Definition:
ColumnarPhysliteTest.cxx:53
TRT::Hit::side
@ side
Definition:
HitInfo.h:83
TRT::Hit::layer
@ layer
Definition:
HitInfo.h:79
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
SPLayer.h
SPLayer::m_histlist
std::vector< TH1 * > m_histlist
Definition:
SPLayer.h:39
Generated on Thu Apr 17 2025 21:18:43 for ATLAS Offline Software by
1.8.18