Changeset 1873


Ignore:
Timestamp:
03/28/03 08:58:12 (22 years ago)
Author:
wittek
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MHillasSrcCalc.h

    r1864 r1873  
    3636                   const char *name=NULL, const char *title=NULL);
    3737
    38     void SetInput(TString hilname) { fHillasName = hilname; }
     38    void SetInput(TString hilname) { fHillasInput = hilname; }
    3939
    4040    ClassDef(MHillasSrcCalc, 1) // task to calculate the source position depandant hillas parameters
     
    4242
    4343#endif
     44
  • trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc

    r1849 r1873  
    894894                 0, /* elec */
    895895                 0, /* muon */
    896                  0  /* other */
     896                 event.fhourangle  /* other */
    897897                 );
    898898
Note: See TracChangeset for help on using the changeset viewer.