source: trunk/MagicSoft/Mars/Changelog@ 9601

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