source: trunk/MagicSoft/Mars/Changelog@ 9308

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