|
Centrality Framework
|
Class to determine centrality. More...
#include <BordersFinder.hpp>
Public Member Functions | |
| void | FindBorders () |
| void | SaveBorders (const std::string &filename, const std::string &getter_name) |
| void | SetHisto (const TH1F &h) |
| TH1F & | GetHisto () |
| void | SetRanges (const std::vector< double > &ranges) |
| void | SetRanges (int n, double min, double max) |
| void | SetBorders (const std::vector< double > &borders) |
| void | SetLimits (double xLo, double xHi) |
| void | IsSpectator (bool is=true) |
| const std::vector< double > & | GetRanges () const |
| const std::vector< double > & | GetBorders () const |
| bool | GetIsSpectator () const |
Class to determine centrality.
|
inline |
To be used only in tests