Index: trunk/MagicSoft/Mars/macros/starmc.C
===================================================================
--- trunk/MagicSoft/Mars/macros/starmc.C	(revision 2974)
+++ trunk/MagicSoft/Mars/macros/starmc.C	(revision 2981)
@@ -52,14 +52,14 @@
   // pixels)
   //
-  CalibrationFilename = new TString("../../../nonoise/gammas/Gamma_zbin0_0*.root");
+  CalibrationFilename = new TString("nonoise/Gamma_zbin0_0*.root");
   // File to be used in the calibration (must be a camera file without added noise)
 
-  Char_t* AnalysisFilename = "Proton_zbin*.root";  // File to be analyzed
+  Char_t* AnalysisFilename = "Gamma_zbin0*.root";  // File to be analyzed
   Char_t* OutFilename      = "star_mc.root";       // Output file name
 
   Float_t CleanLev[2] = {4., 3.}; // Tail cuts for image analysis
 
-  Int_t BinsHigh[2] = {0, 5}; // First and last FADC bin of the range to be integrated,
-  Int_t BinsLow[2]  = {0, 5}; // for high and low gain respectively.
+  Int_t BinsHigh[2] = {5, 9}; // First and last FADC bin of the range to be integrated,
+  Int_t BinsLow[2]  = {5, 9}; // for high and low gain respectively.
 
   // -------------------------------------------
