]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Alieve/AliEveTrackFitter.h
Remove trailing whitespace.
[u/mrichter/AliRoot.git] / EVE / Alieve / AliEveTrackFitter.h
index c29d0e483498ca63eb2ea10f015490510b5c542e..844a33138989ab14f04c62f9da24961b5ef0192c 100644 (file)
@@ -4,7 +4,7 @@
 /**************************************************************************
  * Copyright(c) 1998-2008, ALICE Experiment at CERN, all rights reserved. *
  * See http://aliceinfo.cern.ch/Offline/AliRoot/License.html for          *
- * full copyright notice.                                                 * 
+ * full copyright notice.                                                 *
  **************************************************************************/
 
 #ifndef ALIEVE_TrackFitter_H
@@ -36,7 +36,7 @@ protected:
     // inner structure to check duplicates
     TEvePointSet* fPS;   // selected pointset
     Int_t           fIdx;  // location in the point set array
-    Point_t(TEvePointSet* ps, Int_t i): fPS(ps), fIdx(i){} 
+    Point_t(TEvePointSet* ps, Int_t i): fPS(ps), fIdx(i){}
     bool operator<(const Point_t& o) const
     { if (fPS != o.fPS) return fPS < o.fPS; return fIdx < o.fIdx; }
   };
@@ -44,15 +44,15 @@ protected:
   Float_t    fAlpha;          // transformation agle to local system (where x>>y)
   AliRieman* fRieman;         // rieman fitter
 
-  Bool_t     fConnected;      // object connected to pointset Ctrl-shift signal 
-  
-  TEveTrackList* fTrackList; // track list created with rieman fit 
+  Bool_t     fConnected;      // object connected to pointset Ctrl-shift signal
+
+  TEveTrackList* fTrackList; // track list created with rieman fit
 
   std::map<Point_t, Int_t> fMapPS; // map of selected points from different TEvePointSet
 public:
   AliEveTrackFitter(const Text_t* name, Int_t n_points=0);
   virtual ~AliEveTrackFitter();
-  
+
   virtual void AddFitPoint(TEvePointSet*,Int_t);  // slot for PointCtrlClicked() signal
 
   virtual void DestroyElements(); // *MENU*