source: trunk/MagicSoft/Mars/Changelog@ 9351

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