struct Rivet::CentralityBinner::Bin
Rivet::CentralityBinner::Bin
Public Functions
Name | |
---|---|
Bin() Construct a completely empty bin. | |
Bin(T t, double centLo, double centHi, double cestLo =-1.0, double cestHi =-1.0) | |
bool | inRange(double cest) const |
void | normalizePerEvent() Normalise the AnalysisObject to the tital cross section. |
Public Functions Documentation
function Bin
inline Bin()
Construct a completely empty bin.
function Bin
inline Bin(
T t,
double centLo,
double centHi,
double cestLo =-1.0,
double cestHi =-1.0
)
Constructor taking an AnalysisObject and centrality interval as argument. Optionally the interval in the estimator can be given, in which case this bin is considered to be “final”.
function inRange
inline bool inRange(
double cest
) const
Return true if the given centrality estimate is in the range of this AnalysisObject.
function normalizePerEvent
inline void normalizePerEvent()
Normalise the AnalysisObject to the tital cross section.
Updated on 2022-08-07 at 20:17:16 +0100