source: trunk/Mars/Changelog@ 9892

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