Changeset 1745 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 02/06/03 11:59:10 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1744 r1745 3 3 2003/02/06: Thomas Bretz 4 4 5 * mbase/MLog.[h,cc]: 6 - serialized the GUI output (problems with mutithreded prgs, eg Cosy) 7 8 * mtemp/MObservatoryLocation.[h,cc], mtemp/MVPObject.[h,cc], 9 mtemp/MVPPlotter.[h,cc]: 10 - added changes discussed in Wuerzburg 11 12 * mfileio/MCT1ReadPreProc.cc: 13 - some simplifications 5 * mbase/MLog.[h,cc]: 6 - serialized the GUI output (problems with mutithreded prgs, 7 eg Cosy) 8 9 * mtemp/MObservatoryLocation.[h,cc], mtemp/MVPObject.[h,cc], 10 mtemp/MVPPlotter.[h,cc]: 11 - added changes discussed in Wuerzburg 12 13 * mfileio/MCT1ReadPreProc.cc: 14 - some simplifications 14 15 15 16 … … 22 23 color of a given pixel 23 24 24 * created two new classes for simulating the second level trigger in the 25 directory manalysis: 26 - MTrigLvl2.[cc|h] // Implement the Lvl2 topology and selection 27 // strategies 28 - MTrigLvl2FillTask.[cc|h] // For a given MMc event, fill the MTrigLvl2 29 with the Lvl1 trigger information 25 * created two new classes for simulating the second level trigger 26 in the directory manalysis: 27 - MTrigLvl2.[cc|h] // Implement the Lvl2 topology and 28 // selection strategies 29 - MTrigLvl2FillTask.[cc|h] // For a given MMc event, fill the 30 // MTrigLvl2 with the Lvl1 trigger 31 // information 30 32 31 33 * manalysis/Makefile … … 38 40 2003/01/27: Robert Wagner 39 41 40 * mfileio/MCT1ReadPreProc.[cc|h]41 - Added call of MTaskList::ReInit after processing of new42 run header43 - Filling of MC container complies to Oscar's changes of44 MMcEvt.[hxx,cxx] dated 2003/01/2045 - Added filling of run number in MRawRunHeader object while46 processing a new run header42 * mfileio/MCT1ReadPreProc.[cc|h] 43 - Added call of MTaskList::ReInit after processing of new 44 run header 45 - Filling of MC container complies to Oscar's changes of 46 MMcEvt.[hxx,cxx] dated 2003/01/20 47 - Added filling of run number in MRawRunHeader object while 48 processing a new run header 47 49 48 50 … … 50 52 2003/01/23: Robert Wagner 51 53 52 * manalyis/MSigmabarCalc.cc53 - MSigmabarCalc::Process()54 Replaced fMcEvt->GetTheta() by fMcEvt->GetTelescopeTheta()54 * manalyis/MSigmabarCalc.cc 55 - MSigmabarCalc::Process() 56 Replaced fMcEvt->GetTheta() by fMcEvt->GetTelescopeTheta() 55 57 56 58 … … 58 60 2003/01/20: Oscar Blanch 59 61 60 * mmc/MMcEvt.[hxx,cxx]61 - Data members: fElecCphFraction, fMuonCphFraction,62 fOtherCphFraction have been introduced.63 - Class version updated to 3.64 65 * mmc/MMcCorsikaRunHeader.[h.cc]66 - Data members: fWobbleMode and fAtmosphericModel introduced.67 - Class version updated to 2.62 * mmc/MMcEvt.[hxx,cxx] 63 - Data members: fElecCphFraction, fMuonCphFraction, 64 fOtherCphFraction have been introduced. 65 - Class version updated to 3. 66 67 * mmc/MMcCorsikaRunHeader.[h.cc] 68 - Data members: fWobbleMode and fAtmosphericModel introduced. 69 - Class version updated to 2. 68 70 69 71 70 72 71 73 2003/01/19: Thomas Bretz 72 73 * manalysis/MCerPhotCalc.[h,cc]:74 - slight changes, mainly to the layout75 76 * manalysis/MCerPhotEvt.[h,cc]:77 - some small changes to make the code a bit faster78 79 * manalysis/MCerPhotPix.[h,cc]:80 - added AddNumPhotons81 82 * mbase/MContinue.[h,cc]:83 - changed comments84 - enhanced functionality and fixed some small bugs85 86 * mbase/Makefile:87 - added mfilter to paths (to be fixed)88 89 * mfileio/MCT1ReadPreProc.cc:90 - Init fNumEvents = 091 92 * mgeom/MGeomCam.cc:93 - return 0 Ratio if the pixel number exceeds the number of pixels74 75 * manalysis/MCerPhotCalc.[h,cc]: 76 - slight changes, mainly to the layout 77 78 * manalysis/MCerPhotEvt.[h,cc]: 79 - some small changes to make the code a bit faster 80 81 * manalysis/MCerPhotPix.[h,cc]: 82 - added AddNumPhotons 83 84 * mbase/MContinue.[h,cc]: 85 - changed comments 86 - enhanced functionality and fixed some small bugs 87 88 * mbase/Makefile: 89 - added mfilter to paths (to be fixed) 90 91 * mfileio/MCT1ReadPreProc.cc: 92 - Init fNumEvents = 0 93 94 * mgeom/MGeomCam.cc: 95 - return 0 Ratio if the pixel number exceeds the number of pixels 94 96 95 97 * mgui/MCamDisplay.[h,cc]: … … 99 101 - fixed the context menu display 100 102 101 * mhist/HistLinkDef.h, mhist/Makefile:102 - added MHCerPhotEvt103 104 * mhist/MHCerPhotEvt.[h,cc]:105 - added106 107 * mhist/MFillH.cc:108 - changed the initialization of fParContainer from pList to NULL109 110 * mhist/MHHillasExt.cc:111 - fixed a smallo bug when filling the histograms (crached when scaling112 under some circumstances)113 114 * mhist/MHStarMap.cc:115 - added a warning output116 117 * mmontecarlo/MMcCollectionAreaCalc.cc:118 - added a check for impact=NaN (some MC Files have this)103 * mhist/HistLinkDef.h, mhist/Makefile: 104 - added MHCerPhotEvt 105 106 * mhist/MHCerPhotEvt.[h,cc]: 107 - added 108 109 * mhist/MFillH.cc: 110 - changed the initialization of fParContainer from pList to NULL 111 112 * mhist/MHHillasExt.cc: 113 - fixed a smallo bug when filling the histograms (crached when scaling 114 under some circumstances) 115 116 * mhist/MHStarMap.cc: 117 - added a warning output 118 119 * mmontecarlo/MMcCollectionAreaCalc.cc: 120 - added a check for impact=NaN (some MC Files have this) 119 121 120 122 … … 163 165 otherwise, we got a compilation error in Alpha machines. 164 166 165 <<<<<<< Changelog166 167 168 2002/12/13: Oscar Blanch169 =======170 167 171 168 172 169 2002/12/13: Oscar blanch 173 >>>>>>> 1.369174 170 175 171 * mgeom/MGeomMirror.[h,cc]
Note:
See TracChangeset
for help on using the changeset viewer.