Changeset 7711 for trunk/MagicSoft/Mars
- Timestamp:
- 05/18/06 14:10:18 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7710 r7711 23 23 * mhflux/MAlphaFitter.h: 24 24 - added Getter for ScaleMode 25 26 * mhflux/MHAlpha.[h,cc]: 27 - made fHillas data member protected 28 - increased size of fMap 25 29 26 30 * mhflux/MHThetaSq.[h,cc]: -
trunk/MagicSoft/Mars/mhflux/MHAlpha.cc
r7649 r7711 82 82 MHAlpha::MHAlpha(const char *name, const char *title) 83 83 : fNameParameter("MHillasSrc"), fParameter(0), 84 fOffData(0), fResult(0), /*fExcess(0),*/ fEnergy(0), fHillas(0),84 fOffData(0), fResult(0), /*fExcess(0),*/ fEnergy(0), 85 85 fPointPos(0), fTimeEffOn(0), fTime(0), fNumTimeBins(10), 86 f Matrix(0), fSkipHistTime(kFALSE), fSkipHistTheta(kFALSE),86 fHillas(0), fMatrix(0), fSkipHistTime(kFALSE), fSkipHistTheta(kFALSE), 87 87 fSkipHistEnergy(kFALSE), fForceUsingSize(kFALSE) 88 88 { … … 468 468 { 469 469 alpha = GetVal(); 470 471 if (fHillas)472 size = fHillas->GetSize();473 470 energy = fEnergy ? fEnergy->GetVal() : (fHillas?fHillas->GetSize():1000); 474 471 theta = fPointPos ? fPointPos->GetZd() : 0;
Note:
See TracChangeset
for help on using the changeset viewer.