Changeset 5039 for trunk/MagicSoft/Mars/mimage
- Timestamp:
- 09/15/04 18:52:28 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mimage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/MHillasCalc.cc
r4819 r5039 342 342 // millions of events) we may want to improve the output. 343 343 // 344 void MHillasCalc::PrintSkipped( int i, const char *str) const344 void MHillasCalc::PrintSkipped(UInt_t i, const char *str) 345 345 { 346 346 *fLog << " " << setw(7) << fErrors[i] << " ("; -
trunk/MagicSoft/Mars/mimage/MHillasCalc.h
r4710 r5039 64 64 65 65 // Helper 66 void PrintSkipped( int i, const char *str) const;66 void PrintSkipped(UInt_t i, const char *str); 67 67 68 68 // MParContainer
Note:
See TracChangeset
for help on using the changeset viewer.