source: trunk/MagicSoft/Mars/Changelog@ 9311

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