Changeset 973b92a in git for external/fastjet/ClusterSequence.hh
- Timestamp:
- Oct 9, 2015, 2:47:38 PM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 8713dee
- Parents:
- f118021
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/ClusterSequence.hh
rf118021 r973b92a 3 3 4 4 //FJSTARTHEADER 5 // $Id: ClusterSequence.hh 3 709 2014-09-29 13:19:11Z soyez$5 // $Id: ClusterSequence.hh 3911 2015-07-02 12:09:58Z salam $ 6 6 // 7 7 // Copyright (c) 2005-2014, Matteo Cacciari, Gavin P. Salam and Gregory Soyez … … 991 991 // implementation of JetDefinition::operator() is here to avoid nasty 992 992 // issues of order of implementations and includes 993 #ifndef __CINT__ 993 994 template<class L> 994 995 std::vector<PseudoJet> JetDefinition::operator()(const std::vector<L> & particles) const { … … 1015 1016 return jets; 1016 1017 } 1017 1018 #endif // __CINT__ 1018 1019 1019 1020
Note:
See TracChangeset
for help on using the changeset viewer.