Changeset 5033
- Timestamp:
- 09/15/04 16:32:28 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5032 r5033 54 54 - initialize default number of dump events (500) 55 55 - log status of task in PreProcess 56 57 * mimage/MHillasSrcCalc.cc: 58 - fixed 59 - THE USE OF THIS TASK IS DEPRICATED. PLEASE USE MHillasCalc INSTEAD!!! 56 60 57 61 -
trunk/MagicSoft/Mars/mimage/MHillasSrcCalc.cc
r4710 r5033 30 30 // Task to calculate the source dependant part of the hillas parameters 31 31 // 32 // FIXME: Merge with MHillasCalc 32 // THE USE OF THIS TASK IS DEPRICATED. PLEASE USE MHillasCalc INSTEAD!!! 33 // 33 34 // 34 35 // Input Containers: … … 114 115 Int_t MHillasSrcCalc::Process() 115 116 { 116 if ( !fHillasSrc->Calc(*fHillas))117 if (fHillasSrc->Calc(*fHillas)>0) 117 118 { 118 119 fErrors++; … … 136 137 *fLog << GetDescriptor() << " execution statistics:" << endl; 137 138 *fLog << dec << setfill(' '); 138 *fLog << " " << fErrors << " (" << (int)(fErrors*100/GetNumExecutions()) << "%) Evts skipped due to: Dist==0" << endl;139 *fLog << " " << fErrors << " (" << (int)(fErrors*100/GetNumExecutions()) << "%) Evts skipped due to: Calc>0" << endl; 139 140 *fLog << endl; 140 141
Note:
See TracChangeset
for help on using the changeset viewer.