Ignore:
Timestamp:
06/23/03 11:19:04 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mmontecarlo/MMcThresholdCalc.cc

    r2173 r2207  
    100100// connect Monte Carlo data with this task
    101101//
    102 Bool_t MMcThresholdCalc::PreProcess(MParList* pList)
     102Int_t MMcThresholdCalc::PreProcess(MParList* pList)
    103103{
    104104    //
     
    142142// distribution to get the energy threshold.
    143143//
    144 Bool_t MMcThresholdCalc::Process()
     144Int_t MMcThresholdCalc::Process()
    145145{
    146146    const Float_t energy   = fMcEvt->GetEnergy();
     
    160160// Some iterations are done to be sure the fit parameters converge.
    161161//
    162 Bool_t MMcThresholdCalc::PostProcess()
     162Int_t MMcThresholdCalc::PostProcess()
    163163{
    164164    for (UInt_t i=0; i<fNum; i++)
Note: See TracChangeset for help on using the changeset viewer.