source: trunk/MagicSoft/Mars/Changelog@ 9375

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