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
PhysicsAnalysis
HeavyIonPhys
HIEventUtils
HIEventUtils
IHIPileupTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// HIPileupTool.h
6
7
#ifndef HIEVENTUTILS_IHIPILEUPTOOL_H
8
#define HIEVENTUTILS_IHIPILEUPTOOL_H
9
10
#include "
AsgTools/IAsgTool.h
"
11
#include "
xAODForward/ZdcModuleContainer.h
"
12
#include "
xAODHIEvent/HIEventShapeContainer.h
"
13
14
//R.Longo - 12/10/2019 - Replacing PATCore/TAccept (inherited from 21.0 HI-equalization)
15
#include "
PATCore/AcceptInfo.h
"
16
#include "
PATCore/AcceptData.h
"
17
18
namespace
HI
19
{
20
21
class
IHIPileupTool
:
virtual
public
asg::IAsgTool
{
22
ASG_TOOL_INTERFACE
(
HI::IHIPileupTool
)
23
24
public
:
25
26
virtual
const
asg::AcceptInfo
&
getAcceptInfo
(
const
xAOD::HIEventShapeContainer
& evShCont,
const
xAOD::ZdcModuleContainer
& ZdcCont)
const
= 0;
27
//Added by R.Longo and S.Tapia on 14-10-2019 to bypass an error in including 21.0 missing commits
28
virtual
bool
is_pileup
(
const
xAOD::HIEventShapeContainer
&,
const
xAOD::ZdcModuleContainer
& )
const
= 0;
29
30
};
31
}
32
#endif
HI::IHIPileupTool::getAcceptInfo
virtual const asg::AcceptInfo & getAcceptInfo(const xAOD::HIEventShapeContainer &evShCont, const xAOD::ZdcModuleContainer &ZdcCont) const =0
asg::IAsgTool
Base class for the dual-use tool interface classes.
Definition:
IAsgTool.h:41
asg::AcceptInfo
Definition:
AcceptInfo.h:28
HIEventShapeContainer.h
ASG_TOOL_INTERFACE
#define ASG_TOOL_INTERFACE(CLASSNAME)
Definition:
AsgToolMacros.h:40
IAsgTool.h
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
AcceptData.h
HI::IHIPileupTool::is_pileup
virtual bool is_pileup(const xAOD::HIEventShapeContainer &, const xAOD::ZdcModuleContainer &) const =0
HI
Definition:
HIEventDefs.h:14
HI::IHIPileupTool
Definition:
IHIPileupTool.h:21
AcceptInfo.h
ZdcModuleContainer.h
Generated on Sat May 10 2025 21:10:48 for ATLAS Offline Software by
1.8.18