Changeset 1668 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 11/25/02 09:12:47 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1667 r1668 1 1 -*-*- END -*-*- 2 2002/11/25: Thomas Bretz 3 4 * macros/multidimdist2.C: 5 - renamed eventloops (instances had same names) 6 - fixed a type in PrintStatistics (the gamma statistics 7 were printed two times) 8 9 * mbase/MEvtLoop.cc: 10 - take the lowest value (entries from MRead or user input) 11 for the progress bar 12 - reset the progress bar 13 14 * mbase/MFilter.h: 15 - added 'private' 16 17 * meventdisp/MGCamDisplay.[h,cc], meventdisp/MGEvtDisplay.[h,cc], 18 meventdisp/MGFadcDisp.[h,cc], mmain/MMonteCarlo.[h,cc], 19 mmain/MAnalysis.[h,cc], mmain/MBrowser.[h,cc], 20 mmain/MCameraDisplay.[h,cc], mmain/MDataCheck.[h,cc], 21 mmain/MEvtDisp.[h,cc], mmain/MMars.cc: 22 - changed from TTransientFrame to TMainFrame (with this I 23 get decorations, eg. Close Button) 24 25 * meventdisp/MGEvtDisplay.cc: 26 - Update the layout each time the fEvtInfo has changed 27 28 * mfileio/MCT1ReadAscii.cc, mfileio/MCT1ReadPreProc.cc: 29 - delete return of gSystem->ExpandPathName 30 31 * mfileio/MCT1ReadPreProc.[h,cc]: 32 - added output of Time 33 - added usage of Selector 34 - changed MTask basics to be private 35 36 * mfileio/MRead.[h,cc]: 37 - added comment about selector 38 - added Selector-stuff 39 40 * mfileio/MReadMarsFile.[h,cc], mfileio/MReadTree.[h,cc]: 41 - added 'entries' argument to AddFile 42 43 * mfileio/MReadTree.[h,cc]: 44 - added workaround for a root bug when a file doesn't exist 45 - changed AddFiles to use Add(TChain*) 46 - changed to use Selector 47 48 * mfilter/MF.cc: 49 - Set debug level to suppress output when MFDataChain is created 50 51 * mfilter/MFEventSelector.h: 52 - changed Pre//PostProcess to private 53 54 * mfilter/MF.cc, mfilter/MFilterList.cc: 55 - changed the use of Pre//PostProcess to CallPre//PostProcess 56 57 * mhist/MBinning.[h,cc]: 58 - changed comments 59 - added SetEdgesCos 60 61 * mhist/MFillH.[h,cc]: 62 - added GetBinCenterLog 63 64 * mhist/MH3.h: 65 - added default argument to GetHistByName 66 67 * mhist/MHAlphaEnergyTheta.[h,cc], mhist/MHAlphaEnergyTime.h, 68 mhist/MHEffOnTime.[h,cc], mhist/MHEffOnTimeTheta.h, 69 mhist/MHEffOnTimeTime.h, mhist/MHFlux.[h,cc], mhist/MHGamma.[h,cc], 70 mhist/MHMcEnergyMigration.h, mhist/MHThetabarTheta.[h,cc], 71 mhist/MHThetabarTime.h: 72 - changed the output 73 - changed the algorithms to be more modular (more usage of member 74 function) 75 - changed ClassDef to 0 76 - fixed some small bugs (access of TArray[n]) 77 78 * mhist/MHHadronness.[h,cc]: 79 - removed shortest distance to (0,1) stuff 80 81 * mhist/MHMcCollectionArea.h: 82 - changed Fill to Double_t 83 84 * mhist/MHTimeDiffTheta.[h,cc], mhist/MHTimeDiffTime.[h,cc]: 85 - in a first draft changed to use 200ns timing of CT1 86 - changed ClassDef to 0 87 88 2 89 3 90 2002/11/22: Thomas Bretz
Note:
See TracChangeset
for help on using the changeset viewer.