![]() |
ATLAS Offline Software
|
#include <CalibrationDataInterfaceROOT.h>
Public Member Functions | |
| HadronisationReferenceHelper (TMap *mapSF, TMap *mapEff) | |
| HadronisationReferenceHelper () | |
| bool | getReference (const std::string &spec, std::string &ref) const |
| Retrieve the (full) name of the reference histogram, given the hadronisation specification. | |
Private Attributes | |
| std::map< std::string, std::string > | m_refs |
| map from hadronisation specification to container name | |
Definition at line 363 of file CalibrationDataInterfaceROOT.h.
| Analysis::CalibrationDataInterfaceROOT::HadronisationReferenceHelper::HadronisationReferenceHelper | ( | TMap * | mapSF, |
| TMap * | mapEff ) |
Definition at line 2750 of file CalibrationDataInterfaceROOT.cxx.
|
inline |
Definition at line 367 of file CalibrationDataInterfaceROOT.h.
| bool Analysis::CalibrationDataInterfaceROOT::HadronisationReferenceHelper::getReference | ( | const std::string & | spec, |
| std::string & | ref ) const |
Retrieve the (full) name of the reference histogram, given the hadronisation specification.
The return value will be false if the specification cannot be found, and true otherwise.
Definition at line 2781 of file CalibrationDataInterfaceROOT.cxx.
|
private |
map from hadronisation specification to container name
Definition at line 376 of file CalibrationDataInterfaceROOT.h.