Ignore:
Timestamp:
02/21/03 14:09:33 (22 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1767 r1781  
    2424{
    2525private:
    26     const MGeomCam    *fCam;      // Camera Geometry
    27     const MCerPhotEvt *fEvt;      // Cerenkov Photon Event
    28     const MMcEvt      *fMcEvt;       
    29     const MHillas     *fHil;       
    30     const MHillasSrc  *fHilsrc;       
    31     const MHadronness *fHadronness;       
     26    MGeomCam    *fCam;      // Camera Geometry
     27    MCerPhotEvt *fEvt;      // Cerenkov Photon Event
     28    MMcEvt      *fMcEvt;       
     29    MHillas     *fHil;       
     30    MHillasSrc  *fHilsrc;       
     31    MHadronness *fHadronness;       
    3232
    33           Double_t     fMm2Deg;   // conversion mm to degrees in camera
    34           Int_t        fErrors[2];
     33    Double_t     fMm2Deg;   // conversion mm to degrees in camera
     34    Int_t        fErrors[2];
    3535
    3636public:
    37     MSelFinal(const MHillas *fHil, const MHillasSrc *fHilsrc,
     37    MSelFinal(MHillas *fHil, MHillasSrc *fHilsrc,
    3838              const char *name=NULL, const char *title=NULL);
    3939
Note: See TracChangeset for help on using the changeset viewer.