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
TruthIO
TruthIO
PrintMC.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRUTHIO_PRINTMC_H
6
#define TRUTHIO_PRINTMC_H
7
8
#include "
GeneratorModules/GenBase.h
"
9
#include "
xAODEventInfo/EventInfo.h
"
10
12
class
PrintMC
:
public
GenBase
{
13
public
:
14
15
PrintMC
(
const
std::string&
name
, ISvcLocator* pSvcLocator);
16
virtual
StatusCode
initialize
()
override
;
17
virtual
StatusCode
execute
()
override
;
18
19
private
:
20
SG::ReadHandleKey<xAOD::EventInfo>
m_evtInfoKey
{this
21
,
"EventInfo"
22
,
"EventInfo"
23
,
"ReadHandleKey for xAOD::EventInfo"
};
24
25
std::string
m_keyout
;
26
bool
m_VerboseOutput
;
27
std::string
m_printsty
;
28
bool
m_vertexinfo
;
29
uint64_t
m_firstEvt
;
30
uint64_t
m_lastEvt
;
31
bool
m_trustHepMC
;
32
33
};
34
35
#endif
PrintMC::m_lastEvt
uint64_t m_lastEvt
Definition:
PrintMC.h:30
PrintMC::m_firstEvt
uint64_t m_firstEvt
Definition:
PrintMC.h:29
PrintMC::m_printsty
std::string m_printsty
Definition:
PrintMC.h:27
PrintMC::m_VerboseOutput
bool m_VerboseOutput
Definition:
PrintMC.h:26
PrintMC::execute
virtual StatusCode execute() override
Definition:
PrintMC.cxx:53
SG::ReadHandleKey< xAOD::EventInfo >
PrintMC::m_evtInfoKey
SG::ReadHandleKey< xAOD::EventInfo > m_evtInfoKey
Definition:
PrintMC.h:20
PrintMC::m_vertexinfo
bool m_vertexinfo
Definition:
PrintMC.h:28
GenBase
Base class for common behaviour of MC truth algorithms.
Definition:
GenBase.h:47
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
xAOD::uint64_t
uint64_t
Definition:
EventInfo_v1.cxx:123
GenBase.h
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
EventInfo.h
PrintMC
Print MC event details for a range of event numbers.
Definition:
PrintMC.h:12
PrintMC::m_trustHepMC
bool m_trustHepMC
Definition:
PrintMC.h:31
PrintMC::initialize
virtual StatusCode initialize() override
Definition:
PrintMC.cxx:34
PrintMC::m_keyout
std::string m_keyout
Definition:
PrintMC.h:25
PrintMC::PrintMC
PrintMC(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
PrintMC.cxx:21
Generated on Fri May 2 2025 21:15:56 for ATLAS Offline Software by
1.8.18