source: trunk/MagicSoft/Mars/Changelog@ 9371

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