source: trunk/MagicSoft/Mars/Changelog@ 9313

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