source: trunk/MagicSoft/Mars/Changelog@ 9373

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