source: trunk/MagicSoft/Mars/Changelog@ 9376

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