Changeset d69dfe4 in git for external/fastjet/plugins/D0RunIICone/ConeSplitMerge.hpp
- Timestamp:
- Nov 20, 2013, 9:52:59 PM (11 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- fc39685
- Parents:
- 88a9b72
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/plugins/D0RunIICone/ConeSplitMerge.hpp
r88a9b72 rd69dfe4 75 75 { 76 76 public: 77 bool operator()(const ProtoJet<Item> & first, const ProtoJet<Item> & second) 77 bool operator()(const ProtoJet<Item> & first, const ProtoJet<Item> & second) const 78 78 { 79 79 if ( first.pT() > second.pT() ) return true;
Note:
See TracChangeset
for help on using the changeset viewer.