CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
LASBarrelAlgorithm.h
Go to the documentation of this file.
1 
2 #ifndef __LASBARRELALGORITHM_H
3 #define __LASBARRELALGORITHM_H
4 
5 #include <vector>
6 #include <cmath>
7 #include <string>
8 #include <iostream>
9 #include <iomanip>
10 #include <fstream>
11 
12 #include <TMinuit.h>
13 
18 
19 
24 
25  public:
28  void Dump( void );
29 
30  private:
32  void ReadStartParametersFromFile( const char*, float[52] );
33  TMinuit* minuit;
34 
35 };
36 
37 // minuit chisquare function
38 void fcn( int&, double*, double&, double*, int );
39 
40 #endif
void ReadMisalignmentFromFile(const char *, LASGlobalData< LASCoordinateSet > &, LASGlobalData< LASCoordinateSet > &)
LASBarrelAlignmentParameterSet CalculateParameters(LASGlobalData< LASCoordinateSet > &, LASGlobalData< LASCoordinateSet > &)
void ReadStartParametersFromFile(const char *, float[52])
void fcn(int &, double *, double &, double *, int)