MINT2
DecayTreeComparisons.h
Go to the documentation of this file.
1 #ifndef DECAYTREE_COMPARISONS_HH
2 #define DECAYTREE_COMPARISONS_HH
3 // author: Jonas Rademacker (Jonas.Rademacker@bristol.ac.uk)
4 // status: Mon 9 Feb 2009 19:18:03 GMT
5 
6 #include "Mint/counted_ptr.h"
7 
8 class lessBySVPAT{
9  public:
12 };
13 
15  public:
18 };
19 
21  public:
24 };
25 
26 class moreByMass{
27  public:
30 };
31 
32 class moreByL{
33  public:
36 };
37 
38 class moreByID{
39  public:
42 };
43 
45  public:
48 };
49 
50 bool sortBySVPAT(DecayTree& A);
51 bool equalBySVPATRec(const DecayTree& A, const DecayTree& B);
53 
54 bool sortBySVPAT_L(DecayTree& A);
55 bool equalBySVPAT_LRec(const DecayTree& A, const DecayTree& B);
57 
58 
59 bool sortByMoreDgtr(DecayTree& A);
60 bool sortByMoreMass(DecayTree& A);
61 bool sortByMoreL(DecayTree& A);
62 bool sortByMoreID(DecayTree& A);
64 bool standardSort(DecayTree& A);
65 
66 #endif
67 //
bool sortBySVPAT_L(DecayTree &A)
bool sortByMoreAbsID_stillUnique(DecayTree &A)
bool operator()(MINT::const_counted_ptr< DecayTree > a, MINT::const_counted_ptr< DecayTree > b) const
bool sortBySVPAT(DecayTree &A)
bool sortByMoreID(DecayTree &A)
bool operator()(MINT::const_counted_ptr< DecayTree > a, MINT::const_counted_ptr< DecayTree > b) const
bool operator()(MINT::const_counted_ptr< DecayTree > a, MINT::const_counted_ptr< DecayTree > b) const
bool standardSort(DecayTree &A)
bool sortByMoreDgtr(DecayTree &A)
bool operator()(MINT::const_counted_ptr< DecayTree > a, MINT::const_counted_ptr< DecayTree > b) const
bool equalBySVPAT_L(DecayTree A, DecayTree B)
bool equalBySVPAT(DecayTree A, DecayTree B)
bool equalBySVPAT_LRec(const DecayTree &A, const DecayTree &B)
bool sortByMoreL(DecayTree &A)
bool operator()(MINT::const_counted_ptr< DecayTree > a, MINT::const_counted_ptr< DecayTree > b) const
bool sortByMoreMass(DecayTree &A)
bool operator()(MINT::const_counted_ptr< DecayTree > a, MINT::const_counted_ptr< DecayTree > b) const
bool operator()(MINT::const_counted_ptr< DecayTree > a, MINT::const_counted_ptr< DecayTree > b) const
bool equalBySVPATRec(const DecayTree &A, const DecayTree &B)