CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GaussianStateLessWeight.h
Go to the documentation of this file.
1 #ifndef GaussianStateLessWeight_h_
2 #define GaussianStateLessWeight_h_
3 
5 
11 
12 public:
15  const RCSingleGaussianState b) const
16  {
17 // ThS: No validity for RCSingleGaussianState
18 // if ( !a.isValid() || !b.isValid() ) return false;
19  return a->weight()>b->weight();
20  }
21 };
22 
23 #endif
bool operator()(const RCSingleGaussianState a, const RCSingleGaussianState b) const
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121