Changeset 7760 for trunk/MagicSoft/Mars
- Timestamp:
- 06/28/06 10:40:33 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7758 r7760 35 35 - added number of correlated stars 36 36 - changed name of database column 37 38 * callisto.cc, mbadpixels/MBadPixelsCalc.cc, 39 mjtrain/MJTrainSeparation.cc: 40 - small improvement to log-output 41 42 * tpoint/gui.C: 43 - added some SetFrameBorderMode and SetBorderMode 37 44 38 45 -
trunk/MagicSoft/Mars/callisto.cc
r7713 r7760 33 33 gLog << " Callisto - MARS V" << MARSVER << endl; 34 34 gLog << " MARS -- CALibrate LIght Signals and Time Offsets" << endl; 35 gLog << " Compiled with ROOT v" << ROOTVER << " on <" << __DATE__ << ">" << endl;35 gLog << " Compiled with ROOT v" << ROOTVER << " on <" << __DATE__ << ">" << endl; 36 36 gLog << "========================================================" << endl; 37 37 gLog << endl; -
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsCalc.cc
r7409 r7760 278 278 if (bads>0.5*entries) 279 279 { 280 *fLog << err << "ERROR - More than 50% unsuitable pixels ... something must be wrong!" << endl;280 *fLog << err << "ERROR - More than 50% unsuitable pixels (" << bads << "/" << entries << ")... something must be wrong!" << endl; 281 281 return kFALSE; 282 282 } -
trunk/MagicSoft/Mars/mjtrain/MJTrainSeparation.cc
r7724 r7760 478 478 const Double_t R = n0*A; //[Hz] 479 479 480 *fLog << "Source Spectrum: 480 *fLog << "Source Spectrum: " << flux << " * (E/TeV)^(-2.6) * TeV*m^2*s" << endl; 481 481 482 482 *fLog << "Gamma rate from the source inside the MC production area: " << R << "Hz" << endl;
Note:
See TracChangeset
for help on using the changeset viewer.