]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCDefinitions.h
- added skeleton of of offline clusterizer and tracker components
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCDefinitions.h
index c8a66b709532dad80ae57318deff30a8978e557e..c1b646ce1cce54bf583d4620587efae06f777e85 100644 (file)
@@ -96,14 +96,11 @@ public:
   /** central electrode calibration data */
   static const AliHLTComponentDataType fgkCalibCEDataType;         // see above
 
-  /** active pads data type, Used for cosmics test december 2007 */
-  static const AliHLTComponentDataType fgkActivePadsDataType;      // see above
-
-  /** noise mapping histograms */
-  static const AliHLTComponentDataType fgkNoiseHistoDataType; // see above
-
-  ClassDef(AliHLTTPCDefinitions, 1);
+  // Offline wrappers
+  /** offline TreeR tree containing recpoints */
+  static const AliHLTComponentDataType fgkOfflineTreeR;            // see above
 
+  ClassDef(AliHLTTPCDefinitions, 2)
 };
 
 #endif