Loading [MathJax]/jax/output/SVG/config.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
TestBeam
TBEvent
TBEvent
TBLArCalibDigitContainer.h
Go to the documentation of this file.
1
//Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
/* author : Pierre-Antoine Delsart */
8
9
/* date of creation : 04/10/2004 */
10
/* Copy of LArCalibDigitContainer*/
11
12
#ifndef TBLARCALIBDIGITCONTAINER_H
13
#define TBLARCALIBDIGITCONTAINER_H
14
15
#include "
AthContainers/DataVector.h
"
16
#include "
AthenaKernel/CLASS_DEF.h
"
17
#include "CLHEP/Units/SystemOfUnits.h"
18
#include "
LArRawEvent/LArCalibDigit.h
"
19
26
class
TBLArCalibDigitContainer
:
public
DataVector
<LArCalibDigit> {
27
28
public :
32
TBLArCalibDigitContainer
() :
DataVector
<
LArCalibDigit
>(),
m_delayScale
(1*
CLHEP
::
ns
) { }
33
37
void
setDelayScale
(
const
double
scale
) {
m_delayScale
=
scale
;}
38
inline
double
getDelayScale
()
const
{
return
m_delayScale
;}
39
43
virtual
~TBLArCalibDigitContainer
();
44
private
:
45
double
m_delayScale
;
46
47
} ;
48
49
CLASS_DEF
(
TBLArCalibDigitContainer
, 1147713396 , 1 )
50
51
52
#endif
TBLArCalibDigitContainer::TBLArCalibDigitContainer
TBLArCalibDigitContainer()
constructor
Definition:
TBLArCalibDigitContainer.h:32
yodamerge_tmp.scale
scale
Definition:
yodamerge_tmp.py:138
LArCalibDigit.h
TBLArCalibDigitContainer::setDelayScale
void setDelayScale(const double scale)
Setter & Getter for delayScale.
Definition:
TBLArCalibDigitContainer.h:37
TBLArCalibDigitContainer
Liquid Argon Calibration Digit Container
Definition:
TBLArCalibDigitContainer.h:26
CLHEP
STD'S.
Definition:
IAtRndmGenSvc.h:19
TBLArCalibDigitContainer::~TBLArCalibDigitContainer
virtual ~TBLArCalibDigitContainer()
destructor
Definition:
TBLArCalibDigitContainer.cxx:7
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
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
TBLArCalibDigitContainer::getDelayScale
double getDelayScale() const
Definition:
TBLArCalibDigitContainer.h:38
TBLArCalibDigitContainer::m_delayScale
double m_delayScale
Definition:
TBLArCalibDigitContainer.h:45
CLASS_DEF.h
macros to associate a CLID to a type
Generated on Thu Apr 3 2025 21:19:35 for ATLAS Offline Software by
1.8.18