Changeset 9339 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
02/15/09 15:11:08 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfilter/MFMagicCuts.cc

    r9338 r9339  
    154154//
    155155MFMagicCuts::MFMagicCuts(const char *name, const char *title)
    156     : fHil(0), fHilSrc(0), fHilAnti(0), fHilExt(0), fNewImgPar(0),
     156    : fGeom(0), fHil(0), fHilSrc(0), fHilAnti(0), fHilExt(0), fNewImgPar(0),
    157157    fThetaSq(0), fDisp(0), fHadronness(0), fMatrix(0), fVariables(20),
    158158    fThetaCut(kNone), fHadronnessCut(kArea), fCalcDisp(kTRUE),
  • trunk/MagicSoft/Mars/mmuon/MHMuonPar.cc

    r9338 r9339  
    7575//
    7676MHMuonPar::MHMuonPar(const char *name, const char *title) :
    77     fMuonSearchPar(NULL), fMuonCalibPar(NULL)
     77    fMuonSearchPar(NULL), fMuonCalibPar(NULL), fGeom(NULL)
    7878{
    7979    fName  = name  ? name  : "MHMuonPar";
  • trunk/MagicSoft/Mars/mmuon/MHMuonPar.h

    r9153 r9339  
    2424    MMuonSearchPar *fMuonSearchPar; //!
    2525    MMuonCalibPar  *fMuonCalibPar;  //!
     26    MGeomCam       *fGeom;          //! Conversion mm to deg
    2627
    2728    TH1F     fHistRadius;     // Radius
     
    3031    TProfile fHistBroad;      // ArcWidth/Radius Vs Radius
    3132    TProfile fHistSize;       // MuonSize Vs Radius
    32 
    33     Float_t fMm2Deg;
    3433
    3534    //Double_t Integral(const TProfile &p, Int_t a, Int_t b) const;
Note: See TracChangeset for help on using the changeset viewer.