![]() |
ATLAS Offline Software
|
#include <ValidityHistogram.h>
Public Member Functions | |
| ValidityHistogram (const std::string &histName, const CompParametrization::TypeEnum parametrization, const float energyScale, const CompMassDef::TypeEnum massDef) | |
| ValidityHistogram (const TString &histName, const CompParametrization::TypeEnum parametrization, const float energyScale, const CompMassDef::TypeEnum massDef) | |
| ValidityHistogram (const char *histName, const CompParametrization::TypeEnum parametrization, const float energyScale, const CompMassDef::TypeEnum massDef) | |
| ValidityHistogram (const ValidityHistogram &toCopy) | |
| virtual | ~ValidityHistogram () |
| virtual StatusCode | initialize (TFile *histFile) |
| CompParametrization::TypeEnum | getParam () const |
| bool | getValidity (const xAOD::Jet &jet) const |
| 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 CompParametrization::TypeEnum | m_param |
| const float | m_energyScale |
| const CompMassDef::TypeEnum | m_massDef |
| InfoHelper * | m_helper |
| 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 18 of file ValidityHistogram.h.
| jet::ValidityHistogram::ValidityHistogram | ( | const std::string & | histName, |
| const CompParametrization::TypeEnum | parametrization, | ||
| const float | energyScale, | ||
| const CompMassDef::TypeEnum | massDef ) |
Definition at line 280 of file ValidityHistogram.cxx.
| jet::ValidityHistogram::ValidityHistogram | ( | const TString & | histName, |
| const CompParametrization::TypeEnum | parametrization, | ||
| const float | energyScale, | ||
| const CompMassDef::TypeEnum | massDef ) |
Definition at line 291 of file ValidityHistogram.cxx.
| jet::ValidityHistogram::ValidityHistogram | ( | const char * | histName, |
| const CompParametrization::TypeEnum | parametrization, | ||
| const float | energyScale, | ||
| const CompMassDef::TypeEnum | massDef ) |
Definition at line 295 of file ValidityHistogram.cxx.
| jet::ValidityHistogram::ValidityHistogram | ( | const ValidityHistogram & | toCopy | ) |
Definition at line 299 of file ValidityHistogram.cxx.
|
virtual |
Definition at line 311 of file ValidityHistogram.cxx.
|
privateinherited |
Definition at line 322 of file UncertaintyHistogram.cxx.
|
privateinherited |
Definition at line 293 of file UncertaintyHistogram.cxx.
|
privateinherited |
Definition at line 270 of file UncertaintyHistogram.cxx.
|
inlineinherited |
Definition at line 37 of file UncertaintyHistogram.h.
|
inlineinherited |
Definition at line 38 of file UncertaintyHistogram.h.
|
inlineinherited |
Definition at line 36 of file UncertaintyHistogram.h.
|
inlineinherited |
Definition at line 39 of file UncertaintyHistogram.h.
|
inline |
Definition at line 30 of file ValidityHistogram.h.
| bool jet::ValidityHistogram::getValidity | ( | const xAOD::Jet & | jet | ) | const |
Definition at line 431 of file ValidityHistogram.cxx.
|
inherited |
Definition at line 141 of file UncertaintyHistogram.cxx.
|
inherited |
Definition at line 151 of file UncertaintyHistogram.cxx.
|
inherited |
Definition at line 161 of file UncertaintyHistogram.cxx.
|
virtual |
Reimplemented from jet::UncertaintyHistogram.
Definition at line 316 of file ValidityHistogram.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.
|
privateinherited |
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.
|
privateinherited |
Definition at line 56 of file UncertaintyHistogram.h.
|
private |
Definition at line 39 of file ValidityHistogram.h.
|
private |
Definition at line 41 of file ValidityHistogram.h.
|
privateinherited |
Definition at line 51 of file UncertaintyHistogram.h.
|
mutableprivateinherited |
|
privateinherited |
Definition at line 50 of file UncertaintyHistogram.h.
|
private |
Definition at line 37 of file ValidityHistogram.h.
|
mutableprivateinherited |
|
private |
Definition at line 40 of file ValidityHistogram.h.
|
mutableprivateinherited |
MsgStream instance (a std::cout like with print-out levels)
Definition at line 132 of file AthMessaging.h.
|
privateinherited |
Definition at line 49 of file UncertaintyHistogram.h.
|
privateinherited |
Definition at line 52 of file UncertaintyHistogram.h.
|
privateinherited |
Message source name.
Definition at line 129 of file AthMessaging.h.
|
private |
Definition at line 38 of file ValidityHistogram.h.