![]() |
ATLAS Offline Software
|
#include <UncertaintyHistogram.h>
Public Member Functions | |
| UncertaintyHistogram (const std::string &histName, const Interpolate::TypeEnum interpolate) | |
| UncertaintyHistogram (const TString &histName, const Interpolate::TypeEnum interpolate) | |
| UncertaintyHistogram (const char *histName, const Interpolate::TypeEnum interpolate) | |
| UncertaintyHistogram (const UncertaintyHistogram &toCopy) | |
| virtual | ~UncertaintyHistogram () |
| virtual StatusCode | initialize (TFile *histFile) |
| const TString & | getName () const |
| const TH1 * | getHisto () const |
| Interpolate::TypeEnum | getInterp () const |
| int | getNumDim () const |
| double | getValue (const double var1) const |
| double | getValue (const double var1, const double var2) const |
| double | getValue (const double var1, const double var2, const double var3) 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 | |
| StatusCode | cacheProjections () |
| double | readHisto (const double var1, const double var2=0, const double var3=0) const |
| double | checkBoundariesByBin (const TAxis *axis, const int numBins, const double valInput) const |
| double | checkBoundaries (const TAxis *axis, const int numBins, const double valInput) const |
| void | initMessaging () const |
| Initialize our message level and MessageSvc. | |
Private Attributes | |
| bool | m_isInit |
| const TString | m_name |
| const Interpolate::TypeEnum | m_interpolate |
| TH1 * | m_histo |
| int | m_nDim |
| std::vector< std::vector< std::unique_ptr< TH1 > > > | m_cachedProj |
| 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 24 of file UncertaintyHistogram.h.
| jet::UncertaintyHistogram::UncertaintyHistogram | ( | const std::string & | histName, |
| const Interpolate::TypeEnum | interpolate ) |
Definition at line 28 of file UncertaintyHistogram.cxx.
| jet::UncertaintyHistogram::UncertaintyHistogram | ( | const TString & | histName, |
| const Interpolate::TypeEnum | interpolate ) |
Definition at line 42 of file UncertaintyHistogram.cxx.
| jet::UncertaintyHistogram::UncertaintyHistogram | ( | const char * | histName, |
| const Interpolate::TypeEnum | interpolate ) |
Definition at line 46 of file UncertaintyHistogram.cxx.
| jet::UncertaintyHistogram::UncertaintyHistogram | ( | const UncertaintyHistogram & | toCopy | ) |
Definition at line 50 of file UncertaintyHistogram.cxx.
|
virtual |
Definition at line 79 of file UncertaintyHistogram.cxx.
|
private |
Definition at line 322 of file UncertaintyHistogram.cxx.
|
private |
Definition at line 293 of file UncertaintyHistogram.cxx.
|
private |
Definition at line 270 of file UncertaintyHistogram.cxx.
|
inline |
Definition at line 37 of file UncertaintyHistogram.h.
|
inline |
Definition at line 38 of file UncertaintyHistogram.h.
|
inline |
Definition at line 36 of file UncertaintyHistogram.h.
|
inline |
Definition at line 39 of file UncertaintyHistogram.h.
| double jet::UncertaintyHistogram::getValue | ( | const double | var1 | ) | const |
Definition at line 141 of file UncertaintyHistogram.cxx.
| double jet::UncertaintyHistogram::getValue | ( | const double | var1, |
| const double | var2 ) const |
Definition at line 151 of file UncertaintyHistogram.cxx.
| double jet::UncertaintyHistogram::getValue | ( | const double | var1, |
| const double | var2, | ||
| const double | var3 ) const |
Definition at line 161 of file UncertaintyHistogram.cxx.
|
virtual |
Reimplemented in jet::ValidityHistogram.
Definition at line 85 of file UncertaintyHistogram.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 178 of file UncertaintyHistogram.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 56 of file UncertaintyHistogram.h.
|
private |
Definition at line 51 of file UncertaintyHistogram.h.
|
mutableprivateinherited |
|
private |
Definition at line 50 of file UncertaintyHistogram.h.
|
private |
Definition at line 48 of file UncertaintyHistogram.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 49 of file UncertaintyHistogram.h.
|
private |
Definition at line 52 of file UncertaintyHistogram.h.
|
privateinherited |
Message source name.
Definition at line 129 of file AthMessaging.h.