source: trunk/Mars/Changelog@ 9929

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