![]() |
ATLAS Offline Software
|
#include <PerJetFlavourUncertaintyComponent.h>
Public Member Functions | |
| PerJetFlavourUncertaintyComponent (const ComponentHelper &component) | |
| PerJetFlavourUncertaintyComponent (const PerJetFlavourUncertaintyComponent &toCopy) | |
| virtual PerJetFlavourUncertaintyComponent * | clone () const |
| virtual | ~PerJetFlavourUncertaintyComponent () |
| virtual StatusCode | initialize (TFile *histFile) |
| virtual std::vector< int > | getRelevantLabels () const |
| 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 | |
| PerJetFlavourUncertaintyComponent (const std::string &name="") | |
| double | getFlavourResponseUncertainty (const xAOD::Jet &jet, const xAOD::EventInfo &eInfo) const |
| bool | isSupportedLabel (const int label) const |
| bool | checkTruthLabel (const xAOD::Jet &jet) const |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Private Attributes | |
| const bool | m_absEta {} |
| const std::vector< int > | m_labels |
| const FlavourComp::TypeEnum | m_flavourType {} |
| const bool | m_constrainZresponse {} |
| const TString | m_constrainZresponseFunc {} |
| const TF1 * | m_ZjetQuarkFrac {} |
| 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 15 of file PerJetFlavourUncertaintyComponent.h.
| jet::PerJetFlavourUncertaintyComponent::PerJetFlavourUncertaintyComponent | ( | const ComponentHelper & | component | ) |
Definition at line 29 of file PerJetFlavourUncertaintyComponent.cxx.
| jet::PerJetFlavourUncertaintyComponent::PerJetFlavourUncertaintyComponent | ( | const PerJetFlavourUncertaintyComponent & | toCopy | ) |
Definition at line 40 of file PerJetFlavourUncertaintyComponent.cxx.
|
inlinevirtual |
Definition at line 22 of file PerJetFlavourUncertaintyComponent.h.
|
private |
Definition at line 17 of file PerJetFlavourUncertaintyComponent.cxx.
|
private |
Definition at line 173 of file PerJetFlavourUncertaintyComponent.cxx.
|
virtual |
Implements jet::UncertaintyComponent.
Definition at line 51 of file PerJetFlavourUncertaintyComponent.cxx.
|
protectedvirtualinherited |
Definition at line 309 of file UncertaintyComponent.cxx.
|
private |
Definition at line 117 of file PerJetFlavourUncertaintyComponent.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.
|
inlinevirtual |
Definition at line 26 of file PerJetFlavourUncertaintyComponent.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 112 of file PerJetFlavourUncertaintyComponent.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 107 of file PerJetFlavourUncertaintyComponent.cxx.
|
inlinevirtualinherited |
Definition at line 36 of file UncertaintyComponent.h.
|
virtualinherited |
Definition at line 179 of file UncertaintyComponent.cxx.
|
virtual |
Reimplemented from jet::UncertaintyComponent.
Definition at line 56 of file PerJetFlavourUncertaintyComponent.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.
|
private |
Definition at line 156 of file PerJetFlavourUncertaintyComponent.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.
|
private |
Definition at line 39 of file PerJetFlavourUncertaintyComponent.h.
|
private |
Definition at line 42 of file PerJetFlavourUncertaintyComponent.h.
|
private |
Definition at line 43 of file PerJetFlavourUncertaintyComponent.h.
|
protectedinherited |
Definition at line 55 of file UncertaintyComponent.h.
|
private |
Definition at line 41 of file PerJetFlavourUncertaintyComponent.h.
|
mutableprivateinherited |
|
protectedinherited |
Definition at line 56 of file UncertaintyComponent.h.
|
protectedinherited |
Definition at line 50 of file UncertaintyComponent.h.
|
private |
Definition at line 40 of file PerJetFlavourUncertaintyComponent.h.
|
mutableprivateinherited |
|
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.
|
private |
Definition at line 44 of file PerJetFlavourUncertaintyComponent.h.