source: trunk/MagicSoft/Mars/Changelog@ 9352

Last change on this file since 9352 was 9352, checked in by tbretz, 16 years ago
*** empty log message ***
File size: 44.5 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4For your entries please follow EXACTLY this style:
5
6_yyyy/mm/dd_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20 2009/02/19 Thomas Bretz
21
22 * mcorsika/MCorsikaRunHeader.[h,cc]:
23 - reformatted output
24 - added "Options" to output
25 - made Has const
26
27 * msim/MHPhotonEvent.cc:
28 - improved automatic binning
29
30 * msim/MPhotonData.[h,cc]:
31 - added GetCosW2
32 - added GetSinW2
33 - added GetSinW
34
35 * msim/MSimAbsorption.cc:
36 - don't check wavelength range when theta should be used
37
38 * msimcamera/MSimAPD.cc:
39 - check for uninitialized indices
40
41 * msim/MPhotonEvent.[h,cc]:
42 - moved the code for MyClonesArray to the source file
43 - improved a lot the reading speed by reading larger blocks
44 of data from the file at once
45 - improved memory handling. This ensures that even the largest
46 events don't fill the memory forever and the allocated memory
47 is free'd again after some time
48
49 * msimreflector/MSimReflector.cc:
50 - Use the new Resize function of MPhotonEvent to make sure
51 that the memory is not allocated forever.
52
53 * mimage/MHHillas.cc, mimage/MMHillas.Ext.cc, mimage/MHHillasSrc.cc:
54 - converted default binning from mm to deg
55
56 * mraw/MRawRunHeader.cc:
57 - print less when values doen't have any meaning
58
59 * msim/MSimAtmosphere.[h,cc]:
60 - added
61
62 * msim/SimLinkDef.h, msim/Makefile:
63 - added MSimAtmosphere
64
65 * mjobs/MJSimulation.cc:
66 - added simulation of atmosphere
67 - clean isolated pixels away before calculating image parameters
68 - don't clean calibration runs
69 - correct displayed az ba magnetic field
70
71 * readcorsika.cc:
72 - implemented -ff option
73
74 * mcorsika/MCorsikaRunHeader.cc:
75 - improved Print output
76
77 * mimage/MImgCleanStd.cc:
78 - fixed the checks for the cleaning parameters there
79 where some wrong conditions
80
81 * msim/MSimMMCS.cc:
82 - fixed typo in a comment
83
84
85
86 2009/02/18 Thomas Bretz
87
88 * datacenter/scripts/runcorsika:
89 - added a comment
90
91 * mbase/MParList.cc:
92 - when adding a TCollectionn only add MParContainers
93
94 * mcorsika/MCorsikaRunHeader.[h,cc]:
95 - added reading of Atmospheric coefficients
96 - added reading of Cherenkov Flag
97 - added corsika's Earth Radius
98
99 * melectronics/MDigitalSignal.[h,cc]:
100 - added and initialized an index to allow to "connect"
101 the digital signal to a channel
102
103 * mjtrain/MJTrainSeparation.cc:
104 - replaced kGreen by kBlue
105
106 * mmain/MEventDisplay.cc:
107 - added a type==3 which is for ceres-reflector files
108
109 * mmain/Makefile:
110 - added -I../mcorsika
111 - added -I../msim
112 - added -I../msimcamera
113
114 * msim/MHPhotonEvent.[h,cc]:
115 - set the binning more automatically from the run-headers
116 where possible
117 - added RadEnv
118 - added Clear function for external access
119
120 * msim/MSimAbsorption.cc:
121 - addec const-qualifier for photon
122
123 * msimcamera/MSimGeomCam.cc:
124 - allow usage also without pulse and pulse position (for display)
125
126 * msimcamera/MSimSignalCam.cc:
127 - allow usage also without TriggerPos
128 - added a check whether MSignalCam was correctly initialized
129
130
131
132 2009/02/16 Thomas Bretz
133
134 * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
135 mimage/MHImagePar.cc:
136 - replaced green by blue for better readability on projectors
137
138 * mbase/MEnv.[h,cc]:
139 - added the option of a default name to allow i/o more similar
140 to MParContainer
141 - improved Print()
142
143 * ceres.cc, callisto.cc, star.cc, ganymed.cc, sponde.cc:
144 - make use of the new default name of MEnv
145
146 * mjobs/MJSpectrum.cc:
147 - read and write ganymed.rc
148
149 * mbase/MParList.cc:
150 - if adding a TObjArray add only MParContainers (for sanity)
151
152 * mjobs/MJob.cc:
153 - when reading read also TObjects
154
155 * mjobs/MJSpectrum.cc:
156 - now read the ganymed.rc and write it to the output
157
158 * mhflux/MHEffectiveOnTime.h:
159 - increased class version by 1
160
161 * mhflux/MHAlpha.cc:
162 - removed erronornously comittet SetSumw2
163 - don't output the numbe rof excess events vs time
164
165
166
167 2009/02/15 Thomas Bretz
168
169 * ceres.rc:
170 - added the MAGIC I high gain pulse as example
171
172 * sponde.cc:
173 - redirect root error handler
174 - added new option to force on-time fit
175
176 * datacenter/scripts/runcorsika:
177 - added a comment
178 - remove empty dat file after corsika finished
179
180 * mbase/MLog.cc:
181 - added several more log-levels to handling root's error handler
182
183 * mbase/MPrint.cc:
184 - flush buffer before printing
185 - set output level to all
186
187 * melectronics/MPulseShape.h:
188 - let clone also clone the spline
189
190 * mfileio/MWriteRootFile.cc:
191 - don't output title if empty
192
193 * mhflux/MHEffectiveOnTime.[h,cc]:
194 - added new data mebers to store the result of the overall-fit
195 which is now done in Finalize
196 - output the results of the effective on-time fit as inf2
197 - increased clas version accordingly
198
199 * mjobs/MJSimulation.[h,cc]:
200 - simplified setting up the file structure
201
202 * mjobs/MJSpectrum.[h,cc]:
203 - added the possibility to force a new on-time fit.
204 - a MHEffectiveOnTime histogram is now always displayed
205 for manual cross checks
206
207 * mjobs/MJStar.cc:
208 - added MSrcPosCam for Monte Carlos to output
209
210 * mpointing/MSrcPosCalc.cc:
211 - ignore the WobbleMode from the MMcCorsikaRunHeader
212 if it is a ceres file
213
214 * msim/MPhotonEvent.[h,cc]:
215 - added function GetTimeFirst
216 - added function GetTimeLast
217 - added function GetTimeMedianDev
218 - added fLength to MPhotonStatistics
219
220 * msimcamera/MSimGeomCam.cc:
221 - make use of the new functions
222 - set length to statistics container
223
224 * mpointing/MHSrcPosCam.[h,cc], mpointing/MSrcPosRndm.[h,cc],
225 mfilter/MFMagicCuts.[h,cc], mmuon/MHMuonPar.[h,cc],
226 mhflux/MHThetaSqN.[h,cc]:
227 - support changing geometries (conversion factors) reading
228 a new geometry from a run header
229
230 * mimage/MHVsSize.[h,cc], mimage/MHNewImagePar.[h,cc],
231 mimage/MHHillasSrc.[h,cc], mimage/MHHillasExt.[h,cc],
232 mimage/MHHillas.[h,cc], mimage/MNewImagePar2.[h,cc]:
233 - removed option to set conversion factor manually
234 - support changing geometries (conversion factors) reading
235 a new geometry from a run header
236 - increased class version by one
237
238 * mhflux/MMcSpectrumWeight.cc:
239 - replaced Form by MString::Format
240
241 - made sure that nobody is mixing different energy-range monte
242 carlos and normalizes by integral (to be implemented)
243
244 * manalysis/MMcCalibrationUpdate.cc:
245 - switched off file Ceres files (this might only be temporary
246 but it makes the display work quite well even without
247 calibrated units.
248
249 * mjobs/MJCalibrateSignal.cc:
250 - updated the rule to allow for file names without the leading date
251
252 * mjobs/MJSpectrum.[h,cc]:
253 - set the kMustCleanup bit for sanity
254 - replaced a lot of Form by MString::Format
255 - moved the getting of the right Alpha-histogram to GetHAlpha
256 - the tlist2 doesn't neet to replace anything because all previous
257 tasklists added to the list have been removed again
258 - "DataType" already in parlist? Don't add a second one
259 - replaced some gLog by fLog
260 - make sure that the "Done." message is printed even in case
261 no output is written at the end
262
263 * ceres.rc:
264 - added some more info
265
266 * datacenter/scripts/runcorsika:
267 - added magnetic field Azimuth direction (ARRANG), currently
268 at ~ -7deg at La Palma
269
270 * mbase/MLog.cc:
271 - finallyadded a really stupid hack/workaround to suppress these
272 annoying errors in case of a log-scale set too early
273
274 * mbase/MTask.[h,cc]:
275 - Replaced OverwritesProcess by Overwrites
276
277 * mcorsika/MCorsikaEvtHeader.cc:
278 - fixed particle momentum coordinate system
279
280 * mcorsika/MCorsikaRunHeader.[h,cc]:
281 - added magnetic field values
282 - improved output
283
284 * mjobs/MJSimulation.cc:
285 - updated height scale
286 - use MPhotonStatistics.fLength
287 - plot median dev of photon arrival times
288
289 * mmc/MMcRunHeader.hxx:
290 - added a getter IsCeres
291 - added a setter for the Corsika Version
292
293 * mpedestal/MMcPedestalCopy.cc:
294 - use the new IsCeres
295
296 * msim/MSimMMCS.[h,cc]:
297 - use the telescope pointing in telescope coordinates for MMcEvt
298 - correct the shower direction by the magnetic field azimuth
299 - set corsika program version
300
301 * msim/MSimPointingPos.[h,cc]:
302 - splitted the output into coordinated in the corsika frame
303 (module the magnetic field) and the poiting direction in
304 telescope coordinates
305 - added possibility to "observe" in off-target mode
306
307 * msimreflector/MSimReflector.cc:
308 - use new pointing direction in the corsika frame
309
310
311
312
313 2009/02/13 Thomas Bretz
314
315 * mcorsika/MCorsikaEvtHeader.h:
316 - added some comments on the coordinate system
317
318 * ceres.rc:
319 - added some comments
320 - setup a psf for the dwarf mirror
321
322 * mcorsika/MCorsikaRunHeader.h:
323 - added some comments
324
325 * mjobs/MJSimulation.cc:
326 - added some histogram titles
327 - fixed the x, y coordinates of the impact histogram
328 - write "ElectronicNoise"
329
330 * mjobs/MJStar.cc:
331 - don't force writing of containers which are not filles by ceres
332 - updated rule to support files without date
333
334 * mpedestal/MPedestalPix.[h,cc]:
335 - added Print() function
336
337 * mraw/MRawFileRead.cc:
338 - added a comment
339
340 * msim/MPhotonData.h:
341 - added comments about coordinate system
342
343 * msimcamera/MSimGeomCam.cc:
344 - when looking for the pixels convert from ceres-coordinates
345 to GeomCam camera-coordinates
346
347 * msimreflector/MMirror.h:
348 - added Setter for SigmaPSF
349
350 * msimreflector/MMirrorDisk.cc, msimreflector/MMirrorHex.cc,
351 msimreflector/MMirrorSquare.cc:
352 - now start counting in ReadM with 0
353
354 * msimreflector/MReflector.[h,cc]:
355 - added some documentation
356 - added function to set psf of all mirrors
357 - added psf optional to input file
358 - remove already evaluated tokens from TObjArray
359 - added reading of a default psf from the input file
360
361 * mjobs/MSequence.cc:
362 - fixed a bug in GetArrays which could cause seg-faults
363 - added a sanity check
364
365
366
367 2009/02/12 Thomas Bretz
368
369 * datacenter/macros/fillsources.C:
370 - updated
371
372 * mfileio/MWriteRootFile.[h,cc]:
373 - added some comments
374 - renamed GetNewFileName to SubstituteName
375 - made SubstituteName static
376
377 * mhist/MHCamera.cc:
378 - fixed the number in the legend (was wrong since last update)
379
380 * mjobs/MDataSet.cc:
381 - replaced From by MString::Format
382
383 * mjobs/MJSimulation.cc:
384 - a lot of things were renamed
385 - the refelctor can now be set from the setup file
386 - changed the binning for the event width
387 - removed plot "CamShadow"
388 - changed rules for file names
389
390 * ceres.rc:
391 - updated according to the changes in MJSimulation
392
393 * mjobs/MSequence.cc:
394 - replaced use of Form by MString::Format
395 - allow non-setting of fNight
396 - don't print period if -1
397
398 * mmain/MEventDisplay.cc:
399 - decode trigger pattern for display
400
401 * mmain/Makefile:
402 - included mtrigger
403
404 * msim/MHPhotonEvent.cc:
405 - search Reflector instead of MReflector
406
407 * msim/MSimAbsorption.cc:
408 - added some info output
409
410 * msimcamera/MSimAPD.[h,cc]:
411 - added an option to set the geom cam name. Can be used to skip
412 this task
413
414 * msimcamera/MSimCamera.[h,cc]:
415 - allow to set BaselineGain from resource file
416
417 * msimreflector/MSimReflector.cc:
418 - removed CamShadow container
419 - search Reflector instead of MReflector
420
421 * Makefile:
422 - removed mreflector
423
424 * mcalib/MCalibrationPatternDecode.cc:
425 - in case of pattern==0 and MCs set the color to CT1. This is
426 a workaround because the bits don't allow to set is explicitly
427 - removed the check for the kCT1Pulser bit. It can never be true
428 - consequently removed the kCT1Pulser bit
429
430 * mpedestal/MMcPedestalCopy.[h,cc]:
431 - fixed for MUX MCs (the pedestal has to be scaled)
432 - added option to process ceres data
433
434
435
436 2009/02/11 Thomas Bretz
437
438 * mcalib/MCalibColorSet.[h,cc]:
439 - removed some obsolete break statements
440 - removed obsolete gkMCRunLimit
441 - fixed setting of signal strength for extremely old
442 runs (I think we don't have them anyway)
443
444 * mcalib/MCalibrateData.cc:
445 - improved output
446
447 * mcalib/MCalibrationChargeCalc.cc:
448 - stop if no valid pulser colors have been found
449
450 * mcorsika/MCorsikaRunHeader.h:
451 - some cosmetics
452 - added some getter
453
454 * mhist/MHEvent.[h,cc]:
455 - some improvements to output
456 - implemented display for trigger pattern
457
458 * mtrigger/MTriggerPattern.[h,cc]:
459 - added Copy-function
460
461 * mhist/Makefile:
462 - added -I../mtrigger
463
464 * mmc/MMcEvtBasic.[h,cc]:
465 - moved the getter returning a TString to the source file
466 - replaced Form by MString::Format
467
468 * mraw/MRawRunHeader.cc:
469 - initialize fSourceEpochChar[1]
470 - initialize fNumEventsRead
471 - suppress more output which has not been initialized
472 - removed run-type from SetRunInfo
473 - added new function SetRunType
474 - use strncpy instead of memcpy
475 - replaced const char[] arguments by TString
476
477 * msimreflector/MReflector.[h,cc]:
478 - added Print
479 - added a circle around the mirror showing fMaxR
480
481 * mastro/MAstro.cc:
482 - updated some typos in comments
483
484 * mbase/MEnv.cc:
485 - replaced Form by MString::Format
486
487 * mbase/MTask.cc:
488 - made the total number of executions really count the total
489 number
490
491 * mcalib/MCalibrationPatternDecode.cc:
492 - some cosmetics
493 - corrected the use of a wrong FindCreateObj
494
495 * mcorsika/MCorsikaRead.cc:
496 - added a comment
497
498 * mfileio/MWriteRootFile.cc:
499 - improved output
500 - improved the copy of a tree (now done without unpacking)
501 - made sure that copied trees are shown in the summary
502 - made sure that the copied trees are nevertheless deleted
503
504 * mfilter/MFDeltaT.cc:
505 - adapted to change in GetNumExecutions
506
507 * mhbase/MFillH.cc:
508 - set the number of executions (as it is in MTask) before the
509 execution
510
511 * mhbase/MH.cc:
512 - improved the statistics output
513
514 * mhist/MHCamera.[h,cc]:
515 - don't create an own pad anymore
516 - removed SetRange
517 - SetRange now done via MH::SetPadRange
518 - some sanity checks if fGeomCam is set
519 - some adaptions to the new layout scheme without
520 an own pad
521 - Changed DrawProjection to a more commonly usable scheme
522 - Removed all dependencies from MGeomCamMagic
523 - start the gaus fit with the maximum not the integral
524
525 * mjobs/MJCalibrateSignal.cc:
526 - If the input files contain an OriginalMC tree
527 copy it
528 - consequently we make the MMcEvtBasic from the
529 parameter-list optional
530 - fixed the rule (MC files with .root as extension could not
531 be processed)
532
533 * mjobs/MJCalibration.[h,cc], mjobs/MJPedestal.[h,cc]:
534 - Use MHCamera::CamDraw more extensively
535 - replace use of Form by MString::Format
536
537 * mjobs/MJSimulation.cc:
538 - added an option to switch the cmaera electronics off
539 - write some more containers to output file (for easy access)
540 - set the MC bit in the header
541 - now use MSimMMCS to "fake" the correct file structure
542 - added three new writers to write the MMcEvtBasic information
543 - added a display of the most important things
544
545 * mmain/MEventDisplay.cc:
546 - don't change into the not more existing pad of a MHCamera
547
548 * msimcamera/MSimCalibrationSignal.cc:
549 - adapted GetNumExecution
550 - SetReadyToSave for the run header
551 - jitter the number of emitted photons
552 - corrected the emitted trigger positon
553 - (re)set calibration pattern
554
555 * mbase/MLut.[h,cc]:
556 - added overload of Delete() function
557 - added IsDefault
558 - added SetDefault
559
560 * mfileio/MWriteRootFile.cc:
561 - fixed output in OpenFile
562
563 * mjobs/MSequence.cc:
564 - allow the "Night" resource to be empty
565
566 * msimcamera/MSimBundlePhotons.cc:
567 - some small improvements in case of empty maps
568
569 * msimcamera/MSimReadout.[h,cc]:
570 - reset gain. Use the new fConversionFactor instead
571 - removed some setting of fRunHeader
572
573 * msimcamera/MSimTrigger.[h,cc]:
574 - on useer request now offset and gain can be used to
575 convert the signal back into units of phe
576 - added possibility to use empty lookup tables
577 - added debug output
578
579 * msimcamera/MSimCamera.[h,cc]:
580 - outsourced the pedestal and gain numbers into ReInit
581 - use an MPedestalCam for Electronic Noise and Gain
582 - allow to switch ob whether the gain is applied to the
583 electronic noise or not
584 - SetPhotElfromShower
585
586 * msim/Makefile. msim/SimLinkDef.h:
587 - added MSimMMCS
588
589 * msim/MSimMMCS.[h,cc]:
590 - added
591
592 * msimcamera/Makefile:
593 - added -I../mpedestal
594
595 * ceres.rc:
596 - added
597
598 * msimreflector/MMirrorSquare.cc, msimreflector/MMirrorHex.cc,
599 msimreflector/MMirrorDisk.cc:
600 - changed the grey colors
601
602 * msimreflector/MMirrorHex.cc:
603 - fixed bugs in CanHit and HasHit
604
605
606
607 2009/02/10 Thomas Bretz
608
609 * manalysis/MMcTriggerLvl2Calc.cc:
610 - removed obsolete include of MmcRunHeader
611
612 * mbase/MSpline3.[h,cc]:
613 - improved the available constructors
614 - added some comments for future use
615 - added default constructor
616 - added GetHistogram()
617
618 * mcorsika/MCorsikaRunHeader.[h,cc]:
619 - added fImpactMax
620 - added some Getters
621
622 * melectronics/MPulseShape.[h,cc]:
623 - set class version to 1 to make it storable
624 - set a title for the splines
625 - implemented Paint function
626
627 * mhbase/MH.[h,cc]:
628 - added SetPadRange
629
630 * mhist/MHCamEvent.[h,cc]:
631 - Init the geometry in ReInit thus it can work with a geometry stored in a file
632 - Make sure that histogranms already drawn properly to a pad are found in Paint
633 - added RecursiveRemove for sanity
634
635 * mmc/MMcCorsikaRunHeader.h:
636 - added SetSpectrum
637
638 * mmc/MMcEvt.hxx:
639 - added SetEvtNumber
640 - added SetPhotElfromShower
641
642 * mmc/MMcEvtBasic.[h,cc]:
643 - added operator=
644
645 * mmc/MMcRunHeader.[hxx, cxx]:
646 - set default for the versions to UShort_t(-1)
647 - added some comments
648 - added SetNumSimulatedShowers
649 - added SetImpactMax
650
651 * mraw/MRawRunHeader.cc:
652 - suppress some information in header if not valid
653
654 * msignal/MSignalCalc.cc:
655 - if (!fPedestal) we should return kTRUE not kFALSE
656
657 * msimreflector/MMirror.[h,cc], msimreflector/MMirrorDisk.[h,cc],
658 msimreflector/MMirrorHex.[h,cc], msimreflector/MMirrorSquare.[h,cc],
659 msimreflector/MReflector.[h,cc],
660 - added Print
661 - some cosmetics in header
662 - set class version to 1 to make it storable
663
664 * mtools/MagicJam.cc:
665 - updated
666
667
668
669 2009/02/10 Daniela Dorner
670
671 * datacenter/db/tabs.php:
672 - if csv-file doesn't exist, only logs are displayed now
673
674
675
676 2009/02/08 Thomas Bretz
677
678 * Makefile.conf.linux:
679 - added -Winit-self
680
681 * msimcamera/MSimCalibrationSignal.[h,cc]:
682 - account for the pulse shape/width
683 - make number of photons settable
684 - make time jitter settable
685 - renamned fNumEntries to fNumEvents
686 - don't set daq event number (should be set by the "daq")
687 - set trigger pattern
688 - print number of events in PreProcess
689
690 * msimreflector/MSimReflector.[h,cc]:
691 - made the detector margin settable
692
693 * datacenter/macros/insertcacofile.C, datacenter/macros/insertsequence.C:
694 - print an error and exit
695
696 * macros/optim/optimdisp.C:
697 - set the default values as default
698 - added a short summary what a good strategy for optimization is
699
700 * mastro/MAstro.cc:
701 - replaced Form by MString::Form
702
703 * mcorsika/MCorsikaEvtHeader.[h,cc], mcorsika/MCorsikaRunHeader.[h,cc]:
704 - moved fParticleID from event header to run header
705 - increased Class Version accordingly
706 - added an error if more than one observation levels are read
707
708 * mhcalib/MHGausEvents.cc:
709 - replaced Form by MString::Form
710 - handle the creating of the TF1 fExpFit a bit more "root-safe"
711
712 * mhist/MHCamEvent.[h,cc]:
713 - added a new option to collect the maximum or minimum contents
714
715 * mhist/MHCamera.[h,cc]:
716 - added new functions SetMax/MinCamContent
717
718 * mraw/MRawEvtHeader.cc:
719 - initialize the data members in constructor
720
721 * mraw/MRawEvtHeader.h:
722 - removed bits for trigger type they were never used
723
724 * mraw/MRawRunHeader.cc:
725 - tiny cosmetics
726
727 * msim/MHPhotonEvent.[h,cc]:
728 - added a histogram to display the height
729 - don't fill kNightSky photons
730
731 * msim/MPhotonData.h:
732 - added getter for fProductionHeight
733
734 * msim/MPhotonEvent.h:
735 - commented IsValid (was not used anyhow)
736
737 * msimcamera/MSimGeomCam.[h,cc]:
738 - added one sample to the window to allow for time jitter of one sample
739 - make the code for the window indentical to MSimCalibrationSignal
740
741 * msimcamera/MSimReadout.[h,cc]:
742 - Set the daq event number (readout number)
743
744 * msimcamera/MSimTrigger.[h,cc]:
745 - added comments
746 - made the signal length settable
747 - made the coincidence time settable
748 - removed setting of the daq event number (should be done by the "daq")
749 - changed the trigger output from all to inf/inf2
750
751 * msimcamera/Makefile:
752 - added -I../mtrigger
753
754 * mjobs/MJSimulation.[h,cc]:
755 - added new mode to force the use of the trigger "electronics"
756 - moved setup of the fadc to the resource file
757 - added a new histogram to show the maximum signal in all pixels
758 - automatically setup the range of the TrigPos histogram
759 - don't show all histograms in all run conditions
760
761 * mraw/MRawRunHeader.[h,cc]:
762 - added ReadEnv for a setup from a resource file in ceres
763
764 * msimcamera/MSimAPD.cc:
765 - added a sanity check if ReInit has not been called
766
767
768
769 2009/02/07 Thomas Bretz
770
771 * sponde.rc:
772 - fixed a typo
773
774 * datacenter/scripts/runcorsika:
775 - added a comment
776
777 * mbase/MContinue.h:
778 - changed a comment
779
780 * mbase/MEnv.h, mbase/MMath.cc:
781 - Do not assign a temporary TString to const char *
782
783 * mcamera/MCameraCentralPix.[h,cc]:
784 - changed fDC from Float_t to Int_t
785
786 * mhflux/MHCollectionArea.cc, mhflux/MHDisp.cc, mhflux/MHEnergyEst.cc,
787 mhflux/MHFalseSource.cc, mhflux/MHThreshold.cc, mhbase/MFillH.cc,
788 mastro/MAstroCamera.cc, mastro/MAstroCatalog.cc, mbase/MContinue.cc,
789 mbase/MFilter.cc, mbase/MLog.cc, mbase/MParContainer.cc, mhbase/MH.cc,
790 mbase/MParEmulated.cc, mbase/MStatusDisplay.cc, mbase/MTime.cc,
791 mhbase/MH3.cc, mhbase/MHn.cc,mhflux/MHAlpha.cc, mhist/MHCamera.cc,
792 mhflux/MHEffectiveOnTime.cc, mmuon/MHMuonPar.cc, mmovie/MMovieWrite.cc,
793 mhflux/MHFalseSource.cc, mhist/MHCamEvent.cc,
794 mmain/MEventDisplay.cc, mreflector/MHReflector.cc:
795 - use MString::Format instead of Form
796
797 * msim/MHPhotonEvent.cc:
798 - don't fill kNightSky primaries
799
800 * msim/MPhotonEvent.[h,cc]:
801 - return the number of non NightSky photons
802
803 * msimcamera/MSimPSF.cc:
804 - changed default for fSigma from 1 to -1
805
806 * mbase/MContinue.cc:
807 - changed default title
808
809 * mfileio/MWriteRootFile.cc:
810 - set kMustCleanup bit, otherwise it is not correctly deleted from
811 the list of cleanups
812
813 * mhbase/MH3.[h,cc]:
814 - added RecursiveRemove
815
816 * mhflux/MAlphaFitter.[h,cc]:
817 - moved code to source file
818 - improved setting of a new fFunc
819
820 * mhflux/MHAlpha.[h,cc], mhvstime/MHSectorVsTime.[h,cc]
821 - added RecursiveRemove
822
823 * mjobs/MJSimulation.cc:
824 - added MSimPSF
825 - Show only the non NightSky photons in the size plot
826 - changed the binning of BinningEvtWidth
827
828
829
830 2009/02/06 Daniela Dorner
831
832 * datacenter/db/include.php:
833 - adapted status-query
834
835
836
837 2009/02/05 Daniel Hoehne-Moench
838
839 * datacenter/macros/filldotrun.C:
840 - implemented new SuperArehucas version
841
842
843
844 2009/02/03 Thomas Bretz
845
846 * mastro/MAstroCatalog.[h,cc]:
847 - searches now all catalogs also in the datacenter default path if
848 the file could not be found
849
850 * mbase/MStatusDisplay.cc:
851 - also print information about added tabs in batch mode
852
853 * mcorsika/MCorsikaEvtHeader.h:
854 - fixed a comment
855
856 * mfileio/MWriteRootFile.cc:
857 - added some more log-output
858 - open a new /dev/null only if none with the same title already exists
859 - added some comments
860
861 * mhflux/MHEffectiveOnTime.cc:
862 - Don't call PaintText if FitH failed (as suggested by valgrind)
863
864 * mjobs/MJStar.cc, mjobs/MJCalibrateSignal.cc:
865 - added a title to all MWriteRootFile
866
867 * mreport/MReportCC.cc:
868 - added more comments
869 - improved log-output
870
871
872
873 2009/02/03 Daniela Dorner
874
875 * datacenter/db/plotdb.php:
876 - sequence as default when startup
877
878 * datacenter/db/plotdb.php, datacenter/db/plot.php:
879 - added possibility to set size of plot
880
881
882
883 2009/02/03 Stefan Ruegamer
884
885 * datacenter/scripts/budb:
886 - added getdbsetup
887
888
889
890 2009/02/02 Thomas Bretz
891
892 * mcamera/MCameraCentralPix.[h,cc]:
893 - added data member fDC
894 - increased class version number accordingly
895
896 * mreport/MReportCC.cc:
897 - improved debug output
898 - remove minus from the third argument in SCHEDULE
899
900 * mreport/MReportCamera.[h,cc]:
901 - fixed for ver>=200812140
902 - added InterpretePSSEN
903 - added InterpreteLIQ
904
905 * msimcamera/MSimCamera.cc:
906 - added a time-shift uniformly according to the bin-width
907
908
909
910 2009/01/30 Thomas Bretz
911
912 * RELEASE V2.2
913
914
915 2009/02/02 Thomas Bretz
916
917 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
918 - fixed the regular expresssion
919
920
921
922 2009/01/30 Thomas Bretz
923
924 * datacenter/macros/fillcmt.C:
925 - added
926
927 * datacenter/macros/plotstat.C:
928 - extended loop to show all periods again
929
930 * msim/MPhotonData.cc:
931 - don't change the sign of the cosines. The direction of the
932 particle doesn't neet to be changed
933
934 * msimreflector/MSimReflector.cc:
935 - change the rotation matrix to fit the change in MPhotonData
936
937
938
939 2009/01/29 Thomas Bretz
940
941 * melectronics/MPulseShape.cc:
942 - changed spline range from -25/25 to -8/8
943
944 * mhflux/MAlphaFitter.cc, mhflux/MHAlpha.cc, mhflux/MHDisp.cc:
945 - for sanity (thread safety) replaced Form by MString::Format
946
947 * mhflux/MHDisp.cc:
948 - initialize fHalf as suggested by valgrind
949
950 * datacenter/macros/plotdb.C:
951 - updated comments
952
953 * resources/calibration_spline.rc:
954 - updated
955
956
957
958 2009/01/27 Thomas Bretz
959
960 * macros/rootlogon.C:
961 - added new subdirectories
962
963 * melectronics/MAnalogSignal.[h,cc]:
964 - added the posssibility to add a pulse from a TF1
965 - removed the printout if out of range
966 - returns whether the range had to be adapted
967 - changed the Discriminate function to allow for giving a start
968 and end time of the search
969 - imporved the fining of the falling and rising edge
970 - removed the printout in Discriminate
971
972 * msimcamera/MSimCamera.[h,cc]:
973 - moved the pulse shape specific code into a new class MPulseShape
974 - Fixed the range of the digitization
975
976 * melectronics/MPulseShape.[h,cc]:
977 - added
978
979 * melectronics/Makefile, melectronics/ElectronicsLinkDef.h:
980 - added MPulseShape
981
982 * msimcamera/MSimGeomCam.[h,cc]:
983 - Fixed the time window for random photons (Maybe move to a later
984 step in the analysis?)
985
986 * msimcamera/MSimReadout.cc:
987 - call SetReadyToSave for the run-header
988 - added some debug output in case of failure
989
990 * msimcamera/MSimSignalCam.[h,cc]:
991 - subtract the trigger position of any
992
993 * msimcamera/MSimTrigger.cc:
994 - some changes to the debug output
995
996 * mjobs/MJSimulation.[h,cc]:
997 - added
998
999 * mjobs/Makefile, mjobs/JobsLinkDef.h:
1000 - added MJSimulation
1001
1002 * ceres.cc, showlog.cc, callisto.cc, star.cc, ganymed.cc, sponde.cc:
1003 - added parenthesis suggested by compiler
1004
1005 * mbase/MParEnv.cc:
1006 - included TClass for newwer root versions
1007
1008 * msimreflector/MReflector.cc:
1009 - fixed return if read file was not existing
1010
1011 * msimrelfector/MSimReflector.cc:
1012 - added sanity check if reflector is valid
1013
1014 * datacenter/macros/insertdataset.C:
1015 - added fPriority
1016
1017 * datacenter/macros/plotoptical.C:
1018 - write a root-file as the other plot-macros do
1019
1020 * mreflector/MHReflector.cc:
1021 - added some SetDirectory(NULL), although this class is a candidate
1022 for removal
1023
1024 * mjobs/MJCut.cc, mjobs/MJCalibrateSignal.cc:
1025 - make the CheckEnv fail if kFALSE is returned
1026
1027
1028
1029 2009/01/26 Thomas Bretz
1030
1031 * Makefile:
1032 - added mcorsika, msim, msimreflector, msimcamera and
1033 msimelectronics
1034 - added readcorsika
1035
1036 * mbase/Makefile, mbase/BaseLinkDef.h:
1037 - added MParEnv
1038
1039 * mbase/MParEnv.[h,cc]:
1040 - added
1041
1042 * mbase/MParameters.[h,cc]:
1043 - added ReadEnv to all classes
1044
1045 * mbase/MParList.cc:
1046 - return the container within MParEnv if MParEnv found
1047
1048 * mbase/MParContainer.cc:
1049 - fixed a typo
1050
1051 * manalysis/MEventRateCalc.cc:
1052 - added a comment
1053
1054 * melectronics/MAnalogChannels.[h,cc]:
1055 - made the GetNum* unsigned
1056 - added new member functions to just initialize one size
1057
1058 * mraw/MRawRunHeader.[h,cc]:
1059 - added a possibility to just init the number of pixels
1060
1061 * msimcamera/MSimReadout.[h,cc]:
1062 - get the number of output channels from the camera geometry
1063 - initialize the runheader in ReInit
1064 - initialize the data arrays from the run-header in reinit
1065
1066 * mimage/MHHillas.cc:
1067 - the default binning is not scales by 0.9 anymore
1068
1069 * mmc/MMcEvtBasic.h:
1070 - added new type "artificial"
1071
1072 * mraw/MRawRunHeader.cc:
1073 - set header size in constructor to 0
1074
1075 * msimcamera/MSimCalibrationSignal.[h,cc]:
1076 - we need fEvt and fTrigger always
1077 - renamed ReInit to CallReInit
1078 - set photon primary type
1079 - set number of photons from 50 to 5
1080
1081 * msimcamera/MSimRandomPhotons.cc:
1082 - explicitly set weight to 1
1083
1084 * mjobs/Makefile:
1085 - added msim, msimreflector, msimcamera and mcorsika
1086
1087
1088
1089 2009/01/25 Thomas Bretz
1090
1091 * mbase/Makefile, mbase/BaseLinkDef.h:
1092 - added MLut
1093
1094 * mbase/MLut.[h,cc]:
1095 - added
1096
1097 * msimcamera/MSimCamera.[h,cc], msimcamera/MSimTrigger.[h,cc],
1098 msimcamera/MSimRadout.[h,cc], msimcamera/SimCameraLinkDef.h,
1099 msimcamera/Makefile, msimcamera/MSimCalibrationSignal.[h,cc],
1100 msimcamera/SimCameraIncl,h:
1101 - added
1102
1103 * mjobs/MJob.cc:
1104 - included TClass for newer root versions
1105
1106 * mreflector/MRflEvtData.cc:
1107 - repaced a use of MHexagon by a direct use of MGeomCam
1108
1109 * melectronics/MAvalanchePhotoDiode.[h,cc]:
1110 - added some getters
1111 - remobved some obsolete comment
1112 - set entries to 1 by default
1113
1114 * mgeom/MGeomCam.[h,cc]:
1115 - split the Get[Max,Min]Radius into two member functions
1116 - added the HitDetector based on the maximum radius calculated
1117
1118 * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomCamMagic.[h,cc]:
1119 - removed overloading of the new HitDetector
1120
1121 * mgeom/MGeomPix.[h,cc]:
1122 - reset fUserBits in constructor according to a suggestion by valgrind
1123 - added GetT member function
1124
1125 * mjobs/MJSpectrum.cc:
1126 - replaced some Form calls for sanity by MString::Format
1127 - check the result of CheckEnv
1128
1129 * mjobs/MJStar.cc:
1130 - check the result of CheckEnv
1131
1132 * mjobs/MJob.cc:
1133 - fixed a typo in the name for the seed value resource
1134
1135 * mraw/MRawRunHeader.h:
1136 - added a getter for run type point run
1137
1138 * msignal/MSignalCalc.cc:
1139 - don't execute Process at all if fPedestal==NULL
1140
1141 * msignal/MSignalCam.cc:
1142 - aded case 10 and 11 to GetPixelContent
1143
1144 * msim/MHPhotonEvent.cc:
1145 - replaced case 4 by using the traversal distance in the 0-pixel
1146
1147 * msimcamera/MSimSignalCam.cc:
1148 - set pixel only to used if contents>0
1149
1150 * msimcamera/MSimTrigger.[h,cc]:
1151 - added ReadEnv for setup from a resource file
1152 - compress the trigger list after deleting slots
1153 - initialize descriminator threshold with -1
1154 - check for the validity of the discr. th in PreProcess
1155
1156 * msimreflector/MReflector.[h,cc]:
1157 - store file name in title
1158 - added ReadEnv for setup from a resource file
1159
1160 * msimreflector/MSimReflector.[h,cc]:
1161 - changed copyright notice
1162 - added fDetectorMargin
1163
1164
1165
1166
1167 2009/01/24 Thomas Bretz
1168
1169 * mbase/MMath.cc:
1170 - added two explicit conversion to make it compile on my Ubuntu
1171 - Replaced some Form by MString::Format
1172 - included MString
1173
1174
1175
1176 2009/01/23 Daniela Dorner
1177
1178 * datacenter/db/showplots-ds.php, datacenter/db/tabs.php,
1179 datacenter/db/plot.php:
1180 - adapted path to new web file structure
1181
1182 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php:
1183 - added option to group by date (year, month, night): pulldown in
1184 menu and adapted query
1185
1186 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php
1187 datacenter/db/datasetinfo-aio.php:
1188 - enabled possibility to combine all group-bys
1189
1190 * datacenter/db/datasetinfo-aio.php:
1191 - enhances information printed in table in case of group-by
1192
1193 * datacenter/db/include.php:
1194 - adapted pulldown of status-group-by
1195
1196 * datacenter/db/menu.php:
1197 - added pulldown for sumtrigger-flag to sequinfo-menu
1198 - added function to print pulldown for group-by date
1199
1200
1201
1202 2009/01/23 Thomas Bretz
1203
1204 * mcorsika/MCorsikaEvtHeader.[h,cc], msim/MPhotonData.[h,cc],
1205 msimcamera/MSimExcessNoise.cc, msimreflector/MMirrorDisk.cc,
1206 msimreflector/MMirrorHex.cc, msimreflector/MMirrorSquare.[h,cc],
1207 msimreflector/MReflector.cc, msimreflector/MSimReflector.cc,
1208 melectronics/MAnalogSignal.cc:
1209 - moved code which needs TMath to source file
1210 - included TMath for newer root versions
1211 - included TObjArray for newer root versions
1212
1213 * msimcamera/MSimAPD.[h,cc], msimcamera/MSimBundlePhotons.[h,cc],
1214 msimcamera/MSimRandomPhotons.[h,cc]:
1215 - added
1216
1217 * melectronics/Makefile, melectronics/MAnalogChannels.[h,cc],
1218 melectronics/ElectronicsIncl.h, melectronics/ElectronicsLinkDef.h,
1219 melectronics/MDigitalSignal.[h,cc],
1220 melectronics/MAnalogSignal.[h,cc],
1221 melectronics/MAvalanchePhotoDiode.[h,cc]:
1222 - added
1223
1224 * msim/M*.cc, msimreflector/M*.cc, msimcamera/M*.cc:
1225 - changed copyright notice
1226
1227 * mjobs/MJob.[h,cc]:
1228 - for convinience replaced GetEnvValue by GetEnvValue2
1229 - added initialization of the random number generator
1230
1231 * ceres.cc, mcorsika/CorsikaIncl.h:
1232 - added
1233
1234
1235
1236 2009/01/22 Thomas Bretz
1237
1238 * mraw/MRawRunHeader.h:
1239 - added new functions to access the runtype
1240
1241 * msim/MPhotonData.cc:
1242 - removed some obsolete comments
1243
1244 * msim/MPhotonEvent.[h,cc]
1245 - added some comments
1246 - added new member function GetFirst and GetLast
1247 - UnSort the array after reading new data
1248 - removed some old obsolete code
1249 - added new meber function Sort and IsSorted
1250
1251 * msimreflector/MSimReflector.cc:
1252 - force sorting of the array
1253
1254 * msimcamera/MSimPSF.[h,cc], msimcamera/MSimGeomCam.[h,cc],
1255 msimcamera/MSimExcessNoise.[h,cc], msimcamera/MSimSignalCam.[h,cc]:
1256 - added
1257
1258
1259
1260 2009/01/21 Thomas Bretz
1261
1262 * mbase/BaseLinkDef.h, mbase/Makefile:
1263 - added MQuaternion
1264 - added MReflection
1265
1266 * mbase/MQuaternion.[h,cc], mbase/MReflection.[h,cc]:
1267 - added
1268
1269 * mbase/MArrayI.[h,cc]:
1270 - added a few new functions (ReSort, Add, Find and AddUniq)
1271
1272 * mbase/MMath.cc:
1273 - replaced delete by delete[] where appropriate
1274
1275 * mgeom/MGeomCam.h:
1276 - added new virtual functions HitFrame and HitDetector
1277 - included MQuaternion
1278
1279 * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomCamMagic.[h,cc]:
1280 - added new functions HitFrame and HitDetector:
1281
1282 * msim/MHPhotonEvent.cc:
1283 - removed the reference to MCamera
1284
1285 * mgeom/MGeomPix.[h,cc], mgui/MHexagon.[h,cc]:
1286 - moved DistanceToPrimitive from MHexagon to MGeomPix
1287 - moved the funtions to calculate overlapping areas
1288 also, but they are still in a comment
1289
1290 * mgui/MHexagon.[h,cc]:
1291 - started implementing a rotation angle
1292 - added data meber fPhi
1293 - increased class version number
1294
1295 * mhist/MHCamera.cc, mtools/MagicJam.cc:
1296 - we don't have to use a MHexagon anymore caluclating
1297 DistanceToPrimitive
1298
1299 * msimreflector/MMirror.[h,cc], msimreflector/MMirrorSquare.[h,cc],
1300 msimreflector/MMirrorHex.[h,cc], msimreflector/MMirrorDisk.[h,cc],
1301 msimreflector/MReflector.[h,cc], msimreflector/MSimReflector.[h,cc],
1302 msimreflector/Makefile, msimreflector/SimReflectorLinkDef.h,
1303 msimreflector/SimReflectorIncl.h:
1304 - added
1305
1306
1307
1308 2009/01/21 Stefan Ruegamer
1309
1310 * datacenter/scripts/read_lapalma-tapes:
1311 - added check of the tape slot when exporting the tapes
1312
1313
1314
1315 2009/01/20 Thomas Bretz
1316
1317 * mjobs/MJob.h:
1318 - added Esc member function
1319
1320 * msim/MPhotonData.[h,cc], msim/MPhotonEvent.[h,cc],
1321 msim/MSimAbsorption.[h,cc], msim/MSimPointingPos.[h,cc],
1322 MHPhotonEvent.[h,cc], msim/Makefile, msim/SimIncl.h
1323 msim/SimLinkDef.h:
1324 - added
1325
1326
1327 2009/01/19 Thomas Bretz
1328
1329 * mfileio/MWriteRootFile.cc:
1330 - simplified how the rules are evaluated using TPregexp
1331 - by this the rules got more powerful
1332
1333 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
1334 - changed ols style rule to new style
1335
1336
1337
1338 2009/01/18 Thomas Bretz
1339
1340 * mbase/BaseLinkDef.h, mbase/Makefile:
1341 - added MSpline3
1342
1343 * mcorsika/MCorsikaEvtHeader.cc:
1344 - some little cosmetics
1345
1346 * mcorsika/MCorsikaEvtHeader.h:
1347 - added some missing getters
1348
1349 * mcorsika/MCorsikaRunHeader.cc:
1350 - removed some obsolete comments
1351 - reordered some comments
1352
1353 * mextralgo/MExtralgoSpline.h:
1354 - changed default in GetIntegral from true to false
1355
1356 * mraw/MRawEvtHeader.h:
1357 - added Setter for DAQEventNumber
1358
1359 * mraw/MRawRunHeader.cc:
1360 - start pixel hardware indices with 1 not with 0
1361
1362
1363
1364 2009/01/17 Thomas Bretz
1365
1366 * mbase/MMath.[h,cc]:
1367 - added a new function RndmExp which should be a tiny bit faster than
1368 root's own implementation because it ises Rndm() instead of Uniform()
1369
1370 * mextralgo/ExtralgoIncl.h:
1371 - added MArrayF
1372
1373 * mextralgo/MExtralgoSpline.[h,cc]:
1374 - divided FindY into FindYup and FindYdn to avoid an obsolete if-clause
1375 - added a new member function to return the integral function of the
1376 spline. This is useful to init a new spline and use it for
1377 producing the proper random distribution.
1378
1379 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
1380 - added Print() function
1381
1382 * mraw/MRawEvtData.[h,cc]:
1383 - added a member function to Reset the arrays
1384 - added member function to set the pixel indices
1385 - Improved the new Set function
1386
1387 * readcorsika.cc:
1388 - added
1389
1390
1391
1392 2009/01/16 Daniel Hoehne-Moench
1393
1394 * datacenter/scripts/mcsequences:
1395 - implemented sumtrigger -> modes, fTriggerFlagKEY
1396 - fPriority(MCSequenceProcessStatus) is now filled into the mcdb
1397
1398 * datacenter/scripts/fillmccallisto, fillmcstar:
1399 - bugfix: changed argument of $primaries from [$s+$s] to [$s]
1400
1401 * datacenter/macros/fillcamera.C:
1402 - changed NumPheFromDNSB to float(7,3)
1403 - fPriority(MCRunProcessStatus) is now filled into the mcdb
1404
1405 * datacenter/macros/fillmccalib.C:
1406 - minor changes, bugfix (wrong column name for mcdb)
1407
1408 * datacenter/macros/fillmcsignal.C:
1409 - definition of some parameters changed according to fillsignal.C
1410 - minor changes, deleted unnecessary code
1411 - implemented if clause for HiLo-Parameters. Instead of
1412 seqno<200000 the fAmplFadcKEY is queried in the mcdb for each
1413 sequence. For MUX MCs the HiLo-Parameters are not calculated.
1414
1415
1416
1417 2009/01/15 Thomas Bretz
1418
1419 * callisto.cc:
1420 - cosmetics to output
1421
1422 * mcorsika/MCorsikaRunHeader.cc:
1423 - cosmetics (removed a ;;)
1424
1425 * mhist/MHEvent.[h,cc]:
1426 - ReInit to allow the change of the camera geoemtry in ReInit
1427
1428
1429
1430 2009/01/15 Stefan Ruegamer
1431
1432 * datacenter/scripts/dodatacheck:
1433 - removed the _E in the find command; files from 2008/06/04 on do
1434 not have it any more
1435
1436
1437
1438 2009/01/14 Daniel Hoehne-Moench
1439
1440 * datacenter/scripts/sourcefile:
1441 - extended errorcoding on mc run process status
1442
1443 * datacenter/scripts/runmccallisto, runmcstar:
1444 - deleted unnecessary lines, adapted to primary structure
1445
1446 * datacenter/macros/fillmcsignal.C, fillmccalib.C, fillmcstar.C:
1447 - added
1448
1449 * datacenter/scripts/fillmccallisto, fillmcstar:
1450 - added
1451
1452
1453
1454 2009/01/14 Thomas Bretz
1455
1456 * readraw.cc:
1457 - check first whether the file exist before adding the extension
1458
1459 * mbase/MMath.[h,cc]:
1460 - added function to Re-sort an array
1461
1462 * mfileio/MReadMarsFile.cc, mfileio/MWriteRootFile.cc:
1463 - Improved output
1464
1465 * mfileio/MWriteRootFile.cc:
1466 - fixed a problem which prevented to open more than one /dev/null
1467 devices independantly
1468
1469 * mgeom/MGeomCam.cc:
1470 - cosmetics
1471
1472 * mgeom/MGeomCamDwarf.h:
1473 - fixed a typo in an ifdef
1474
1475 * mgeom/MGeomPix.[h,cc]:
1476 - added funtion to return positon as TVector2
1477 - slightly improved the algorithm to check IsInside
1478 - fixed the conditional signs for the orientation of pixels
1479 in GetDirection
1480
1481 * mmain/MEventDisplay.cc:
1482 - Give different names to the MPedestalSubtract tasks
1483 - fixed buttons
1484 - call AddGeometryTags after ReInit to allow reading new geometries in
1485 ReInit
1486
1487 * mmc/MMcEvtBasic.h:
1488 - added a new primary type kNightSky
1489
1490 * mraw/MRawEvtPixelIter.h:
1491 - replaced type of the number of bytes by UInt_t
1492
1493 * mraw/MRawRunHeader.h:
1494 - allow to validate the magic-number from outside (for MCs)
1495
1496 * datacenter/scripts/runcorsika:
1497 - added a lot of comments
1498 - reordered values in input card
1499 - switched off a lot of obsolete output
1500 - changed the Magnetic field to a value corresponding to the location of
1501 MAGIC at 2200m height valid for January 2009. (The old value never took
1502 place there?!) The value was taken from www.noaa.gov/geomagmodels
1503
1504
1505
1506 2009/01/12 Daniel Hoehne-Moench
1507
1508 * datacenter/db/menu.php:
1509 - bugfix: now the SumTriggerFlag is correctly displayed in the web
1510 interface
1511
1512
1513
1514 2009/01/09 Daniel Hoehne-Moench
1515
1516 * datacenter/macros/fillcamera.C
1517 - implemented new variables: zbinmin, zbinmax, number of
1518 sumtriggers, sum trigger flag
1519 - bugfix: for P and C runs the mirror fraction and the impact
1520 parameter had unreasonable values (negative) which were filled
1521 into the mcdb, now->0
1522
1523 * datacenter/scripts/fillcamera, mcsequences:
1524 - implemented call of getdbsetup
1525
1526
1527
1528 2009/01/09 Stefan Ruegamer
1529
1530 * datacenter/scripts/buildsequenceentries
1531 - corrected IFS argument
1532
1533
1534
1535 2009/01/08 Stefan Ruegamer
1536
1537 * datacenter/scripts/filesondisk
1538 - added S and N runs
1539
1540
1541
1542 2009/01/07 Daniel Hoehne-Moench
1543
1544 * datacenter/macros/filldotrun.C:
1545 - updated column counting numbers
1546 - included a check for the number of columns in the runfiles
1547
1548 * datacenter/macros/buildsequenceentries.C:
1549 - implemented SumTriggerFlagKEY for sequence building
1550
1551
1552
1553 2009/01/06 Thomas Bretz
1554
1555 * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h,
1556 mbase/MArrayI.h, mbase/MArrayS.h:
1557 - removed GetSize
1558
1559 * mbase/MArrayF.h:
1560 - added Add()
1561 - added AddClipped
1562
1563 * mbase/MMath.[h,cc]:
1564 - implemented ReSort
1565
1566 * mcorsika/MCorsikaEvtHeader.cc:
1567 - removed obsolete comments
1568
1569 * mcorsika/MCorsikaRead.cc:
1570 - cosmetics
1571
1572 * mcorsika/MCorsikaRunHeader.[h,cc]:
1573 - added comments about file contents
1574 - added fWavelengthMin/Max
1575
1576 * mextralgo/MExtralgoSpline.[h,cc]:
1577 - renamed SearchY to SearchYdn
1578 - fixed a problem in SearchYup (must be ++i instead of i++)
1579 (this is relatively unimportant because it was only used
1580 in the determination of the pulse width which we never
1581 really used)
1582 - added a sanity/range-check to SearchYup and SearchYdn
1583 - added a comment
1584 - changed the order of arguments in EvalDeriv1
1585 - changed the order of arguments in EvalDeriv2
1586 - accelerated EvalDeriv1 (one multiplication less)
1587 - added Deriv1 function
1588 - made SearchYup and SearchYdn public
1589
1590 * mjobs/MDataSet.cc:
1591 - removed an obsolete return statement
1592
1593 * mraw/MRawEvtData.[h,cc]:
1594 - changed pointer in AddPixel to reference
1595 - added a Set function
1596
1597 * mraw/MRawRunHeader.[h,cc]:
1598 - added a lot of fixes for wrong run numbers written by Arehucas
1599 - added a fix for strange file numbers written by Arehucas
1600 - added functions as monta carlo interface to set contents
1601
1602 * msignal/MSignalCam.cc:
1603 - defined a case 9
1604
1605
1606
1607 2009/01/05 Thomas Bretz
1608
1609 * mhbase/MH.h:
1610 - commited missing changes from last year
1611
1612 * merpp.cc:
1613 - fixed a description
1614
1615 * sponde.cc:
1616 - added "Multiple dataset at once"
1617
1618 * star.cc:
1619 - removed obsolete -ff option from output
1620
1621 * mbase/MTime.[h,cc]:
1622 - added GetBinary
1623 - added WriteBinary
1624
1625 * mbase/MEvtLoop.cc:
1626 - display paused status in status line
1627 - improved pause handling
Note: See TracBrowser for help on using the repository browser.