source: trunk/MagicSoft/Mars/Changelog@ 9625

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