Changeset 9413
- Timestamp:
- 03/30/09 09:06:00 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9412 r9413 18 18 19 19 -*-*- END OF LINE -*-*- 20 2009/03/30 Thomas Bretz 21 22 * manalysis/MMcCalibrationUpdate.cc: 23 - fixed a conditional which prevented the display from 24 correctly process raw data 25 26 * mgeom/MGeomCamSquare.cc: 27 - shifted pixels to be centered around 0 28 29 * msimcamera/MSimCamera.cc: 30 - added an additional sanity check 31 32 33 20 34 2009/03/27 Stefan Ruegamer 21 35 … … 27 41 2009/03/24 Stefan Ruegamer 28 42 29 * mhflux/MH alpha.cc43 * mhflux/MHAlpha.cc 30 44 - changed in DrawAll the line color of on-off to blue 31 45 … … 45 59 * mhbase/MH.cc: 46 60 - included TProfile2D for newer root versions 61 62 * mjobs/MJCalibrateSignal.cc: 63 - made the copy of "OriginalMC" optional. Now it also works 64 for non-ceres (original MMCS) files again which don't 65 have this tree. 47 66 48 67 -
trunk/MagicSoft/Mars/NEWS
r9410 r9413 8 8 canvases) found in the file are drawn. Note that this may result 9 9 in empty tabs. 10 11 ;callisto: 12 13 * Fixed a bug which prevented MAGIC Monte Carlo file from being 14 calibrated (ceres files worked) 10 15 11 16 ;ganymed: -
trunk/MagicSoft/Mars/msimcamera/MSimCamera.cc
r9328 r9413 210 210 const UInt_t npix = fStat->GetMaxIndex()+1; 211 211 212 if (npix>(UInt_t)fElectronicNoise->GetSize()) 213 { 214 *fLog << err << "ERROR - More indices (" << npix << ") "; 215 *fLog << "assigned than existing in camera ("; 216 *fLog << fElectronicNoise->GetSize() << ")!" << endl; 217 return kERROR; 218 } 219 212 220 const Double_t pl = fSpline->GetXmin()*freq; 213 221 const Double_t pr = fSpline->GetXmax()*freq;
Note:
See TracChangeset
for help on using the changeset viewer.