source: trunk/MagicSoft/Mars/Changelog@ 9586

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