source: trunk/Mars/Changelog@ 9931

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