source: trunk/Mars/Changelog@ 9891

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