source: trunk/Mars/Changelog@ 9900

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