Ignore:
Timestamp:
08/02/02 09:32:34 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1471 r1474  
    1313{
    1414private:
    15     MHillas    *fHillas;
    16     MSrcPosCam *fSrcPos;
    17     MHillasSrc *fHillasSrc;
     15    MHillas    *fHillas;     //! Pointer to the source independant hillas parameters
     16    MSrcPosCam *fSrcPos;     //! Pointer to the source position
     17    MHillasSrc *fHillasSrc;  //! Pointer to the output container for the source dependant parameters
    1818
    1919    TString     fSrcName;
     
    2929    void SavePrimitive(ofstream &out, Option_t *o="");
    3030
    31     ClassDef(MHillasSrcCalc, 0) // task to calculate the source position depandant hillas parameters
     31    ClassDef(MHillasSrcCalc, 1) // task to calculate the source position depandant hillas parameters
    3232};
    3333
Note: See TracChangeset for help on using the changeset viewer.