]> 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 3bdcbfd73e5a1e27835d5d22cba3201a9971c859..22d89be7aded8b318aa98e0db21e83718b88dca3 100644 (file)
@@ -1,10 +1,11 @@
-// XEmacs -*-C++-*-
-// @(#) $Id$
+//-*- Mode: C++ -*-
+// $Id$
 
 #ifndef ALIHLTTRDDEFINITIONS_H
 #define ALIHLTTRDDEFINITIONS_H
-/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
- * See cxx source for full Copyright notice                               */
+//* 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                               *
 
 /* AliHLTTRDDefinitions
  */
@@ -14,7 +15,7 @@
 
 ///////////////////////////////////////////////////////////////////////////////
 //                                                                           //
-//  The HLT definitions for TRD                                              //  
+//  The HLT definitions for TRD                                              //
 //                                                                           //
 //                                                                           //
 ///////////////////////////////////////////////////////////////////////////////
 
 class AliHLTTRDDefinitions
 {
-    public:
-
-      static const AliHLTComponentDataType fgkDDLRawDataType;
-      static const AliHLTComponentDataType fgkClusterDataType;
-      static const AliHLTComponentDataType fgkTRDSATracksDataType; // Stand Alone tracks
-      static const AliHLTComponentDataType fgkMCMtrackletDataType;
-      static const AliHLTComponentDataType fgkMCMcalibrationDataType;
-      
-      ClassDef(AliHLTTRDDefinitions, 0)
+
+public:
+  AliHLTTRDDefinitions();
+  virtual ~AliHLTTRDDefinitions();
+
+  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 fgkSimpleIntegerDataType;//Sample
+
+  ClassDef(AliHLTTRDDefinitions, 0)
 
 };