Changeset 9339 for trunk/MagicSoft
- Timestamp:
- 02/15/09 15:11:08 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfilter/MFMagicCuts.cc
r9338 r9339 154 154 // 155 155 MFMagicCuts::MFMagicCuts(const char *name, const char *title) 156 : f Hil(0), fHilSrc(0), fHilAnti(0), fHilExt(0), fNewImgPar(0),156 : fGeom(0), fHil(0), fHilSrc(0), fHilAnti(0), fHilExt(0), fNewImgPar(0), 157 157 fThetaSq(0), fDisp(0), fHadronness(0), fMatrix(0), fVariables(20), 158 158 fThetaCut(kNone), fHadronnessCut(kArea), fCalcDisp(kTRUE), -
trunk/MagicSoft/Mars/mmuon/MHMuonPar.cc
r9338 r9339 75 75 // 76 76 MHMuonPar::MHMuonPar(const char *name, const char *title) : 77 fMuonSearchPar(NULL), fMuonCalibPar(NULL) 77 fMuonSearchPar(NULL), fMuonCalibPar(NULL), fGeom(NULL) 78 78 { 79 79 fName = name ? name : "MHMuonPar"; -
trunk/MagicSoft/Mars/mmuon/MHMuonPar.h
r9153 r9339 24 24 MMuonSearchPar *fMuonSearchPar; //! 25 25 MMuonCalibPar *fMuonCalibPar; //! 26 MGeomCam *fGeom; //! Conversion mm to deg 26 27 27 28 TH1F fHistRadius; // Radius … … 30 31 TProfile fHistBroad; // ArcWidth/Radius Vs Radius 31 32 TProfile fHistSize; // MuonSize Vs Radius 32 33 Float_t fMm2Deg;34 33 35 34 //Double_t Integral(const TProfile &p, Int_t a, Int_t b) const;
Note:
See TracChangeset
for help on using the changeset viewer.