source: trunk/Mars/Changelog@ 9875

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