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
LArCalorimeter
LArCnv
LArSimEventTPCnv
LArSimEventTPCnv
LArHitContainer_p2.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 LARHITCONTAINER_P2_H
6
#define LARHITCONTAINER_P2_H
7
12
#include <vector>
13
#include <string>
14
15
class
LArHitContainer_p2
16
{
17
public
:
18
20
LArHitContainer_p2
();
21
22
// Accessors
23
const
std::string&
name
()
const
;
24
//private:
25
std::vector<unsigned int>
m_channelHash
;
26
std::vector<unsigned int>
m_energy
;
// 18 bits compressed
27
std::vector<unsigned short>
m_time
;
// store as unsigned short
28
std::string
m_name
;
29
};
30
31
32
// inlines
33
34
inline
LArHitContainer_p2::LArHitContainer_p2
() {}
35
36
inline
const
std::string&
LArHitContainer_p2::name
()
const
37
{
return
m_name
;}
38
39
#endif
LArHitContainer_p2::m_time
std::vector< unsigned short > m_time
Definition:
LArHitContainer_p2.h:27
LArHitContainer_p2::m_name
std::string m_name
Definition:
LArHitContainer_p2.h:28
LArHitContainer_p2::m_channelHash
std::vector< unsigned int > m_channelHash
Definition:
LArHitContainer_p2.h:25
LArHitContainer_p2
Persistent represenation of a LArHitContainer,.
Definition:
LArHitContainer_p2.h:16
LArHitContainer_p2::m_energy
std::vector< unsigned int > m_energy
Definition:
LArHitContainer_p2.h:26
LArHitContainer_p2::name
const std::string & name() const
Definition:
LArHitContainer_p2.h:36
LArHitContainer_p2::LArHitContainer_p2
LArHitContainer_p2()
Default constructor.
Definition:
LArHitContainer_p2.h:34
Generated on Fri Mar 21 2025 21:13:48 for ATLAS Offline Software by
1.8.18