Ignore:
Timestamp:
02/21/03 14:09:33 (22 years ago)
Author:
wittek
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/manalysis
Files:
2 edited

Legend:

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

    r1767 r1781  
    5757// Default constructor.
    5858//
    59 MSelFinal::MSelFinal(const MHillas *parhil, const MHillasSrc *parhilsrc,
    60                            const char *name, const char *title)
     59MSelFinal::MSelFinal(MHillas *parhil, MHillasSrc *parhilsrc,
     60                     const char *name, const char *title)
    6161{
    6262    fName  = name  ? name  : "MSelFinal";
     
    131131    if ( h>0.5  ||  modalpha > alphacut )
    132132    {
    133       *fLog << "MSelFinal::Process; h, alpha = " << h << ",  "
    134             << fHilsrc->GetAlpha() << endl;
     133      //*fLog << "MSelFinal::Process; h, alpha = " << h << ",  "
     134      //      << fHilsrc->GetAlpha() << endl;
    135135      rc = 1;
    136136    }   
  • 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.