source: trunk/Mars/Changelog@ 9899

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