source: trunk/MagicSoft/Mars/Changelog@ 9309

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