FastJet
3.1.3
|
class to perform a fast analysis of the appropriate rapidity range in which to perform tiling More...
#include <fastjet/internal/TilingExtent.hh>
Public Member Functions | |
TilingExtent (ClusterSequence &cs) | |
constructor that takes a ClusterSequence in a state where the initial particles have been set up, but before clustering has started. More... | |
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 roughly from minrap to maxrap (including overflows); this function returns the sum of squares of bin contents, which may be informative for deciding strategy choices. More... | |
class to perform a fast analysis of the appropriate rapidity range in which to perform tiling
Definition at line 41 of file TilingExtent.hh.
fastjet::TilingExtent::TilingExtent | ( | ClusterSequence & | cs | ) |
constructor that takes a ClusterSequence in a state where the initial particles have been set up, but before clustering has started.
Definition at line 40 of file TilingExtent.cc.
|
inline |
internally, the class bins the particle multiplicity versus rapidity, in bins of size 1 running roughly from minrap to maxrap (including overflows); this function returns the sum of squares of bin contents, which may be informative for deciding strategy choices.
Definition at line 58 of file TilingExtent.hh.