source: trunk/MagicSoft/Mars/Changelog@ 9370

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