]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/misc/AliHLTTPCMapping.h
L3 becomes HLT
[u/mrichter/AliRoot.git] / HLT / misc / AliHLTTPCMapping.h
similarity index 93%
rename from HLT/misc/AliL3TPCMapping.h
rename to HLT/misc/AliHLTTPCMapping.h
index 15269241e255b80b664299803ceb5e6b0d499685..c884af4df995f5e95ae2d072d70f29f509c93ec5 100644 (file)
@@ -3,16 +3,16 @@
 #ifndef ALIL3TPCMAPPING_H
 #define ALIL3TPCMAPPING_H
 
-#include "AliL3RootTypes.h"
+#include "AliHLTRootTypes.h"
 
 #define fNIROC_def 5504 //see ulis file
 #define fNOROC_def 9984 //see ulis file
 
 
-class AliL3TPCMapping {
+class AliHLTTPCMapping {
 
  public:
-  virtual ~AliL3TPCMapping() {}
+  virtual ~AliHLTTPCMapping() {}
   //taken from GSI TPC numbering document
   static Int_t GetRealNPads(Int_t slicerow);           //Number of pads per row
   static Double_t GetRealX(Int_t slicerow);            //Local X in cm for modules 0,36
@@ -37,8 +37,11 @@ class AliL3TPCMapping {
   static const Int_t fgkOFecChannel[fNOROC_def]; // Outer fec(?) channel
   static const Int_t fgkOFecCon[fNOROC_def]; // Outer fec(?) con(?)
 
-  ClassDef(AliL3TPCMapping,1)
+  ClassDef(AliHLTTPCMapping,1)
 };
+
+typedef AliHLTTPCMapping AliL3TPCMapping; // for backward compatibility
+
 #endif
 
 
@@ -98,6 +101,4 @@ class TPCMapping
        short fIRORC [5504][8];
        int fsizeoffIRORC;
 };
-
-
 #endif