Changeset 10e33bc in git for external/fastjet/tools
- Timestamp:
- Jun 26, 2015, 9:03:11 PM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 1bc87da
- Parents:
- 8497ac6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/tools/Filter.hh
r8497ac6 r10e33bc 3 3 4 4 //FJSTARTHEADER 5 // $Id: Filter.hh 3 494 2014-07-30 20:38:48Z soyez $5 // $Id: Filter.hh 3845 2015-03-08 08:35:36Z soyez $ 6 6 // 7 7 // Copyright (c) 2005-2014, Matteo Cacciari, Gavin P. Salam and Gregory Soyez … … 142 142 /// Set a subtractor that is applied to all individual subjets before 143 143 /// deciding which ones to keep. It takes precedence over a non-zero rho. 144 void set_subtractor(const FunctionOfPseudoJet<PseudoJet> * subtractor ) {_subtractor = subtractor;}144 void set_subtractor(const FunctionOfPseudoJet<PseudoJet> * subtractor_in) {_subtractor = subtractor_in;} 145 145 146 146 /// runs the filtering and sets kept and rejected to be the jets of interest
Note:
See TracChangeset
for help on using the changeset viewer.