]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPC.h
08-mar-2006 NvE Time offset correction in IceF2k extended to allow also a user define...
[u/mrichter/AliRoot.git] / TPC / AliTPC.h
index 29bb6317970cde8de6c9fb341ab353084e1b4803..a1a88b9d73ade3ddda2a5a8cfbb7f442081b3384 100644 (file)
@@ -8,20 +8,20 @@
 ////////////////////////////////////////////////
 //  Manager class for TPC                     //
 ////////////////////////////////////////////////
-#include "AliDetector.h"
-#include "AliHit.h" 
-#include "AliDigit.h" 
-#include <TMatrixFfwd.h>
 
+class TFile;
 class TTree;
+#include <TMatrixFfwd.h>
+#include <TVector.h>
 
-class TFile;
-class AliTPCParam;
 class AliTPCDigitsArray;
-class AliTPCTrackHitsV2; // M.I.
-class AliTPCTrackHits; // M.I.  -MI4 old hits - to be removed later
-//class TLorentzVector;
 class AliTPCLoader;
+class AliTPCParam;
+class AliTPCTrackHits; // M.I.  -MI4 old hits - to be removed later
+class AliTPCTrackHitsV2; // M.I.
+#include "AliDetector.h"
+#include "AliDigit.h" 
+#include "AliHit.h" 
 
 
 class AliTPC : public AliDetector {
@@ -132,7 +132,7 @@ protected:
   Int_t      fCurrentNoise; //!index of the noise in  the noise table 
   Bool_t*    fActiveSectors; //!bool indicating which sectors are active
 
-  ClassDef(AliTPC,11)  // Time Projection Chamber class
+  ClassDef(AliTPC,12)  // Time Projection Chamber class
 };