Changeset 9317 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 02/11/09 12:36:28 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9313 r9317 55 55 - added Print 56 56 - added a circle around the mirror showing fMaxR 57 58 * mastro/MAstro.cc: 59 - updated some typos in comments 60 61 * mbase/MEnv.cc: 62 - replaced Form by MString::Format 63 64 * mbase/MTask.cc: 65 - made the total number of executions really count the total 66 number 67 68 * mcalib/MCalibrationPatternDecode.cc: 69 - some cosmetics 70 - corrected the use of a wrong FindCreateObj 71 72 * mcorsika/MCorsikaRead.cc: 73 - added a comment 74 75 * mfileio/MWriteRootFile.cc: 76 - improved output 77 - improved the copy of a tree (now done without unpacking) 78 - made sure that copied trees are shown in the summary 79 - made sure that the copied trees are nevertheless deleted 80 81 * mfilter/MFDeltaT.cc: 82 - adapted to change in GetNumExecutions 83 84 * mhbase/MFillH.cc: 85 - set the number of executions (as it is in MTask) before the 86 execution 87 88 * mhbase/MH.cc: 89 - improved the statistics output 90 91 * mhist/MHCamera.[h,cc]: 92 - don't create an own pad anymore 93 - removed SetRange 94 - SetRange now done via MH::SetPadRange 95 - some sanity checks if fGeomCam is set 96 - some adaptions to the new layout scheme without 97 an own pad 98 - Changed DrawProjection to a more commonly usable scheme 99 - Removed all dependencies from MGeomCamMagic 100 - start the gaus fit with the maximum not the integral 101 102 * mjobs/MJCalibrateSignal.cc: 103 - If the input files contain an OriginalMC tree 104 copy it 105 - consequently we make the MMcEvtBasic from the 106 parameter-list optional 107 - fixed the rule (MC files with .root as extension could not 108 be processed) 109 110 * mjobs/MJCalibration.[h,cc], mjobs/MJPedestal.[h,cc]: 111 - Use MHCamera::CamDraw more extensively 112 - replace use of Form by MString::Format 113 114 * mjobs/MJSimulation.cc: 115 - added an option to switch the cmaera electronics off 116 - write some more containers to output file (for easy access) 117 - set the MC bit in the header 118 - now use MSimMMCS to "fake" the correct file structure 119 - added three new writers to write the MMcEvtBasic information 120 - added a display of the most important things 121 122 * mmain/MEventDisplay.cc: 123 - don't change into the not more existing pad of a MHCamera 124 125 * msimcamera/MSimCalibrationSignal.cc: 126 - adapted GetNumExecution 127 - SetReadyToSave for the run header 128 - jitter the number of emitted photons 129 - corrected the emitted trigger positon 130 - (re)set calibration pattern 57 131 58 132
Note:
See TracChangeset
for help on using the changeset viewer.