Changeset 5796
- Timestamp:
- 01/11/05 09:27:20 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5793 r5796 20 20 21 21 -*-*- END OF LINE -*-*- 22 2005/01/10 Benjamin Riegel 23 24 * mreport/MReportStarguider.cc, mreport/MReportStarguider.h 25 - added two classes for implementing starguider-data 26 27 * mreport/ReportLinkDef.h 28 - added class MReportStarguider to be linked: 29 #pragma link C++ class MReportStarguider+; 30 31 * mreport/Makefile 32 - added file MReportStarguider.cc 33 34 * merpp.cc 35 - added two containers ( MReportStarguider, MTimeStarguider ) and 36 added MReportStarguider to the list: 37 w->AddContainer("MReportStarguider", "Starguider"); 38 w->AddContainer("MTimeStarguider", "Starguider"); 39 r->AddToList("MReportStarguider"); 40 41 42 22 43 2005/01/10 Markus Gaug 23 44 -
trunk/MagicSoft/Mars/NEWS
r5760 r5796 2 2 *** Version <cvs> 3 3 4 - added two classes mreport/MReportStarguider.cc and 5 mreport/MReportStarguider.h for implementing starguider-data 6 7 - For implementing the starguider-data the class MReportStarguider has 8 been added to mreport/ReportLinkDef.h and to mreport/Makefile 9 10 - added two containers ( MReportStarguider, MTimeStarguider ) and 11 added MReportStarguider to the list in merpp.cc 12 4 13 - Fixed bug in MHHadronness.cc which made that the displayed Q-factor 5 14 values were lower than they should. This was more visible for high -
trunk/MagicSoft/Mars/merpp.cc
r4966 r5796 339 339 w->AddContainer("MReportCC", "CC"); 340 340 w->AddContainer("MTimeCC", "CC"); 341 w->AddContainer("MReportStarguider", "Starguider"); 342 w->AddContainer("MTimeStarguider", "Starguider"); 341 343 // w->AddContainer("MReportDAQ", "DAQ"); 342 344 // w->AddContainer("MTimeDAQ", "DAQ"); … … 360 362 r->AddToList("MReportCamera"); 361 363 r->AddToList("MReportTrigger"); 364 r->AddToList("MReportStarguider"); 362 365 if (kRunNumber>0) 363 366 { -
trunk/MagicSoft/Mars/mreport/Makefile
r4921 r5796 32 32 MReportCurrents.cc \ 33 33 MReportFileRead.cc \ 34 MReportFileReadCC.cc 35 34 MReportFileReadCC.cc \ 35 MReportStarguider.cc 36 36 ############################################################ 37 37 -
trunk/MagicSoft/Mars/mreport/ReportLinkDef.h
r4575 r5796 11 11 #pragma link C++ class MReportDAQ+; 12 12 #pragma link C++ class MReportDrive+; 13 #pragma link C++ class MReportStarguider+; 13 14 #pragma link C++ class MReportCamera+; 14 15 #pragma link C++ class MReportTrigger+;
Note:
See TracChangeset
for help on using the changeset viewer.