1 #ifndef GaussianStateLessWeight_h_
2 #define GaussianStateLessWeight_h_
5 #include "boost/shared_ptr.hpp"
11 template <
unsigned int N>
24 return a->weight()>b->weight();
GaussianStateLessWeight()
boost::shared_ptr< SingleGaussianState< N > > SingleStatePtr
bool operator()(const SingleStatePtr &a, const SingleStatePtr &b) const