]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCTransform.h
Bug fixes in HLT cluster transformation:
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCTransform.h
index e6608dcb119f893fe7b6b814ed1ce1a74a723e5a..30801f179382d4fe242124b8afb0704ddb03bc98 100644 (file)
@@ -1,6 +1,10 @@
 // @(#) $Id$
 // Original: AliHLTTransform.h,v 1.37 2005/06/14 10:55:21 cvetan 
 
+//* 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                               *
+
 #ifndef ALIHLTTPCTRANSFORM_H
 #define ALIHLTTPCTRANSFORM_H
 
@@ -8,7 +12,7 @@
   class AliRunLoader;
 #endif
 
-#include "AliHLTTPCRootTypes.h"
+#include "Rtypes.h"
 
 class AliHLTTPCTransform {
 
@@ -71,14 +75,6 @@ class AliHLTTPCTransform {
 
  public:
   virtual ~AliHLTTPCTransform() {}
-#ifdef use_aliroot
-  static Bool_t Init(AliRunLoader *runLoader); //init transformer params using a run loader
-#endif
-  static Bool_t Init(Char_t* path,Bool_t UseAliTPCParam=kFALSE); //init transformer settings (versions)
-  static Bool_t MakeInitFile(Char_t *rootfilename,Char_t *filename); //create the init file from rootfile
-  static Bool_t ReadInit(Char_t *path);         //read init (possibly from root file)
-  static Bool_t ReadInitFile(Char_t *path);     //read init from text file 
-  static Bool_t SaveInitFile(Char_t *filename); //save parameters in init file
 
   //setters
   static void SetNPatches(Int_t i){fgNPatches = i;}
@@ -242,6 +238,6 @@ class AliHLTTPCTransform {
 
   static void PrintCompileOptions();
   
-  ClassDef(AliHLTTPCTransform,1)
+  ClassDef(AliHLTTPCTransform,0)
 };
 #endif