1 #ifndef __FASTJET_TILINGEXTENT_HH__
2 #define __FASTJET_TILINGEXTENT_HH__
4 #include "fastjet/ClusterSequence.hh"
36 FASTJET_BEGIN_NAMESPACE
49 double minrap()
const {
return _minrap;}
51 double maxrap()
const {
return _maxrap;}
61 double _minrap, _maxrap, _cumul2;
64 void _determine_rapidity_extent(
const std::vector<PseudoJet> & particles);
69 #endif // __FASTJET_TILINGEXTENT_HH__
class to perform a fast analysis of the appropriate rapidity range in which to perform tiling ...
double minrap() const
returns the suggested minimum rapidity for the tiling
double maxrap() const
returns the suggested maximum rapidity for the tiling
double sum_of_binned_squared_multiplicity() const
internally, the class bins the particle multiplicity versus rapidity, in bins of size 1 running rough...