CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_8_patch3/src/RecoVertex/MultiVertexFit/interface/DefaultMVFAnnealing.h

Go to the documentation of this file.
00001 #ifndef DefaultMVFAnnealing_H
00002 #define DefaultMVFAnnealing_H
00003 
00004 #include "RecoVertex/VertexTools/interface/GeometricAnnealing.h"
00005 
00006 class DefaultMVFAnnealing : public GeometricAnnealing {
00007 
00008 public:
00022   DefaultMVFAnnealing( const double cutoff=9., const double T=1024.,
00023      const double annealing_ratio=0.2 );
00024 };
00025 
00026 #endif