Ignore:
Timestamp:
05/03/06 08:24:21 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7178 r7682  
    2828//  MHCollectionArea
    2929//
     30//  Class Version 2:
     31//  ----------------
     32//   + added //! to fMcEvt which was missing before
     33//
     34//
    3035//////////////////////////////////////////////////////////////////////////////
    3136#include "MHCollectionArea.h"
     
    5964//
    6065MHCollectionArea::MHCollectionArea(const char *name, const char *title)
    61   : fMcEvt(0), fEnergy(0), fMcAreaRadius(300.), fIsExtern(kFALSE)
     66  : fMcEvt(0), /*fEnergy(0),*/ fMcAreaRadius(300.), fIsExtern(kFALSE)
    6267{
    6368    //   initialize the histogram for the distribution r vs E
     
    163168        return kFALSE;
    164169    }
    165 
     170    /*
    166171    fEnergy = (MParameterD*)pl->FindObject("MEnergyEst", "MParameterD");
    167172    if (!fEnergy)
     
    170175        return kFALSE;
    171176    }
    172 
     177    */
    173178    MBinning binst, binse;
    174179    binst.SetEdges(fHistAll, 'x');
Note: See TracChangeset for help on using the changeset viewer.