Changeset 2687 for trunk/MagicSoft/Mars
- Timestamp:
- 12/17/03 09:54:29 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2684 r2687 4 4 5 5 -*-*- END OF LINE -*-*- 6 2003/12/17: Thomas Bretz 7 8 * mreport/MReportCC.[h,cc]: 9 - added report storing weather data 10 11 * mreport/Makefile, mreport/ReportLinkDef.h: 12 - added MReportCC 13 14 15 6 16 2003/12/16: Javi Lopez 7 17 8 18 * manalysis/MCalibrate.[h,cc] 9 - new classe that takes the integrated charge from MExtractedSignal container 10 and apply the calibration constants stored in MCalibrationCam container 11 storing the number of photons in MCerPhotEvt. 19 - new classe that takes the integrated charge from MExtractedSignal 20 container and apply the calibration constants stored in 21 MCalibrationCam container storing the number of photons in 22 MCerPhotEvt. 23 24 12 25 13 26 2003/12/16: Thomas Bretz … … 16 29 mhist/MSimulatedAnnealing.[h,cc]: 17 30 - fixed includes 31 18 32 19 33 -
trunk/MagicSoft/Mars/NEWS
r2678 r2687 14 14 15 15 - added support for start- and stop-time when merpping report files 16 17 - added MReportCC storing the weather data from the CC-REPORT 16 18 17 19 -
trunk/MagicSoft/Mars/merpp.cc
r2678 r2687 235 235 else 236 236 { 237 r->AddToList("MReportCC"); 237 238 r->AddToList("MReportDAQ"); 238 239 r->AddToList("MReportDrive"); … … 263 264 w->AddContainer("MReportDrive", "Drive"); 264 265 w->AddContainer("MTimeDrive", "Drive"); 266 w->AddContainer("MReportCC", "CC"); 267 w->AddContainer("MTimeCC", "CC"); 265 268 // w->AddContainer("MReportDAQ", "DAQ"); 266 269 // w->AddContainer("MTimeDAQ", "DAQ"); -
trunk/MagicSoft/Mars/mreport/Makefile
r2632 r2687 30 30 31 31 SRCFILES = MReport.cc \ 32 MReportCC.cc \ 32 33 MReportDAQ.cc \ 33 34 MReportDrive.cc \ -
trunk/MagicSoft/Mars/mreport/ReportLinkDef.h
r2592 r2687 7 7 #pragma link C++ class MReport+; 8 8 9 #pragma link C++ class MReportCC+; 9 10 #pragma link C++ class MReportDAQ+; 10 11 #pragma link C++ class MReportDrive+;
Note:
See TracChangeset
for help on using the changeset viewer.