![]() |
ATLAS Offline Software
|
#include <UncertaintySet.h>
Public Member Functions | |
| UncertaintySet (const std::string &name="") | |
| virtual | ~UncertaintySet () |
| virtual StatusCode | initialize (const CP::SystematicSet &systConfig, const std::vector< UncertaintyGroup * > &groups) |
| virtual std::string | getName () const |
| virtual bool | getValidity (const xAOD::Jet &jet, const xAOD::EventInfo &eInfo, const CompScaleVar::TypeEnum scaleVar=CompScaleVar::UNKNOWN) const |
| virtual double | getUncertainty (const xAOD::Jet &jet, const xAOD::EventInfo &eInfo, const CompScaleVar::TypeEnum scaleVar=CompScaleVar::UNKNOWN) const |
| virtual bool | getValidUncertainty (double &unc, const xAOD::Jet &jet, const xAOD::EventInfo &eInfo, const CompScaleVar::TypeEnum scaleVar=CompScaleVar::UNKNOWN) const |
| virtual std::vector< CompScaleVar::TypeEnum > | getScaleVars () const |
| virtual std::vector< std::pair< CompScaleVar::TypeEnum, bool > > | getValiditySet (const xAOD::Jet &jet, const xAOD::EventInfo &eInfo) const |
| virtual std::vector< std::pair< CompScaleVar::TypeEnum, double > > | getUncertaintySet (const xAOD::Jet &jet, const xAOD::EventInfo &eInfo) const |
| virtual std::vector< std::pair< CompScaleVar::TypeEnum, bool > > | getValidUncertaintySet (std::vector< std::pair< CompScaleVar::TypeEnum, double > > &unc, const xAOD::Jet &jet, const xAOD::EventInfo &eInfo) const |
| JetTopology::TypeEnum | getTopology (const CompScaleVar::TypeEnum scaleVar=CompScaleVar::UNKNOWN) 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. | |
Private Member Functions | |
| CompScaleVar::TypeEnum | getSingleVar () const |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Private Attributes | |
| const std::string | m_name |
| bool | m_isInit |
| std::vector< UncertaintyGroup * > | m_groups |
| std::vector< float > | m_shiftWeights |
| 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 28 of file UncertaintySet.h.
| jet::UncertaintySet::UncertaintySet | ( | const std::string & | name = "" | ) |
Definition at line 23 of file UncertaintySet.cxx.
|
virtualdefault |
|
virtual |
Definition at line 75 of file UncertaintySet.cxx.
|
virtual |
Definition at line 193 of file UncertaintySet.cxx.
|
private |
Definition at line 86 of file UncertaintySet.cxx.
| JetTopology::TypeEnum jet::UncertaintySet::getTopology | ( | const CompScaleVar::TypeEnum | scaleVar = CompScaleVar::UNKNOWN | ) | const |
Definition at line 284 of file UncertaintySet.cxx.
|
virtual |
Definition at line 126 of file UncertaintySet.cxx.
|
virtual |
Definition at line 230 of file UncertaintySet.cxx.
|
virtual |
Definition at line 105 of file UncertaintySet.cxx.
|
virtual |
Definition at line 211 of file UncertaintySet.cxx.
|
virtual |
Definition at line 155 of file UncertaintySet.cxx.
|
virtual |
Definition at line 249 of file UncertaintySet.cxx.
|
virtual |
Definition at line 34 of file UncertaintySet.cxx.
|
privateinherited |
Initialize our message level and MessageSvc.
This method should only be called once.
Definition at line 39 of file AthMessaging.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 59 of file UncertaintySet.h.
|
mutableprivateinherited |
|
private |
Definition at line 58 of file UncertaintySet.h.
|
mutableprivateinherited |
|
mutableprivateinherited |
MsgStream instance (a std::cout like with print-out levels)
Definition at line 132 of file AthMessaging.h.
|
private |
Definition at line 57 of file UncertaintySet.h.
|
privateinherited |
Message source name.
Definition at line 129 of file AthMessaging.h.
|
private |
Definition at line 60 of file UncertaintySet.h.