source: trunk/Mars/Changelog@ 9940

Last change on this file since 9940 was 9940, checked in by Daniela Dorner, 15 years ago
fixed typo
File size: 29.9 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/09/24 Daniela Dorner
22
23 * datacenter/scripts/insertmc:
24 - fixed typo
25
26
27
28 2010/09/22 Thomas Bretz
29
30 * mjobs/MJSimulation.cc:
31 - slight improvement of debug output
32 - call SetAllowEmpty for the three ContEmpty filters
33 - changed binning of camera histograms
34
35 * msimcamera/MSimRandomPhotons.cc:
36 - improved output in case of failure
37
38 * readcorsika.cc:
39 - added RunHeaders
40 - fixed usage-info
41
42 * mbase/MContinue.cc:
43 - no need to call MTask::GetFilter(), GetFilter() is enough
44
45 * mfbase/MF.cc:
46 - accept = as a conditional sign
47 - make sure the return code of the evaluated filter is corectly returned
48
49 * msim/MHPhotonEvent.cc:
50 - implemented types 6-8
51
52 * mcorsika/MCorsikaEvtHeader.[h,cc]:
53 - added fNumReuse
54 - added member functions to increase and reset the number of reusages
55 - increased class version number accordingly
56
57 * mcorsika/MCorsikaRead.[h,cc]:
58 - count the number of showers (events) times its reusage
59 for fNumTotalEvents
60 - adapted ReadEvent to re-usage of showers (still needs to be tested for
61 EventIO)
62 - Fixed return type (should be Int_t) of ReadEvent
63 - take the number of reusages in PostProcess into account
64
65 * mcorsika/MCorsikaRunHeader.[h,cc]:
66 - added total number of reusages fNumReuse
67 - increased class version number accordingly
68
69 * mmc/MMcEvt.hxx:
70 - added setter for the reuse counter
71
72 * msim/MPhotonData.[h,cc]:
73 - removed fNumPhotons (we allow 1-photon bunches only anyway and MMCS
74 doesn't even distribute this number)
75 - increased class version number accordingly
76
77 * msim/MSimMMCS.cc:
78 - correctly propagate the number of events (number of showers times reusage)
79 - propagate counter for reusage to MMcEvt
80
81 * msim/MPhotonEvent.[h,cc]:
82 - added functions to calculate mean x and mean y
83 - propagate re-usage counter through ReadEvent
84
85 * mcorsika/MCorsikaFormat.[h,cc]:
86 - a few clean-ups to the code
87 - added standard file header
88 - a few minor simplifications
89 - replaced local logging stream with gLog
90 - added some empty comments
91
92
93
94 2010/09/21 Thomas Bretz
95
96 * mjobs/MJSimulation.cc:
97 - correctly propagated run-number to the file-name
98 - fixed a problem with the tab-title in the ps-files
99 - fixed the histogram size for the camera (should be 5 instead
100 of 3, I hope)
101 - fixed the tab-title for the MedDev tab
102 - do not write image-files in dev-null mode
103
104
105
106 2010/09/14 Daniela Dorner
107
108 * datacenter/scripts/runcorsika:
109 - removed STEPFC from inputcard as anyhow default of 1 was used
110 instead of 0.1
111
112
113
114 2010/09/06 Thomas Bretz
115
116 * msimreflector/MSimRays.cc:
117 - included TMath for newer root versions
118
119
120
121 2010/09/03 Daniela Dorner
122
123 * datacenter/scripts/insertmc:
124 - added new standard setup runs
125
126 * datacenter/scripts/runceres:
127 - fixed queries for change from file based to run based processing
128
129 * datacenter/scripts/runcallisto_mc:
130 - changed setup path: implemented ceres setup, as different
131 callisto.rc are needed for different ceres setup
132
133
134
135 2010/08/31 Thomas Bretz
136
137 * msimcamera/MSimRandomPhotons.[h,cc]:
138 - improved the range checks. All ranges are now aligned on the
139 range of simulated wavlengths
140
141
142
143 2010/08/30 Daniela Dorner
144
145 * datacenter/db/mcdefs.php:
146 - adapted joins for processing of ceres on run basis
147
148 * datacenter/scripts/insertmc:
149 - bugfix for insert of rows for new ceres key(s)
150
151
152
153 2010/08/30 Thomas Bretz
154
155 * mhist/MHCamera.cc:
156 - added options to display contents as int and float
157
158 * mgeom/MGeomCamFACT.cc:
159 - changed default distance from 4.8887 to 4.90
160
161 * mbase/MLut.cc:
162 - added possibility to have comment (ignored) lines
163
164 * msim/MHPhotonEvent.cc:
165 - fixed Type==5
166
167 * msimreflector/MSimRays.[h,cc]:
168 - added
169
170 * msimreflector/SimReflectorLinkDef.h
171 - added MSimRays
172
173 * msimreflector/Makefile
174 - added MSimRays
175
176
177
178 2010/08/27 Daniela Dorner
179
180 * datacenter/scripts/insertmc:
181 - updated some default values
182
183 * datacenter/scripts/insertmc, datacenter/scripts/insertmc,
184 resources/step_fact.rc:
185 - changed processing of ceres from file- to run-basis
186
187
188
189 2010/08/26 Daniela Dorner
190
191 * datacenter/db/mcinfo.php:
192 - implemented status 'crashed' also for display of list of runs
193
194 * datacenter/db/mcdefs.php, datacenter/db/menu.php:
195 - implemented CeresSetupKEY for mcinfo.php
196
197
198
199 2010/08/26 Reiner Rohlfs
200
201 * mcorsika/MCorsikaFormat.[h,cc]
202 - fixed a problem in comparing fRunePos with position 0
203
204
205
206 2010/08/25 Thomas Bretz
207
208 * mjtrain/MJTrainCuts.cc:
209 - fixed the SetDrawOption for the 2D histogram
210
211
212
213 2010/08/24 Thomas Bretz
214
215 * mjtrain/MJTrainCuts.cc:
216 - removed the SetDrawOption from the 1D histogram
217
218
219
220 2010/08/24 Reiner Rohlfs
221
222 * mcorsika/MCorsikaFormat.[h,cc]
223 - in method MCorsikaFormatEventIO::SeekEvtEnd() the RUNE block
224 is first searched at the end of the file. It it is not found
225 the whole file is scanned for the RUNE block. Once it is
226 found it can be accessed directly at the next call of this
227 function.
228
229
230
231 2010/08/20 Daniela Dorner
232
233 * datacenter/scripts/sourcefile:
234 - bugfix in query for influenced steps
235
236
237
238 2010/08/19 Thomas Bretz
239
240 * mjobs/MSequence.cc:
241 - fixed treatment of file number 0 in InflateFileName and
242 PrintRuns
243
244
245
246 2010/08/17 Thomas Bretz
247
248 * resmc/fact-trigger-sum.txt, resmc/fact-trigger-all.txt,
249 macros/fact/fact_trigger.C:
250 - added
251
252
253
254 2010/08/17 Daniela Dorner
255
256 * datacenter/scripts/insertmc:
257 - added (script to insert mc runs and sequences to the FACT MC DB)
258
259
260
261 2010/08/16 Thomas Bretz
262
263 * mgeom/GeomLinkDef.h, mgeom/Makefile:
264 - added MGeomCamFACT
265
266 * mgeom/MGeomCamFACT.[h,cc]:
267 - added
268
269 * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomPix.[h,cc]:
270 - moved CalcXY to MGeomPix
271 - removed obsolete includes
272
273 * mgeom/MGeomCamFact.cc:
274 - removed obsolete includes
275
276 * mranforest/MRanForestCalc.h:
277 - added new function Train which either calls TrainRegression
278 or TrainSingleRF
279
280 * mranforest/MHRanForestGini.cc:
281 - improved display
282
283 * mfileio/MReadMarsFile.cc:
284 - evaluate return code of fRun->Process()
285 - print return code in case of failure
286
287 * mjoptim/MJOptimizeBase.[h,cc]:
288 - improved existing comments
289 - added a full class description
290 - print a warning if TRandom is used a random number generator
291
292 * mtools/MTFillMatrix.cc:
293 - improved handling of negative number of events
294
295 * mjtrain/MJTrainSeparation.cc:
296 - added names to test- and train-dataset for storage
297
298 * mjtrain/TrainLinkDef.h, mjtrain/Makefile:
299 - added MJTrainCuts
300
301 * macros/train/traincuts.C:
302 - added
303
304 * mpointing/MPointingDevCalc.cc:
305 - added a comment about the last lut update
306
307
308
309 2010/08/13 Thomas Bretz
310
311 * mimage/MHHillasExt.[h,cc]:
312 - added new histograms to display new variables
313 - increased class version number
314
315 * mimage/MHillasExt.cc:
316 - fixed claculation of the weighted time spreads
317 - fixed a bug in the calculation of the third moments!
318
319 * mhist/MHHadronness.cc:
320 - fixed min/max of the intgral histogram
321
322 * mfbase/MFEventSelector.cc:
323 - if the number of events to be selected is negative select all events
324
325 * mhbase/MHn.[h,cc]:
326 - fixed the complex display for five histograms
327
328 * mhbase/MHn.[h,cc], mhbase/MH3.[h,cc]:
329 - implemented a TProfile3D
330 - implemented an option to skip reset of the histograms in a new
331 eventloop
332
333 * mhbase/MH3.[h,cc]:
334 - moved the addition weight to a new data meber fWeight
335 - increased class version number
336
337
338
339 2010/08/13 Daniela Dorner
340
341 * datacenter/scripts/sourcefile:
342 - implemented faster queries for the dependencies of the steps
343 - simplified code
344 - introduced new level for printprocesslog: DEBUG
345
346 * resources/steps_fact.rc:
347 - adapted to change in queries in sourcefile
348
349
350
351 2010/08/12 Thomas Bretz
352
353 * mimage/MHillasExt.[h,cc]:
354 - added Getter for fSlope*
355 - added new data members to Print() output
356 - adapted Set() member function
357 - fixed code for calculating weighted spreads
358 - added new data members to Clear function
359
360 * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHNewImagePar.cc,
361 mimage/MHVsSize.cc, mimage/MHHillasSrc.cc, mimage/MHImagePar.cc,
362 mhcalib/MHGausEvents.cc, mhflux/MHThetaSq.cc, mhflux/MHAlpha.cc,
363 mhflux/MHFalseSource.cc, mhflux/MHEffectiveOnTime.cc,
364 mhflux/MHCollectionArea.cc, mhflux/MHThetaSqN.cc, mhflux/MHDisp.cc,
365 mhflux/MHThreshold.cc, mhflux/MHEnergyEst.cc, mjtrain/MJTrainDisp.cc,
366 mtools/MHSimulatedAnnealing.cc, mmuon/MHSingleMuon.cc,
367 mmuon/MHMuonPar.cc, mpointing/MHSrcPosCam.cc,
368 mpedestal/MHPedestalCor.cc, mhist/MHCamEventRot.cc,
369 mhist/MHStarMap.cc, mjobs/MJSpectrum.cc, mbadpixels/MHBadPixels.cc,
370 mfbase/MFEventSelector2.cc, mhbase/MBinning.cc, mhbase/MH.[h,cc],
371 mhbase/MH3.cc, mhbase/MHMatrix.cc, msim/MHPhotonEvent.cc:
372 - changes MH::SetBinning and similar functions to take references
373 instead of pointers
374 - for the time being wrappers are kept not to break macros
375
376
377
378 2010/08/11 Thomas Bretz
379
380 * mhbase/MH3.[h,cc]:
381 - added another type to be able to setup a standard profile and
382 one which display the spread as error
383 - improved/fixed error calculation/display
384
385 * mimage/MHillasExt.[h,cc]:
386 - added new data members fTimeSpread and fTimeSpreadWeighted
387 - added new data members fSlopeSpread and fSlopeSpreadWeighted
388 - implemented code to calculate the time spreads and slope spreads
389 - increased class version id by 1
390
391 * mjtrain/TrainLinkDef.h:
392 - added MJTrainImpact
393
394 * mjtrain/MJTrainImpact.[h,cc]:
395 - added
396
397 * mjtrain/MJTrainEnergy.h:
398 - added SetTrainExpSize member function
399
400 * mjtrain/MJTrainDisp.cc:
401 - made the display of the cut-lines a bit more flexible
402 - slightly changed the meaning of the plots
403
404
405
406 2010/08/10 Thomas Bretz
407
408 * msim/MPhotonData.cc:
409 - fixed two warnings in FillEventIO (implicit conversion
410 from float to int)
411
412 * mhbase/MHn.[h,cc]:
413 - added SetConversion to allow for setting a conversion function
414
415 * mhbase/MH3.[h,cc]:
416 - added conversion function for displaying the histogram
417 - added new data member fConversion
418 - added new member functions Convert and SetConversion
419 - implemented conversion before displaying
420
421 * mjtrain/MJTrainEnergy.cc:
422 - display resolution directly (sqrt)
423 - changed default binning
424 - don't use build in conversion from mm to degree but
425 MGeomCam.fConvMm2Deg instead.
426
427 * Makefile.rules:
428 - replaced cvs by svn in diff
429
430 * mjtrain/MJTrainDisp.cc:
431 - don't use build in conversion from mm to degree but
432 MGeomCam.fConvMm2Deg instead.
433
434
435
436 2010/08/06 Thomas Bretz
437
438 * msimcamera/MSimCamera.[h,cc]:
439 - added the possibility to set an overall baseline, baseline-noise
440 and gain.
441
442 * ceres.rc:
443 - added entries for the new values
444
445
446
447 2010/07/28 Daniela Dorner
448
449 * datacenter/db/menu.php:
450 - updated initial parameter selection for mcinfo.php
451 - changed table for GetMin/Max to CeresInfo
452
453 * datacenter/db/mcinfo.php:
454 - bugfix for removing WHERE or AND at end of queries
455 - added fStopTime to status-column in case of failure
456 - bugfix for correct joins in case of group-by
457
458 * datacenter/db/mcdefs.php:
459 - updated runtime of ceres
460 - updated joins for status tables
461
462 * datacenter/scripts/insertmc:
463 - added (script to add runs to the database)
464
465 * datacenter/scripts/runcorsika:
466 - added check if 'END OF FILE' is contained in logfile
467 - added check if file number > 999 and change filename if it is
468
469 * datacenter/scripts/setup.wue.fact.mc:
470 - removed cprun
471 - added callisto and star in scripts-array
472
473 * datacenter/scripts/sourcefile:
474 - removed variables for fProgramId
475
476 * resources/steps_fact.rc:
477 - added missing needs
478
479
480
481 2010/07/23 Reiner Rohlfs
482
483 * mcorsika/MCorsikaFormat.[h,cc]
484 - new files
485 All the differences between EventIo files and coriska files
486 are implemented in these files.
487
488 * mcoriska/MCorsikaRead.[h,cc]
489 - the file handler fIn is replaced by the MCorsikaFormat class.
490 - every access to the input file is replaces by calling
491 methods of MCorsikaFormat.
492
493 * mcoriska/MCorsikaRunHeader.[h,cc]
494 - the file handler fIn is replaced by the MCorsikaFormat class.
495 - every access to the input file is replaces by calling
496 methods of MCorsikaFormat.
497
498 * mcoriska/MCorsikaEvtHeader.[h,cc]
499 - the file handler fIn is replaced by the MCorsikaFormat class.
500 - every access to the input file is replaces by calling
501 methods of MCorsikaFormat.
502
503 * msim/MPhotonEvent.cc
504 - method ReadCorsikaEvt distinguish between Corsika and EventIo
505 input files and calls either FillEventIO() or FillCorsika().
506
507 * msim/MPhotonData.[h,cc]
508 - new method: FillEventIO, which is similar as FillCorsika
509
510
511 2010/07/09 Thomas Bretz
512
513 * mpointing/MSrcPosCam.[h,cc]:
514 - now the particle position is stored in any case in the headers
515 so in case we have a view cone we must keep the position fixed
516 - added the fix for the MC monte carlos (for them X needs to
517 change its sign due to a bug in the reflector program)
518
519 * mars.rc, star.rc:
520 - changed time contraint in cleaning from aboslute values
521 to relative values (units now ns/deg)
522
523 * mimage/MImgCleanStd.cc:
524 - changed time contraint in cleaning from aboslute values
525 to relative values (units now ns/deg)
526
527
528
529 2010/07/07 Daniela Dorner
530
531 * datacenter/scripts/runceres:
532 - fixed typo
533
534
535
536 2010/07/06 Daniela Dorner
537
538 * datacenter/scripts/runstar_mc:
539 - fixed typo
540 - added inpath to command line
541
542
543
544 2010/07/05 Daniela Dorner
545
546 * datacenter/scripts/runceres:
547 - added path for C and P run (was not the same like for D run)
548
549 * datacenter/scripts/sourcefile:
550 - fixed joins in subquerypart()
551
552 * datacenter/scripts/runcallisto_mc:
553 - added inpath to command line
554
555 * datacenter/db/mcinfo.php:
556 - removed FailMenu
557 - fixed bug (group by did not work in case statusvalue was not
558 selected)
559
560 * datacenter/db/mcdefs.php:
561 - removed FailMenu columns
562
563
564
565 2010/07/05 Thomas Bretz
566
567 * mraw/MRawRunHeader.h:
568 - added missing SetFileNumber
569
570 * mjobs/MSequence.cc:
571 - added the missing file number to teh MC file names
572
573 * msimcamera/MSimCalibrationSignal.h:
574 - changed virtual file name from 000000 to 000001 to force file
575 number to be 1.
576
577 * mjobs/MJSimulation.[h,cc]:
578 - added run-number to ceres.root filename
579
580
581
582 2010/07/02 Daniela Dorner
583
584 * datacenter/scripts/runcorsika:
585 - removed $com
586 - updated logging
587
588 * datacenter/scripts/runceres:
589 - fixed path
590 - added error handling
591
592 * resources/steps_fact.rc:
593 - update joins to new scheme to include further steps in the chain
594
595 * datacenter/scripts/sourcefile:
596 - adapted queries to new scheme of joins
597
598 * datacenter/scripts/runstar_mc:
599 - added (script to run star for mc)
600
601
602
603 2010/07/02 Daniela Dorner, Christian Farnier
604
605 * datacenter/scripts/runcallisto_mc:
606 - added (script to callibrate mc)
607
608
609
610 2010/06/30 Daniela Dorner
611
612 * datacenter/db/mcinfo.php:
613 - added output to step column in case job is running
614 - fixed typo
615
616 * datacenter/scripts/runcorsika:
617 - small bugfix (new version of 'cut' gives error for '-c 0-4')
618
619 * datacenter/scripts/runceres:
620 - added (script to run telescope simulation of file basis)
621
622 * datacenter/scripts/setup.wue.magic.data,
623 datacenter/scripts/setup.wue.magic.mc,
624 datacenter/scripts/setup.wue.fact.mc:
625 - added condorpath
626
627 * datacenter/scripts/jobmanager,
628 datacenter/scripts/scriptlauncher:
629 - implemented condorpath
630
631 * datacenter/scripts/sourcefile:
632 - changed log and error file name for jobmanager
633
634 * resources/steps_fact.rc:
635 - fixed typo
636
637
638
639 2010/06/29 Daniela Dorner
640
641 * datacenter/db/mcinfo.php:
642 - added duration to step column in case of 'failed' and 'done'
643
644
645
646 2010/06/28 Daniela Dorner
647
648 * datacenter/db/include.php:
649 - adapted status query for new db layout
650
651 * datacenter/db/menu.php:
652 - added and exchanged menu points and init elements for the new
653 layout of the FACT mc db
654 - bugfix that menu items can be switched off
655
656 * datacenter/db/mcinfo.php:
657 - adapted the queries for the new layout of the FACT mc db
658 (different table names, structures and content)
659 - adapted query for the status group by
660
661 * datacenter/db/mcdefs.php:
662 - adapted the arrays for the new layout of the FACT mc db
663
664
665
666 2010/06/28 Thomas Bretz
667
668 * mbase/MStatusDisplay.cc:
669 - Status displays where stored as MStatusArray instead of
670 MStatusDisplay
671 - Read now also can read other StatusDisplays if a key is found in
672 the file
673
674
675
676 2010/06/25 Thomas Bretz
677
678 * mjobs/MJSimulation.[h,cc]:
679 - added data member fRunNumber
680 - changed the rules to create the output file names
681 - set default run-numbers for different run-ytpes
682 - apply run-number
683 - added IntendedPulsePosition to output
684
685 * mraw/MRawRunHeader.h:
686 - added SetFileNumber member function
687
688
689
690 2010/06/24 Thomas Bretz
691
692 * mgeom/MGeomCam.h:
693 - call constructor of base class in copy-constructor
694
695 * mhbase/MH.h:
696 - remove argument name where obsolete
697
698 * mjobs/MJSimulation.cc:
699 - fixed some axis labels
700
701 * msimreflector/MMirrorDisk.cc:
702 - changed interpretation from file from radius to diameter
703
704 * ceres.cc:
705 - added option --run-number
706
707 * showplot.cc:
708 - set default palette to pretty palette
709
710 * mcorsika/MCorsikaRunHeader.h:
711 - added getter for ViewConeInnerAngle
712
713 * mmc/MMcCorsikaRunHeader.h:
714 - added HasViewCone
715 - added SetViewCone
716
717 * mmc/MMcEvt.[hxx,cxx], mmc/MMcEvtBasic.[h,cc]:
718 - moved fPhi and fTheta from MMcEvt to MMcEvtBasic
719 - increased class version number accordingly
720 - moved setter
721 - moved getter
722 - adapted Clean()
723 - adapter copy-constructor
724
725 * mpointing/MPointingDevCalc.cc:
726 - added some comments
727
728 * msim/MSimMMCS.cc:
729 - transfer view cone data
730 - set run-info (run/file-number) according to new scheme
731 - always set MMcEvt::fPhi/fTheta to particle direction
732
733
734
735 2010/06/24 Daniela Dorner
736
737 * datacenter/scripts/sourcefile, resources/steps_fact.rc:
738 - bugfixes: changed joins to get correct queries for all cases
739
740 * datacenter/scripts/setup.wue.fact.mc:
741 - changed path for setup files
742 - added runceres to jobmanager settings
743
744
745
746 2010/06/22 Daniela Dorner
747
748 * datacenter/scripts/writemcsequencefile:
749 - improved logging
750
751 * datacenter/scripts/sourcefile:
752 - adapted greps in rc-files to grep only lines which are no
753 comments
754
755
756
757 2010/06/17 Daniela Dorner
758
759 * resources/steps_fact.rc:
760 - removed step CPRun
761 - split 'Joins' to 'Joins' and 'SpecialJoins' depending on
762 whether the join is with a different table
763
764 * datacenter/scripts/sourcefile:
765 - bugfix in query
766 - included new type of join from steps.rc
767 - added comments
768
769
770
771 2010/06/16 Daniela Dorner
772
773 * resources/steps_fact.rc:
774 - removed step CPRun
775 - added step SequenceFile
776
777 * datacenter/scripts/setup.wue.fact.mc:
778 - added path for mc sequences
779
780 * datacenter/scripts/writemcsequencefile:
781 - added (script to write mc sequencefiles)
782
783
784
785 2010/06/15 Daniela Dorner
786
787 * resources/steps_fact.rc:
788 - added (file containing the dependencies for the steps of the
789 automatic production of MC for FACT)
790
791
792
793 2010/06/14 Daniela Dorner
794
795 * datacenter/scripts/sourcefile:
796 - bugfix in query
797
798 * datacenter/scripts/runcorsika:
799 - added output of command to processlog
800
801 * datacenter/scripts/setup.wue.fact.mc:
802 - changed setup to be used by user montecarlo to reproduce some
803 corsikas
804
805
806
807 2010/06/11 Daniela Dorner
808
809 * datacenter/scripts/sourcefile:
810 - changed functions and queries to new db layout
811 - added functions to get values from steps.rc
812 - new function for part of query which is identical for the
813 functions getstatus() and gettodo()
814 - removed $reset (was only needed for MerppUpdate)
815 - improved and added comments
816
817 * datacenter/scripts/jobmanager:
818 - implemented changes for new db layout
819 - fix in function nextscript(): wrong variable was used
820
821 * datacenter/scripts/runcorsika:
822 - implemented changes for new db layout
823 - merged uncommitted changes of Thomas Bretz
824 - Observatory values and atmosphere now read from DB
825 - implemented new seeds
826 - removed $reused
827 - wavelength range now read from DB
828
829 * datacenter/scripts/setup.wue.fact.mc:
830 - added (setup for fact mc production)
831
832
833
834 2010/06/11 Stefan Ruegamer
835
836 * mjobs/MJSpectrum.cc
837 - corrected the flux of the published MAGIC spectrum
838
839
840
841 2010/06/03 Thomas Bretz
842
843 * mranforest/MRanForestCalc.cc:
844 - added stdlib.h to make Dominik happy ;)
845
846
847
848 2010/05/05 Thomas Bretz
849
850 * mastro/MAstro.cc:
851 - fixed AngularDistance (called a non existing function and
852 the compiler didn't complain)
853
854 * mbase/MParContainer.[h,cc]:
855 - added static function Overwrites (previously in MTask)
856
857 * mbase/MStatusDisplay.[h,cc]:
858 - allow writing a MStatusDisplay without writing a MStatusArray
859 (therefore added SeveAsPlainRoot)
860 - improved reading of files just containing canvases and objects
861
862 * mbase/MTask.[h,cc]:
863 - moved code from Overwrites to a static function in MParContainer
864
865 * msimcamera/MSimCalibrationSignal.cc:
866 - changed distribution of signal from Gauss to Poissonian
867
868 * showplot.cc:
869 - removed nonsense "-q" option
870
871 * mbase/MStatusArray.[h,cc]:
872 - fixed/improved (once again) deleting of the array
873
874 * mbase/MStatusDisplay.cc:
875 - removed the MAstroCatalog workaround - is it still necessary?
876 (needs testing)
877 - added UpdateMemory every here and there to get the memory
878 consumption is more circumstances
879
880
881
882 2010/04/22 Thomas Bretz
883
884 * showplot.cc:
885 - added --debug-mem option
886
887 * mbase/MParSpline.cc, mhbase/MH3.cc, mhbase/MHn.cc,
888 mhflux/MHAlpha.cc, mhist/MHCamEvent.cc:
889 - added missing call to the RecursiveRemove of the base class
890
891 * mfileio/MReadTree.cc:
892 - In the case Notify failed since about two years accidentaly
893 kTRUE instead of kERROR was returned
894
895 * mfileio/MWriteRootFile.cc:
896 - added some more debug output
897
898 * mhflux/MAlphaFitter.cc:
899 - Return if fit failed
900
901 * mhflux/MHPhi.cc:
902 - avoid inf and nan when producing histogram (the divisor could
903 have been zero in case of the inetgral of an empty histogram)
904
905
906
907 2010/04/21 Thomas Bretz
908
909 * macros/rootlogon.C:
910 - a small fix which gets rid of the annoying error about an
911 unlocked mutex when starting the MStatusDisplay in the
912 interpreter. It makes sure that fGThreadFactory gets initialized
913 from the main thread.
914
915 * mbase/MStatusDisplay.cc:
916 - added a console output if TryLock fails
917 - the return value of TString::Index was misinterpreted
918
919 * mmuon/MHSingleMuon.cc:
920 - removed another reference to gMinuit
921
922 * msimcamera/MSimRandomPhotons.cc:
923 - re-did the output
924 - choose the other rate f2 instead of f1
925
926 * msimcamera/MSimTrigger.[h,cc]:
927 - keep the index of the trigger channel which finnaly issued
928 the trigger and propagate it to the event header
929
930 * mraw/MrawEvtHeader.h:
931 - implementd setter for fNumTriggerLvl1
932
933
934
935 2010/04/20 Thomas Bretz
936
937 * mfileio/MReadTree.cc:
938 - no error was returned anymore when Notify() failed. Fixed.
939
940
941
942 2010/04/19 Thomas Bretz
943
944 * mbase/MStatusArray.cc:
945 - added a workaround to prevent crashes in case of double
946 deleteion of the fHistogram in TGraphs
947
948 * mcorsika/MCorsikaEvtHeader.cc:
949 - replaced special characters by UTF8 characters
950
951 * mgeom/MGeom.[h,cc]:
952 - implemented function to return the distance squared
953
954 * mjobs/MJSimulation.cc:
955 - display degree symbol correctly in plots
956 - added artificial star-files to output
957 - for the moment the output of the reflector files is suppressed
958
959 * mmuon/MHSingleMuon.cc:
960 - catch if the fit failed
961 - replaced use of gMinuit by direct access to the function
962
963 * mpointing/MPointing.cc:
964 - replaced deg-symbol by UTF8 character
965
966 * mpointing/MPointingDevCalc.cc:
967 - added more information
968
969 * msignal/MSignalCam.[h,cc]:
970 - made the data members describing the image persistent.
971 they are not guranteed to have correct contents. Use
972 MNewImagePar instead.
973 - increased class version number accordingly
974
975 * msimreflector/MMirrorHex.h:
976 - added Getter for fD
977
978
979
980 2010/04/13 Daniela Dorner
981
982 * datacenter/db/builddatasets.php:
983 - updated check for observation mode: allowed 'N/A', as there is
984 else an error for old data
985
986
987
988 2010/04/13 Thomas Bretz
989
990 * msim/MHPhotonEvent.cc:
991 - automatic binning for case 3
992 - new case 5
993
994 * msim/MHPhotonEvent.h:
995 - this can be a huge memory consumption and we don't need double
996 precision (range) accordingly changed all TH*D to TH*F.
997 consequently increased class version number
998
999
1000
1001 2010/03/30 Thomas Bretz
1002
1003 * Makefile.conf.general:
1004 - moved ARCHDEFS from DEFINES to CXXFLAGS otherwise it might get
1005 ignored
1006
1007 * mbase/MQuaternion.h:
1008 - added member-function to normalize vector part of quaternion
1009
1010 * mbase/MTime.cc:
1011 - issue an error if __LINUX__ is not set
1012
1013 * mjobs/MJSimulation.cc:
1014 - set name of reflector explicitly to "Reflector"
1015
1016 * msimreflector/MMirror.h:
1017 - added member function to set z position (for optimization purpose)
1018 - added SimPSF(TVector3&)
1019
1020 * msimreflector/MSimReflector.[h,cc]:
1021 - added name of reflector as data member
1022
1023 * melectronics/MAvalanchePhotoDiode.cc:
1024 - scale the crosstalk probability as the height of the emitted
1025 signal with the recovery time.
1026
1027 * mhflux/MHEnergyEst.cc:
1028 - added a workaround to get rid of some root-warnings
1029
1030 * mjtrain/MJTrainEnergy.cc:
1031 - improved axis labels
1032
1033 * mpointing/MPointingDevCalc.cc:
1034 - added some more comments
1035
1036 * msimreflector/MMirror.[h,cc]:
1037 - added fShape to allow for parabolic mirrors
1038
1039 * msimreflector/MReflector.cc:
1040 - implemented the option of parabolic mirrors into the
1041 reflector defintion file
1042
1043 * msimreflector/MSimReflector.[h,cc]:
1044 - implemented (and fixed) the calculation of the reflection at
1045 parabolic surfaces
1046 - implemented the possibility to switch off the early check for
1047 "photon can hit the camera" (fDetectorMargin<0)
1048 - added setter for fDetectorMargin
1049
1050
1051
1052
1053 2010/03/01 Stefan Ruegamer
1054
1055 * resources/hilocalib.rc:
1056 - added df factors for p23-25, using the same as for p22. Sequences
1057 are not running with df in these periods, therefore the correct
1058 factors cannot be determined, and it doesn't matter anyway.
1059
1060 * datacenter/read_lapalma-tapes:
1061 - added automationsetup before movingrawfiles
1062
1063
1064
1065 2010/02/23 Thomas Bretz
1066
1067 * mbase/MAGIC.cc:
1068 - projections are supposed to work again in root 5.26
1069 (not tested yet)
1070
1071 * mbase/MGMap.cc, mbase/MObjLookup.cc:
1072 - key and val are Long64 in newer root versions
1073
1074 * mdata/MDataPhrase.cc:
1075 - need inclusion of TFormulaPrimitive in root 5.26
1076
1077 * mhflux/MMcSpectrumWeight.cc:
1078 - root 5.26 has a different calling convention for TH1::Intgeral
1079
1080 * mjobs/MJob.cc:
1081 - added a suggested parenthesis
1082
1083 * mjtrain/MJTrainDisp.cc:
1084 - cast the MH3 histogram correctly to a TH2
1085
1086
1087
1088 2010/02/22 Daniela Dorner
1089
1090 * datacenter/db/menu.php:
1091 - added ObsLevel and download link column for cta pages
1092
1093 * datacenter/db/ctadefs.php:
1094 - added observation level
1095
1096 * datacenter/db/ctamcinfo.php:
1097 - added column with download link for the files
1098
1099 * datacenter/db/builddatasets.php, datacenter/db/ctamcinfo.php,
1100 datacenter/db/culminating.php, datacenter/db/datacheck.php,
1101 datacenter/db/datasetinfo-aio.php, datacenter/db/ganymed.php,
1102 datacenter/db/include.php, datacenter/db/mcinfo.php,
1103 datacenter/db/opticaldata.php, datacenter/db/printtable.php,
1104 datacenter/db/queryrbk.php, datacenter/db/runinfo-aio.php,
1105 datacenter/db/sequence.php, datacenter/db/sequinfo-aio.php,
1106 datacenter/db/sources.php, datacenter/db/statussbs.php:
1107 - bugfix for get.txt
1108
1109 * datacenter/db/datasetinfo-aio.php:
1110 - bugfix calling PrintPage()
1111
1112
1113
1114 2010/02/01 Daniela Dorner
1115
1116 * datacenter/scripts/fillmcdb:
1117 - added observation level
1118
1119 * datacenter/scripts/sourcefile:
1120 - added comment concerning $0 problem
1121 - added 'ERROR' in processlog message of makedir
1122
1123
1124
1125 2010/02/04 Stefan Ruegamer
1126
1127 * mraw/MRawRunHeader.cc
1128 - changed GetTypeID()!=fTelescopeNumber*10U+5U to GetTypeID()!=5U
1129 so that the new 5xxxxxx sequences can be processed
1130 - adapted error message
1131 - inserted Domino calibration run
1132
1133 * mraw/MRawRunHeader.cc
1134 - inserted Domino calibration run
1135
1136
1137
1138 2010/02/01 Daniela Dorner
1139
1140 * datacenter/scripts/runsimtel
1141 - fixes typo
1142 - replaced path in disk-check by variable
1143
1144
1145
1146 2010/01/15 Stefan Ruegamer
1147
1148 * datacenter/scripts/dowebplots, jobmanager
1149 - if-condition if [ "$numproc" = "" ] now correctly checks for "0"
1150
1151 * datacenter/scripts/scriptlauncher
1152 - added automationsetup variable in condor command
1153
1154 * datacenter/macros/buildsequenceentries.C
1155 - where necessary changed Int to Long to account for the high value
1156 of the stereo runs
1157
1158 * resources/sequences.rc
1159 - added two transition conditions for the calibration scripts
1160 10Led_UV_PEDANDCAL_1kHz and 10LED_UV
Note: See TracBrowser for help on using the repository browser.