source: trunk/MagicSoft/Mars/Changelog@ 9322

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