CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FlexibleKFFittingSmoother.cc
Go to the documentation of this file.
2 
3 using namespace std;
4 
5 FlexibleKFFittingSmoother::~FlexibleKFFittingSmoother()
6 {
7  delete theStandardFitter;
8  delete theLooperFitter;
9 }