source: trunk/MagicSoft/Mars/Changelog@ 9318

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