]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TRD/AliHLTTRDDefinitions.h
bugfixes by Theodor and Raphaelle
[u/mrichter/AliRoot.git] / HLT / TRD / AliHLTTRDDefinitions.h
index c97b18a78bc14aa488098132deebd073efe8ee28..b5f0101d1c131de55bc61e5424df1b519aadbc06 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
  */
 
 class AliHLTTRDDefinitions
 {
-    public:
-      AliHLTTRDDefinitions();
-      virtual ~AliHLTTRDDefinitions();
-
-      static const AliHLTComponentDataType fgkDDLRawDataType;
-      static const AliHLTComponentDataType fgkClusterDataType;
-      static const AliHLTComponentDataType fgkTRDSATracksDataType; // Stand Alone tracks
-      static const AliHLTComponentDataType fgkTRDSAEsdDataType; // Stand Alone tracks
-      static const AliHLTComponentDataType fgkMCMtrackletDataType;
-      static const AliHLTComponentDataType fgkMCMcalibrationDataType;
-      
-      ClassDef(AliHLTTRDDefinitions, 0)
 
+public:
+  AliHLTTRDDefinitions();
+  virtual ~AliHLTTRDDefinitions();
+  
+  static const AliHLTComponentDataType fgkClusterDataType; // TRD Cluster Data
+  static const AliHLTComponentDataType fgkTRDSATracksDataType; // Stand Alone tracks
+  static const AliHLTComponentDataType fgkTRDSAEsdDataType; // Stand Alone tracks
+  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 
+
+  ClassDef(AliHLTTRDDefinitions, 0)
+    
 };
 
 #endif
+