Index: trunk/MagicSoft/Mars/msignal/MArrivalTimeCalc.cc
===================================================================
--- trunk/MagicSoft/Mars/msignal/MArrivalTimeCalc.cc	(revision 3862)
+++ trunk/MagicSoft/Mars/msignal/MArrivalTimeCalc.cc	(revision 3864)
@@ -90,5 +90,4 @@
 {
 
-
     fRawEvt = (MRawEvtData*)pList->FindObject(AddSerialNumber("MRawEvtData"));
     if (!fRawEvt)
@@ -109,21 +108,4 @@
     if (!fArrTime)
         return kFALSE;
-
-    return kTRUE;
-}
-
-// --------------------------------------------------------------------------
-//
-// The ReInit searches for the following input containers:
-//  - MGeomCam
-//
-Bool_t MArrivalTimeCalc::ReInit(MParList *pList)
-{
-    MGeomCam *cam = (MGeomCam*)pList->FindObject(AddSerialNumber("MGeomCam"));
-    if (!cam)
-    {
-        *fLog << err << GetDescriptor() << ": No MGeomCam found... aborting." << endl;
-        return kFALSE;
-    }
 
     return kTRUE;
Index: trunk/MagicSoft/Mars/msignal/MArrivalTimeCalc.h
===================================================================
--- trunk/MagicSoft/Mars/msignal/MArrivalTimeCalc.h	(revision 3862)
+++ trunk/MagicSoft/Mars/msignal/MArrivalTimeCalc.h	(revision 3864)
@@ -23,5 +23,4 @@
   
   Int_t PreProcess(MParList *pList);
-  Bool_t ReInit(MParList *pList);
   Int_t Process();
   Int_t PostProcess() {return kTRUE;}
Index: trunk/MagicSoft/Mars/msignal/MExtractor.cc
===================================================================
--- trunk/MagicSoft/Mars/msignal/MExtractor.cc	(revision 3862)
+++ trunk/MagicSoft/Mars/msignal/MExtractor.cc	(revision 3864)
@@ -27,6 +27,7 @@
 //   MExtractor
 //
-//   Base class for the signal extractors, used the function 
-//   FindSignal() to extract the signal and substract the pedestal value    
+//   Base class for the signal extractors, used the functions 
+//   FindSignalHiGain() and FindSignalLoGain() to extract the signal and 
+//   substract the pedestal value    
 //
 //   The following variables have to be set by the derived class and 
