Changeset 7224 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 07/27/05 11:23:33 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHRate.cc
r7198 r7224 32 32 #include "MHRate.h" 33 33 34 #include <TPad.h>35 34 #include <TCanvas.h> 36 35 #include <TGaxis.h> … … 123 122 if (!fEvtRate) 124 123 { 125 *fLog << warn<< "MEventRate not found... abort." << endl;124 *fLog << err << "MEventRate not found... abort." << endl; 126 125 return kFALSE; 127 126 } … … 129 128 if (!fPointPos) 130 129 { 131 *fLog << warn<< "MPointingPos not found... abort." << endl;130 *fLog << err << "MPointingPos not found... abort." << endl; 132 131 return kFALSE; 133 132 }
Note:
See TracChangeset
for help on using the changeset viewer.