source: trunk/Mars/Changelog@ 11410

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