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
Trigger
TrigEvent
TrigInDetEventTPCnv
TrigInDetEventTPCnv
TrigSpacePointCounts_p4.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
/**********************************************************************************
6
* @Project: Trigger
7
* @Package: TrigInDetEventTPCnv
8
* @class : TrigSpacePointCounts_p2
9
*
10
* @brief persistent partner for TrigSpacePointCounts
11
*
12
* @author Regina Kwee at cern dot ch - CERN/HUB
13
* @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
14
* @author Francesca Bucci <F.Bucci@cern.ch> - U. Geneva
15
*
16
**********************************************************************************/
17
#ifndef TRIGINDETEVENTTPCNV_TRIGSPACEPOINTCOUNTS_P4_H
18
#define TRIGINDETEVENTTPCNV_TRIGSPACEPOINTCOUNTS_P4_H
19
20
#include "
TrigInDetEventTPCnv/TrigHisto2D_p1.h
"
21
22
class
TrigSpacePointCounts_p4
23
{
24
friend
class
TrigSpacePointCountsCnv_p4
;
25
26
public
:
27
28
TrigSpacePointCounts_p4
() =
default
;
29
virtual
~TrigSpacePointCounts_p4
() =
default
;
30
31
TrigHisto2D_p1
m_allTheTrigHisto2D
[3];
32
std::vector<unsigned int>
m_droppedPixelModules
;
33
unsigned
int
m_sctSpEndcapC
{};
34
unsigned
int
m_sctSpBarrel
{};
35
unsigned
int
m_sctSpEndcapA
{};
36
std::vector<unsigned int>
m_droppedSctModules
;
37
38
};
39
40
#endif
TrigSpacePointCounts_p4::m_sctSpEndcapC
unsigned int m_sctSpEndcapC
Definition:
TrigSpacePointCounts_p4.h:44
TrigHisto2D_p1
The persistent partner of the TrigHisto2D class.
Definition:
TrigHisto2D_p1.h:17
TrigHisto2D_p1.h
TrigSpacePointCountsCnv_p4
Definition:
TrigSpacePointCountsCnv_p4.h:30
TrigSpacePointCounts_p4::m_droppedSctModules
std::vector< unsigned int > m_droppedSctModules
Definition:
TrigSpacePointCounts_p4.h:47
TrigSpacePointCounts_p4::~TrigSpacePointCounts_p4
virtual ~TrigSpacePointCounts_p4()=default
TrigSpacePointCounts_p4::m_sctSpEndcapA
unsigned int m_sctSpEndcapA
Definition:
TrigSpacePointCounts_p4.h:46
TrigSpacePointCounts_p4::m_allTheTrigHisto2D
TrigHisto2D_p1 m_allTheTrigHisto2D[3]
Definition:
TrigSpacePointCounts_p4.h:42
TrigSpacePointCounts_p4::m_droppedPixelModules
std::vector< unsigned int > m_droppedPixelModules
Definition:
TrigSpacePointCounts_p4.h:43
TrigSpacePointCounts_p4::m_sctSpBarrel
unsigned int m_sctSpBarrel
Definition:
TrigSpacePointCounts_p4.h:45
TrigSpacePointCounts_p4
Definition:
TrigSpacePointCounts_p4.h:23
TrigSpacePointCounts_p4::TrigSpacePointCounts_p4
TrigSpacePointCounts_p4()=default
Generated on Wed Apr 23 2025 21:22:12 for ATLAS Offline Software by
1.8.18