Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 3863)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 3864)
@@ -20,4 +20,8 @@
  2004/04/28: Markus Gaug
  
+   * msignal/MArrivalTimeCalc.[h,cc]
+     -remove the ReInit() which calls to an MGeomCam which is later not 
+      used
+
    * macros/calibrate_data.C
      - fixed a bug in loop 3 taking the default QE Cam instead of the 
Index: /trunk/MagicSoft/Mars/msignal/MArrivalTimeCalc.cc
===================================================================
--- /trunk/MagicSoft/Mars/msignal/MArrivalTimeCalc.cc	(revision 3863)
+++ /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 3863)
+++ /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 3863)
+++ /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 
