source: trunk/Mars/Changelog@ 9934

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