source: trunk/Mars/Changelog@ 10281

Last change on this file since 10281 was 10281, checked in by tbretz, 14 years ago
File size: 5.3 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4For your entries please follow EXACTLY this style:
5
6_yyyy/mm/dd_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20
21 2011/04/04 Thomas Bretz
22
23 * mreport/MReportFileRead.cc:
24 - added a missing delete
25
26 * mhflux/MHEnergyEst.cc, mhist/MHCamera.cc:
27 - fixed some crashes with newer root versiony in which
28 GetFunction("gaus") after an unsuccessfull fit might return
29 NULL
30
31 * mastro/MAstroCatalog.cc:
32 - added the missing marker color for the dot
33
34 * mpointing/MPointingDevCalc.cc:
35 - added some comments
36
37 * mmain/MEventDisplay.cc:
38 - renamed some local variables to avoid using the same name twice
39
40 * mgeom/MGeomCam.cc:
41 - for convenience a margin of 0 in HitFrame is allowed to
42 switch off the detection also with 0
43
44 * mbase/MThread.h:
45 - added missing argument to call of fThread.Run()
46
47
48
49 2011/03/10 Thomas Bretz
50
51 * mhbase/MH3.[h,cc]:
52 - increased forgotten class version number from 6 to 7
53
54
55
56 2011/03/03 Reiner Rohlfs
57
58 * mcorsika/MCorsikaFormat.[h,cc]:
59 - accept an "EVTH" only after an "EVTE" and after a "RUNH"
60
61 * mcorsika/MCorsikaRead.cc:
62 - parameter change in function MCorsikaFormat::NextBlock()
63 from "Bool_t subBlock" to "Int_t readState".
64
65
66
67 2011/02/21 Reiner Rohlfs
68
69 * mcorsika/MCorsikaRead.[h,cc]:
70 - Remove debug output and not used code
71
72
73
74 2011/02/21 Thomas Bretz
75
76 * mcalib/MCalibrateData.cc mcalib/MCalibrationBlindPix.cc
77 mcalib/MCalibrationChargeCam.cc mcalib/MCalibrationChargeCalc.cc
78 mcalib/MCalibrationIntensityChargeCam.cc mimage/MNewImagePar2.cc
79 mhcalib/MHCalibrationPulseTimeCam.cc mhcalib/MHCalibrationChargeCam.cc
80 mhcalib/MHCalibrationHiLoCam.cc manalysis/MMcTriggerLvl2.cc
81 mfilter/MFCosmics.cc mhflux/MHFalseSource.cc mhflux/MHThetaSqN.cc
82 mastro/MAstroCamera.cc mmuon/MHSingleMuon.cc
83 mpedestal/MPedestalSubtractedEvt.cc mpedestal/MPedCalcFromLoGain.cc
84 mpedestal/MPedCalcPedRun.cc mpedestal/MExtractPedestal.cc
85 mpedestal/MPedestalSubtract.cc mpedestal/MHPedestalCor.cc
86 mhist/MHCamera.cc msignal/MExtractTimeAndCharge.cc
87 msignal/MExtractTime.cc msignal/MExtractTimeAndChargeDigitalFilter.cc
88 msignal/MArrivalTimeCam.cc msignal/MExtractTimeAndChargeSpline.cc
89 mranforest/MHRanForestGini.cc mranforest/MRanForestCalc.cc
90 mranforest/MRanForest.cc mbase/MLog.cc mbase/MMath.cc
91 mbadpixels/MBadPixelsCam.cc mbadpixels/MBadPixelsTreat.cc
92 mhvstime/MHSectorVsTime.cc mfbase/MFEventSelector2.cc
93 mhbase/MBinning.cc mhbase/MH.cc mgui/MHexagon.cc msql/MSQLServer.cc:
94 - removed the old obsolete cvs header line
95
96 * msimcamera/MSimCamera.cc, msimcamera/MSimSignalCam.cc,
97 msim/MHPhotonEvent.cc msim/MPhotonEvent.cc:
98 - treat kArtificial in addition to kNightSky
99
100
101
102 2011/02/10 Daniela Dorner
103
104 * resmc/:
105 - uncommented line of 950nm to take into account the changes of the
106 range of the transmission curve
107
108
109
110 2011/02/09 Reiner Rohlfs
111
112 * mcorsika/MCorsikaFormat.cc:
113 - replace the selection of the blockType from a string comparison
114 to a switch - statement.
115
116 * mcorsika/MCorsikaRead.[h,cc]:
117 - Redesign of the Process() - method: Read after the processing of
118 one block the header of the next block to be able do decide to
119 process the next block in the same the same call or to return
120 from the method.
121
122
123
124 2011/01/24 Thomas Bretz
125
126 * melectronics/MAvalanchePhotoDiode.h:
127 - shifted the Afterpulse class behind the APD class to make it
128 compile
129
130
131
132 2011/01/07 Thomas Bretz
133
134 * msimcamera/MSimAPD.[h,cc]:
135 - added setting of the afterpulse probabilities
136 - handle afterpulses in processing
137
138 * melectronics/MAvalanchePhotoDiode.[h,cc]:
139 - restructured header file
140 - added treatment of afterpulses in HitCellImp
141 - added time constants and afterpulse probability
142 data memebers
143 - added TSortedList to hold the afterpulses
144 - added afterpulses to calculation of relaxation time
145 - added call to Relax to Init
146 - added treatment of afterpulses to FillEmpty, FillRandom and
147 Evolve
148 - added member functions to process the afterpulses
149
150
151
152 2011/01/06 Thomas Bretz
153
154 * mimage/MNewImagePar2.cc:
155 - use GetL() instead of GetT() for fBorderLinePixel
156
157 * mgeom/MGeomRectangle.h:
158 - added GetL member-function
159
160 * mgeom/MGeomPix.h:
161 - fixed the comment of GetT
162
163 * mgeom/MGeom.h:
164 - added abstract function GetL
165
166 * mgeom/MGeomRectangle.cc:
167 - fixed the comment for GetT
168 - added GetL
169
170 * mgeom/MGeomCamDwarf.cc:
171 - use the HitFrame from the base class with a slightly
172 increased radius (no change in behaviour)
173
174 * mgeom/MGeomCam.[h,cc]:
175 - added HitFrame
176
177 * msimreflector/MSimReflector.[h,cc]:
178 - implemented the possibility to overwrite the absorbing
179 size of the detector
180 - added fDetectorFrame
181
182 * mpointing/MPointingDevCalc.cc:
183 - updated comments
184
185 * msimcamera/MSimRandomPhotons.cc:
186 - fixed a mistake in the log-output
Note: See TracBrowser for help on using the repository browser.