source: trunk/Mars/Changelog@ 9864

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