Ignore:
Timestamp:
07/30/04 16:26:28 (20 years ago)
Author:
galante
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/mpisa/macros/AnalCurrents.C

    r4437 r4438  
    130130    // of last count events
    131131    if(count!=0)
     132    {
    132133        for(Int_t i=0; i<gsNpix; i++)
    133134            dcevt.AddPixel(i,val[i]/(Double_t)count,0);
    134135
    135     cout << "Calling test_findstar function" << endl;
    136     test_findstar(&dcevt);
     136        cout << "Calling test_findstar function" << endl;
     137        test_findstar(&dcevt);
     138    }
    137139
    138140    cout << "Number of averaged events stored into container = " << NumAverEvt << endl;
Note: See TracChangeset for help on using the changeset viewer.