ATLAS Offline Software
PtAbsMassEtaUncertaintyComponent.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 JETUNCERTAINTIES_PTABSMASSETAUNCERTAINTYCOMPONENT_H
6 #define JETUNCERTAINTIES_PTABSMASSETAUNCERTAINTYCOMPONENT_H
7 
9 
10 namespace jet
11 {
12 
14 {
15  public:
16  // Constructor/destructor/initialization
19  virtual PtAbsMassEtaUncertaintyComponent* clone() const;
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  PtAbsMassEtaUncertaintyComponent(const std::string& name = "");
30  const bool m_absEta;
32 };
33 
34 } // end jet namespace
35 
36 #endif
37 
38 
jet::CompMassDef::TypeEnum
TypeEnum
Definition: UncertaintyEnum.h:71
jet::PtAbsMassEtaUncertaintyComponent::getUncertaintyImpl
virtual double getUncertaintyImpl(const xAOD::Jet &jet, const xAOD::EventInfo &eInfo) const
Definition: PtAbsMassEtaUncertaintyComponent.cxx:58
jet::PtAbsMassEtaUncertaintyComponent::getValidityImpl
virtual bool getValidityImpl(const xAOD::Jet &jet, const xAOD::EventInfo &eInfo) const
Definition: PtAbsMassEtaUncertaintyComponent.cxx:53
jet::PtAbsMassEtaUncertaintyComponent::m_absEta
const bool m_absEta
Definition: PtAbsMassEtaUncertaintyComponent.h:30
jet::PtAbsMassEtaUncertaintyComponent::clone
virtual PtAbsMassEtaUncertaintyComponent * clone() const
Definition: PtAbsMassEtaUncertaintyComponent.cxx:41
jet::ComponentHelper
Definition: ConfigHelper.h:24
jet::UncertaintyComponent
Definition: UncertaintyComponent.h:25
jet::PtAbsMassEtaUncertaintyComponent::~PtAbsMassEtaUncertaintyComponent
virtual ~PtAbsMassEtaUncertaintyComponent()
Definition: PtAbsMassEtaUncertaintyComponent.h:20
jet::PtAbsMassEtaUncertaintyComponent::PtAbsMassEtaUncertaintyComponent
PtAbsMassEtaUncertaintyComponent(const ComponentHelper &component)
Definition: PtAbsMassEtaUncertaintyComponent.cxx:25
jet
Definition: JetCalibTools_PlotJESFactors.cxx:23
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
jet::PtAbsMassEtaUncertaintyComponent
Definition: PtAbsMassEtaUncertaintyComponent.h:14
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::PtAbsMassEtaUncertaintyComponent::m_massDef
const CompMassDef::TypeEnum m_massDef
Definition: PtAbsMassEtaUncertaintyComponent.h:31
UncertaintyComponent.h