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
w
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
PrintHijingPars.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRUTHIO_PRINTHIJINGPARS_H
6
#define TRUTHIO_PRINTHIJINGPARS_H
7
8
#include "
GeneratorModules/GenBase.h
"
9
10
#include <cstdint>
11
12
class
PrintHijingPars
:
public
GenBase
{
13
public
:
14
PrintHijingPars
(
const
std::string&
name
, ISvcLocator* pSvcLocator);
15
StatusCode
initialize
();
16
StatusCode
execute
();
17
StatusCode
finalize
();
18
19
private
:
20
21
// Setable Properties:-
22
std::string
m_key
;
23
bool
m_VerboseOutput
;
24
uint64_t
m_firstEvt
;
25
uint64_t
m_lastEvt
;
26
};
27
28
#endif
29
PrintHijingPars
Definition:
PrintHijingPars.h:12
PrintHijingPars::m_firstEvt
uint64_t m_firstEvt
Definition:
PrintHijingPars.h:24
PrintHijingPars::finalize
StatusCode finalize()
Definition:
PrintHijingPars.cxx:61
PrintHijingPars::m_lastEvt
uint64_t m_lastEvt
Definition:
PrintHijingPars.h:25
PrintHijingPars::m_VerboseOutput
bool m_VerboseOutput
Definition:
PrintHijingPars.h:23
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
PrintHijingPars::execute
StatusCode execute()
Definition:
PrintHijingPars.cxx:32
PrintHijingPars::initialize
StatusCode initialize()
Definition:
PrintHijingPars.cxx:19
PrintHijingPars::m_key
std::string m_key
Definition:
PrintHijingPars.h:22
PrintHijingPars::PrintHijingPars
PrintHijingPars(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
PrintHijingPars.cxx:9
Generated on Mon May 12 2025 21:16:17 for ATLAS Offline Software by
1.8.18