Changeset 6547 for trunk


Ignore:
Timestamp:
02/16/05 19:03:26 (20 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r6546 r6547  
    2121
    2222                                                 -*-*- END OF LINE -*-*-
     23 2005/02/16 Abelardo Moralejo
     24
     25   * mtemp/mpadova/macros/resize.C
     26     - Changed weights
     27
     28
    2329 2005/02/16 Thomas Hengstebeck
    2430
  • trunk/MagicSoft/Mars/mtemp/mpadova/macros/resize.C

    r6021 r6547  
    6565                      0.424058,  0.566892,  0.657478,  0.753713,  0.738402, 
    6666                      0.789239,  0.762777,  0.857609,  0.833747,  0.923706, 
    67                       1.04348,  0.978622,  0.875537,  0.971831,  1.};
     67                      1.04348,   0.978622,  0.875537,  0.971831,  1.};
    6868
    6969
    70   TH1F hist("probability", "", 20, 2., 4.);
     70  // For MC calibrated in photons:
     71  //  TH1F hist("probability", "", 20, 2., 4.);
     72
     73  // For MC calibrated in phe-:
     74  TH1F hist("probability", "", 20, 1.2552725, 3.2552725);
     75
    7176  hist.SetXTitle("log10(MHillas.fSize)");
    7277  for (Int_t i = 0; i < 20; i++)
Note: See TracChangeset for help on using the changeset viewer.