ATLAS Offline Software
|
#include <UncertaintyGroup.h>
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. More... | |
Private Attributes | |
std::string | m_nm |
Message source name. More... | |
boost::thread_specific_ptr< MsgStream > | m_msg_tls |
MsgStream instance (a std::cout like with print-out levels) More... | |
std::atomic< IMessageSvc * > | m_imsg { nullptr } |
MessageSvc pointer. More... | |
std::atomic< MSG::Level > | m_lvl { MSG::NIL } |
Current logging level. More... | |
std::atomic_flag m_initialized | ATLAS_THREAD_SAFE = ATOMIC_FLAG_INIT |
Messaging initialized (initMessaging) More... | |
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 |
MessageSvc pointer.
Definition at line 135 of file AthMessaging.h.
|
protected |
Definition at line 71 of file UncertaintyGroup.h.
|
protected |
Definition at line 78 of file UncertaintyGroup.h.
|
mutableprivateinherited |
Current logging level.
Definition at line 138 of file AthMessaging.h.
|
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.