11 if(0 == a && 0==b)
return false;
12 if(0 == a && 0!=b)
return true;
13 if(0 !=a && 0==b)
return false;
20 if(0 == a && 0==b)
return false;
21 if(0 == a && 0!=b)
return true;
22 if(0 !=a && 0==b)
return false;
46 if(0 == a && 0==b)
return false;
47 if(0 == a && 0!=b)
return true;
48 if(0 !=a && 0==b)
return false;
60 if(0 == a && 0==b)
return false;
61 if(0 == a && 0!=b)
return true;
62 if(0 !=a && 0==b)
return false;
68 if(0 == a && 0==b)
return false;
69 if(0 == a && 0!=b)
return true;
70 if(0 !=a && 0==b)
return false;
86 if(0 == a && 0==b)
return false;
87 if(0 == a && 0!=b)
return true;
88 if(0 !=a && 0==b)
return false;
106 if(0 == a && 0==b)
return false;
107 if(0 == a && 0!=b)
return true;
108 if(0 !=a && 0==b)
return false;
116 return abs_a > abs_b;
127 bool isAnti=(A.
getVal().pdg() < 0);
154 for(
int i=0; i<A.
nDgtr(); i++){
176 for(
int i=0; i<A.
nDgtr(); i++){
182 bool equality = ( A.
getVal().SVPAT() == B.
getVal().SVPAT() )
bool sortByMoreID(DecayTree &A)
bool sortByMoreL(DecayTree &A)
bool operator()(MINT::const_counted_ptr< DecayTree > a, MINT::const_counted_ptr< DecayTree > b) const
std::string SVPAT() const
bool sortByMoreDgtr(DecayTree &A)
bool equalBySVPATRec(const DecayTree &A, const DecayTree &B)
bool equalBySVPAT(DecayTree A, DecayTree B)
const ValueType & getVal() const
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
MINT::const_counted_ptr< DDTree< ValueType > > getDgtrTreePtr(int i) const
bool operator()(MINT::const_counted_ptr< DecayTree > a, MINT::const_counted_ptr< DecayTree > b) const
bool sortByMoreAbsID_stillUnique(DecayTree &A)
bool sortBySVPAT(DecayTree &A)
bool equalBySVPAT_L(DecayTree A, DecayTree B)
bool standardSort(DecayTree &A)
bool operator()(MINT::const_counted_ptr< DecayTree > a, MINT::const_counted_ptr< DecayTree > b) const
bool sortBySVPAT_L(DecayTree &A)
bool sortByMoreMass(DecayTree &A)
bool equalBySVPAT_LRec(const DecayTree &A, const DecayTree &B)
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