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
Reconstruction
DiTauRec
DiTauRec
IDVarCalculator.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 DITAUREC_IDVARCALCULATOR_H
6
#define DITAUREC_IDVARCALCULATOR_H
7
8
#include "
DiTauToolBase.h
"
9
10
#include "GaudiKernel/ToolHandle.h"
11
12
13
class
IDVarCalculator
:
public
DiTauToolBase
{
14
public
:
15
16
//-------------------------------------------------------------
18
//-------------------------------------------------------------
19
IDVarCalculator
(
const
std::string&
type
,
20
const
std::string&
name
,
21
const
IInterface *
parent
);
22
23
//-------------------------------------------------------------
25
//-------------------------------------------------------------
26
virtual
~IDVarCalculator
();
27
28
virtual
StatusCode
initialize
()
override
;
29
30
virtual
StatusCode
execute
(
DiTauCandidateData
*
data
,
31
const
EventContext& ctx)
const override
;
32
33
34
private
:
35
bool
m_useCells
;
36
37
};
38
39
#endif // DITAUREC_IDVARCALCULATOR_H
data
char data[hepevt_bytes_allocation_ATLAS]
Definition:
HepEvt.cxx:11
DiTauToolBase.h
IDVarCalculator::~IDVarCalculator
virtual ~IDVarCalculator()
Destructor.
IDVarCalculator::m_useCells
bool m_useCells
Definition:
IDVarCalculator.h:35
IDVarCalculator::initialize
virtual StatusCode initialize() override
Tool initializer.
Definition:
IDvarCalculator.cxx:21
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
IDVarCalculator::execute
virtual StatusCode execute(DiTauCandidateData *data, const EventContext &ctx) const override
Execute - called for each Ditau candidate.
Definition:
IDvarCalculator.cxx:27
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
IDVarCalculator
Definition:
IDVarCalculator.h:13
IDVarCalculator::IDVarCalculator
IDVarCalculator(const std::string &type, const std::string &name, const IInterface *parent)
Constructor.
Definition:
IDvarCalculator.cxx:7
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
DiTauToolBase
The base class for all tau tools.
Definition:
DiTauToolBase.h:20
DiTauCandidateData
Definition:
DiTauCandidateData.h:15
Generated on Thu Apr 3 2025 21:11:48 for ATLAS Offline Software by
1.8.18