source: trunk/MagicSoft/Mars/Changelog@ 9369

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