]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCLaserTrack.h
Remove for the moment the QA analysis from the PartCorr wagon and move it to its...
[u/mrichter/AliRoot.git] / TPC / AliTPCLaserTrack.h
index 65fb311b45075e060c09b1a2eab6b64947f6f487..2e1d471dcc198cbc8876c5bee5c197d92c5ea394 100644 (file)
@@ -26,7 +26,7 @@ public:
   static void LoadTracks();
   static TObjArray* GetTracks() {return fgArrLaserTracks;}
   
-  static Int_t IdentifyTrack(AliExternalTrackParam *track);
+  static Int_t IdentifyTrack(AliExternalTrackParam *track, Int_t side=-1);
   
   Int_t GetId()     const {return fId;     }
   Int_t GetSide()   const {return fSide;   }
@@ -61,7 +61,7 @@ private:
   
   Float_t fRayLength;     //distance from the last common point of the laser Rays
                           //(Splitter box on the A-Side at the bottom of the TPC)
-                          //to each mirror (needed for an exact drift velocity estimation)
+                          //to each mirror [cm](needed for an exact drift velocity estimation)
   
   
   static TObjArray* fgArrLaserTracks; //! Array of all Laser Tracks,