source: trunk/Mars/Changelog@ 9866

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