Changeset 2981


Ignore:
Timestamp:
01/30/04 11:52:11 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2979 r2981  
    44
    55                                                 -*-*- END OF LINE -*-*-
     6 2004/01/30: Abelardo Moralejo
     7
     8   * macros/starmc.C
     9     - changed default FADC integration range (more adequate for coming
     10       camera version).
     11
    612 2004/01/30: Thomas Bretz
    713 
  • trunk/MagicSoft/Mars/macros/starmc.C

    r2886 r2981  
    5252  // pixels)
    5353  //
    54   CalibrationFilename = new TString("../../../nonoise/gammas/Gamma_zbin0_0*.root");
     54  CalibrationFilename = new TString("nonoise/Gamma_zbin0_0*.root");
    5555  // File to be used in the calibration (must be a camera file without added noise)
    5656
    57   Char_t* AnalysisFilename = "Proton_zbin*.root";  // File to be analyzed
     57  Char_t* AnalysisFilename = "Gamma_zbin0*.root";  // File to be analyzed
    5858  Char_t* OutFilename      = "star_mc.root";       // Output file name
    5959
    6060  Float_t CleanLev[2] = {4., 3.}; // Tail cuts for image analysis
    6161
    62   Int_t BinsHigh[2] = {0, 5}; // First and last FADC bin of the range to be integrated,
    63   Int_t BinsLow[2]  = {0, 5}; // for high and low gain respectively.
     62  Int_t BinsHigh[2] = {5, 9}; // First and last FADC bin of the range to be integrated,
     63  Int_t BinsLow[2]  = {5, 9}; // for high and low gain respectively.
    6464
    6565  // -------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.