Changeset 4438 for trunk/MagicSoft/Mars/mtemp/mpisa
- Timestamp:
- 07/30/04 16:26:28 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mpisa/macros/AnalCurrents.C
r4437 r4438 130 130 // of last count events 131 131 if(count!=0) 132 { 132 133 for(Int_t i=0; i<gsNpix; i++) 133 134 dcevt.AddPixel(i,val[i]/(Double_t)count,0); 134 135 135 cout << "Calling test_findstar function" << endl; 136 test_findstar(&dcevt); 136 cout << "Calling test_findstar function" << endl; 137 test_findstar(&dcevt); 138 } 137 139 138 140 cout << "Number of averaged events stored into container = " << NumAverEvt << endl;
Note:
See TracChangeset
for help on using the changeset viewer.