source: trunk/MagicSoft/Mars/Changelog@ 9609

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