source: trunk/Mars/Changelog@ 9912

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