source: trunk/MagicSoft/Mars/Changelog@ 9324

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