Changeset b9ae4c3 in git for external/fastjet/plugins/SISCone/split_merge.cc
- Timestamp:
- Sep 2, 2016, 3:46:14 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- fa068d3
- Parents:
- ec5e04b (diff), 23389ff (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. - git-author:
- Pavel Demin <pavel-demin@…> (09/02/16 15:46:14)
- git-committer:
- GitHub <noreply@…> (09/02/16 15:46:14)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/plugins/SISCone/split_merge.cc
rec5e04b rb9ae4c3 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.