Changeset 7712 for trunk/MagicSoft/Mars
- Timestamp:
- 05/18/06 14:10:34 (18 years ago)
- Location:
- trunk/MagicSoft/Mars/mhflux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhflux/MHAlpha.cc
r7711 r7712 468 468 { 469 469 alpha = GetVal(); 470 471 if (fHillas) 472 size = fHillas->GetSize(); 470 473 energy = fEnergy ? fEnergy->GetVal() : (fHillas?fHillas->GetSize():1000); 471 474 theta = fPointPos ? fPointPos->GetZd() : 0; -
trunk/MagicSoft/Mars/mhflux/MHAlpha.h
r7649 r7712 46 46 MParameterD *fSigma; //! 47 47 MParameterD *fEnergy; //! 48 MHillas *fHillas; //!49 48 MPointingPos *fPointPos; //! 50 49 … … 58 57 //const TString fNameProjAlpha; //! This should make sure, that gROOT doen't confuse the projection with something else 59 58 protected: 59 MHillas *fHillas; //! 60 60 MHMatrix *fMatrix; //! 61 Int_t fMap[ 5];//!61 Int_t fMap[15]; //! 62 62 63 63 Bool_t fSkipHistTime;
Note:
See TracChangeset
for help on using the changeset viewer.