Changeset 1d208a2 in git for external/fastjet/plugins/SISCone/split_merge.cc
- Timestamp:
- Aug 30, 2016, 12:36:00 AM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 6be4bc0
- Parents:
- d091310
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/plugins/SISCone/split_merge.cc
rd091310 r1d208a2 21 21 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA // 22 22 // // 23 // $Revision:: 3 70 $//24 // $Date:: 201 4-09-04 17:03:15 +0200 (Thu, 04 Sep 2014) $//23 // $Revision:: 390 $// 24 // $Date:: 2016-03-03 11:06:52 +0100 (Thu, 03 Mar 2016) $// 25 25 /////////////////////////////////////////////////////////////////////////////// 26 26 … … 54 54 pt_tilde = 0.0; 55 55 sm_var2 = 0.0; 56 pass = CJET_INEXISTENT_PASS; // initialised to a value that should 57 // notappear in the end (after clustering) 56 58 } 57 59 … … 659 661 660 662 #ifdef DEBUG_SPLIT_MERGE 661 cout << "PR-Jet " << jets.size() << " [size " << next_jet.contents.size() << "]:";663 cout << "PR-Jet " << jets.size() << " [size " << jet.contents.size() << "]:"; 662 664 #endif 663 665 … … 1179 1181 } 1180 1182 1181 return 0.0;1182 } 1183 1184 } 1183 //return 0.0; 1184 } 1185 1186 }
Note:
See TracChangeset
for help on using the changeset viewer.