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
TrigHisto2D_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 TRIGINDETEVENTTPCNV_TRIGHISTO2D_P1_H
6
#define TRIGINDETEVENTTPCNV_TRIGHISTO2D_P1_H
7
8
#include <vector>
9
17
class
TrigHisto2D_p1
{
18
public
:
19
TrigHisto2D_p1
() :
m_nbins_x
(0),
m_min_x
(0.),
m_max_x
(0),
20
m_nbins_y
(0),
m_min_y
(0.),
m_max_y
(0) {}
21
22
//private:
23
std::vector<float>
m_contents
;
24
unsigned
int
m_nbins_x
;
25
float
m_min_x
;
26
float
m_max_x
;
27
unsigned
int
m_nbins_y
;
28
float
m_min_y
;
29
float
m_max_y
;
30
};
31
32
#endif
33
TrigHisto2D_p1::m_max_y
float m_max_y
Definition:
TrigHisto2D_p1.h:29
TrigHisto2D_p1::m_contents
std::vector< float > m_contents
Definition:
TrigHisto2D_p1.h:23
TrigHisto2D_p1::m_min_y
float m_min_y
Definition:
TrigHisto2D_p1.h:28
TrigHisto2D_p1
The persistent partner of the TrigHisto2D class.
Definition:
TrigHisto2D_p1.h:17
TrigHisto2D_p1::m_nbins_y
unsigned int m_nbins_y
Definition:
TrigHisto2D_p1.h:27
TrigHisto2D_p1::m_max_x
float m_max_x
Definition:
TrigHisto2D_p1.h:26
TrigHisto2D_p1::m_min_x
float m_min_x
Definition:
TrigHisto2D_p1.h:25
TrigHisto2D_p1::TrigHisto2D_p1
TrigHisto2D_p1()
Definition:
TrigHisto2D_p1.h:19
TrigHisto2D_p1::m_nbins_x
unsigned int m_nbins_x
Definition:
TrigHisto2D_p1.h:24
Generated on Sun Mar 16 2025 21:21:26 for ATLAS Offline Software by
1.8.18