source: trunk/MagicSoft/Mars/Changelog@ 9332

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