source: trunk/Mars/Changelog@ 9876

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