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
Event
xAOD
xAODForward
xAODForward
versions
ForwardEventInfo_v1.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef XAODFORWARD_VERSIONS_FORWARDEVENTINFOS_V1_H
8
#define XAODFORWARD_VERSIONS_FORWARDEVENTINFOS_V1_H
9
10
// EDM include(s):
11
#include "
AthContainers/AuxElement.h
"
12
13
namespace
xAOD
{
17
class
ForwardEventInfo_v1
:
public
SG::AuxElement
{
18
19
public
:
21
ForwardEventInfo_v1
();
22
23
float
timeDiff
()
const
;
24
void
setTimeDiff
(
float
val
);
25
26
float
timeA
()
const
;
27
void
setTimeA
(
float
val
);
28
29
float
timeC
()
const
;
30
void
setTimeC
(
float
val
);
31
32
unsigned
short
countA
()
const
;
33
void
setCountA
(
unsigned
short
val
);
34
35
unsigned
short
countC
()
const
;
36
void
setCountC
(
unsigned
short
val
);
37
38
};
// class ForwardEventInfo_v1
39
40
}
// namespace xAOD
41
42
// Declare the inheritance of the class:
43
#include "
xAODCore/BaseInfo.h
"
44
SG_BASE
(
xAOD::ForwardEventInfo_v1
,
SG::AuxElement
);
45
46
#endif // XAODFORWARD_VERSIONS_FORWARDEVENTINFOS_V1_H
xAOD::ForwardEventInfo_v1::countC
unsigned short countC() const
xAOD::ForwardEventInfo_v1::setTimeC
void setTimeC(float val)
SG::AuxElement
Base class for elements of a container that can have aux data.
Definition:
AuxElement.h:483
BaseInfo.h
SG_BASE
SG_BASE(xAOD::ForwardEventInfo_v1, SG::AuxElement)
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
xAOD::ForwardEventInfo_v1::timeDiff
float timeDiff() const
xAOD::ForwardEventInfo_v1::timeC
float timeC() const
xAOD::ForwardEventInfo_v1::setTimeDiff
void setTimeDiff(float val)
xAOD::ForwardEventInfo_v1::setCountA
void setCountA(unsigned short val)
xAOD::ForwardEventInfo_v1::timeA
float timeA() const
xAOD::ForwardEventInfo_v1::setTimeA
void setTimeA(float val)
xAOD::ForwardEventInfo_v1::ForwardEventInfo_v1
ForwardEventInfo_v1()
Default constructor.
Definition:
ForwardEventInfo_v1.cxx:13
xAOD::ForwardEventInfo_v1::countA
unsigned short countA() const
Pythia8_RapidityOrderMPI.val
val
Definition:
Pythia8_RapidityOrderMPI.py:14
xAOD::ForwardEventInfo_v1
add description
Definition:
ForwardEventInfo_v1.h:17
xAOD::ForwardEventInfo_v1::setCountC
void setCountC(unsigned short val)
AuxElement.h
Base class for elements of a container that can have aux data.
Generated on Sat Apr 5 2025 21:10:53 for ATLAS Offline Software by
1.8.18