![]() |
ATLAS Offline Software
|
#include <PtMassUncertaintyComponent.h>
Public Member Functions | |
| PtMassUncertaintyComponent (const ComponentHelper &component) | |
| PtMassUncertaintyComponent (const PtMassUncertaintyComponent &toCopy) | |
| virtual PtMassUncertaintyComponent * | clone () const |
| virtual | ~PtMassUncertaintyComponent () |
| virtual StatusCode | initialize (TFile *histFile) |
| virtual TString | getName () const |
| virtual TString | getValidName () const |
| virtual CompScaleVar::TypeEnum | getScaleVar () const |
| virtual JetTopology::TypeEnum | getTopology () const |
| virtual bool | isAlwaysZero () const |
| virtual bool | getValidity (const xAOD::Jet &jet, const xAOD::EventInfo &eInfo) const |
| virtual double | getUncertainty (const xAOD::Jet &jet, const xAOD::EventInfo &eInfo) const |
| virtual bool | getValidUncertainty (double &unc, const xAOD::Jet &jet, const xAOD::EventInfo &eInfo) const |
| void | setLevel (MSG::Level lvl) |
| Change the current logging level. | |
Functions providing the same interface as AthMessaging | |
| bool | msgLvl (const MSG::Level lvl) const |
| Test the output level of the object. | |
| MsgStream & | msg () const |
| The standard message stream. | |
| MsgStream & | msg (const MSG::Level lvl) const |
| The standard message stream. | |
Protected Member Functions | |
| virtual bool | getValidityImpl (const xAOD::Jet &jet, const xAOD::EventInfo &eInfo) const |
| virtual double | getUncertaintyImpl (const xAOD::Jet &jet, const xAOD::EventInfo &eInfo) const |
| virtual bool | getValidBool (const double validity) const |
| virtual double | getSplitFactor (const xAOD::Jet &jet) const |
| virtual double | getAbsMass (const xAOD::Jet &jet, const CompMassDef::TypeEnum massDef) const |
| virtual double | getMassOverPt (const xAOD::Jet &jet, const CompMassDef::TypeEnum massDef) const |
| virtual double | getMassOverE (const xAOD::Jet &jet, const CompMassDef::TypeEnum massDef) const |
Protected Attributes | |
| bool | m_isInit {} |
| const TString | m_uncHistName |
| const TString | m_validHistName |
| const CompScaleVar::TypeEnum | m_scaleVar |
| const JetTopology::TypeEnum | m_topology |
| const float | m_energyScale {} |
| const Interpolate::TypeEnum | m_interpolate |
| const int | m_splitNumber {} |
| int | m_numExpectedHist {} |
| UncertaintyHistogram * | m_uncHist {} |
| UncertaintyHistogram * | m_validHist {} |
Private Member Functions | |
| PtMassUncertaintyComponent (const std::string &name="") | |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Private Attributes | |
| const CompMassDef::TypeEnum | m_massDef |
| std::string | m_nm |
| Message source name. | |
| boost::thread_specific_ptr< MsgStream > | m_msg_tls |
| MsgStream instance (a std::cout like with print-out levels) | |
| std::atomic< IMessageSvc * > | m_imsg { nullptr } |
| MessageSvc pointer. | |
| std::atomic< MSG::Level > | m_lvl { MSG::NIL } |
| Current logging level. | |
| std::atomic_flag m_initialized | ATLAS_THREAD_SAFE = ATOMIC_FLAG_INIT |
| Messaging initialized (initMessaging) | |
Definition at line 13 of file PtMassUncertaintyComponent.h.
| jet::PtMassUncertaintyComponent::PtMassUncertaintyComponent | ( | const ComponentHelper & | component | ) |
Definition at line 24 of file PtMassUncertaintyComponent.cxx.
| jet::PtMassUncertaintyComponent::PtMassUncertaintyComponent | ( | const PtMassUncertaintyComponent & | toCopy | ) |
Definition at line 31 of file PtMassUncertaintyComponent.cxx.
|
inlinevirtual |
Definition at line 20 of file PtMassUncertaintyComponent.h.
|
private |
Definition at line 17 of file PtMassUncertaintyComponent.cxx.
|
virtual |
Implements jet::UncertaintyComponent.
Definition at line 38 of file PtMassUncertaintyComponent.cxx.
|
protectedvirtualinherited |
Definition at line 309 of file UncertaintyComponent.cxx.
|
protectedvirtualinherited |
Definition at line 360 of file UncertaintyComponent.cxx.
|
protectedvirtualinherited |
Definition at line 334 of file UncertaintyComponent.cxx.
|
inlinevirtualinherited |
Definition at line 35 of file UncertaintyComponent.h.
|
inlinevirtualinherited |
Definition at line 37 of file UncertaintyComponent.h.
|
protectedvirtualinherited |
Definition at line 196 of file UncertaintyComponent.cxx.
|
inlinevirtualinherited |
Definition at line 38 of file UncertaintyComponent.h.
|
virtualinherited |
Definition at line 169 of file UncertaintyComponent.cxx.
|
protectedvirtual |
Implements jet::UncertaintyComponent.
Definition at line 55 of file PtMassUncertaintyComponent.cxx.
|
protectedvirtualinherited |
Definition at line 301 of file UncertaintyComponent.cxx.
|
virtualinherited |
Definition at line 159 of file UncertaintyComponent.cxx.
|
protectedvirtual |
Implements jet::UncertaintyComponent.
Definition at line 50 of file PtMassUncertaintyComponent.cxx.
|
inlinevirtualinherited |
Definition at line 36 of file UncertaintyComponent.h.
|
virtualinherited |
Definition at line 179 of file UncertaintyComponent.cxx.
|
virtualinherited |
Reimplemented in jet::CombinedMassUncertaintyComponent, jet::FlavourUncertaintyComponent, jet::PerJetFlavourUncertaintyComponent, and jet::PileupUncertaintyComponent.
Definition at line 96 of file UncertaintyComponent.cxx.
|
privateinherited |
Initialize our message level and MessageSvc.
This method should only be called once.
Definition at line 39 of file AthMessaging.cxx.
|
virtualinherited |
Reimplemented in jet::CombinedMassUncertaintyComponent.
Definition at line 140 of file UncertaintyComponent.cxx.
|
inherited |
The standard message stream.
Definition at line 49 of file AsgMessaging.cxx.
|
inherited |
The standard message stream.
| lvl | The message level to set the stream to |
Definition at line 57 of file AsgMessaging.cxx.
|
inherited |
Test the output level of the object.
| lvl | The message level to test against |
true If messages at level "lvl" will be printed Definition at line 41 of file AsgMessaging.cxx.
|
inherited |
Change the current logging level.
Use this rather than msg().setLevel() for proper operation with MT.
Definition at line 28 of file AthMessaging.cxx.
|
mutableprivateinherited |
Messaging initialized (initMessaging)
Definition at line 141 of file AthMessaging.h.
|
protectedinherited |
Definition at line 55 of file UncertaintyComponent.h.
|
mutableprivateinherited |
|
protectedinherited |
Definition at line 56 of file UncertaintyComponent.h.
|
protectedinherited |
Definition at line 50 of file UncertaintyComponent.h.
|
mutableprivateinherited |
|
private |
Definition at line 30 of file PtMassUncertaintyComponent.h.
|
mutableprivateinherited |
MsgStream instance (a std::cout like with print-out levels)
Definition at line 132 of file AthMessaging.h.
|
privateinherited |
Message source name.
Definition at line 129 of file AthMessaging.h.
|
protectedinherited |
Definition at line 59 of file UncertaintyComponent.h.
|
protectedinherited |
Definition at line 53 of file UncertaintyComponent.h.
|
protectedinherited |
Definition at line 57 of file UncertaintyComponent.h.
|
protectedinherited |
Definition at line 54 of file UncertaintyComponent.h.
|
protectedinherited |
Definition at line 60 of file UncertaintyComponent.h.
|
protectedinherited |
Definition at line 51 of file UncertaintyComponent.h.
|
protectedinherited |
Definition at line 61 of file UncertaintyComponent.h.
|
protectedinherited |
Definition at line 52 of file UncertaintyComponent.h.