source: trunk/Mars/Changelog@ 9932

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