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
Calorimeter
CaloCnv
CaloTPCnv
CaloTPCnv
CaloSamplingDataContainerCnv_p1.h
Go to the documentation of this file.
1
//Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef CALOATHENAPOOL_CALOSAMPLINGDATACONTAINERCNV_P1_H
8
#define CALOATHENAPOOL_CALOSAMPLINGDATACONTAINERCNV_P1_H
9
10
#include "
CaloTPCnv/CaloSamplingDataContainer_p1.h
"
11
#include "GaudiKernel/MsgStream.h"
12
class
CaloSamplingData
;
13
14
15
class
CaloSamplingDataContainerCnv_p1
{
16
public
:
17
struct
State
18
{
19
CaloSamplingDataContainer_p1::const_iterator
m_samplingStoreIterator
;
20
std::vector<unsigned int>::const_iterator
m_varTypePatternsIterator
;
21
size_t
m_nPersSamplings
;
22
};
23
24
25
void
persToTrans
(
const
CaloSamplingDataContainer_p1
* pers,
26
CaloSamplingData
* trans,
27
State
& state)
const
;
28
void
transToPers
(
const
CaloSamplingData
* trans,
29
CaloSamplingDataContainer_p1
* pers, MsgStream&
log
)
const
;
30
31
// To be called at the beginning of the container before P->T
32
bool
setState
(
const
CaloSamplingDataContainer_p1
* pers,
33
unsigned
int
ncluster,
34
State
& state)
const
;
35
};
36
37
38
39
#endif
CaloSamplingDataContainer_p1
Definition:
CaloSamplingDataContainer_p1.h:11
CaloSamplingDataContainerCnv_p1::State::m_nPersSamplings
size_t m_nPersSamplings
Definition:
CaloSamplingDataContainerCnv_p1.h:21
CaloSamplingDataContainerCnv_p1::persToTrans
void persToTrans(const CaloSamplingDataContainer_p1 *pers, CaloSamplingData *trans, State &state) const
Definition:
CaloSamplingDataContainerCnv_p1.cxx:29
CaloSamplingDataContainerCnv_p1::State::m_varTypePatternsIterator
std::vector< unsigned int >::const_iterator m_varTypePatternsIterator
Definition:
CaloSamplingDataContainerCnv_p1.h:20
CaloSamplingDataContainerCnv_p1::State::m_samplingStoreIterator
CaloSamplingDataContainer_p1::const_iterator m_samplingStoreIterator
Definition:
CaloSamplingDataContainerCnv_p1.h:19
CaloSamplingDataContainerCnv_p1
Definition:
CaloSamplingDataContainerCnv_p1.h:15
CaloSamplingDataContainer_p1::const_iterator
std::vector< float >::const_iterator const_iterator
Definition:
CaloSamplingDataContainer_p1.h:16
CaloSamplingDataContainerCnv_p1::State
Definition:
CaloSamplingDataContainerCnv_p1.h:18
CaloSamplingDataContainer_p1.h
CaloSamplingDataContainerCnv_p1::transToPers
void transToPers(const CaloSamplingData *trans, CaloSamplingDataContainer_p1 *pers, MsgStream &log) const
Definition:
CaloSamplingDataContainerCnv_p1.cxx:9
CaloSamplingDataContainerCnv_p1::setState
bool setState(const CaloSamplingDataContainer_p1 *pers, unsigned int ncluster, State &state) const
Definition:
CaloSamplingDataContainerCnv_p1.cxx:59
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
CaloSamplingData
Simple data object to store all variables in calorimeter samplings.
Definition:
CaloSamplingData.h:18
Generated on Thu Mar 13 2025 21:08:14 for ATLAS Offline Software by
1.8.18