Changes in external/fastjet/tools/GridMedianBackgroundEstimator.hh [406b698:35cdc46] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/tools/GridMedianBackgroundEstimator.hh
r406b698 r35cdc46 77 77 class GridMedianBackgroundEstimator : public BackgroundEstimatorBase 78 78 #ifdef FASTJET_GMBGE_USEFJGRID 79 , publicRectangularGrid79 , RectangularGrid 80 80 #endif 81 81 { … … 93 93 RectangularGrid(ymax, requested_grid_spacing), 94 94 _has_particles(false), _enable_rho_m(true) {} 95 96 /// ctor with more control over initialisation97 /// \param rapmin the minimum rapidity extent of the grid98 /// \param rapmax the maximum rapidity extent of the grid99 /// \param drap the grid spacing in rapidity100 /// \param dphi the grid spacing in azimuth101 /// \param tile_selector optional (geometric) selector to specify102 /// which tiles are good; a tile is good if103 /// a massless 4-vector at the center of the tile passes104 /// the selection105 GridMedianBackgroundEstimator(double rapmin_in, double rapmax_in, double drap_in, double dphi_in,106 Selector tile_selector = Selector()) :107 RectangularGrid(rapmin_in, rapmax_in, drap_in, dphi_in, tile_selector),108 _has_particles(false), _enable_rho_m(true) {}109 95 110 96 //----------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.