source: trunk/MagicSoft/Mars/Changelog@ 9366

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