source: trunk/Mars/Changelog@ 9901

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