source: trunk/Mars/Changelog@ 9878

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