Changeset 49234af in git for external/fastjet/ClusterSequenceActiveArea.hh
- Timestamp:
- Dec 9, 2014, 1:27:13 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 37deb3b, 9e991f8
- Parents:
- f6b6ee7 (diff), e7e90df (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/ClusterSequenceActiveArea.hh
rf6b6ee7 r49234af 1 // STARTHEADER2 // $Id: ClusterSequenceActiveArea.hh 2687 2011-11-14 11:17:51Z soyez$3 // 4 // Copyright (c) 2005-201 1, Matteo Cacciari, Gavin P. Salam and Gregory Soyez1 //FJSTARTHEADER 2 // $Id: ClusterSequenceActiveArea.hh 3619 2014-08-13 14:17:19Z salam $ 3 // 4 // Copyright (c) 2005-2014, Matteo Cacciari, Gavin P. Salam and Gregory Soyez 5 5 // 6 6 //---------------------------------------------------------------------- … … 13 13 // 14 14 // The algorithms that underlie FastJet have required considerable 15 // development and are described in hep-ph/0512210. If you use 15 // development. They are described in the original FastJet paper, 16 // hep-ph/0512210 and in the manual, arXiv:1111.6097. If you use 16 17 // FastJet as part of work towards a scientific publication, please 17 // include a citation to the FastJet paper. 18 // quote the version you use and include a citation to the manual and 19 // optionally also to hep-ph/0512210. 18 20 // 19 21 // FastJet is distributed in the hope that it will be useful, … … 25 27 // along with FastJet. If not, see <http://www.gnu.org/licenses/>. 26 28 //---------------------------------------------------------------------- 27 // ENDHEADER29 //FJENDHEADER 28 30 29 31 #ifndef __FASTJET_CLUSTERSEQUENCEACTIVEAREA_HH__ … … 83 85 /// the background (e.g. non-jet) activity in a highly populated event; the 84 86 /// one that has been most extensively tested is median. 87 /// 88 /// These strategies are OBSOLETE and deprecated (see comment 89 /// for pt_per_unit_area). 85 90 enum mean_pt_strategies{median=0, non_ghost_median, pttot_over_areatot, 86 91 pttot_over_areatot_cut, mean_ratio_cut, play, … … 93 98 /// have pt/area > median(pt/area)*range. 94 99 /// 95 /// NB: This call is OBSOLETE; use media_pt_per_unit_area from the 96 // ClusterSequenceAreaBase class instead 100 /// NB: This call is OBSOLETE and deprecated; use a 101 /// JetMedianBackgroundEstimator or GridMedianBackgroundEstimator 102 /// instead. 97 103 double pt_per_unit_area(mean_pt_strategies strat=median, 98 104 double range=2.0 ) const; 99 105 100 // following code removed -- now dealt with by AreaBase class (and101 // this definition here conflicts with it).102 // /// fits a form pt_per_unit_area(y) = a + b*y^2 in the range103 // /// abs(y)<raprange (for negative raprange, it defaults to104 // /// _safe_rap_for_area).105 // void parabolic_pt_per_unit_area(double & a,double & b, double raprange=-1.0,106 // double exclude_above=-1.0,107 // bool use_area_4vector=false ) const;108 //109 106 /// rewrite the empty area from the parent class, so as to use 110 107 /// all info at our disposal
Note:
See TracChangeset
for help on using the changeset viewer.