]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDPreprocessor.h
Modifications by Alberto
[u/mrichter/AliRoot.git] / TRD / AliTRDPreprocessor.h
index 5082f6834e8be586634ae815231b92d5d0553bc7..55b0a1d7238127a8b3ab760e5497c0807d4e45c4 100644 (file)
@@ -1,20 +1,25 @@
 #ifndef ALI_TRD_PREPROCESSOR_H
 #define ALI_TRD_PREPROCESSOR_H
 
-#include "AliPreprocessor.h"
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+/* $Id$ */
 
-/////////////////////////////////////////////////////
-//
-// TRD preprocessor
-//
-//////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////
+//                                                                        //
+// TRD preprocessor for the database SHUTTLE                              //
+//                                                                        //
+////////////////////////////////////////////////////////////////////////////
+
+#include "AliPreprocessor.h"
 
 class AliTRDPreprocessor : public AliPreprocessor
 {
 
   public:
 
-    AliTRDPreprocessor(const Char_t *detector, AliShuttleInterface *shuttle);
+    AliTRDPreprocessor(AliShuttleInterface *shuttle);
     virtual ~AliTRDPreprocessor();
 
   protected: