source: trunk/MagicSoft/Mars/Changelog@ 9342

Last change on this file since 9342 was 9342, checked in by tbretz, 17 years ago
*** empty log message ***
File size: 39.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/02/15 Thomas Bretz
21
22 * mpointing/MSrcPosCalc.cc:
23 - ignore the WobbleMode from the MMcCorsikaRunHeader
24 if it is a ceres file
25
26 * msim/MPhotonEvent.[h,cc]:
27 - added function GetTimeFirst
28 - added function GetTimeLast
29 - added function GetTimeMedianDev
30 - added fLength to MPhotonStatistics
31
32 * msimcamera/MSimGeomCam.cc:
33 - make use of the new functions
34 - set length to statistics container
35
36 * mpointing/MHSrcPosCam.[h,cc], mpointing/MSrcPosRndm.[h,cc],
37 mfilter/MFMagicCuts.[h,cc], mmuon/MHMuonPar.[h,cc],
38 mhflux/MHThetaSqN.[h,cc]:
39 - support changing geometries (conversion factors) reading
40 a new geometry from a run header
41
42 * mimage/MHVsSize.[h,cc], mimage/MHNewImagePar.[h,cc],
43 mimage/MHHillasSrc.[h,cc], mimage/MHHillasExt.[h,cc],
44 mimage/MHHillas.[h,cc], mimage/MNewImagePar2.[h,cc]:
45 - removed option to set conversion factor manually
46 - support changing geometries (conversion factors) reading
47 a new geometry from a run header
48
49 * mhflux/MMcSpectrumWeight.cc:
50 - replaced Form by MString::Format
51 - made sure that nobody is mixing different energy-range monte
52 carlos and normalizes by integral (to be implemented)
53
54 * manalysis/MMcCalibrationUpdate.cc:
55 - switched off file Ceres files (this might only be temporary
56 but it makes the display work quite well even without
57 calibrated units.
58
59 * mjobs/MJCalibrateSignal.cc:
60 - updated the rule to allow for file names without the leading date
61
62 * mjobs/MJSpectrum.[h,cc]:
63 - set the kMustCleanup bit for sanity
64 - replaced a lot of Form by MString::Format
65 - moved the getting of the right Alpha-histogram to GetHAlpha
66 - the tlist2 doesn't neet to replace anything because all previous
67 tasklists added to the list have been removed again
68 - "DataType" already in parlist? Don't add a second one
69 - replaced some gLog by fLog
70 - make sure that the "Done." message is printed even in case
71 no output is written at the end
72
73 * ceres.rc:
74 - added some more info
75
76 * datacenter/scripts/runcorsika:
77 - added magnetic field Azimuth direction (ARRANG), currently
78 at ~ -7deg at La Palma
79
80 * mbase/MLog.cc:
81 - finallyadded a really stupid hack/workaround to suppress these
82 annoying errors in case of a log-scale set too early
83
84 * mbase/MTask.[h,cc]:
85 - Replaced OverwritesProcess by Overwrites
86
87 * mcorsika/MCorsikaEvtHeader.cc:
88 - fixed particle momentum coordinate system
89
90 * mcorsika/MCorsikaRunHeader.[h,cc]:
91 - added magnetic field values
92 - improved output
93
94 * mjobs/MJSimulation.cc:
95 - updated height scale
96 - use MPhotonStatistics.fLength
97 - plot median dev of photon arrival times
98
99 * mmc/MMcRunHeader.hxx:
100 - added a getter IsCeres
101 - added a setter for the Corsika Version
102
103 * mpedestal/MMcPedestalCopy.cc:
104 - use the new IsCeres
105
106 * msim/MSimMMCS.[h,cc]:
107 - use the telescope pointing in telescope coordinates for MMcEvt
108 - correct the shower direction by the magnetic field azimuth
109 - set corsika program version
110
111 * msim/MSimPointingPos.[h,cc]:
112 - splitted the output into coordinated in the corsika frame
113 (module the magnetic field) and the poiting direction in
114 telescope coordinates
115 - added possibility to "observe" in off-target mode
116
117 * msimreflector/MSimReflector.cc:
118 - use new pointing direction in the corsika frame
119
120
121
122
123 2009/02/13 Thomas Bretz
124
125 * mcorsika/MCorsikaEvtHeader.h:
126 - added some comments on the coordinate system
127
128 * ceres.rc:
129 - added some comments
130 - setup a psf for the dwarf mirror
131
132 * mcorsika/MCorsikaRunHeader.h:
133 - added some comments
134
135 * mjobs/MJSimulation.cc:
136 - added some histogram titles
137 - fixed the x, y coordinates of the impact histogram
138 - write "ElectronicNoise"
139
140 * mjobs/MJStar.cc:
141 - don't force writing of containers which are not filles by ceres
142 - updated rule to support files without date
143
144 * mpedestal/MPedestalPix.[h,cc]:
145 - added Print() function
146
147 * mraw/MRawFileRead.cc:
148 - added a comment
149
150 * msim/MPhotonData.h:
151 - added comments about coordinate system
152
153 * msimcamera/MSimGeomCam.cc:
154 - when looking for the pixels convert from ceres-coordinates
155 to GeomCam camera-coordinates
156
157 * msimreflector/MMirror.h:
158 - added Setter for SigmaPSF
159
160 * msimreflector/MMirrorDisk.cc, msimreflector/MMirrorHex.cc,
161 msimreflector/MMirrorSquare.cc:
162 - now start counting in ReadM with 0
163
164 * msimreflector/MReflector.[h,cc]:
165 - added some documentation
166 - added function to set psf of all mirrors
167 - added psf optional to input file
168 - remove already evaluated tokens from TObjArray
169 - added reading of a default psf from the input file
170
171 * mjobs/MSequence.cc:
172 - fixed a bug in GetArrays which could cause seg-faults
173 - added a sanity check
174
175
176
177 2009/02/12 Thomas Bretz
178
179 * datacenter/macros/fillsources.C:
180 - updated
181
182 * mfileio/MWriteRootFile.[h,cc]:
183 - added some comments
184 - renamed GetNewFileName to SubstituteName
185 - made SubstituteName static
186
187 * mhist/MHCamera.cc:
188 - fixed the number in the legend (was wrong since last update)
189
190 * mjobs/MDataSet.cc:
191 - replaced From by MString::Format
192
193 * mjobs/MJSimulation.cc:
194 - a lot of things were renamed
195 - the refelctor can now be set from the setup file
196 - changed the binning for the event width
197 - removed plot "CamShadow"
198 - changed rules for file names
199
200 * ceres.rc:
201 - updated according to the changes in MJSimulation
202
203 * mjobs/MSequence.cc:
204 - replaced use of Form by MString::Format
205 - allow non-setting of fNight
206 - don't print period if -1
207
208 * mmain/MEventDisplay.cc:
209 - decode trigger pattern for display
210
211 * mmain/Makefile:
212 - included mtrigger
213
214 * msim/MHPhotonEvent.cc:
215 - search Reflector instead of MReflector
216
217 * msim/MSimAbsorption.cc:
218 - added some info output
219
220 * msimcamera/MSimAPD.[h,cc]:
221 - added an option to set the geom cam name. Can be used to skip
222 this task
223
224 * msimcamera/MSimCamera.[h,cc]:
225 - allow to set BaselineGain from resource file
226
227 * msimreflector/MSimReflector.cc:
228 - removed CamShadow container
229 - search Reflector instead of MReflector
230
231 * Makefile:
232 - removed mreflector
233
234 * mcalib/MCalibrationPatternDecode.cc:
235 - in case of pattern==0 and MCs set the color to CT1. This is
236 a workaround because the bits don't allow to set is explicitly
237 - removed the check for the kCT1Pulser bit. It can never be true
238 - consequently removed the kCT1Pulser bit
239
240 * mpedestal/MMcPedestalCopy.[h,cc]:
241 - fixed for MUX MCs (the pedestal has to be scaled)
242 - added option to process ceres data
243
244
245
246 2009/02/11 Thomas Bretz
247
248 * mcalib/MCalibColorSet.[h,cc]:
249 - removed some obsolete break statements
250 - removed obsolete gkMCRunLimit
251 - fixed setting of signal strength for extremely old
252 runs (I think we don't have them anyway)
253
254 * mcalib/MCalibrateData.cc:
255 - improved output
256
257 * mcalib/MCalibrationChargeCalc.cc:
258 - stop if no valid pulser colors have been found
259
260 * mcorsika/MCorsikaRunHeader.h:
261 - some cosmetics
262 - added some getter
263
264 * mhist/MHEvent.[h,cc]:
265 - some improvements to output
266 - implemented display for trigger pattern
267
268 * mtrigger/MTriggerPattern.[h,cc]:
269 - added Copy-function
270
271 * mhist/Makefile:
272 - added -I../mtrigger
273
274 * mmc/MMcEvtBasic.[h,cc]:
275 - moved the getter returning a TString to the source file
276 - replaced Form by MString::Format
277
278 * mraw/MRawRunHeader.cc:
279 - initialize fSourceEpochChar[1]
280 - initialize fNumEventsRead
281 - suppress more output which has not been initialized
282 - removed run-type from SetRunInfo
283 - added new function SetRunType
284 - use strncpy instead of memcpy
285 - replaced const char[] arguments by TString
286
287 * msimreflector/MReflector.[h,cc]:
288 - added Print
289 - added a circle around the mirror showing fMaxR
290
291 * mastro/MAstro.cc:
292 - updated some typos in comments
293
294 * mbase/MEnv.cc:
295 - replaced Form by MString::Format
296
297 * mbase/MTask.cc:
298 - made the total number of executions really count the total
299 number
300
301 * mcalib/MCalibrationPatternDecode.cc:
302 - some cosmetics
303 - corrected the use of a wrong FindCreateObj
304
305 * mcorsika/MCorsikaRead.cc:
306 - added a comment
307
308 * mfileio/MWriteRootFile.cc:
309 - improved output
310 - improved the copy of a tree (now done without unpacking)
311 - made sure that copied trees are shown in the summary
312 - made sure that the copied trees are nevertheless deleted
313
314 * mfilter/MFDeltaT.cc:
315 - adapted to change in GetNumExecutions
316
317 * mhbase/MFillH.cc:
318 - set the number of executions (as it is in MTask) before the
319 execution
320
321 * mhbase/MH.cc:
322 - improved the statistics output
323
324 * mhist/MHCamera.[h,cc]:
325 - don't create an own pad anymore
326 - removed SetRange
327 - SetRange now done via MH::SetPadRange
328 - some sanity checks if fGeomCam is set
329 - some adaptions to the new layout scheme without
330 an own pad
331 - Changed DrawProjection to a more commonly usable scheme
332 - Removed all dependencies from MGeomCamMagic
333 - start the gaus fit with the maximum not the integral
334
335 * mjobs/MJCalibrateSignal.cc:
336 - If the input files contain an OriginalMC tree
337 copy it
338 - consequently we make the MMcEvtBasic from the
339 parameter-list optional
340 - fixed the rule (MC files with .root as extension could not
341 be processed)
342
343 * mjobs/MJCalibration.[h,cc], mjobs/MJPedestal.[h,cc]:
344 - Use MHCamera::CamDraw more extensively
345 - replace use of Form by MString::Format
346
347 * mjobs/MJSimulation.cc:
348 - added an option to switch the cmaera electronics off
349 - write some more containers to output file (for easy access)
350 - set the MC bit in the header
351 - now use MSimMMCS to "fake" the correct file structure
352 - added three new writers to write the MMcEvtBasic information
353 - added a display of the most important things
354
355 * mmain/MEventDisplay.cc:
356 - don't change into the not more existing pad of a MHCamera
357
358 * msimcamera/MSimCalibrationSignal.cc:
359 - adapted GetNumExecution
360 - SetReadyToSave for the run header
361 - jitter the number of emitted photons
362 - corrected the emitted trigger positon
363 - (re)set calibration pattern
364
365 * mbase/MLut.[h,cc]:
366 - added overload of Delete() function
367 - added IsDefault
368 - added SetDefault
369
370 * mfileio/MWriteRootFile.cc:
371 - fixed output in OpenFile
372
373 * mjobs/MSequence.cc:
374 - allow the "Night" resource to be empty
375
376 * msimcamera/MSimBundlePhotons.cc:
377 - some small improvements in case of empty maps
378
379 * msimcamera/MSimReadout.[h,cc]:
380 - reset gain. Use the new fConversionFactor instead
381 - removed some setting of fRunHeader
382
383 * msimcamera/MSimTrigger.[h,cc]:
384 - on useer request now offset and gain can be used to
385 convert the signal back into units of phe
386 - added possibility to use empty lookup tables
387 - added debug output
388
389 * msimcamera/MSimCamera.[h,cc]:
390 - outsourced the pedestal and gain numbers into ReInit
391 - use an MPedestalCam for Electronic Noise and Gain
392 - allow to switch ob whether the gain is applied to the
393 electronic noise or not
394 - SetPhotElfromShower
395
396 * msim/Makefile. msim/SimLinkDef.h:
397 - added MSimMMCS
398
399 * msim/MSimMMCS.[h,cc]:
400 - added
401
402 * msimcamera/Makefile:
403 - added -I../mpedestal
404
405 * ceres.rc:
406 - added
407
408 * msimreflector/MMirrorSquare.cc, msimreflector/MMirrorHex.cc,
409 msimreflector/MMirrorDisk.cc:
410 - changed the grey colors
411
412 * msimreflector/MMirrorHex.cc:
413 - fixed bugs in CanHit and HasHit
414
415
416
417 2009/02/10 Thomas Bretz
418
419 * manalysis/MMcTriggerLvl2Calc.cc:
420 - removed obsolete include of MmcRunHeader
421
422 * mbase/MSpline3.[h,cc]:
423 - improved the available constructors
424 - added some comments for future use
425 - added default constructor
426 - added GetHistogram()
427
428 * mcorsika/MCorsikaRunHeader.[h,cc]:
429 - added fImpactMax
430 - added some Getters
431
432 * melectronics/MPulseShape.[h,cc]:
433 - set class version to 1 to make it storable
434 - set a title for the splines
435 - implemented Paint function
436
437 * mhbase/MH.[h,cc]:
438 - added SetPadRange
439
440 * mhist/MHCamEvent.[h,cc]:
441 - Init the geometry in ReInit thus it can work with a geometry stored in a file
442 - Make sure that histogranms already drawn properly to a pad are found in Paint
443 - added RecursiveRemove for sanity
444
445 * mmc/MMcCorsikaRunHeader.h:
446 - added SetSpectrum
447
448 * mmc/MMcEvt.hxx:
449 - added SetEvtNumber
450 - added SetPhotElfromShower
451
452 * mmc/MMcEvtBasic.[h,cc]:
453 - added operator=
454
455 * mmc/MMcRunHeader.[hxx, cxx]:
456 - set default for the versions to UShort_t(-1)
457 - added some comments
458 - added SetNumSimulatedShowers
459 - added SetImpactMax
460
461 * mraw/MRawRunHeader.cc:
462 - suppress some information in header if not valid
463
464 * msignal/MSignalCalc.cc:
465 - if (!fPedestal) we should return kTRUE not kFALSE
466
467 * msimreflector/MMirror.[h,cc], msimreflector/MMirrorDisk.[h,cc],
468 msimreflector/MMirrorHex.[h,cc], msimreflector/MMirrorSquare.[h,cc],
469 msimreflector/MReflector.[h,cc],
470 - added Print
471 - some cosmetics in header
472 - set class version to 1 to make it storable
473
474 * mtools/MagicJam.cc:
475 - updated
476
477
478
479 2009/02/10 Daniela Dorner
480
481 * datacenter/db/tabs.php:
482 - if csv-file doesn't exist, only logs are displayed now
483
484
485
486 2009/02/08 Thomas Bretz
487
488 * Makefile.conf.linux:
489 - added -Winit-self
490
491 * msimcamera/MSimCalibrationSignal.[h,cc]:
492 - account for the pulse shape/width
493 - make number of photons settable
494 - make time jitter settable
495 - renamned fNumEntries to fNumEvents
496 - don't set daq event number (should be set by the "daq")
497 - set trigger pattern
498 - print number of events in PreProcess
499
500 * msimreflector/MSimReflector.[h,cc]:
501 - made the detector margin settable
502
503 * datacenter/macros/insertcacofile.C, datacenter/macros/insertsequence.C:
504 - print an error and exit
505
506 * macros/optim/optimdisp.C:
507 - set the default values as default
508 - added a short summary what a good strategy for optimization is
509
510 * mastro/MAstro.cc:
511 - replaced Form by MString::Form
512
513 * mcorsika/MCorsikaEvtHeader.[h,cc], mcorsika/MCorsikaRunHeader.[h,cc]:
514 - moved fParticleID from event header to run header
515 - increased Class Version accordingly
516 - added an error if more than one observation levels are read
517
518 * mhcalib/MHGausEvents.cc:
519 - replaced Form by MString::Form
520 - handle the creating of the TF1 fExpFit a bit more "root-safe"
521
522 * mhist/MHCamEvent.[h,cc]:
523 - added a new option to collect the maximum or minimum contents
524
525 * mhist/MHCamera.[h,cc]:
526 - added new functions SetMax/MinCamContent
527
528 * mraw/MRawEvtHeader.cc:
529 - initialize the data members in constructor
530
531 * mraw/MRawEvtHeader.h:
532 - removed bits for trigger type they were never used
533
534 * mraw/MRawRunHeader.cc:
535 - tiny cosmetics
536
537 * msim/MHPhotonEvent.[h,cc]:
538 - added a histogram to display the height
539 - don't fill kNightSky photons
540
541 * msim/MPhotonData.h:
542 - added getter for fProductionHeight
543
544 * msim/MPhotonEvent.h:
545 - commented IsValid (was not used anyhow)
546
547 * msimcamera/MSimGeomCam.[h,cc]:
548 - added one sample to the window to allow for time jitter of one sample
549 - make the code for the window indentical to MSimCalibrationSignal
550
551 * msimcamera/MSimReadout.[h,cc]:
552 - Set the daq event number (readout number)
553
554 * msimcamera/MSimTrigger.[h,cc]:
555 - added comments
556 - made the signal length settable
557 - made the coincidence time settable
558 - removed setting of the daq event number (should be done by the "daq")
559 - changed the trigger output from all to inf/inf2
560
561 * msimcamera/Makefile:
562 - added -I../mtrigger
563
564 * mjobs/MJSimulation.[h,cc]:
565 - added new mode to force the use of the trigger "electronics"
566 - moved setup of the fadc to the resource file
567 - added a new histogram to show the maximum signal in all pixels
568 - automatically setup the range of the TrigPos histogram
569 - don't show all histograms in all run conditions
570
571 * mraw/MRawRunHeader.[h,cc]:
572 - added ReadEnv for a setup from a resource file in ceres
573
574 * msimcamera/MSimAPD.cc:
575 - added a sanity check if ReInit has not been called
576
577
578
579 2009/02/07 Thomas Bretz
580
581 * sponde.rc:
582 - fixed a typo
583
584 * datacenter/scripts/runcorsika:
585 - added a comment
586
587 * mbase/MContinue.h:
588 - changed a comment
589
590 * mbase/MEnv.h, mbase/MMath.cc:
591 - Do not assign a temporary TString to const char *
592
593 * mcamera/MCameraCentralPix.[h,cc]:
594 - changed fDC from Float_t to Int_t
595
596 * mhflux/MHCollectionArea.cc, mhflux/MHDisp.cc, mhflux/MHEnergyEst.cc,
597 mhflux/MHFalseSource.cc, mhflux/MHThreshold.cc, mhbase/MFillH.cc,
598 mastro/MAstroCamera.cc, mastro/MAstroCatalog.cc, mbase/MContinue.cc,
599 mbase/MFilter.cc, mbase/MLog.cc, mbase/MParContainer.cc, mhbase/MH.cc,
600 mbase/MParEmulated.cc, mbase/MStatusDisplay.cc, mbase/MTime.cc,
601 mhbase/MH3.cc, mhbase/MHn.cc,mhflux/MHAlpha.cc, mhist/MHCamera.cc,
602 mhflux/MHEffectiveOnTime.cc, mmuon/MHMuonPar.cc, mmovie/MMovieWrite.cc,
603 mhflux/MHFalseSource.cc, mhist/MHCamEvent.cc,
604 mmain/MEventDisplay.cc, mreflector/MHReflector.cc:
605 - use MString::Format instead of Form
606
607 * msim/MHPhotonEvent.cc:
608 - don't fill kNightSky primaries
609
610 * msim/MPhotonEvent.[h,cc]:
611 - return the number of non NightSky photons
612
613 * msimcamera/MSimPSF.cc:
614 - changed default for fSigma from 1 to -1
615
616 * mbase/MContinue.cc:
617 - changed default title
618
619 * mfileio/MWriteRootFile.cc:
620 - set kMustCleanup bit, otherwise it is not correctly deleted from
621 the list of cleanups
622
623 * mhbase/MH3.[h,cc]:
624 - added RecursiveRemove
625
626 * mhflux/MAlphaFitter.[h,cc]:
627 - moved code to source file
628 - improved setting of a new fFunc
629
630 * mhflux/MHAlpha.[h,cc], mhvstime/MHSectorVsTime.[h,cc]
631 - added RecursiveRemove
632
633 * mjobs/MJSimulation.cc:
634 - added MSimPSF
635 - Show only the non NightSky photons in the size plot
636 - changed the binning of BinningEvtWidth
637
638
639
640 2009/02/06 Daniela Dorner
641
642 * datacenter/db/include.php:
643 - adapted status-query
644
645
646
647 2009/02/05 Daniel Hoehne-Moench
648
649 * datacenter/macros/filldotrun.C:
650 - implemented new SuperArehucas version
651
652
653
654 2009/02/03 Thomas Bretz
655
656 * mastro/MAstroCatalog.[h,cc]:
657 - searches now all catalogs also in the datacenter default path if
658 the file could not be found
659
660 * mbase/MStatusDisplay.cc:
661 - also print information about added tabs in batch mode
662
663 * mcorsika/MCorsikaEvtHeader.h:
664 - fixed a comment
665
666 * mfileio/MWriteRootFile.cc:
667 - added some more log-output
668 - open a new /dev/null only if none with the same title already exists
669 - added some comments
670
671 * mhflux/MHEffectiveOnTime.cc:
672 - Don't call PaintText if FitH failed (as suggested by valgrind)
673
674 * mjobs/MJStar.cc, mjobs/MJCalibrateSignal.cc:
675 - added a title to all MWriteRootFile
676
677 * mreport/MReportCC.cc:
678 - added more comments
679 - improved log-output
680
681
682
683 2009/02/03 Daniela Dorner
684
685 * datacenter/db/plotdb.php:
686 - sequence as default when startup
687
688 * datacenter/db/plotdb.php, datacenter/db/plot.php:
689 - added possibility to set size of plot
690
691
692
693 2009/02/03 Stefan Ruegamer
694
695 * datacenter/scripts/budb:
696 - added getdbsetup
697
698
699
700 2009/02/02 Thomas Bretz
701
702 * mcamera/MCameraCentralPix.[h,cc]:
703 - added data member fDC
704 - increased class version number accordingly
705
706 * mreport/MReportCC.cc:
707 - improved debug output
708 - remove minus from the third argument in SCHEDULE
709
710 * mreport/MReportCamera.[h,cc]:
711 - fixed for ver>=200812140
712 - added InterpretePSSEN
713 - added InterpreteLIQ
714
715 * msimcamera/MSimCamera.cc:
716 - added a time-shift uniformly according to the bin-width
717
718
719
720 2009/01/30 Thomas Bretz
721
722 * RELEASE V2.2
723
724
725 2009/02/02 Thomas Bretz
726
727 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
728 - fixed the regular expresssion
729
730
731
732 2009/01/30 Thomas Bretz
733
734 * datacenter/macros/fillcmt.C:
735 - added
736
737 * datacenter/macros/plotstat.C:
738 - extended loop to show all periods again
739
740 * msim/MPhotonData.cc:
741 - don't change the sign of the cosines. The direction of the
742 particle doesn't neet to be changed
743
744 * msimreflector/MSimReflector.cc:
745 - change the rotation matrix to fit the change in MPhotonData
746
747
748
749 2009/01/29 Thomas Bretz
750
751 * melectronics/MPulseShape.cc:
752 - changed spline range from -25/25 to -8/8
753
754 * mhflux/MAlphaFitter.cc, mhflux/MHAlpha.cc, mhflux/MHDisp.cc:
755 - for sanity (thread safety) replaced Form by MString::Format
756
757 * mhflux/MHDisp.cc:
758 - initialize fHalf as suggested by valgrind
759
760 * datacenter/macros/plotdb.C:
761 - updated comments
762
763 * resources/calibration_spline.rc:
764 - updated
765
766
767
768 2009/01/27 Thomas Bretz
769
770 * macros/rootlogon.C:
771 - added new subdirectories
772
773 * melectronics/MAnalogSignal.[h,cc]:
774 - added the posssibility to add a pulse from a TF1
775 - removed the printout if out of range
776 - returns whether the range had to be adapted
777 - changed the Discriminate function to allow for giving a start
778 and end time of the search
779 - imporved the fining of the falling and rising edge
780 - removed the printout in Discriminate
781
782 * msimcamera/MSimCamera.[h,cc]:
783 - moved the pulse shape specific code into a new class MPulseShape
784 - Fixed the range of the digitization
785
786 * melectronics/MPulseShape.[h,cc]:
787 - added
788
789 * melectronics/Makefile, melectronics/ElectronicsLinkDef.h:
790 - added MPulseShape
791
792 * msimcamera/MSimGeomCam.[h,cc]:
793 - Fixed the time window for random photons (Maybe move to a later
794 step in the analysis?)
795
796 * msimcamera/MSimReadout.cc:
797 - call SetReadyToSave for the run-header
798 - added some debug output in case of failure
799
800 * msimcamera/MSimSignalCam.[h,cc]:
801 - subtract the trigger position of any
802
803 * msimcamera/MSimTrigger.cc:
804 - some changes to the debug output
805
806 * mjobs/MJSimulation.[h,cc]:
807 - added
808
809 * mjobs/Makefile, mjobs/JobsLinkDef.h:
810 - added MJSimulation
811
812 * ceres.cc, showlog.cc, callisto.cc, star.cc, ganymed.cc, sponde.cc:
813 - added parenthesis suggested by compiler
814
815 * mbase/MParEnv.cc:
816 - included TClass for newwer root versions
817
818 * msimreflector/MReflector.cc:
819 - fixed return if read file was not existing
820
821 * msimrelfector/MSimReflector.cc:
822 - added sanity check if reflector is valid
823
824 * datacenter/macros/insertdataset.C:
825 - added fPriority
826
827 * datacenter/macros/plotoptical.C:
828 - write a root-file as the other plot-macros do
829
830 * mreflector/MHReflector.cc:
831 - added some SetDirectory(NULL), although this class is a candidate
832 for removal
833
834 * mjobs/MJCut.cc, mjobs/MJCalibrateSignal.cc:
835 - make the CheckEnv fail if kFALSE is returned
836
837
838
839 2009/01/26 Thomas Bretz
840
841 * Makefile:
842 - added mcorsika, msim, msimreflector, msimcamera and
843 msimelectronics
844 - added readcorsika
845
846 * mbase/Makefile, mbase/BaseLinkDef.h:
847 - added MParEnv
848
849 * mbase/MParEnv.[h,cc]:
850 - added
851
852 * mbase/MParameters.[h,cc]:
853 - added ReadEnv to all classes
854
855 * mbase/MParList.cc:
856 - return the container within MParEnv if MParEnv found
857
858 * mbase/MParContainer.cc:
859 - fixed a typo
860
861 * manalysis/MEventRateCalc.cc:
862 - added a comment
863
864 * melectronics/MAnalogChannels.[h,cc]:
865 - made the GetNum* unsigned
866 - added new member functions to just initialize one size
867
868 * mraw/MRawRunHeader.[h,cc]:
869 - added a possibility to just init the number of pixels
870
871 * msimcamera/MSimReadout.[h,cc]:
872 - get the number of output channels from the camera geometry
873 - initialize the runheader in ReInit
874 - initialize the data arrays from the run-header in reinit
875
876 * mimage/MHHillas.cc:
877 - the default binning is not scales by 0.9 anymore
878
879 * mmc/MMcEvtBasic.h:
880 - added new type "artificial"
881
882 * mraw/MRawRunHeader.cc:
883 - set header size in constructor to 0
884
885 * msimcamera/MSimCalibrationSignal.[h,cc]:
886 - we need fEvt and fTrigger always
887 - renamed ReInit to CallReInit
888 - set photon primary type
889 - set number of photons from 50 to 5
890
891 * msimcamera/MSimRandomPhotons.cc:
892 - explicitly set weight to 1
893
894 * mjobs/Makefile:
895 - added msim, msimreflector, msimcamera and mcorsika
896
897
898
899 2009/01/25 Thomas Bretz
900
901 * mbase/Makefile, mbase/BaseLinkDef.h:
902 - added MLut
903
904 * mbase/MLut.[h,cc]:
905 - added
906
907 * msimcamera/MSimCamera.[h,cc], msimcamera/MSimTrigger.[h,cc],
908 msimcamera/MSimRadout.[h,cc], msimcamera/SimCameraLinkDef.h,
909 msimcamera/Makefile, msimcamera/MSimCalibrationSignal.[h,cc],
910 msimcamera/SimCameraIncl,h:
911 - added
912
913 * mjobs/MJob.cc:
914 - included TClass for newer root versions
915
916 * mreflector/MRflEvtData.cc:
917 - repaced a use of MHexagon by a direct use of MGeomCam
918
919 * melectronics/MAvalanchePhotoDiode.[h,cc]:
920 - added some getters
921 - remobved some obsolete comment
922 - set entries to 1 by default
923
924 * mgeom/MGeomCam.[h,cc]:
925 - split the Get[Max,Min]Radius into two member functions
926 - added the HitDetector based on the maximum radius calculated
927
928 * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomCamMagic.[h,cc]:
929 - removed overloading of the new HitDetector
930
931 * mgeom/MGeomPix.[h,cc]:
932 - reset fUserBits in constructor according to a suggestion by valgrind
933 - added GetT member function
934
935 * mjobs/MJSpectrum.cc:
936 - replaced some Form calls for sanity by MString::Format
937 - check the result of CheckEnv
938
939 * mjobs/MJStar.cc:
940 - check the result of CheckEnv
941
942 * mjobs/MJob.cc:
943 - fixed a typo in the name for the seed value resource
944
945 * mraw/MRawRunHeader.h:
946 - added a getter for run type point run
947
948 * msignal/MSignalCalc.cc:
949 - don't execute Process at all if fPedestal==NULL
950
951 * msignal/MSignalCam.cc:
952 - aded case 10 and 11 to GetPixelContent
953
954 * msim/MHPhotonEvent.cc:
955 - replaced case 4 by using the traversal distance in the 0-pixel
956
957 * msimcamera/MSimSignalCam.cc:
958 - set pixel only to used if contents>0
959
960 * msimcamera/MSimTrigger.[h,cc]:
961 - added ReadEnv for setup from a resource file
962 - compress the trigger list after deleting slots
963 - initialize descriminator threshold with -1
964 - check for the validity of the discr. th in PreProcess
965
966 * msimreflector/MReflector.[h,cc]:
967 - store file name in title
968 - added ReadEnv for setup from a resource file
969
970 * msimreflector/MSimReflector.[h,cc]:
971 - changed copyright notice
972 - added fDetectorMargin
973
974
975
976
977 2009/01/24 Thomas Bretz
978
979 * mbase/MMath.cc:
980 - added two explicit conversion to make it compile on my Ubuntu
981 - Replaced some Form by MString::Format
982 - included MString
983
984
985
986 2009/01/23 Daniela Dorner
987
988 * datacenter/db/showplots-ds.php, datacenter/db/tabs.php,
989 datacenter/db/plot.php:
990 - adapted path to new web file structure
991
992 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php:
993 - added option to group by date (year, month, night): pulldown in
994 menu and adapted query
995
996 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php
997 datacenter/db/datasetinfo-aio.php:
998 - enabled possibility to combine all group-bys
999
1000 * datacenter/db/datasetinfo-aio.php:
1001 - enhances information printed in table in case of group-by
1002
1003 * datacenter/db/include.php:
1004 - adapted pulldown of status-group-by
1005
1006 * datacenter/db/menu.php:
1007 - added pulldown for sumtrigger-flag to sequinfo-menu
1008 - added function to print pulldown for group-by date
1009
1010
1011
1012 2009/01/23 Thomas Bretz
1013
1014 * mcorsika/MCorsikaEvtHeader.[h,cc], msim/MPhotonData.[h,cc],
1015 msimcamera/MSimExcessNoise.cc, msimreflector/MMirrorDisk.cc,
1016 msimreflector/MMirrorHex.cc, msimreflector/MMirrorSquare.[h,cc],
1017 msimreflector/MReflector.cc, msimreflector/MSimReflector.cc,
1018 melectronics/MAnalogSignal.cc:
1019 - moved code which needs TMath to source file
1020 - included TMath for newer root versions
1021 - included TObjArray for newer root versions
1022
1023 * msimcamera/MSimAPD.[h,cc], msimcamera/MSimBundlePhotons.[h,cc],
1024 msimcamera/MSimRandomPhotons.[h,cc]:
1025 - added
1026
1027 * melectronics/Makefile, melectronics/MAnalogChannels.[h,cc],
1028 melectronics/ElectronicsIncl.h, melectronics/ElectronicsLinkDef.h,
1029 melectronics/MDigitalSignal.[h,cc],
1030 melectronics/MAnalogSignal.[h,cc],
1031 melectronics/MAvalanchePhotoDiode.[h,cc]:
1032 - added
1033
1034 * msim/M*.cc, msimreflector/M*.cc, msimcamera/M*.cc:
1035 - changed copyright notice
1036
1037 * mjobs/MJob.[h,cc]:
1038 - for convinience replaced GetEnvValue by GetEnvValue2
1039 - added initialization of the random number generator
1040
1041 * ceres.cc, mcorsika/CorsikaIncl.h:
1042 - added
1043
1044
1045
1046 2009/01/22 Thomas Bretz
1047
1048 * mraw/MRawRunHeader.h:
1049 - added new functions to access the runtype
1050
1051 * msim/MPhotonData.cc:
1052 - removed some obsolete comments
1053
1054 * msim/MPhotonEvent.[h,cc]
1055 - added some comments
1056 - added new member function GetFirst and GetLast
1057 - UnSort the array after reading new data
1058 - removed some old obsolete code
1059 - added new meber function Sort and IsSorted
1060
1061 * msimreflector/MSimReflector.cc:
1062 - force sorting of the array
1063
1064 * msimcamera/MSimPSF.[h,cc], msimcamera/MSimGeomCam.[h,cc],
1065 msimcamera/MSimExcessNoise.[h,cc], msimcamera/MSimSignalCam.[h,cc]:
1066 - added
1067
1068
1069
1070 2009/01/21 Thomas Bretz
1071
1072 * mbase/BaseLinkDef.h, mbase/Makefile:
1073 - added MQuaternion
1074 - added MReflection
1075
1076 * mbase/MQuaternion.[h,cc], mbase/MReflection.[h,cc]:
1077 - added
1078
1079 * mbase/MArrayI.[h,cc]:
1080 - added a few new functions (ReSort, Add, Find and AddUniq)
1081
1082 * mbase/MMath.cc:
1083 - replaced delete by delete[] where appropriate
1084
1085 * mgeom/MGeomCam.h:
1086 - added new virtual functions HitFrame and HitDetector
1087 - included MQuaternion
1088
1089 * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomCamMagic.[h,cc]:
1090 - added new functions HitFrame and HitDetector:
1091
1092 * msim/MHPhotonEvent.cc:
1093 - removed the reference to MCamera
1094
1095 * mgeom/MGeomPix.[h,cc], mgui/MHexagon.[h,cc]:
1096 - moved DistanceToPrimitive from MHexagon to MGeomPix
1097 - moved the funtions to calculate overlapping areas
1098 also, but they are still in a comment
1099
1100 * mgui/MHexagon.[h,cc]:
1101 - started implementing a rotation angle
1102 - added data meber fPhi
1103 - increased class version number
1104
1105 * mhist/MHCamera.cc, mtools/MagicJam.cc:
1106 - we don't have to use a MHexagon anymore caluclating
1107 DistanceToPrimitive
1108
1109 * msimreflector/MMirror.[h,cc], msimreflector/MMirrorSquare.[h,cc],
1110 msimreflector/MMirrorHex.[h,cc], msimreflector/MMirrorDisk.[h,cc],
1111 msimreflector/MReflector.[h,cc], msimreflector/MSimReflector.[h,cc],
1112 msimreflector/Makefile, msimreflector/SimReflectorLinkDef.h,
1113 msimreflector/SimReflectorIncl.h:
1114 - added
1115
1116
1117
1118 2009/01/21 Stefan Ruegamer
1119
1120 * datacenter/scripts/read_lapalma-tapes:
1121 - added check of the tape slot when exporting the tapes
1122
1123
1124
1125 2009/01/20 Thomas Bretz
1126
1127 * mjobs/MJob.h:
1128 - added Esc member function
1129
1130 * msim/MPhotonData.[h,cc], msim/MPhotonEvent.[h,cc],
1131 msim/MSimAbsorption.[h,cc], msim/MSimPointingPos.[h,cc],
1132 MHPhotonEvent.[h,cc], msim/Makefile, msim/SimIncl.h
1133 msim/SimLinkDef.h:
1134 - added
1135
1136
1137 2009/01/19 Thomas Bretz
1138
1139 * mfileio/MWriteRootFile.cc:
1140 - simplified how the rules are evaluated using TPregexp
1141 - by this the rules got more powerful
1142
1143 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
1144 - changed ols style rule to new style
1145
1146
1147
1148 2009/01/18 Thomas Bretz
1149
1150 * mbase/BaseLinkDef.h, mbase/Makefile:
1151 - added MSpline3
1152
1153 * mcorsika/MCorsikaEvtHeader.cc:
1154 - some little cosmetics
1155
1156 * mcorsika/MCorsikaEvtHeader.h:
1157 - added some missing getters
1158
1159 * mcorsika/MCorsikaRunHeader.cc:
1160 - removed some obsolete comments
1161 - reordered some comments
1162
1163 * mextralgo/MExtralgoSpline.h:
1164 - changed default in GetIntegral from true to false
1165
1166 * mraw/MRawEvtHeader.h:
1167 - added Setter for DAQEventNumber
1168
1169 * mraw/MRawRunHeader.cc:
1170 - start pixel hardware indices with 1 not with 0
1171
1172
1173
1174 2009/01/17 Thomas Bretz
1175
1176 * mbase/MMath.[h,cc]:
1177 - added a new function RndmExp which should be a tiny bit faster than
1178 root's own implementation because it ises Rndm() instead of Uniform()
1179
1180 * mextralgo/ExtralgoIncl.h:
1181 - added MArrayF
1182
1183 * mextralgo/MExtralgoSpline.[h,cc]:
1184 - divided FindY into FindYup and FindYdn to avoid an obsolete if-clause
1185 - added a new member function to return the integral function of the
1186 spline. This is useful to init a new spline and use it for
1187 producing the proper random distribution.
1188
1189 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
1190 - added Print() function
1191
1192 * mraw/MRawEvtData.[h,cc]:
1193 - added a member function to Reset the arrays
1194 - added member function to set the pixel indices
1195 - Improved the new Set function
1196
1197 * readcorsika.cc:
1198 - added
1199
1200
1201
1202 2009/01/16 Daniel Hoehne-Moench
1203
1204 * datacenter/scripts/mcsequences:
1205 - implemented sumtrigger -> modes, fTriggerFlagKEY
1206 - fPriority(MCSequenceProcessStatus) is now filled into the mcdb
1207
1208 * datacenter/scripts/fillmccallisto, fillmcstar:
1209 - bugfix: changed argument of $primaries from [$s+$s] to [$s]
1210
1211 * datacenter/macros/fillcamera.C:
1212 - changed NumPheFromDNSB to float(7,3)
1213 - fPriority(MCRunProcessStatus) is now filled into the mcdb
1214
1215 * datacenter/macros/fillmccalib.C:
1216 - minor changes, bugfix (wrong column name for mcdb)
1217
1218 * datacenter/macros/fillmcsignal.C:
1219 - definition of some parameters changed according to fillsignal.C
1220 - minor changes, deleted unnecessary code
1221 - implemented if clause for HiLo-Parameters. Instead of
1222 seqno<200000 the fAmplFadcKEY is queried in the mcdb for each
1223 sequence. For MUX MCs the HiLo-Parameters are not calculated.
1224
1225
1226
1227 2009/01/15 Thomas Bretz
1228
1229 * callisto.cc:
1230 - cosmetics to output
1231
1232 * mcorsika/MCorsikaRunHeader.cc:
1233 - cosmetics (removed a ;;)
1234
1235 * mhist/MHEvent.[h,cc]:
1236 - ReInit to allow the change of the camera geoemtry in ReInit
1237
1238
1239
1240 2009/01/15 Stefan Ruegamer
1241
1242 * datacenter/scripts/dodatacheck:
1243 - removed the _E in the find command; files from 2008/06/04 on do
1244 not have it any more
1245
1246
1247
1248 2009/01/14 Daniel Hoehne-Moench
1249
1250 * datacenter/scripts/sourcefile:
1251 - extended errorcoding on mc run process status
1252
1253 * datacenter/scripts/runmccallisto, runmcstar:
1254 - deleted unnecessary lines, adapted to primary structure
1255
1256 * datacenter/macros/fillmcsignal.C, fillmccalib.C, fillmcstar.C:
1257 - added
1258
1259 * datacenter/scripts/fillmccallisto, fillmcstar:
1260 - added
1261
1262
1263
1264 2009/01/14 Thomas Bretz
1265
1266 * readraw.cc:
1267 - check first whether the file exist before adding the extension
1268
1269 * mbase/MMath.[h,cc]:
1270 - added function to Re-sort an array
1271
1272 * mfileio/MReadMarsFile.cc, mfileio/MWriteRootFile.cc:
1273 - Improved output
1274
1275 * mfileio/MWriteRootFile.cc:
1276 - fixed a problem which prevented to open more than one /dev/null
1277 devices independantly
1278
1279 * mgeom/MGeomCam.cc:
1280 - cosmetics
1281
1282 * mgeom/MGeomCamDwarf.h:
1283 - fixed a typo in an ifdef
1284
1285 * mgeom/MGeomPix.[h,cc]:
1286 - added funtion to return positon as TVector2
1287 - slightly improved the algorithm to check IsInside
1288 - fixed the conditional signs for the orientation of pixels
1289 in GetDirection
1290
1291 * mmain/MEventDisplay.cc:
1292 - Give different names to the MPedestalSubtract tasks
1293 - fixed buttons
1294 - call AddGeometryTags after ReInit to allow reading new geometries in
1295 ReInit
1296
1297 * mmc/MMcEvtBasic.h:
1298 - added a new primary type kNightSky
1299
1300 * mraw/MRawEvtPixelIter.h:
1301 - replaced type of the number of bytes by UInt_t
1302
1303 * mraw/MRawRunHeader.h:
1304 - allow to validate the magic-number from outside (for MCs)
1305
1306 * datacenter/scripts/runcorsika:
1307 - added a lot of comments
1308 - reordered values in input card
1309 - switched off a lot of obsolete output
1310 - changed the Magnetic field to a value corresponding to the location of
1311 MAGIC at 2200m height valid for January 2009. (The old value never took
1312 place there?!) The value was taken from www.noaa.gov/geomagmodels
1313
1314
1315
1316 2009/01/12 Daniel Hoehne-Moench
1317
1318 * datacenter/db/menu.php:
1319 - bugfix: now the SumTriggerFlag is correctly displayed in the web
1320 interface
1321
1322
1323
1324 2009/01/09 Daniel Hoehne-Moench
1325
1326 * datacenter/macros/fillcamera.C
1327 - implemented new variables: zbinmin, zbinmax, number of
1328 sumtriggers, sum trigger flag
1329 - bugfix: for P and C runs the mirror fraction and the impact
1330 parameter had unreasonable values (negative) which were filled
1331 into the mcdb, now->0
1332
1333 * datacenter/scripts/fillcamera, mcsequences:
1334 - implemented call of getdbsetup
1335
1336
1337
1338 2009/01/09 Stefan Ruegamer
1339
1340 * datacenter/scripts/buildsequenceentries
1341 - corrected IFS argument
1342
1343
1344
1345 2009/01/08 Stefan Ruegamer
1346
1347 * datacenter/scripts/filesondisk
1348 - added S and N runs
1349
1350
1351
1352 2009/01/07 Daniel Hoehne-Moench
1353
1354 * datacenter/macros/filldotrun.C:
1355 - updated column counting numbers
1356 - included a check for the number of columns in the runfiles
1357
1358 * datacenter/macros/buildsequenceentries.C:
1359 - implemented SumTriggerFlagKEY for sequence building
1360
1361
1362
1363 2009/01/06 Thomas Bretz
1364
1365 * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h,
1366 mbase/MArrayI.h, mbase/MArrayS.h:
1367 - removed GetSize
1368
1369 * mbase/MArrayF.h:
1370 - added Add()
1371 - added AddClipped
1372
1373 * mbase/MMath.[h,cc]:
1374 - implemented ReSort
1375
1376 * mcorsika/MCorsikaEvtHeader.cc:
1377 - removed obsolete comments
1378
1379 * mcorsika/MCorsikaRead.cc:
1380 - cosmetics
1381
1382 * mcorsika/MCorsikaRunHeader.[h,cc]:
1383 - added comments about file contents
1384 - added fWavelengthMin/Max
1385
1386 * mextralgo/MExtralgoSpline.[h,cc]:
1387 - renamed SearchY to SearchYdn
1388 - fixed a problem in SearchYup (must be ++i instead of i++)
1389 (this is relatively unimportant because it was only used
1390 in the determination of the pulse width which we never
1391 really used)
1392 - added a sanity/range-check to SearchYup and SearchYdn
1393 - added a comment
1394 - changed the order of arguments in EvalDeriv1
1395 - changed the order of arguments in EvalDeriv2
1396 - accelerated EvalDeriv1 (one multiplication less)
1397 - added Deriv1 function
1398 - made SearchYup and SearchYdn public
1399
1400 * mjobs/MDataSet.cc:
1401 - removed an obsolete return statement
1402
1403 * mraw/MRawEvtData.[h,cc]:
1404 - changed pointer in AddPixel to reference
1405 - added a Set function
1406
1407 * mraw/MRawRunHeader.[h,cc]:
1408 - added a lot of fixes for wrong run numbers written by Arehucas
1409 - added a fix for strange file numbers written by Arehucas
1410 - added functions as monta carlo interface to set contents
1411
1412 * msignal/MSignalCam.cc:
1413 - defined a case 9
1414
1415
1416
1417 2009/01/05 Thomas Bretz
1418
1419 * mhbase/MH.h:
1420 - commited missing changes from last year
1421
1422 * merpp.cc:
1423 - fixed a description
1424
1425 * sponde.cc:
1426 - added "Multiple dataset at once"
1427
1428 * star.cc:
1429 - removed obsolete -ff option from output
1430
1431 * mbase/MTime.[h,cc]:
1432 - added GetBinary
1433 - added WriteBinary
1434
1435 * mbase/MEvtLoop.cc:
1436 - display paused status in status line
1437 - improved pause handling
Note: See TracBrowser for help on using the repository browser.