CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SMSLinearizationPointFinder.cc
Go to the documentation of this file.
3 
5  const signed int n_pairs, const SMS & sms ) :
7  SmsModeFinder3d( sms ), n_pairs )
8 { }
9 
11  const RecTracksDistanceMatrix * m, const signed int n_pairs, const SMS & sms ) :
13  SmsModeFinder3d( sms ), n_pairs )
14 { }
15 
17  const
18 {
19  return new SMSLinearizationPointFinder ( * this );
20 }
Definition: SMS.h:16
virtual SMSLinearizationPointFinder * clone() const
SMSLinearizationPointFinder(signed int n_pairs=10, const SMS &sms=SMS())