source: trunk/MagicSoft/Mars/Changelog@ 9361

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