Changeset 5658083 in git for modules/VertexSorter.h
- Timestamp:
- May 18, 2016, 11:39:09 AM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- bc4bff0
- Parents:
- 641cb3d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/VertexSorter.h
r641cb3d r5658083 4 4 /** \class VertexSorter 5 5 * 6 * Merges particles from pile-up sample into event 6 * 7 * Sorts vertices according to different criteria 8 * 9 * \authors A. Hart, M. Selvaggi 7 10 * 8 11 * 9 * $Date: 2013-02-12 15:13:59 +0100 (Tue, 12 Feb 2013) $ 10 * $Revision: 907 $ 11 * 12 * 13 * \author M. Selvaggi - UCL, Louvain-la-Neuve 14 * 15 */ 12 */ 16 13 17 14 #include "classes/DelphesModule.h" … … 42 39 void Finish(); 43 40 44 static bool secondDescending (pair<unsigned, double>, pair<unsigned, double>);45 static bool secondAscending (pair<unsigned, double>, pair<unsigned, double>);41 static Bool_t secondDescending (pair<UInt_t, Double_t>, pair<UInt_t, Double_t>); 42 static Bool_t secondAscending (pair<UInt_t, Double_t>, pair<UInt_t, Double_t>); 46 43 47 44 private:
Note:
See TracChangeset
for help on using the changeset viewer.