![]() |
ATLAS Offline Software
|
#include <CorrelationMatrix.h>
Public Member Functions | |
| CorrelationMatrix (const TString &name, const int numBins, const double minVal, const double maxVal, const double fixedVal1, const double fixedVal2) | |
| virtual | ~CorrelationMatrix () |
| virtual StatusCode | initializeForPt (const JetUncertaintiesTool &uncTool) |
| virtual StatusCode | initializeForEta (const JetUncertaintiesTool &uncTool) |
| virtual TString | getName () const |
| virtual const TH2D * | getMatrix () 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 | |
| CorrelationMatrix (const std::string &name="") | |
| StatusCode | checkInitialization (const JetUncertaintiesTool &uncTool) const |
| StatusCode | createStore () |
| StatusCode | clearStore () |
| StatusCode | setDefaultProperties (const JetUncertaintiesTool &uncTool) |
| TH2D * | buildMatrix (const std::vector< double > &bins) const |
| double | getCorrelation (const JetUncertaintiesTool &uncTool) const |
| double | getCovariance (const JetUncertaintiesTool &uncTool, const xAOD::Jet *jet1, const xAOD::Jet *jet2) const |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Private Attributes | |
| bool | m_isInit |
| const TString | m_name |
| const int | m_numBins |
| const double | m_minVal |
| const double | m_maxVal |
| const double | m_fixedVal1 |
| const double | m_fixedVal2 |
| TH2D * | m_corrMat |
| xAOD::JetContainer * | m_jets |
| xAOD::EventInfoContainer * | m_eInfos |
| xAOD::Jet * | m_jet1 |
| xAOD::Jet * | m_jet2 |
| xAOD::EventInfo * | m_eInfo |
| 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 26 of file CorrelationMatrix.h.
| jet::CorrelationMatrix::CorrelationMatrix | ( | const TString & | name, |
| const int | numBins, | ||
| const double | minVal, | ||
| const double | maxVal, | ||
| const double | fixedVal1, | ||
| const double | fixedVal2 ) |
Definition at line 38 of file CorrelationMatrix.cxx.
|
virtual |
Definition at line 58 of file CorrelationMatrix.cxx.
|
private |
Definition at line 19 of file CorrelationMatrix.cxx.
|
private |
Definition at line 322 of file CorrelationMatrix.cxx.
|
private |
Definition at line 197 of file CorrelationMatrix.cxx.
|
private |
Definition at line 243 of file CorrelationMatrix.cxx.
|
private |
Definition at line 224 of file CorrelationMatrix.cxx.
|
private |
Definition at line 329 of file CorrelationMatrix.cxx.
|
private |
Definition at line 334 of file CorrelationMatrix.cxx.
|
inlinevirtual |
Definition at line 45 of file CorrelationMatrix.h.
|
inlinevirtual |
Definition at line 44 of file CorrelationMatrix.h.
|
virtual |
Definition at line 130 of file CorrelationMatrix.cxx.
|
virtual |
Definition at line 64 of file CorrelationMatrix.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.
|
private |
Definition at line 262 of file CorrelationMatrix.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 61 of file CorrelationMatrix.h.
|
private |
Definition at line 69 of file CorrelationMatrix.h.
|
private |
Definition at line 65 of file CorrelationMatrix.h.
|
private |
Definition at line 58 of file CorrelationMatrix.h.
|
private |
Definition at line 59 of file CorrelationMatrix.h.
|
mutableprivateinherited |
|
private |
Definition at line 52 of file CorrelationMatrix.h.
|
private |
Definition at line 67 of file CorrelationMatrix.h.
|
private |
Definition at line 68 of file CorrelationMatrix.h.
|
private |
Definition at line 64 of file CorrelationMatrix.h.
|
mutableprivateinherited |
|
private |
Definition at line 57 of file CorrelationMatrix.h.
|
private |
Definition at line 56 of file CorrelationMatrix.h.
|
mutableprivateinherited |
MsgStream instance (a std::cout like with print-out levels)
Definition at line 132 of file AthMessaging.h.
|
private |
Definition at line 53 of file CorrelationMatrix.h.
|
privateinherited |
Message source name.
Definition at line 129 of file AthMessaging.h.
|
private |
Definition at line 55 of file CorrelationMatrix.h.