Ignore:
Timestamp:
03/01/09 21:54:27 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9346 r9369  
    778778        delete pad->GetPad(2);
    779779
    780     if (fTimeEffOn && fTime || fHTime.GetNbinsX()>1 || fHTime.GetBinError(1)>0)
     780    if ((fTimeEffOn && fTime) || fHTime.GetNbinsX()>1 || fHTime.GetBinError(1)>0)
    781781    {
    782782        pad->cd(3);
     
    10971097
    10981098    if (!fSkipHistEnergy)
    1099         if (type==0)
    1100         {
    1101             fMap[1] = fMatrix->AddColumn("MEnergyEst.fVal");
    1102             fMap[2] = -1;
    1103         }
    1104         else
    1105         {
    1106             fMap[1] = -1;
    1107             fMap[2] = fMatrix->AddColumn("MHillas.fSize");
    1108         }
     1099    {
     1100        fMap[1] = type==0 ? fMatrix->AddColumn("MEnergyEst.fVal") : -1;
     1101        fMap[2] = type==0 ? -1 : fMatrix->AddColumn("MHillas.fSize");
     1102    }
    11091103
    11101104    if (!fSkipHistTheta)
Note: See TracChangeset for help on using the changeset viewer.