![]() |
ATLAS Offline Software
|
#include <UncertaintyGroup.h>
Public Member Functions | |
| UncertaintyGroup (const GroupHelper &group) | |
| UncertaintyGroup (const UncertaintyGroup &toCopy) | |
| virtual | ~UncertaintyGroup () |
| virtual StatusCode | addComponent (UncertaintyComponent *component) |
| virtual StatusCode | addSubgroup (UncertaintyGroup *subgroup) |
| virtual StatusCode | initialize (TFile *histFile) |
| virtual TString | getName () const |
| virtual TString | getDesc () const |
| virtual int | getGroupNum () const |
| virtual int | getSubgroupNum () const |
| virtual CompCategory::TypeEnum | getCategory () const |
| virtual CompCorrelation::TypeEnum | getCorrType () const |
| virtual bool | getIsReducible () const |
| virtual size_t | getNumRawComps () const |
| virtual size_t | getNumSubgroups () const |
| virtual size_t | getNumComponents () const |
| virtual std::vector< UncertaintyComponent * > | getComponents () const |
| virtual std::vector< UncertaintyGroup * > | getSubgroups () const |
| virtual std::set< CompScaleVar::TypeEnum > | getScaleVars () const |
| virtual JetTopology::TypeEnum | getTopology (const CompScaleVar::TypeEnum scaleVar=CompScaleVar::UNKNOWN) const |
| virtual bool | isAlwaysZero () const |
| virtual bool | getValidity (const xAOD::Jet &jet, const xAOD::EventInfo &eInfo, const CompScaleVar::TypeEnum scaleVar) const |
| virtual double | getUncertainty (const xAOD::Jet &jet, const xAOD::EventInfo &eInfo, const CompScaleVar::TypeEnum scaleVar) const |
| virtual bool | getValidUncertainty (double &unc, const xAOD::Jet &jet, const xAOD::EventInfo &eInfo, const CompScaleVar::TypeEnum scaleVar) 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 Attributes | |
| bool | m_isInit |
| const TString | m_name |
| const TString | m_desc |
| const int | m_groupNum |
| const int | m_subgroupNum |
| const CompCategory::TypeEnum | m_category |
| const CompCorrelation::TypeEnum | m_corrType |
| const bool | m_isReducible |
| std::vector< UncertaintyComponent * > | m_components |
| std::vector< UncertaintyGroup * > | m_subgroups |
| std::map< CompScaleVar::TypeEnum, std::vector< UncertaintyComponent * > * > | m_compScaleMap |
Private Member Functions | |
| UncertaintyGroup (const std::string &name="") | |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Private Attributes | |
| 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 27 of file UncertaintyGroup.h.
| jet::UncertaintyGroup::UncertaintyGroup | ( | const GroupHelper & | group | ) |
Definition at line 46 of file UncertaintyGroup.cxx.
| jet::UncertaintyGroup::UncertaintyGroup | ( | const UncertaintyGroup & | toCopy | ) |
Definition at line 68 of file UncertaintyGroup.cxx.
|
virtual |
Definition at line 87 of file UncertaintyGroup.cxx.
|
private |
Definition at line 29 of file UncertaintyGroup.cxx.
|
virtual |
Definition at line 105 of file UncertaintyGroup.cxx.
|
virtual |
Definition at line 137 of file UncertaintyGroup.cxx.
|
inlinevirtual |
Definition at line 44 of file UncertaintyGroup.h.
|
inlinevirtual |
Definition at line 51 of file UncertaintyGroup.h.
|
inlinevirtual |
Definition at line 45 of file UncertaintyGroup.h.
|
inlinevirtual |
Definition at line 41 of file UncertaintyGroup.h.
|
inlinevirtual |
Definition at line 42 of file UncertaintyGroup.h.
|
inlinevirtual |
Definition at line 46 of file UncertaintyGroup.h.
|
inlinevirtual |
Definition at line 40 of file UncertaintyGroup.h.
|
virtual |
Definition at line 238 of file UncertaintyGroup.cxx.
|
inlinevirtual |
Definition at line 47 of file UncertaintyGroup.h.
|
inlinevirtual |
Definition at line 48 of file UncertaintyGroup.h.
|
virtual |
Definition at line 247 of file UncertaintyGroup.cxx.
|
inlinevirtual |
Definition at line 43 of file UncertaintyGroup.h.
|
inlinevirtual |
Definition at line 52 of file UncertaintyGroup.h.
|
virtual |
Definition at line 275 of file UncertaintyGroup.cxx.
|
virtual |
Definition at line 386 of file UncertaintyGroup.cxx.
|
virtual |
Definition at line 359 of file UncertaintyGroup.cxx.
|
virtual |
Definition at line 439 of file UncertaintyGroup.cxx.
|
virtual |
Definition at line 158 of file UncertaintyGroup.cxx.
|
privateinherited |
Initialize our message level and MessageSvc.
This method should only be called once.
Definition at line 39 of file AthMessaging.cxx.
|
virtual |
Definition at line 329 of file UncertaintyGroup.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.
|
protected |
Definition at line 76 of file UncertaintyGroup.h.
|
protected |
Definition at line 79 of file UncertaintyGroup.h.
|
protected |
Definition at line 81 of file UncertaintyGroup.h.
|
protected |
Definition at line 77 of file UncertaintyGroup.h.
|
protected |
Definition at line 73 of file UncertaintyGroup.h.
|
protected |
Definition at line 74 of file UncertaintyGroup.h.
|
mutableprivateinherited |
|
protected |
Definition at line 71 of file UncertaintyGroup.h.
|
protected |
Definition at line 78 of file UncertaintyGroup.h.
|
mutableprivateinherited |
|
mutableprivateinherited |
MsgStream instance (a std::cout like with print-out levels)
Definition at line 132 of file AthMessaging.h.
|
protected |
Definition at line 72 of file UncertaintyGroup.h.
|
privateinherited |
Message source name.
Definition at line 129 of file AthMessaging.h.
|
protected |
Definition at line 75 of file UncertaintyGroup.h.
|
protected |
Definition at line 80 of file UncertaintyGroup.h.