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
PhysicsAnalysis
Interfaces
MuonAnalysisInterfaces
MuonAnalysisInterfaces
IMuonCalibrationAndSmearingTool.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
#ifndef MCAST_IMUONCALIBRATIONANDSMEARINGTOOL_H
6
#define MCAST_IMUONCALIBRATIONANDSMEARINGTOOL_H
7
9
#include "
AsgTools/IAsgTool.h
"
10
12
#include "
xAODMuon/Muon.h
"
13
15
#include "
AsgMessaging/StatusCode.h
"
16
#include "
PATInterfaces/CorrectionCode.h
"
17
#include "
PATInterfaces/ISystematicsTool.h
"
18
#include "
PATInterfaces/SystematicRegistry.h
"
19
#include "
PATInterfaces/SystematicSet.h
"
20
#include "
PATInterfaces/SystematicVariation.h
"
21
22
namespace
CP
{
23
24
class
IMuonCalibrationAndSmearingTool
:
public
virtual
asg::IAsgTool
,
virtual
public
CP::ISystematicsTool
{
26
ASG_TOOL_INTERFACE
(
CP::IMuonCalibrationAndSmearingTool
)
27
28
public
:
30
virtual
CorrectionCode
applyCorrection
(
xAOD::Muon
&
mu
)
const
= 0;
32
virtual
CorrectionCode
correctedCopy
(
const
xAOD::Muon
& input,
xAOD::Muon
*& output)
const
= 0;
34
virtual
double
expectedResolution
(
const
std::string&
DetType
,
const
xAOD::Muon
&
mu
,
const
bool
mc
)
const
= 0;
36
virtual
double
expectedResolution
(
const
int
&
DetType
,
const
xAOD::Muon
&
mu
,
const
bool
mc
)
const
= 0;
37
// Expert method to apply the MC correction on a modifyable trackParticle for ID- or MS-only corrections
38
virtual
CorrectionCode
applyCorrectionTrkOnly
(
xAOD::TrackParticle
& inTrk,
const
int
DetType
)
const
= 0;
39
40
};
41
42
}
// namespace CP
43
44
#endif
Muon.h
asg::IAsgTool
Base class for the dual-use tool interface classes.
Definition:
IAsgTool.h:41
SystematicSet.h
CP::IMuonCalibrationAndSmearingTool::applyCorrection
virtual CorrectionCode applyCorrection(xAOD::Muon &mu) const =0
Declare the interface that the class provides.
CP
Select isolated Photons, Electrons and Muons.
Definition:
Control/xAODRootAccess/xAODRootAccess/TEvent.h:49
xAOD::Muon_v1
Class describing a Muon.
Definition:
Muon_v1.h:38
ISystematicsTool.h
CP::IMuonCalibrationAndSmearingTool
Definition:
IMuonCalibrationAndSmearingTool.h:24
CP::IMuonCalibrationAndSmearingTool::correctedCopy
virtual CorrectionCode correctedCopy(const xAOD::Muon &input, xAOD::Muon *&output) const =0
Create a corrected copy from a constant muon.
mc
Definition:
mc.PG_single_nu_valid.py:1
SystematicRegistry.h
ASG_TOOL_INTERFACE
#define ASG_TOOL_INTERFACE(CLASSNAME)
Definition:
AsgToolMacros.h:40
IAsgTool.h
StatusCode.h
CP::IMuonCalibrationAndSmearingTool::applyCorrectionTrkOnly
virtual CorrectionCode applyCorrectionTrkOnly(xAOD::TrackParticle &inTrk, const int DetType) const =0
CP::IMuonCalibrationAndSmearingTool::expectedResolution
virtual double expectedResolution(const std::string &DetType, const xAOD::Muon &mu, const bool mc) const =0
Get the expected pT resolution.
CP::ISystematicsTool
Interface for all CP tools supporting systematic variations.
Definition:
ISystematicsTool.h:32
CP::IMuonCalibrationAndSmearingTool::expectedResolution
virtual double expectedResolution(const int &DetType, const xAOD::Muon &mu, const bool mc) const =0
Get the expected pT resolution - int argument is more efficient.
CP::CorrectionCode
Return value from object correction CP tools.
Definition:
CorrectionCode.h:31
CorrectionCode.h
xAOD::TrackParticle_v1
Class describing a TrackParticle.
Definition:
TrackParticle_v1.h:43
DetType
Definition:
DetType.h:10
CaloNoise_fillDB.mu
mu
Definition:
CaloNoise_fillDB.py:53
SystematicVariation.h
Generated on Sat Mar 15 2025 21:11:44 for ATLAS Offline Software by
1.8.18