1 | Please do not write behind the end of line tag so that it is possible
|
---|
2 | to send a Changelog file to a line printer directly. Thanks.
|
---|
3 |
|
---|
4 | For 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 |
|
---|
17 | While an underscore is a placeholder for a white-space or an empty line.
|
---|
18 |
|
---|
19 | -*-*- END OF LINE -*-*-
|
---|
20 |
|
---|
21 | 2010/06/03 Thomas Bretz
|
---|
22 |
|
---|
23 | * mranforest/MRanForestCalc.cc:
|
---|
24 | - added stdlib.h to make Dominik happy ;)
|
---|
25 |
|
---|
26 |
|
---|
27 |
|
---|
28 | 2010/05/05 Thomas Bretz
|
---|
29 |
|
---|
30 | * mastro/MAstro.cc:
|
---|
31 | - fixed AngularDistance (called a non existing function and
|
---|
32 | the compiler didn't complain)
|
---|
33 |
|
---|
34 | * mbase/MParContainer.[h,cc]:
|
---|
35 | - added static function Overwrites (previously in MTask)
|
---|
36 |
|
---|
37 | * mbase/MStatusDisplay.[h,cc]:
|
---|
38 | - allow writing a MStatusDisplay without writing a MStatusArray
|
---|
39 | (therefore added SeveAsPlainRoot)
|
---|
40 | - improved reading of files just containing canvases and objects
|
---|
41 |
|
---|
42 | * mbase/MTask.[h,cc]:
|
---|
43 | - moved code from Overwrites to a static function in MParContainer
|
---|
44 |
|
---|
45 | * msimcamera/MSimCalibrationSignal.cc:
|
---|
46 | - changed distribution of signal from Gauss to Poissonian
|
---|
47 |
|
---|
48 | * showplot.cc:
|
---|
49 | - removed nonsense "-q" option
|
---|
50 |
|
---|
51 | * mbase/MStatusArray.[h,cc]:
|
---|
52 | - fixed/improved (once again) deleting of the array
|
---|
53 |
|
---|
54 | * mbase/MStatusDisplay.cc:
|
---|
55 | - removed the MAstroCatalog workaround - is it still necessary?
|
---|
56 | (needs testing)
|
---|
57 | - added UpdateMemory every here and there to get the memory
|
---|
58 | consumption is more circumstances
|
---|
59 |
|
---|
60 |
|
---|
61 |
|
---|
62 | 2010/04/22 Thomas Bretz
|
---|
63 |
|
---|
64 | * showplot.cc:
|
---|
65 | - added --debug-mem option
|
---|
66 |
|
---|
67 | * mbase/MParSpline.cc, mhbase/MH3.cc, mhbase/MHn.cc,
|
---|
68 | mhflux/MHAlpha.cc, mhist/MHCamEvent.cc:
|
---|
69 | - added missing call to the RecursiveRemove of the base class
|
---|
70 |
|
---|
71 | * mfileio/MReadTree.cc:
|
---|
72 | - In the case Notify failed since about two years accidentaly
|
---|
73 | kTRUE instead of kERROR was returned
|
---|
74 |
|
---|
75 | * mfileio/MWriteRootFile.cc:
|
---|
76 | - added some more debug output
|
---|
77 |
|
---|
78 | * mhflux/MAlphaFitter.cc:
|
---|
79 | - Return if fit failed
|
---|
80 |
|
---|
81 | * mhflux/MHPhi.cc:
|
---|
82 | - avoid inf and nan when producing histogram (the divisor could
|
---|
83 | have been zero in case of the inetgral of an empty histogram)
|
---|
84 |
|
---|
85 |
|
---|
86 |
|
---|
87 | 2010/04/21 Thomas Bretz
|
---|
88 |
|
---|
89 | * macros/rootlogon.C:
|
---|
90 | - a small fix which gets rid of the annoying error about an
|
---|
91 | unlocked mutex when starting the MStatusDisplay in the
|
---|
92 | interpreter. It makes sure that fGThreadFactory gets initialized
|
---|
93 | from the main thread.
|
---|
94 |
|
---|
95 | * mbase/MStatusDisplay.cc:
|
---|
96 | - added a console output if TryLock fails
|
---|
97 | - the return value of TString::Index was misinterpreted
|
---|
98 |
|
---|
99 | * mmuon/MHSingleMuon.cc:
|
---|
100 | - removed another reference to gMinuit
|
---|
101 |
|
---|
102 | * msimcamera/MSimRandomPhotons.cc:
|
---|
103 | - re-did the output
|
---|
104 | - choose the other rate f2 instead of f1
|
---|
105 |
|
---|
106 | * msimcamera/MSimTrigger.[h,cc]:
|
---|
107 | - keep the index of the trigger channel which finnaly issued
|
---|
108 | the trigger and propagate it to the event header
|
---|
109 |
|
---|
110 | * mraw/MrawEvtHeader.h:
|
---|
111 | - implementd setter for fNumTriggerLvl1
|
---|
112 |
|
---|
113 |
|
---|
114 |
|
---|
115 | 2010/04/20 Thomas Bretz
|
---|
116 |
|
---|
117 | * mfileio/MReadTree.cc:
|
---|
118 | - no error was returned anymore when Notify() failed. Fixed.
|
---|
119 |
|
---|
120 |
|
---|
121 |
|
---|
122 | 2010/04/19 Thomas Bretz
|
---|
123 |
|
---|
124 | * mbase/MStatusArray.cc:
|
---|
125 | - added a workaround to prevent crashes in case of double
|
---|
126 | deleteion of the fHistogram in TGraphs
|
---|
127 |
|
---|
128 | * mcorsika/MCorsikaEvtHeader.cc:
|
---|
129 | - replaced special characters by UTF8 characters
|
---|
130 |
|
---|
131 | * mgeom/MGeom.[h,cc]:
|
---|
132 | - implemented function to return the distance squared
|
---|
133 |
|
---|
134 | * mjobs/MJSimulation.cc:
|
---|
135 | - display degree symbol correctly in plots
|
---|
136 | - added artificial star-files to output
|
---|
137 | - for the moment the output of the reflector files is suppressed
|
---|
138 |
|
---|
139 | * mmuon/MHSingleMuon.cc:
|
---|
140 | - catch if the fit failed
|
---|
141 | - replaced use of gMinuit by direct access to the function
|
---|
142 |
|
---|
143 | * mpointing/MPointing.cc:
|
---|
144 | - replaced deg-symbol by UTF8 character
|
---|
145 |
|
---|
146 | * mpointing/MPointingDevCalc.cc:
|
---|
147 | - added more information
|
---|
148 |
|
---|
149 | * msignal/MSignalCam.[h,cc]:
|
---|
150 | - made the data members describing the image persistent.
|
---|
151 | they are not guranteed to have correct contents. Use
|
---|
152 | MNewImagePar instead.
|
---|
153 | - increased class version number accordingly
|
---|
154 |
|
---|
155 | * msimreflector/MMirrorHex.h:
|
---|
156 | - added Getter for fD
|
---|
157 |
|
---|
158 |
|
---|
159 |
|
---|
160 | 2010/04/13 Daniela Dorner
|
---|
161 |
|
---|
162 | * datacenter/db/builddatasets.php:
|
---|
163 | - updated check for observation mode: allowed 'N/A', as there is
|
---|
164 | else an error for old data
|
---|
165 |
|
---|
166 |
|
---|
167 |
|
---|
168 | 2010/04/13 Thomas Bretz
|
---|
169 |
|
---|
170 | * msim/MHPhotonEvent.cc:
|
---|
171 | - automatic binning for case 3
|
---|
172 | - new case 5
|
---|
173 |
|
---|
174 | * msim/MHPhotonEvent.h:
|
---|
175 | - this can be a huge memory consumption and we don't need double
|
---|
176 | precision (range) accordingly changed all TH*D to TH*F.
|
---|
177 | consequently increased class version number
|
---|
178 |
|
---|
179 |
|
---|
180 |
|
---|
181 | 2010/03/30 Thomas Bretz
|
---|
182 |
|
---|
183 | * Makefile.conf.general:
|
---|
184 | - moved ARCHDEFS from DEFINES to CXXFLAGS otherwise it might get
|
---|
185 | ignored
|
---|
186 |
|
---|
187 | * mbase/MQuaternion.h:
|
---|
188 | - added member-function to normalize vector part of quaternion
|
---|
189 |
|
---|
190 | * mbase/MTime.cc:
|
---|
191 | - issue an error if __LINUX__ is not set
|
---|
192 |
|
---|
193 | * mjobs/MJSimulation.cc:
|
---|
194 | - set name of reflector explicitly to "Reflector"
|
---|
195 |
|
---|
196 | * msimreflector/MMirror.h:
|
---|
197 | - added member function to set z position (for optimization purpose)
|
---|
198 | - added SimPSF(TVector3&)
|
---|
199 |
|
---|
200 | * msimreflector/MSimReflector.[h,cc]:
|
---|
201 | - added name of reflector as data member
|
---|
202 |
|
---|
203 | * melectronics/MAvalanchePhotoDiode.cc:
|
---|
204 | - scale the crosstalk probability as the height of the emitted
|
---|
205 | signal with the recovery time.
|
---|
206 |
|
---|
207 | * mhflux/MHEnergyEst.cc:
|
---|
208 | - added a workaround to get rid of some root-warnings
|
---|
209 |
|
---|
210 | * mjtrain/MJTrainEnergy.cc:
|
---|
211 | - improved axis labels
|
---|
212 |
|
---|
213 | * mpointing/MPointingDevCalc.cc:
|
---|
214 | - added some more comments
|
---|
215 |
|
---|
216 | * msimreflector/MMirror.[h,cc]:
|
---|
217 | - added fShape to allow for parabolic mirrors
|
---|
218 |
|
---|
219 | * msimreflector/MReflector.cc:
|
---|
220 | - implemented the option of parabolic mirrors into the
|
---|
221 | reflector defintion file
|
---|
222 |
|
---|
223 | * msimreflector/MSimReflector.[h,cc]:
|
---|
224 | - implemented (and fixed) the calculation of the reflection at
|
---|
225 | parabolic surfaces
|
---|
226 | - implemented the possibility to switch off the early check for
|
---|
227 | "photon can hit the camera" (fDetectorMargin<0)
|
---|
228 | - added setter for fDetectorMargin
|
---|
229 |
|
---|
230 |
|
---|
231 |
|
---|
232 |
|
---|
233 | 2010/03/01 Stefan Ruegamer
|
---|
234 |
|
---|
235 | * resources/hilocalib.rc:
|
---|
236 | - added df factors for p23-25, using the same as for p22. Sequences
|
---|
237 | are not running with df in these periods, therefore the correct
|
---|
238 | factors cannot be determined, and it doesn't matter anyway.
|
---|
239 |
|
---|
240 | * datacenter/read_lapalma-tapes:
|
---|
241 | - added automationsetup before movingrawfiles
|
---|
242 |
|
---|
243 |
|
---|
244 |
|
---|
245 | 2010/02/23 Thomas Bretz
|
---|
246 |
|
---|
247 | * mbase/MAGIC.cc:
|
---|
248 | - projections are supposed to work again in root 5.26
|
---|
249 | (not tested yet)
|
---|
250 |
|
---|
251 | * mbase/MGMap.cc, mbase/MObjLookup.cc:
|
---|
252 | - key and val are Long64 in newer root versions
|
---|
253 |
|
---|
254 | * mdata/MDataPhrase.cc:
|
---|
255 | - need inclusion of TFormulaPrimitive in root 5.26
|
---|
256 |
|
---|
257 | * mhflux/MMcSpectrumWeight.cc:
|
---|
258 | - root 5.26 has a different calling convention for TH1::Intgeral
|
---|
259 |
|
---|
260 | * mjobs/MJob.cc:
|
---|
261 | - added a suggested parenthesis
|
---|
262 |
|
---|
263 | * mjtrain/MJTrainDisp.cc:
|
---|
264 | - cast the MH3 histogram correctly to a TH2
|
---|
265 |
|
---|
266 |
|
---|
267 |
|
---|
268 | 2010/02/22 Daniela Dorner
|
---|
269 |
|
---|
270 | * datacenter/db/menu.php:
|
---|
271 | - added ObsLevel and download link column for cta pages
|
---|
272 |
|
---|
273 | * datacenter/db/ctadefs.php:
|
---|
274 | - added observation level
|
---|
275 |
|
---|
276 | * datacenter/db/ctamcinfo.php:
|
---|
277 | - added column with download link for the files
|
---|
278 |
|
---|
279 | * datacenter/db/builddatasets.php, datacenter/db/ctamcinfo.php,
|
---|
280 | datacenter/db/culminating.php, datacenter/db/datacheck.php,
|
---|
281 | datacenter/db/datasetinfo-aio.php, datacenter/db/ganymed.php,
|
---|
282 | datacenter/db/include.php, datacenter/db/mcinfo.php,
|
---|
283 | datacenter/db/opticaldata.php, datacenter/db/printtable.php,
|
---|
284 | datacenter/db/queryrbk.php, datacenter/db/runinfo-aio.php,
|
---|
285 | datacenter/db/sequence.php, datacenter/db/sequinfo-aio.php,
|
---|
286 | datacenter/db/sources.php, datacenter/db/statussbs.php:
|
---|
287 | - bugfix for get.txt
|
---|
288 |
|
---|
289 | * datacenter/db/datasetinfo-aio.php:
|
---|
290 | - bugfix calling PrintPage()
|
---|
291 |
|
---|
292 |
|
---|
293 |
|
---|
294 | 2010/02/01 Daniela Dorner
|
---|
295 |
|
---|
296 | * datacenter/scripts/fillmcdb:
|
---|
297 | - added observation level
|
---|
298 |
|
---|
299 | * datacenter/scripts/sourcefile:
|
---|
300 | - added comment concerning $0 problem
|
---|
301 | - added 'ERROR' in processlog message of makedir
|
---|
302 |
|
---|
303 |
|
---|
304 |
|
---|
305 | 2010/02/04 Stefan Ruegamer
|
---|
306 |
|
---|
307 | * mraw/MRawRunHeader.cc
|
---|
308 | - changed GetTypeID()!=fTelescopeNumber*10U+5U to GetTypeID()!=5U
|
---|
309 | so that the new 5xxxxxx sequences can be processed
|
---|
310 | - adapted error message
|
---|
311 | - inserted Domino calibration run
|
---|
312 |
|
---|
313 | * mraw/MRawRunHeader.cc
|
---|
314 | - inserted Domino calibration run
|
---|
315 |
|
---|
316 |
|
---|
317 |
|
---|
318 | 2010/02/01 Daniela Dorner
|
---|
319 |
|
---|
320 | * datacenter/scripts/runsimtel
|
---|
321 | - fixes typo
|
---|
322 | - replaced path in disk-check by variable
|
---|
323 |
|
---|
324 |
|
---|
325 |
|
---|
326 | 2010/01/15 Stefan Ruegamer
|
---|
327 |
|
---|
328 | * datacenter/scripts/dowebplots, jobmanager
|
---|
329 | - if-condition if [ "$numproc" = "" ] now correctly checks for "0"
|
---|
330 |
|
---|
331 | * datacenter/scripts/scriptlauncher
|
---|
332 | - added automationsetup variable in condor command
|
---|
333 |
|
---|
334 | * datacenter/macros/buildsequenceentries.C
|
---|
335 | - where necessary changed Int to Long to account for the high value
|
---|
336 | of the stereo runs
|
---|
337 |
|
---|
338 | * resources/sequences.rc
|
---|
339 | - added two transition conditions for the calibration scripts
|
---|
340 | 10Led_UV_PEDANDCAL_1kHz and 10LED_UV
|
---|