Ignore:
Timestamp:
07/25/02 17:14:55 (23 years ago)
Author:
bigongia
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/MagicHillas.C

    r1424 r1443  
    106106//    MCerPhotCalc2     ncalc;
    107107//  Example: use only 2nd to 6th FADC slices for photon calculation:
    108 //    Float_t w[15] = {0., 1., 1., 1., 1., 1., 0.,0.,0.,0.,0.,0.,0.,0.,0.};
     108//    const Float_t x[15]={0., 1., 1., 1., 1., 1., 0.,0.,0.,0.,0.,0.,0.,0.,0.};
     109//    TArrayF w(15,x);
    109110//    ncalc.SetWeights(w);
    110111
Note: See TracChangeset for help on using the changeset viewer.