Changeset 273e668 in git for external/fastjet/ClusterSequence.hh
- Timestamp:
- Oct 15, 2014, 10:55:55 AM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 35b9204, b25d4cf
- Parents:
- f14bd6a
- git-author:
- Pavel Demin <pavel.demin@…> (10/10/14 08:56:40)
- git-committer:
- Pavel Demin <pavel.demin@…> (10/15/14 10:55:55)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/ClusterSequence.hh
rf14bd6a r273e668 3 3 4 4 //FJSTARTHEADER 5 // $Id: ClusterSequence.hh 3 619 2014-08-13 14:17:19Z salam$5 // $Id: ClusterSequence.hh 3709 2014-09-29 13:19:11Z soyez $ 6 6 // 7 7 // Copyright (c) 2005-2014, Matteo Cacciari, Gavin P. Salam and Gregory Soyez … … 641 641 Strategy _best_strategy() const; 642 642 643 /// \if internal_doc 644 /// \class _Parabola 643 645 /// returns c*(a*R**2 + b*R + 1); 644 646 /// Written as a class in case we want to give names to different 645 647 /// parabolas 648 /// \endif 646 649 class _Parabola { 647 650 public: … … 652 655 }; 653 656 657 /// \if internal_doc 658 /// \class _Line 654 659 /// operator()(R) returns a*R+b; 660 /// \endif 655 661 class _Line { 656 662 public:
Note:
See TracChangeset
for help on using the changeset viewer.