Changeset 3017


Ignore:
Timestamp:
02/04/04 16:11: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

    r3016 r3017  
    44
    55                                                 -*-*- END OF LINE -*-*-
     6
     7 2004/02/03: Abelardo Moralejo
     8
     9  * macros/starmc2.C
     10    - removed unnecessary variables BinsHigh, BinsLow
     11
    612 2004/02/03: Markus Gaug
    713
  • trunk/MagicSoft/Mars/macros/starmc2.C

    r2982 r3017  
    3838void starmc2()
    3939{
    40   Char_t* AnalysisFilename = "calibrated_data.root"; // File to be analyzed
     40  Char_t* AnalysisFilename = "calib_gamma_mc.root"; // File to be analyzed
    4141  Char_t* OutFilename      = "star_mc.root";        // Output file name
    4242
    4343  Float_t CleanLev[2] = {4., 3.}; // Tail cuts for image analysis
    44 
    45   Int_t BinsHigh[2] = {5, 9}; // First and last FADC bin of the range to be integrated,
    46   Int_t BinsLow[2]  = {5, 9}; // for high and low gain respectively.
    4744
    4845  // ------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.