Ignore:
Timestamp:
03/08/03 14:00:30 (22 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1762 r1809  
    2323{
    2424private:
    25     const MGeomCam    *fCam;      // Camera Geometry
    26     const MCerPhotEvt *fEvt;      // Cerenkov Photon Event
    27     const MMcEvt      *fMcEvt;       
    28     const MHillas     *fHil;       
    29     const MHillasSrc  *fHilsrc;       
     25    MGeomCam    *fCam;      // Camera Geometry
     26    MCerPhotEvt *fEvt;      // Cerenkov Photon Event
     27    MMcEvt      *fMcEvt;       
     28    MHillas     *fHil;       
     29    MHillasSrc  *fHilSrc;       
    3030
    31           Double_t     fMm2Deg;   // conversion mm to degrees in camera
    32           Int_t        fErrors[2];
     31    Double_t     fMm2Deg;   // conversion mm to degrees in camera
     32    Int_t        fErrors[4];
     33    TString      fHilName;
     34    TString      fHilSrcName;
    3335
    3436public:
    35     MSelStandard(const MHillas *fHil, const MHillasSrc *fHilsrc,
     37    MSelStandard(const char *HilName, const char *HilSrcName,
    3638                 const char *name=NULL, const char *title=NULL);
    3739
Note: See TracChangeset for help on using the changeset viewer.