]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TRD/AliHLTTRDDefinitions.h
Make SetChi2 method public
[u/mrichter/AliRoot.git] / HLT / TRD / AliHLTTRDDefinitions.h
index 88c9a15178977cfa5772d0dba6cef267e778f8b2..22d89be7aded8b318aa98e0db21e83718b88dca3 100644 (file)
@@ -3,7 +3,7 @@
 
 #ifndef ALIHLTTRDDEFINITIONS_H
 #define ALIHLTTRDDEFINITIONS_H
-//* This file is property of and copyright by the ALICE HLT Project        * 
+//* This file is property of and copyright by the ALICE HLT Project        *
 //* ALICE Experiment at CERN, All rights reserved.                         *
 //* See cxx source for full Copyright notice                               *
 
@@ -15,7 +15,7 @@
 
 ///////////////////////////////////////////////////////////////////////////////
 //                                                                           //
-//  The HLT definitions for TRD                                              //  
+//  The HLT definitions for TRD                                              //
 //                                                                           //
 //                                                                           //
 ///////////////////////////////////////////////////////////////////////////////
@@ -27,20 +27,22 @@ class AliHLTTRDDefinitions
 public:
   AliHLTTRDDefinitions();
   virtual ~AliHLTTRDDefinitions();
-  
-  static const AliHLTComponentDataType fgkDigitsDataType;  // TRD digits 
+
+  static const AliHLTComponentDataType fgkDigitsDataType;  // TRD digits
   static const AliHLTComponentDataType fgkClusterDataType; // Cluster
   static const AliHLTComponentDataType fgkHiLvlClusterDataType; // Cluster for offline comparation
   static const AliHLTComponentDataType fgkTracksDataType; // Stand Alone tracks
+  static const AliHLTComponentDataType fgkOnlineDataType; // Online tracking data
   static const AliHLTComponentDataType fgkHiLvlTracksDataType; // Stand Alone tracks for offline comparation
   static const AliHLTComponentDataType fgkMCMtrackletDataType; // MCM tracklet Data
   static const AliHLTComponentDataType fgkMCMcalibrationDataType; // MCM Calibration data
   static const AliHLTComponentDataType fgkCalibrationDataType; // Calibration with TRDtracks
-  static const AliHLTComponentDataType fgkEORCalibrationDataType;//Calibration end of run 
+  static const AliHLTComponentDataType fgkEORCalibrationDataType;//Calibration end of run
+
+  static const AliHLTComponentDataType fgkSimpleIntegerDataType;//Sample
 
   ClassDef(AliHLTTRDDefinitions, 0)
-    
+
 };
 
 #endif
-