]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDPreprocessor.h
This is the header file for the preprocessor containing the new constructor.
[u/mrichter/AliRoot.git] / FMD / AliFMDPreprocessor.h
index 5d9142306eb1c65632a5e61de75f168f1d2e5275..3d4a35d72a11f37e17c1375a4ec9556ef5804929 100644 (file)
@@ -59,12 +59,12 @@ class AliFMDPreprocessor: public AliPreprocessor
 {
 public:
   /** Constructor */
-  AliFMDPreprocessor(): AliPreprocessor("FMD",0) { }
+  AliFMDPreprocessor(): AliPreprocessor("FMD",0) {}
   /** Constructor 
       @param shuttle Shuttle */
-  AliFMDPreprocessor(AliShuttleInterface* shuttle)
-    : AliPreprocessor("FMD", shuttle)
-  {}
+  AliFMDPreprocessor(AliShuttleInterface* shuttle) ;
+  
+  
   /** Destructor */
   virtual ~AliFMDPreprocessor() {}
   /** Get an entry from OCDB */