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