Changeset 2557 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 11/22/03 21:14:14 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2551 r2557 4 4 5 5 -*-*- END OF LINE -*-*- 6 2003/11/22: Thomas Bretz 7 8 * mreport/MReportCamera.cc: 9 - implemented real reading 10 - changed some loops to poinbter arithmetics 11 12 * mreport/Makefile: 13 - added mcamera 14 15 * merpp.cc: 16 - implemented preliminary support for report-files 17 18 * star.cc: 19 - small changes to handling of update-mode 20 21 * mbase/MParList.cc: 22 - fixed a wrong output 23 24 * mbase/MTask.cc: 25 - fixed AddToBranchList(TString&) 26 27 * mbase/MTime.[h,cc]: 28 - setfill only once 29 - fixed ()-operator 30 - removed nonsens GetTime() 31 32 * mcamera/MCameraAUX.h, mcamera/MCameraCalibration.h, 33 mcamera/MCameraCooling.h, mcamera/MCameraHV.h, 34 mcamera/MCameraLV.h, mcamera/MCameraLid.h, 35 mcamera/MCameraLids.h, mcamera/MCameraPowerSupply.h: 36 - set version in ClassDef to 1 37 38 * mcamera/MCameraCooling.h: 39 - added Getter-functions 40 41 * mcamera/MCameraLV.h: 42 - changed fHumidity to Byte_t 43 44 * mcamera/MCameraLid.h: 45 - derived from MParContainer instead of TObject 46 47 * mfileio/FileIOLinkDef.h, mfileio/Makefile: 48 - added MReadReports 49 50 * mfileio/MReadReports.[h.cc]: 51 - added 52 53 * mfileio/MReadTree.h: 54 - added MReadReports as friend class to allow access to fChain 55 56 * mfileio/MWriteRootFile.cc: 57 - fixed output (didn't have the correct debug flags) 58 59 * mhist/HistLinkDef.h, mhist/Makefile: 60 - added MHVsTime 61 62 * mhist/MHVsTime.[h,cc]; 63 - added 64 65 * mhist/MFillH.cc: 66 - add eveything I know to BranchList 67 68 * mraw/MRawFileWrite.[h,cc]: 69 - changed name of MTime from MRawEvtTime to MTime 70 - changed Tree names to: 71 + Events 72 + Pedestals 73 + Calibration 74 75 * mreport/MReportTrigger.[h,cc]: 76 - fixed accoring to a discussion with Riccardo 77 - changed version number in ClassDef to 1 78 79 * mreport/Makefile: 80 - added mcamera 81 82 * macros/rootlogon.C: 83 - added colors 84 - changed the search path for libmars.so a bit 85 86 * mdata/MDataList.[h,cc]: 87 - added support for '%' 88 89 * mhist/MHCamera.[h,cc]: 90 - removed DrawPixelIndices and DrawSectorIndices 91 - replaced by new Draw-options: 'sectorindex' and 'pixelindex' 92 - put together in PaintIndices 93 94 * mmain/MEventDisplay.cc: 95 - added Sectors to tabs 96 - code for adding tab was in class twice (removed in 97 ReadinFirstEvent, uses AddGeometryTabs instead) 98 99 * mreport/MReport.[h,cc]: 100 - prpared to read new DC-REPORT files 101 102 * mreport/MReportDrive.[h,cc]: 103 - removed debug 'D' 104 - added Getter-functions 105 106 6 107 7 108 2003/11/21: Thomas Bretz … … 36 137 * mmain/MEventDisplay.cc: 37 138 - made 'Mini-Canvas' working in all Tabs by catching kCM_TAB 139 140 * mhist/MFillH.[h,cc], mhist/MH.[h,cc]: 141 - implemented ReInit 142 143 * mbase/MParList.cc: 144 - implemented more sanity check whether a class can be created 145 146 * Makefile: 147 - added mcamera 148 - added mreport 149 - added status 150 - added OBJS and MCint.o to the shared object 151 152 * macros/readCT1.C: 153 - do not add non-existing geomcam to parlist 154 - add geomapl to tasklist 155 156 * mcamera/MCameraCalibration.h, mcamera/MCameraCooling.h, 157 mcamera/MCameraHV.h, mcamera/MCameraLV.h, 158 mcamera/MCameraLid.h, mcamera/MCameraLids.h, 159 mcamera/MCameraPowerSupply.h, mreport/MReportCamera.h: 160 - changed according to discussion with Pepe 161 162 * mtools/Makefile, mtools/ToolsLinkDef.h: 163 - added MAstro 164 165 * mtools/MAstro.[h,cc]: 166 - added 167 168 * macros/readMagic.C, macros/readCT1.C: 169 - changed to display relative signal (which is compared to the 170 cleaning levels) and the cleaning levels 38 171 39 172
Note:
See TracChangeset
for help on using the changeset viewer.