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
MuonSpectrometer
MuonCnv
MuonEventTPCnv
MuonEventTPCnv
MuonPrepRawData
CscStripPrepData_p1.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 CSCSTRIPPREPDATA_P1_TRK_H
6
#define CSCSTRIPPREPDATA_P1_TRK_H
7
8
//-----------------------------------------------------------------------------
9
//
10
// file: CscStripPrepData_p1.h
11
//
12
//-----------------------------------------------------------------------------
13
#include "
AthenaPoolUtilities/TPObjRef.h
"
14
#include "
Identifier/IdentifierHash.h
"
15
16
namespace
Muon
17
{
18
class
CscStripPrepData_p1
19
{
20
public
:
21
CscStripPrepData_p1
()
22
:
m_timeOfFirstSample
(0.),
m_samplingTime
(0),
m_samplingPhase
(0)
23
{}
24
// base
25
TPObjRef
m_prd
;
26
IdentifierHash
m_collectionHash
;
27
//const Trk::GlobalPosition * m_globalPosition
28
//const MuonGM::CscReadoutElement * m_detEl
29
30
std::vector< float >
m_sampleCharges
;
31
float
m_timeOfFirstSample
;
32
unsigned
short
m_samplingTime
;
33
bool
m_samplingPhase
;
34
};
35
}
36
37
#endif
Muon::CscStripPrepData_p1::m_prd
TPObjRef m_prd
Definition:
CscStripPrepData_p1.h:25
Muon::CscStripPrepData_p1::m_sampleCharges
std::vector< float > m_sampleCharges
Definition:
CscStripPrepData_p1.h:30
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition:
TrackSystemController.h:45
TPObjRef
Definition:
TPObjRef.h:20
Muon::CscStripPrepData_p1::m_collectionHash
IdentifierHash m_collectionHash
Definition:
CscStripPrepData_p1.h:26
Muon::CscStripPrepData_p1::m_samplingTime
unsigned short m_samplingTime
Definition:
CscStripPrepData_p1.h:32
IdentifierHash.h
TPObjRef.h
Muon::CscStripPrepData_p1::m_samplingPhase
bool m_samplingPhase
Definition:
CscStripPrepData_p1.h:33
Muon::CscStripPrepData_p1
Definition:
CscStripPrepData_p1.h:19
IdentifierHash
This is a "hash" representation of an Identifier. This encodes a 32 bit index which can be used to lo...
Definition:
IdentifierHash.h:25
Muon::CscStripPrepData_p1::m_timeOfFirstSample
float m_timeOfFirstSample
Definition:
CscStripPrepData_p1.h:31
Muon::CscStripPrepData_p1::CscStripPrepData_p1
CscStripPrepData_p1()
Definition:
CscStripPrepData_p1.h:21
Generated on Thu Mar 20 2025 21:09:11 for ATLAS Offline Software by
1.8.18