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
LArRawEvent
LArRawEvent
LArCalibDigitContainer.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 LARCALIBDIGITCONTAINER_H
6
#define LARCALIBDIGITCONTAINER_H
7
8
#include "
AthContainers/DataVector.h
"
9
#include "
AthenaKernel/CLASS_DEF.h
"
10
#include "CLHEP/Units/SystemOfUnits.h"
11
#include "
LArRawEvent/LArCalibDigit.h
"
12
19
class
LArCalibDigitContainer
:
public
DataVector
<LArCalibDigit> {
20
21
public :
25
LArCalibDigitContainer
() :
DataVector
<
LArCalibDigit
>(),
m_delayScale
(1*
CLHEP
::
ns
) { }
26
30
void
setDelayScale
(
const
double
scale
) {
m_delayScale
=
scale
;}
34
inline
double
getDelayScale
()
const
{
return
m_delayScale
;}
35
39
virtual
~LArCalibDigitContainer
();
40
private
:
41
43
double
m_delayScale
;
44
45
} ;
46
47
48
CLASS_DEF
(
LArCalibDigitContainer
,1204837524,0)
49
50
#endif
LArCalibDigitContainer::LArCalibDigitContainer
LArCalibDigitContainer()
constructor
Definition:
LArCalibDigitContainer.h:25
yodamerge_tmp.scale
scale
Definition:
yodamerge_tmp.py:138
LArCalibDigit.h
LArCalibDigitContainer::setDelayScale
void setDelayScale(const double scale)
set delay scale
Definition:
LArCalibDigitContainer.h:30
LArCalibDigitContainer
Container class for LArCalibDigit.
Definition:
LArCalibDigitContainer.h:19
LArCalibDigitContainer::getDelayScale
double getDelayScale() const
get delay scale
Definition:
LArCalibDigitContainer.h:34
CLHEP
STD'S.
Definition:
IAtRndmGenSvc.h:19
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
LArCalibDigitContainer::~LArCalibDigitContainer
virtual ~LArCalibDigitContainer()
destructor
LArCalibDigit
Base class for LArDigits taken during calibration runs.
Definition:
LArCalibDigit.h:29
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition:
Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:67
python.SystemOfUnits.ns
int ns
Definition:
SystemOfUnits.py:130
LArCalibDigitContainer::m_delayScale
double m_delayScale
time in ns between two delay step
Definition:
LArCalibDigitContainer.h:43
CLASS_DEF.h
macros to associate a CLID to a type
Generated on Wed Apr 23 2025 21:13:55 for ATLAS Offline Software by
1.8.18