Ignore:
Timestamp:
09/25/03 09:51:57 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/macros
Files:
2 edited

Legend:

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

    r2358 r2359  
    9696    //
    9797    //    const Float_t x[15]={0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0};
    98     //    const TArrayF w(15,x);
     98    //    const TArrayF w(15,(Float_t*)x);
    9999    //    ncalc.SetWeights(w);
    100100    //
  • trunk/MagicSoft/Mars/macros/star.C

    r2358 r2359  
    9999
    100100    const Float_t x[15]={0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
    101     const TArrayF w(15,x);
     101    const TArrayF w(15,(Float_t*)x);
    102102    ncalc.SetWeights(w);
    103103
Note: See TracChangeset for help on using the changeset viewer.