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
LArRawConditions
LArRawConditions
LArRawConditionsDictCommon.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
//Dear emacs, this is -*-c++-*-
6
7
#ifndef LARRAWCONDITIONSDICTCOMMON_H
8
#define LARRAWCONDITIONSDICTCOMMON_H
9
10
#include "
LArRawConditions/LArConditionsContainer.h
"
11
#include "
LArRawConditions/LArConditionsSubset.h
"
12
#include "
AthenaPoolUtilities/CondMultChanCollection.h
"
13
#include "
StoreGate/StoreGateSvc.h
"
// for PyGate
14
15
#define INSTAN_CC(T) \
16
namespace LArRawConditionsDict { \
17
LArConditionsContainer<T>::ConstCorrectionIt ccit_##T; \
18
LArConditionsContainer<T>::ConditionsMap ccmap_##T; \
19
} struct xyzzy
20
#define INSTAN_CS(T) \
21
namespace LArRawConditionsDict { \
22
LArConditionsSubset<T> cs_##T; \
23
LArConditionsSubset<T>::CorrectionPair cscp_##T; \
24
LArConditionsSubset<T>::ConstCorrectionVecIt cscv_##T; \
25
LArConditionsSubset<T>::FebPair csfb_##T; \
26
CondMultChanCollection<LArConditionsSubset<T> > cscmcc_##T; \
27
} struct xyzzy
28
#define INSTAN_BOTH(T) \
29
INSTAN_CC(T); INSTAN_CS(T)
30
31
/*
32
#define PYGATE(T) \
33
namespace LArRawConditionsDict { \
34
PyGate<T> pyGate_##T; \
35
} struct xyzzy
36
*/
37
38
#endif // not LARRAWCONDITIONSDICTCOMMON_H
LArConditionsContainer.h
LArConditionsSubset.h
This file defines the template class used for I/O of conditions data.
CondMultChanCollection.h
This file defines the template class used to register the tokens of T* in a COOL multchannel folder.
StoreGateSvc.h
Generated on Thu Apr 24 2025 21:14:05 for ATLAS Offline Software by
1.8.18