Index: /trunk/MagicSoft/Mars/mcalib/MExtractPINDiode.cc
===================================================================
--- /trunk/MagicSoft/Mars/mcalib/MExtractPINDiode.cc	(revision 3192)
+++ /trunk/MagicSoft/Mars/mcalib/MExtractPINDiode.cc	(revision 3193)
@@ -67,6 +67,7 @@
   AddToBranchList("MRawEvtData.*");
   
+  SetPINDiodeIdx();
+  SetSaturationLimit();
   SetRange();
-  SetPINDiodeIdx();
 }
 
Index: /trunk/MagicSoft/Mars/mcalib/MExtractPINDiode.h
===================================================================
--- /trunk/MagicSoft/Mars/mcalib/MExtractPINDiode.h	(revision 3192)
+++ /trunk/MagicSoft/Mars/mcalib/MExtractPINDiode.h	(revision 3193)
@@ -53,7 +53,8 @@
 
   // Setters
-  void SetRange(const Byte_t hifirst=fgFirst, const Byte_t hilast=fgLast);
-  void SetSaturationLimit(const Byte_t lim) { fSaturationLimit = lim; }
-  void SetPINDiodeIdx(const UInt_t idx=fgPINDiodeIdx) { fPINDiodeIdx = idx; }  
+  void SetRange(const Byte_t hifirst=fgFirst, 
+                const Byte_t hilast=fgLast);
+  void SetSaturationLimit(const Byte_t lim=fgSaturationLimit) { fSaturationLimit = lim; }
+  void SetPINDiodeIdx(    const UInt_t idx=fgPINDiodeIdx    ) { fPINDiodeIdx     = idx; }   
 
   ClassDef(MExtractPINDiode, 0) // Task to fill the Extracted PINDiode Containers from raw data
