source: trunk/MagicSoft/Mars/Changelog@ 9355

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