source: trunk/MagicSoft/Mars/Changelog@ 9378

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