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
Generators
McEventSelector
src
McAddress.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
//====================================================================
6
// McAddress implementation
7
//--------------------------------------------------------------------
8
//
9
// Package : McEventSelector
10
//
11
// Description: Event TDR address implementation
12
//
13
// Author : M.Shapiro, copied from P. Calafiura
14
// History : storegate changes Nov 01 I. Hinchliffe
15
//====================================================================
16
17
//own
18
#include "
McEventSelector/McAddress.h
"
19
#include "
McEventSelector/McCnvSvc.h
"
20
21
// Framework include files
22
#include "GaudiKernel/GenericAddress.h"
23
#include "GaudiKernel/MsgStream.h"
24
25
// Event model
26
27
28
#include <iostream>
29
30
// Externals
31
33
McAddress::McAddress
(
const
CLID
& clid,
const
std::string&
fname
,
const
std::string& cname )
34
: GenericAddress(
McCnvSvc
::storageType(), clid,
fname
, cname),
35
m_runNo(0), m_eventNo(0), m_LBNo(0), m_timeStamp(0)
36
{ }
37
38
McAddress::McAddress
(
const
CLID
& clid,
const
std::string&
fname
,
39
const
unsigned
int
&
run
,
const
uint64_t
&
event
,
const
unsigned
int
&
LB
,
const
unsigned
int
&
time
)
40
: GenericAddress(
McCnvSvc
::storageType(), clid,
fname
,
""
),
41
m_runNo(
run
), m_eventNo(
event
), m_LBNo(
LB
), m_timeStamp(
time
)
42
{ }
43
CaloCellTimeCorrFiller.LB
LB
Definition:
CaloCellTimeCorrFiller.py:37
McCnvSvc
Definition:
McCnvSvc.h:22
McAddress::McAddress
McAddress(const CLID &clid, const std::string &fname, const std::string &cname)
Standard Constructor.
Definition:
McAddress.cxx:33
event
POOL::TEvent event(POOL::TEvent::kClassAccess)
xAOD::uint64_t
uint64_t
Definition:
EventInfo_v1.cxx:123
run
Definition:
run.py:1
CLID
uint32_t CLID
The Class ID type.
Definition:
Event/xAOD/xAODCore/xAODCore/ClassID_traits.h:47
McCnvSvc.h
python.AthDsoLogger.fname
string fname
Definition:
AthDsoLogger.py:67
CaloSwCorrections.time
def time(flags, cells_name, *args, **kw)
Definition:
CaloSwCorrections.py:242
McAddress.h
Generated on Tue May 6 2025 21:13:30 for ATLAS Offline Software by
1.8.18