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
TrigTrtHitCounts_p2.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
/**********************************************************************************
6
* @Project: Trigger
7
* @Package: TrigInDetEventTPCnv
8
* @class : TrigTrtHitCounts_p2
9
*
10
* @brief persistent partner for TrigTrtHitCounts
11
*
12
* @author W. H. Bell <W.Bell@cern.ch>
13
*
14
**********************************************************************************/
15
#ifndef TRIGINDETEVENTTPCNV_TRIGTRTHITCOUNTS_P2_H
16
#define TRIGINDETEVENTTPCNV_TRIGTRTHITCOUNTS_P2_H
17
18
#include "
TrigInDetEventTPCnv/TrigHisto1D_p1.h
"
19
20
class
TrigTrtHitCounts_p2
{
21
friend
class
TrigTrtHitCountsCnv_p2
;
22
23
public
:
24
TrigTrtHitCounts_p2
() {}
25
virtual
~TrigTrtHitCounts_p2
() =
default
;
26
27
private
:
28
TrigHisto1D_p1
m_endcapC
;
29
TrigHisto1D_p1
m_barrel
;
30
TrigHisto1D_p1
m_endcapA
;
31
};
32
33
#endif
TrigTrtHitCounts_p2
Definition:
TrigTrtHitCounts_p2.h:20
TrigTrtHitCounts_p2::m_endcapC
TrigHisto1D_p1 m_endcapC
Definition:
TrigTrtHitCounts_p2.h:37
TrigTrtHitCounts_p2::m_endcapA
TrigHisto1D_p1 m_endcapA
Definition:
TrigTrtHitCounts_p2.h:39
TrigTrtHitCountsCnv_p2
Definition:
TrigTrtHitCountsCnv_p2.h:26
TrigHisto1D_p1.h
TrigTrtHitCounts_p2::~TrigTrtHitCounts_p2
virtual ~TrigTrtHitCounts_p2()=default
TrigTrtHitCounts_p2::m_barrel
TrigHisto1D_p1 m_barrel
Definition:
TrigTrtHitCounts_p2.h:38
TrigHisto1D_p1
The persistent partner of TrigHisto1D class.
Definition:
TrigHisto1D_p1.h:17
TrigTrtHitCounts_p2::TrigTrtHitCounts_p2
TrigTrtHitCounts_p2()
Definition:
TrigTrtHitCounts_p2.h:33
Generated on Thu Mar 13 2025 21:21:15 for ATLAS Offline Software by
1.8.18