]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCtrackerParam.h
Few corrections not taken...
[u/mrichter/AliRoot.git] / TPC / AliTPCtrackerParam.h
index 598ed2a21acadd572934e00da2531fbce91aa8e5..3e527251c1f0d7976a497cf20739ff528a0af6cf 100644 (file)
@@ -6,46 +6,38 @@
 /* $Id$ */
 
 
-//-----------------------------------------------------------------------------
-//                    TPC Tracking Parameterization Class
-//
-//   Origin: Andrea Dainese, Padova - e-mail: andrea.dainese@pd.infn.it
-//
-//
-//
-//-----------------------------------------------------------------------------
+/////////////////////////////////////////////////////////////////////////
+//                                                                        
+// This class builds AliTPCtrack objects from generated tracks to feed    
+// ITS tracking (V2). The AliTPCtrack is built from its first hit in      
+// the TPC. The track is assigned a Kalman-like covariance matrix         
+// depending on its pT and pseudorapidity and track parameters are        
+// smeared according to this covariance matrix.                           
+// Output file contains sorted tracks, ready for matching with ITS.        
+//                                                                        
+// See implementation file for more details.  
+//                                  
+//                                                                        
+//  Origin: Andrea Dainese, Padova - e-mail: andrea.dainese@pd.infn.it     
+//                                                                        
+/////////////////////////////////////////////////////////////////////////
+
 
 //----- Root headers ---------
+class TTree;
 #include <TMatrixD.h>
 //---- AliRoot headers -------
-//#include "alles.h"
-#include "AliRun.h"
-//#include "AliGausCorr.h"
-//#include "AliMagF.h"
+#include "AliConfig.h"
 #include "AliTPCkineGrid.h"
 #include "AliTPCtrack.h"
-//#include "AliTrackReference.h"
 //----------------------------
 
+class AliTPC;
+
 class AliTPCtrackerParam:
   public TObject
 {
    
-  /////////////////////////////////////////////////////////////////////////
-  //                                                                        
-  // This class builds AliTPCtrack objects from generated tracks to feed    
-  // ITS tracking (V2). The AliTPCtrack is built from its first hit in      
-  // the TPC. The track is assigned a Kalman-like covariance matrix         
-  // depending on its pT and pseudorapidity and track parameters are        
-  // smeared according to this covariance matrix.                           
-  // Output file contains sorted tracks, ready for matching with ITS.        
-  //                                                                        
-  // See implementation file for more details.  
-  //                                  
-  //                                                                        
-  //  Origin: Andrea Dainese, Padova - e-mail: andrea.dainese@pd.infn.it     
-  //                                                                        
-  /////////////////////////////////////////////////////////////////////////
  public:
   AliTPCtrackerParam(Int_t coll=0, Double_t Bz=0.4, Int_t n=1,
                     const char* evfoldname = AliConfig::GetDefaultEventFolderName());
@@ -84,7 +76,6 @@ class AliTPCtrackerParam:
     void AssignMass(Double_t mass) {SetMass(mass); return;}
     
   private:
-
   };
   //********* end of internal class ***********
 
@@ -127,6 +118,8 @@ class AliTPCtrackerParam:
   //******* end of internal class ****************
   
  private:
+  AliTPCtrackerParam & operator=(const AliTPCtrackerParam & );
+
   TString fEvFolderName;//! name of data folder
 
   Int_t           fNevents;     // number of events in the file to be processed