source: trunk/MagicSoft/Mars/Changelog@ 9594

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