Jpp 20.0.0-rc.2
the software that should make you happy
|
Auxiliary class for retrieving 1D histograms corresponding to a given histogram name. More...
#include <JBinsMap.hh>
Public Member Functions | |
JBinsMapHelper (const JBinsMap &binsMap) | |
Constructor. | |
std::unique_ptr< TH1D > | operator() (const std::string &name) const |
Get 1D histogram with binning corresponding to a given histogram name. | |
Private Attributes | |
const JBinsMap & | binsMap |
Bins map. | |
Auxiliary class for retrieving 1D histograms corresponding to a given histogram name.
Definition at line 176 of file JBinsMap.hh.
|
inline |
|
inline |
Get 1D histogram with binning corresponding to a given histogram name.
name | histogram name |
Definition at line 194 of file JBinsMap.hh.
|
private |
Bins map.
Definition at line 222 of file JBinsMap.hh.