source: trunk/MagicSoft/Mars/Changelog@ 9377

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