]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/STEER/AliMillePede2.h
Coding rule violation corrected.
[u/mrichter/AliRoot.git] / STEER / STEER / AliMillePede2.h
index 7540957b07873097c19009ae6a7469fc3c08d000..7c3d650bbc781277f199c5a0afff0278f55ff109 100644 (file)
@@ -29,7 +29,7 @@ class AliMillePede2: public TObject
 {
  public:
   //
-  enum {gkFailed,gkInvert,gkNoInversion};    // used global matrix solution methods
+  enum {kFailed,kInvert,kNoInversion};    // used global matrix solution methods
   //
   AliMillePede2();
   AliMillePede2(const AliMillePede2& src);
@@ -122,8 +122,8 @@ class AliMillePede2: public TObject
 
   //
   // constraints
-  void                 SetGlobalConstraint(double *dergb, double val, double sigma=0);
-  void                 SetGlobalConstraint(const int *indgb,double *dergb, int ngb, double val, double sigma=0);
+  void                 SetGlobalConstraint(const double *dergb, double val, double sigma=0);
+  void                 SetGlobalConstraint(const int *indgb, const double *dergb, int ngb, double val, double sigma=0);
   //
   // processing of the local measurement
   void                 SetRecordRun(Int_t run);