ATLAS Offline Software
Reconstruction
Jet
JetUncertainties
JetUncertainties
ELogMassEtaUncertaintyComponent.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef JETUNCERTAINTIES_ELOGMASSETAUNCERTAINTYCOMPONENT_H
6
#define JETUNCERTAINTIES_ELOGMASSETAUNCERTAINTYCOMPONENT_H
7
8
#include "
JetUncertainties/UncertaintyComponent.h
"
9
10
namespace
jet
11
{
12
13
class
ELogMassEtaUncertaintyComponent
:
public
UncertaintyComponent
14
{
15
public
:
16
// Constructor/destructor/initialization
17
ELogMassEtaUncertaintyComponent
(
const
ComponentHelper
& component);
18
ELogMassEtaUncertaintyComponent
(
const
ELogMassEtaUncertaintyComponent
& toCopy);
19
virtual
ELogMassEtaUncertaintyComponent
*
clone
()
const
;
20
virtual
~ELogMassEtaUncertaintyComponent
() {}
21
22
protected
:
23
24
// Uncertainty/validity retrieval helper methods
25
virtual
bool
getValidityImpl
(
const
xAOD::Jet
&
jet
,
const
xAOD::EventInfo
& eInfo)
const
;
26
virtual
double
getUncertaintyImpl
(
const
xAOD::Jet
&
jet
,
const
xAOD::EventInfo
& eInfo)
const
;
27
28
private
:
29
ELogMassEtaUncertaintyComponent
(
const
std::string&
name
=
""
);
30
const
bool
m_absEta
;
31
const
CompMassDef::TypeEnum
m_massDef
;
32
};
33
34
}
// end jet namespace
35
36
#endif
37
jet::CompMassDef::TypeEnum
TypeEnum
Definition:
UncertaintyEnum.h:71
jet::ELogMassEtaUncertaintyComponent::ELogMassEtaUncertaintyComponent
ELogMassEtaUncertaintyComponent(const ComponentHelper &component)
Definition:
ELogMassEtaUncertaintyComponent.cxx:25
jet::ELogMassEtaUncertaintyComponent::~ELogMassEtaUncertaintyComponent
virtual ~ELogMassEtaUncertaintyComponent()
Definition:
ELogMassEtaUncertaintyComponent.h:20
jet::ComponentHelper
Definition:
ConfigHelper.h:24
jet::UncertaintyComponent
Definition:
UncertaintyComponent.h:25
jet::ELogMassEtaUncertaintyComponent::clone
virtual ELogMassEtaUncertaintyComponent * clone() const
Definition:
ELogMassEtaUncertaintyComponent.cxx:41
jet
Definition:
JetCalibTools_PlotJESFactors.cxx:23
jet::ELogMassEtaUncertaintyComponent::m_massDef
const CompMassDef::TypeEnum m_massDef
Definition:
ELogMassEtaUncertaintyComponent.h:31
jet::ELogMassEtaUncertaintyComponent::getValidityImpl
virtual bool getValidityImpl(const xAOD::Jet &jet, const xAOD::EventInfo &eInfo) const
Definition:
ELogMassEtaUncertaintyComponent.cxx:53
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
xAOD::EventInfo_v1
Class describing the basic event information.
Definition:
EventInfo_v1.h:43
xAOD::Jet_v1
Class describing a jet.
Definition:
Jet_v1.h:57
jet::ELogMassEtaUncertaintyComponent::m_absEta
const bool m_absEta
Definition:
ELogMassEtaUncertaintyComponent.h:30
UncertaintyComponent.h
jet::ELogMassEtaUncertaintyComponent::getUncertaintyImpl
virtual double getUncertaintyImpl(const xAOD::Jet &jet, const xAOD::EventInfo &eInfo) const
Definition:
ELogMassEtaUncertaintyComponent.cxx:60
jet::ELogMassEtaUncertaintyComponent
Definition:
ELogMassEtaUncertaintyComponent.h:14
Generated on Sun Dec 22 2024 21:10:04 for ATLAS Offline Software by
1.8.18