Changeset 7712 for trunk/MagicSoft


Ignore:
Timestamp:
05/18/06 14:10:34 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mhflux
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhflux/MHAlpha.cc

    r7711 r7712  
    468468    {
    469469        alpha  = GetVal();
     470
     471        if (fHillas)
     472            size = fHillas->GetSize();
    470473        energy = fEnergy   ? fEnergy->GetVal() : (fHillas?fHillas->GetSize():1000);
    471474        theta  = fPointPos ? fPointPos->GetZd() : 0;
  • trunk/MagicSoft/Mars/mhflux/MHAlpha.h

    r7649 r7712  
    4646    MParameterD   *fSigma;      //!
    4747    MParameterD   *fEnergy;     //!
    48     MHillas       *fHillas;     //!
    4948    MPointingPos  *fPointPos;   //!
    5049
     
    5857    //const TString fNameProjAlpha;  //! This should make sure, that gROOT doen't confuse the projection with something else
    5958protected:
     59    MHillas  *fHillas;          //!
    6060    MHMatrix *fMatrix;          //!
    61     Int_t fMap[5];              //!
     61    Int_t fMap[15];             //!
    6262
    6363    Bool_t fSkipHistTime;
Note: See TracChangeset for help on using the changeset viewer.