Changeset d69dfe4 in git for external/fastjet/plugins/GridJet
- Timestamp:
- Nov 20, 2013, 9:52:59 PM (11 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- fc39685
- Parents:
- 88a9b72
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/plugins/GridJet/fastjet/GridJetPlugin.hh
r88a9b72 rd69dfe4 75 75 virtual double R() const; 76 76 77 /// returns the actual rapidity spacing of the grid 78 double drap() const {return _dy;} 79 /// returns the actual phi spacing of the grid 80 double dphi() const {return _dphi;} 81 /// returns the minimum rapidity of the grid 82 double rapmin() const {return _ymin;} 83 /// returns the maximum rapidity of the grid 84 double rapmax() const {return _ymax;} 85 77 86 private: 78 87
Note:
See TracChangeset
for help on using the changeset viewer.