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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MHillasCalc.cc

    r695 r706  
    1010
    1111#include "MHillas.h"
     12#include "MCerPhotEvt.h"
    1213
    1314#include "MLog.h"
     
    4748Bool_t MHillasCalc::Process()
    4849{
    49     fHillas->Calc(*fGeomCam, *fCerPhotEvt);
    50 
    51     return kTRUE;
     50    //
     51    // If you want do complex descisions inside the calculations
     52    // we must move the calculation code inside this function
     53    //
     54    // If the calculation wasn't sucessfull skip this event
     55    //
     56    return fHillas->Calc(*fGeomCam, *fCerPhotEvt) ? kTRUE : kCONTINUE;
    5257}
    5358
Note: See TracChangeset for help on using the changeset viewer.