source: trunk/MagicSoft/Mars/Changelog@ 9359

Last change on this file since 9359 was 9359, checked in by tbretz, 16 years ago
*** empty log message ***
File size: 46.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/10 Daniela Dorner
21
22 * datacenter/scripts/buildsequenceentries,
23 datacenter/scripts/checkfilesforsequenceavail,
24 datacenter/scripts/checkstardone, datacenter/scripts/correcttime,
25 datacenter/scripts/dbchk, datacenter/scripts/dodatacheck,
26 datacenter/scripts/doexclusions, datacenter/scripts/fillcallisto,
27 datacenter/scripts/fillcamera, datacenter/scripts/fillganymed,
28 datacenter/scripts/fillstar, datacenter/scripts/insertdatasets,
29 datacenter/scripts/makecallistolinks,
30 datacenter/scripts/mcsequences, datacenter/scripts/movingrawfiles,
31 datacenter/scripts/movingrawfiles_OK, datacenter/scripts/runcamera,
32 datacenter/scripts/runcorsika, datacenter/scripts/runreflector,
33 datacenter/scripts/sourcefile,
34 datacenter/scripts/writedatasetfiles,
35 datacenter/scripts/writesequencefiles:
36 - removed scriptlog
37
38 * datacenter/scripts/jobmanager:
39 - fixed typo
40
41
42
43 2009/02/19 Thomas Bretz
44
45 * mcorsika/MCorsikaRunHeader.[h,cc]:
46 - reformatted output
47 - added "Options" to output
48 - made Has const
49 - added a workaround to get the maximum simulated impact
50 although it is not officially stored in the file
51
52 * msim/MHPhotonEvent.cc:
53 - improved automatic binning
54
55 * msim/MPhotonData.[h,cc]:
56 - added GetCosW2
57 - added GetSinW2
58 - added GetSinW
59
60 * msim/MSimAbsorption.cc:
61 - don't check wavelength range when theta should be used
62
63 * msimcamera/MSimAPD.cc:
64 - check for uninitialized indices
65
66 * msim/MPhotonEvent.[h,cc]:
67 - moved the code for MyClonesArray to the source file
68 - improved a lot the reading speed by reading larger blocks
69 of data from the file at once
70 - improved memory handling. This ensures that even the largest
71 events don't fill the memory forever and the allocated memory
72 is free'd again after some time
73
74 * msimreflector/MSimReflector.cc:
75 - Use the new Resize function of MPhotonEvent to make sure
76 that the memory is not allocated forever.
77
78 * mimage/MHHillas.cc, mimage/MMHillas.Ext.cc, mimage/MHHillasSrc.cc:
79 - converted default binning from mm to deg
80
81 * mraw/MRawRunHeader.cc:
82 - print less when values doen't have any meaning
83
84 * msim/MSimAtmosphere.[h,cc]:
85 - added
86
87 * msim/SimLinkDef.h, msim/Makefile:
88 - added MSimAtmosphere
89
90 * mjobs/MJSimulation.cc:
91 - added simulation of atmosphere
92 - clean isolated pixels away before calculating image parameters
93 - don't clean calibration runs
94 - correct displayed az by magnetic field
95 - added auto range for the 2D histograms
96 - set automatic binning for dist
97 - added tab with histogram for trigger area and threshold
98
99 * readcorsika.cc:
100 - implemented -ff option
101
102 * mcorsika/MCorsikaRunHeader.cc:
103 - improved Print output
104
105 * mimage/MImgCleanStd.cc:
106 - fixed the checks for the cleaning parameters there
107 where some wrong conditions
108
109 * msim/MSimMMCS.cc:
110 - fixed typo in a comment
111
112 * ceres.rc:
113 - added units for psf
114 - some small updates
115
116 * msimreflector/MSimReflector.cc:
117 - convert units of psf from mm to cm
118 - Use MPointingPos instead of PointingCorsika, ARRANG already
119 rotates all vectors accrodingly
120
121 * msim/MSimPointingPos.cc:
122 - don't write PoinitingCorsika anymore. ARRANg already includes
123 the rotation
124
125 * mgeom/MGeomCamMagic.[h,cc]:
126 - added a constructor which allows to set the focal distance
127
128 * msimcamera/MSimAPD.cc, msimcamera/MSimGeomCam.cc,
129 msimcamera/MSimRandomPhotons.cc, msimreflector/MSimReflector.cc:
130 - don't create an object if MGeomCam not found, try "MGeomCam"
131 as default instead
132
133 * mhflux/MHCollectionArea.[h,cc]:
134 - added MMcRunHeader to data members to be able to check
135 the maximum impact in Finalize for the case the maximum
136 impect is collected "on-line" from the events
137 - if the event distribution comes just from the spectrum fill
138 the distribution event by event to get correct errors
139 - romved some old obsolete code
140
141 * msim/MSimMMCS.[h,cc]:
142 - added MMcRunHeader to data members to allow to collect the
143 maximum impact from the events
144
145
146
147 2009/02/18 Thomas Bretz
148
149 * datacenter/scripts/runcorsika:
150 - added a comment
151
152 * mbase/MParList.cc:
153 - when adding a TCollectionn only add MParContainers
154
155 * mcorsika/MCorsikaRunHeader.[h,cc]:
156 - added reading of Atmospheric coefficients
157 - added reading of Cherenkov Flag
158 - added corsika's Earth Radius
159
160 * melectronics/MDigitalSignal.[h,cc]:
161 - added and initialized an index to allow to "connect"
162 the digital signal to a channel
163
164 * mjtrain/MJTrainSeparation.cc:
165 - replaced kGreen by kBlue
166
167 * mmain/MEventDisplay.cc:
168 - added a type==3 which is for ceres-reflector files
169
170 * mmain/Makefile:
171 - added -I../mcorsika
172 - added -I../msim
173 - added -I../msimcamera
174
175 * msim/MHPhotonEvent.[h,cc]:
176 - set the binning more automatically from the run-headers
177 where possible
178 - added RadEnv
179 - added Clear function for external access
180
181 * msim/MSimAbsorption.cc:
182 - addec const-qualifier for photon
183
184 * msimcamera/MSimGeomCam.cc:
185 - allow usage also without pulse and pulse position (for display)
186
187 * msimcamera/MSimSignalCam.cc:
188 - allow usage also without TriggerPos
189 - added a check whether MSignalCam was correctly initialized
190
191
192
193 2009/02/16 Thomas Bretz
194
195 * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
196 mimage/MHImagePar.cc:
197 - replaced green by blue for better readability on projectors
198
199 * mbase/MEnv.[h,cc]:
200 - added the option of a default name to allow i/o more similar
201 to MParContainer
202 - improved Print()
203
204 * ceres.cc, callisto.cc, star.cc, ganymed.cc, sponde.cc:
205 - make use of the new default name of MEnv
206
207 * mjobs/MJSpectrum.cc:
208 - read and write ganymed.rc
209
210 * mbase/MParList.cc:
211 - if adding a TObjArray add only MParContainers (for sanity)
212
213 * mjobs/MJob.cc:
214 - when reading read also TObjects
215
216 * mjobs/MJSpectrum.cc:
217 - now read the ganymed.rc and write it to the output
218
219 * mhflux/MHEffectiveOnTime.h:
220 - increased class version by 1
221
222 * mhflux/MHAlpha.cc:
223 - removed erronornously comittet SetSumw2
224 - don't output the numbe rof excess events vs time
225
226
227
228 2009/02/15 Thomas Bretz
229
230 * ceres.rc:
231 - added the MAGIC I high gain pulse as example
232
233 * sponde.cc:
234 - redirect root error handler
235 - added new option to force on-time fit
236
237 * datacenter/scripts/runcorsika:
238 - added a comment
239 - remove empty dat file after corsika finished
240
241 * mbase/MLog.cc:
242 - added several more log-levels to handling root's error handler
243
244 * mbase/MPrint.cc:
245 - flush buffer before printing
246 - set output level to all
247
248 * melectronics/MPulseShape.h:
249 - let clone also clone the spline
250
251 * mfileio/MWriteRootFile.cc:
252 - don't output title if empty
253
254 * mhflux/MHEffectiveOnTime.[h,cc]:
255 - added new data mebers to store the result of the overall-fit
256 which is now done in Finalize
257 - output the results of the effective on-time fit as inf2
258 - increased clas version accordingly
259
260 * mjobs/MJSimulation.[h,cc]:
261 - simplified setting up the file structure
262
263 * mjobs/MJSpectrum.[h,cc]:
264 - added the possibility to force a new on-time fit.
265 - a MHEffectiveOnTime histogram is now always displayed
266 for manual cross checks
267
268 * mjobs/MJStar.cc:
269 - added MSrcPosCam for Monte Carlos to output
270
271 * mpointing/MSrcPosCalc.cc:
272 - ignore the WobbleMode from the MMcCorsikaRunHeader
273 if it is a ceres file
274
275 * msim/MPhotonEvent.[h,cc]:
276 - added function GetTimeFirst
277 - added function GetTimeLast
278 - added function GetTimeMedianDev
279 - added fLength to MPhotonStatistics
280
281 * msimcamera/MSimGeomCam.cc:
282 - make use of the new functions
283 - set length to statistics container
284
285 * mpointing/MHSrcPosCam.[h,cc], mpointing/MSrcPosRndm.[h,cc],
286 mfilter/MFMagicCuts.[h,cc], mmuon/MHMuonPar.[h,cc],
287 mhflux/MHThetaSqN.[h,cc]:
288 - support changing geometries (conversion factors) reading
289 a new geometry from a run header
290
291 * mimage/MHVsSize.[h,cc], mimage/MHNewImagePar.[h,cc],
292 mimage/MHHillasSrc.[h,cc], mimage/MHHillasExt.[h,cc],
293 mimage/MHHillas.[h,cc], mimage/MNewImagePar2.[h,cc]:
294 - removed option to set conversion factor manually
295 - support changing geometries (conversion factors) reading
296 a new geometry from a run header
297 - increased class version by one
298
299 * mhflux/MMcSpectrumWeight.cc:
300 - replaced Form by MString::Format
301
302 - made sure that nobody is mixing different energy-range monte
303 carlos and normalizes by integral (to be implemented)
304
305 * manalysis/MMcCalibrationUpdate.cc:
306 - switched off file Ceres files (this might only be temporary
307 but it makes the display work quite well even without
308 calibrated units.
309
310 * mjobs/MJCalibrateSignal.cc:
311 - updated the rule to allow for file names without the leading date
312
313 * mjobs/MJSpectrum.[h,cc]:
314 - set the kMustCleanup bit for sanity
315 - replaced a lot of Form by MString::Format
316 - moved the getting of the right Alpha-histogram to GetHAlpha
317 - the tlist2 doesn't neet to replace anything because all previous
318 tasklists added to the list have been removed again
319 - "DataType" already in parlist? Don't add a second one
320 - replaced some gLog by fLog
321 - make sure that the "Done." message is printed even in case
322 no output is written at the end
323
324 * ceres.rc:
325 - added some more info
326
327 * datacenter/scripts/runcorsika:
328 - added magnetic field Azimuth direction (ARRANG), currently
329 at ~ -7deg at La Palma
330
331 * mbase/MLog.cc:
332 - finallyadded a really stupid hack/workaround to suppress these
333 annoying errors in case of a log-scale set too early
334
335 * mbase/MTask.[h,cc]:
336 - Replaced OverwritesProcess by Overwrites
337
338 * mcorsika/MCorsikaEvtHeader.cc:
339 - fixed particle momentum coordinate system
340
341 * mcorsika/MCorsikaRunHeader.[h,cc]:
342 - added magnetic field values
343 - improved output
344
345 * mjobs/MJSimulation.cc:
346 - updated height scale
347 - use MPhotonStatistics.fLength
348 - plot median dev of photon arrival times
349
350 * mmc/MMcRunHeader.hxx:
351 - added a getter IsCeres
352 - added a setter for the Corsika Version
353
354 * mpedestal/MMcPedestalCopy.cc:
355 - use the new IsCeres
356
357 * msim/MSimMMCS.[h,cc]:
358 - use the telescope pointing in telescope coordinates for MMcEvt
359 - correct the shower direction by the magnetic field azimuth
360 - set corsika program version
361
362 * msim/MSimPointingPos.[h,cc]:
363 - splitted the output into coordinated in the corsika frame
364 (module the magnetic field) and the poiting direction in
365 telescope coordinates
366 - added possibility to "observe" in off-target mode
367
368 * msimreflector/MSimReflector.cc:
369 - use new pointing direction in the corsika frame
370
371
372
373
374 2009/02/13 Thomas Bretz
375
376 * mcorsika/MCorsikaEvtHeader.h:
377 - added some comments on the coordinate system
378
379 * ceres.rc:
380 - added some comments
381 - setup a psf for the dwarf mirror
382
383 * mcorsika/MCorsikaRunHeader.h:
384 - added some comments
385
386 * mjobs/MJSimulation.cc:
387 - added some histogram titles
388 - fixed the x, y coordinates of the impact histogram
389 - write "ElectronicNoise"
390
391 * mjobs/MJStar.cc:
392 - don't force writing of containers which are not filles by ceres
393 - updated rule to support files without date
394
395 * mpedestal/MPedestalPix.[h,cc]:
396 - added Print() function
397
398 * mraw/MRawFileRead.cc:
399 - added a comment
400
401 * msim/MPhotonData.h:
402 - added comments about coordinate system
403
404 * msimcamera/MSimGeomCam.cc:
405 - when looking for the pixels convert from ceres-coordinates
406 to GeomCam camera-coordinates
407
408 * msimreflector/MMirror.h:
409 - added Setter for SigmaPSF
410
411 * msimreflector/MMirrorDisk.cc, msimreflector/MMirrorHex.cc,
412 msimreflector/MMirrorSquare.cc:
413 - now start counting in ReadM with 0
414
415 * msimreflector/MReflector.[h,cc]:
416 - added some documentation
417 - added function to set psf of all mirrors
418 - added psf optional to input file
419 - remove already evaluated tokens from TObjArray
420 - added reading of a default psf from the input file
421
422 * mjobs/MSequence.cc:
423 - fixed a bug in GetArrays which could cause seg-faults
424 - added a sanity check
425
426
427
428 2009/02/12 Thomas Bretz
429
430 * datacenter/macros/fillsources.C:
431 - updated
432
433 * mfileio/MWriteRootFile.[h,cc]:
434 - added some comments
435 - renamed GetNewFileName to SubstituteName
436 - made SubstituteName static
437
438 * mhist/MHCamera.cc:
439 - fixed the number in the legend (was wrong since last update)
440
441 * mjobs/MDataSet.cc:
442 - replaced From by MString::Format
443
444 * mjobs/MJSimulation.cc:
445 - a lot of things were renamed
446 - the refelctor can now be set from the setup file
447 - changed the binning for the event width
448 - removed plot "CamShadow"
449 - changed rules for file names
450
451 * ceres.rc:
452 - updated according to the changes in MJSimulation
453
454 * mjobs/MSequence.cc:
455 - replaced use of Form by MString::Format
456 - allow non-setting of fNight
457 - don't print period if -1
458
459 * mmain/MEventDisplay.cc:
460 - decode trigger pattern for display
461
462 * mmain/Makefile:
463 - included mtrigger
464
465 * msim/MHPhotonEvent.cc:
466 - search Reflector instead of MReflector
467
468 * msim/MSimAbsorption.cc:
469 - added some info output
470
471 * msimcamera/MSimAPD.[h,cc]:
472 - added an option to set the geom cam name. Can be used to skip
473 this task
474
475 * msimcamera/MSimCamera.[h,cc]:
476 - allow to set BaselineGain from resource file
477
478 * msimreflector/MSimReflector.cc:
479 - removed CamShadow container
480 - search Reflector instead of MReflector
481
482 * Makefile:
483 - removed mreflector
484
485 * mcalib/MCalibrationPatternDecode.cc:
486 - in case of pattern==0 and MCs set the color to CT1. This is
487 a workaround because the bits don't allow to set is explicitly
488 - removed the check for the kCT1Pulser bit. It can never be true
489 - consequently removed the kCT1Pulser bit
490
491 * mpedestal/MMcPedestalCopy.[h,cc]:
492 - fixed for MUX MCs (the pedestal has to be scaled)
493 - added option to process ceres data
494
495
496
497 2009/02/11 Thomas Bretz
498
499 * mcalib/MCalibColorSet.[h,cc]:
500 - removed some obsolete break statements
501 - removed obsolete gkMCRunLimit
502 - fixed setting of signal strength for extremely old
503 runs (I think we don't have them anyway)
504
505 * mcalib/MCalibrateData.cc:
506 - improved output
507
508 * mcalib/MCalibrationChargeCalc.cc:
509 - stop if no valid pulser colors have been found
510
511 * mcorsika/MCorsikaRunHeader.h:
512 - some cosmetics
513 - added some getter
514
515 * mhist/MHEvent.[h,cc]:
516 - some improvements to output
517 - implemented display for trigger pattern
518
519 * mtrigger/MTriggerPattern.[h,cc]:
520 - added Copy-function
521
522 * mhist/Makefile:
523 - added -I../mtrigger
524
525 * mmc/MMcEvtBasic.[h,cc]:
526 - moved the getter returning a TString to the source file
527 - replaced Form by MString::Format
528
529 * mraw/MRawRunHeader.cc:
530 - initialize fSourceEpochChar[1]
531 - initialize fNumEventsRead
532 - suppress more output which has not been initialized
533 - removed run-type from SetRunInfo
534 - added new function SetRunType
535 - use strncpy instead of memcpy
536 - replaced const char[] arguments by TString
537
538 * msimreflector/MReflector.[h,cc]:
539 - added Print
540 - added a circle around the mirror showing fMaxR
541
542 * mastro/MAstro.cc:
543 - updated some typos in comments
544
545 * mbase/MEnv.cc:
546 - replaced Form by MString::Format
547
548 * mbase/MTask.cc:
549 - made the total number of executions really count the total
550 number
551
552 * mcalib/MCalibrationPatternDecode.cc:
553 - some cosmetics
554 - corrected the use of a wrong FindCreateObj
555
556 * mcorsika/MCorsikaRead.cc:
557 - added a comment
558
559 * mfileio/MWriteRootFile.cc:
560 - improved output
561 - improved the copy of a tree (now done without unpacking)
562 - made sure that copied trees are shown in the summary
563 - made sure that the copied trees are nevertheless deleted
564
565 * mfilter/MFDeltaT.cc:
566 - adapted to change in GetNumExecutions
567
568 * mhbase/MFillH.cc:
569 - set the number of executions (as it is in MTask) before the
570 execution
571
572 * mhbase/MH.cc:
573 - improved the statistics output
574
575 * mhist/MHCamera.[h,cc]:
576 - don't create an own pad anymore
577 - removed SetRange
578 - SetRange now done via MH::SetPadRange
579 - some sanity checks if fGeomCam is set
580 - some adaptions to the new layout scheme without
581 an own pad
582 - Changed DrawProjection to a more commonly usable scheme
583 - Removed all dependencies from MGeomCamMagic
584 - start the gaus fit with the maximum not the integral
585
586 * mjobs/MJCalibrateSignal.cc:
587 - If the input files contain an OriginalMC tree
588 copy it
589 - consequently we make the MMcEvtBasic from the
590 parameter-list optional
591 - fixed the rule (MC files with .root as extension could not
592 be processed)
593
594 * mjobs/MJCalibration.[h,cc], mjobs/MJPedestal.[h,cc]:
595 - Use MHCamera::CamDraw more extensively
596 - replace use of Form by MString::Format
597
598 * mjobs/MJSimulation.cc:
599 - added an option to switch the cmaera electronics off
600 - write some more containers to output file (for easy access)
601 - set the MC bit in the header
602 - now use MSimMMCS to "fake" the correct file structure
603 - added three new writers to write the MMcEvtBasic information
604 - added a display of the most important things
605
606 * mmain/MEventDisplay.cc:
607 - don't change into the not more existing pad of a MHCamera
608
609 * msimcamera/MSimCalibrationSignal.cc:
610 - adapted GetNumExecution
611 - SetReadyToSave for the run header
612 - jitter the number of emitted photons
613 - corrected the emitted trigger positon
614 - (re)set calibration pattern
615
616 * mbase/MLut.[h,cc]:
617 - added overload of Delete() function
618 - added IsDefault
619 - added SetDefault
620
621 * mfileio/MWriteRootFile.cc:
622 - fixed output in OpenFile
623
624 * mjobs/MSequence.cc:
625 - allow the "Night" resource to be empty
626
627 * msimcamera/MSimBundlePhotons.cc:
628 - some small improvements in case of empty maps
629
630 * msimcamera/MSimReadout.[h,cc]:
631 - reset gain. Use the new fConversionFactor instead
632 - removed some setting of fRunHeader
633
634 * msimcamera/MSimTrigger.[h,cc]:
635 - on useer request now offset and gain can be used to
636 convert the signal back into units of phe
637 - added possibility to use empty lookup tables
638 - added debug output
639
640 * msimcamera/MSimCamera.[h,cc]:
641 - outsourced the pedestal and gain numbers into ReInit
642 - use an MPedestalCam for Electronic Noise and Gain
643 - allow to switch ob whether the gain is applied to the
644 electronic noise or not
645 - SetPhotElfromShower
646
647 * msim/Makefile. msim/SimLinkDef.h:
648 - added MSimMMCS
649
650 * msim/MSimMMCS.[h,cc]:
651 - added
652
653 * msimcamera/Makefile:
654 - added -I../mpedestal
655
656 * ceres.rc:
657 - added
658
659 * msimreflector/MMirrorSquare.cc, msimreflector/MMirrorHex.cc,
660 msimreflector/MMirrorDisk.cc:
661 - changed the grey colors
662
663 * msimreflector/MMirrorHex.cc:
664 - fixed bugs in CanHit and HasHit
665
666
667
668 2009/02/10 Thomas Bretz
669
670 * manalysis/MMcTriggerLvl2Calc.cc:
671 - removed obsolete include of MmcRunHeader
672
673 * mbase/MSpline3.[h,cc]:
674 - improved the available constructors
675 - added some comments for future use
676 - added default constructor
677 - added GetHistogram()
678
679 * mcorsika/MCorsikaRunHeader.[h,cc]:
680 - added fImpactMax
681 - added some Getters
682
683 * melectronics/MPulseShape.[h,cc]:
684 - set class version to 1 to make it storable
685 - set a title for the splines
686 - implemented Paint function
687
688 * mhbase/MH.[h,cc]:
689 - added SetPadRange
690
691 * mhist/MHCamEvent.[h,cc]:
692 - Init the geometry in ReInit thus it can work with a geometry stored in a file
693 - Make sure that histogranms already drawn properly to a pad are found in Paint
694 - added RecursiveRemove for sanity
695
696 * mmc/MMcCorsikaRunHeader.h:
697 - added SetSpectrum
698
699 * mmc/MMcEvt.hxx:
700 - added SetEvtNumber
701 - added SetPhotElfromShower
702
703 * mmc/MMcEvtBasic.[h,cc]:
704 - added operator=
705
706 * mmc/MMcRunHeader.[hxx, cxx]:
707 - set default for the versions to UShort_t(-1)
708 - added some comments
709 - added SetNumSimulatedShowers
710 - added SetImpactMax
711
712 * mraw/MRawRunHeader.cc:
713 - suppress some information in header if not valid
714
715 * msignal/MSignalCalc.cc:
716 - if (!fPedestal) we should return kTRUE not kFALSE
717
718 * msimreflector/MMirror.[h,cc], msimreflector/MMirrorDisk.[h,cc],
719 msimreflector/MMirrorHex.[h,cc], msimreflector/MMirrorSquare.[h,cc],
720 msimreflector/MReflector.[h,cc],
721 - added Print
722 - some cosmetics in header
723 - set class version to 1 to make it storable
724
725 * mtools/MagicJam.cc:
726 - updated
727
728
729
730 2009/02/10 Daniela Dorner
731
732 * datacenter/db/tabs.php:
733 - if csv-file doesn't exist, only logs are displayed now
734
735
736
737 2009/02/08 Thomas Bretz
738
739 * Makefile.conf.linux:
740 - added -Winit-self
741
742 * msimcamera/MSimCalibrationSignal.[h,cc]:
743 - account for the pulse shape/width
744 - make number of photons settable
745 - make time jitter settable
746 - renamned fNumEntries to fNumEvents
747 - don't set daq event number (should be set by the "daq")
748 - set trigger pattern
749 - print number of events in PreProcess
750
751 * msimreflector/MSimReflector.[h,cc]:
752 - made the detector margin settable
753
754 * datacenter/macros/insertcacofile.C, datacenter/macros/insertsequence.C:
755 - print an error and exit
756
757 * macros/optim/optimdisp.C:
758 - set the default values as default
759 - added a short summary what a good strategy for optimization is
760
761 * mastro/MAstro.cc:
762 - replaced Form by MString::Form
763
764 * mcorsika/MCorsikaEvtHeader.[h,cc], mcorsika/MCorsikaRunHeader.[h,cc]:
765 - moved fParticleID from event header to run header
766 - increased Class Version accordingly
767 - added an error if more than one observation levels are read
768
769 * mhcalib/MHGausEvents.cc:
770 - replaced Form by MString::Form
771 - handle the creating of the TF1 fExpFit a bit more "root-safe"
772
773 * mhist/MHCamEvent.[h,cc]:
774 - added a new option to collect the maximum or minimum contents
775
776 * mhist/MHCamera.[h,cc]:
777 - added new functions SetMax/MinCamContent
778
779 * mraw/MRawEvtHeader.cc:
780 - initialize the data members in constructor
781
782 * mraw/MRawEvtHeader.h:
783 - removed bits for trigger type they were never used
784
785 * mraw/MRawRunHeader.cc:
786 - tiny cosmetics
787
788 * msim/MHPhotonEvent.[h,cc]:
789 - added a histogram to display the height
790 - don't fill kNightSky photons
791
792 * msim/MPhotonData.h:
793 - added getter for fProductionHeight
794
795 * msim/MPhotonEvent.h:
796 - commented IsValid (was not used anyhow)
797
798 * msimcamera/MSimGeomCam.[h,cc]:
799 - added one sample to the window to allow for time jitter of one sample
800 - make the code for the window indentical to MSimCalibrationSignal
801
802 * msimcamera/MSimReadout.[h,cc]:
803 - Set the daq event number (readout number)
804
805 * msimcamera/MSimTrigger.[h,cc]:
806 - added comments
807 - made the signal length settable
808 - made the coincidence time settable
809 - removed setting of the daq event number (should be done by the "daq")
810 - changed the trigger output from all to inf/inf2
811
812 * msimcamera/Makefile:
813 - added -I../mtrigger
814
815 * mjobs/MJSimulation.[h,cc]:
816 - added new mode to force the use of the trigger "electronics"
817 - moved setup of the fadc to the resource file
818 - added a new histogram to show the maximum signal in all pixels
819 - automatically setup the range of the TrigPos histogram
820 - don't show all histograms in all run conditions
821
822 * mraw/MRawRunHeader.[h,cc]:
823 - added ReadEnv for a setup from a resource file in ceres
824
825 * msimcamera/MSimAPD.cc:
826 - added a sanity check if ReInit has not been called
827
828
829
830 2009/02/07 Thomas Bretz
831
832 * sponde.rc:
833 - fixed a typo
834
835 * datacenter/scripts/runcorsika:
836 - added a comment
837
838 * mbase/MContinue.h:
839 - changed a comment
840
841 * mbase/MEnv.h, mbase/MMath.cc:
842 - Do not assign a temporary TString to const char *
843
844 * mcamera/MCameraCentralPix.[h,cc]:
845 - changed fDC from Float_t to Int_t
846
847 * mhflux/MHCollectionArea.cc, mhflux/MHDisp.cc, mhflux/MHEnergyEst.cc,
848 mhflux/MHFalseSource.cc, mhflux/MHThreshold.cc, mhbase/MFillH.cc,
849 mastro/MAstroCamera.cc, mastro/MAstroCatalog.cc, mbase/MContinue.cc,
850 mbase/MFilter.cc, mbase/MLog.cc, mbase/MParContainer.cc, mhbase/MH.cc,
851 mbase/MParEmulated.cc, mbase/MStatusDisplay.cc, mbase/MTime.cc,
852 mhbase/MH3.cc, mhbase/MHn.cc,mhflux/MHAlpha.cc, mhist/MHCamera.cc,
853 mhflux/MHEffectiveOnTime.cc, mmuon/MHMuonPar.cc, mmovie/MMovieWrite.cc,
854 mhflux/MHFalseSource.cc, mhist/MHCamEvent.cc,
855 mmain/MEventDisplay.cc, mreflector/MHReflector.cc:
856 - use MString::Format instead of Form
857
858 * msim/MHPhotonEvent.cc:
859 - don't fill kNightSky primaries
860
861 * msim/MPhotonEvent.[h,cc]:
862 - return the number of non NightSky photons
863
864 * msimcamera/MSimPSF.cc:
865 - changed default for fSigma from 1 to -1
866
867 * mbase/MContinue.cc:
868 - changed default title
869
870 * mfileio/MWriteRootFile.cc:
871 - set kMustCleanup bit, otherwise it is not correctly deleted from
872 the list of cleanups
873
874 * mhbase/MH3.[h,cc]:
875 - added RecursiveRemove
876
877 * mhflux/MAlphaFitter.[h,cc]:
878 - moved code to source file
879 - improved setting of a new fFunc
880
881 * mhflux/MHAlpha.[h,cc], mhvstime/MHSectorVsTime.[h,cc]
882 - added RecursiveRemove
883
884 * mjobs/MJSimulation.cc:
885 - added MSimPSF
886 - Show only the non NightSky photons in the size plot
887 - changed the binning of BinningEvtWidth
888
889
890
891 2009/02/06 Daniela Dorner
892
893 * datacenter/db/include.php:
894 - adapted status-query
895
896
897
898 2009/02/05 Daniel Hoehne-Moench
899
900 * datacenter/macros/filldotrun.C:
901 - implemented new SuperArehucas version
902
903
904
905 2009/02/03 Thomas Bretz
906
907 * mastro/MAstroCatalog.[h,cc]:
908 - searches now all catalogs also in the datacenter default path if
909 the file could not be found
910
911 * mbase/MStatusDisplay.cc:
912 - also print information about added tabs in batch mode
913
914 * mcorsika/MCorsikaEvtHeader.h:
915 - fixed a comment
916
917 * mfileio/MWriteRootFile.cc:
918 - added some more log-output
919 - open a new /dev/null only if none with the same title already exists
920 - added some comments
921
922 * mhflux/MHEffectiveOnTime.cc:
923 - Don't call PaintText if FitH failed (as suggested by valgrind)
924
925 * mjobs/MJStar.cc, mjobs/MJCalibrateSignal.cc:
926 - added a title to all MWriteRootFile
927
928 * mreport/MReportCC.cc:
929 - added more comments
930 - improved log-output
931
932
933
934 2009/02/03 Daniela Dorner
935
936 * datacenter/db/plotdb.php:
937 - sequence as default when startup
938
939 * datacenter/db/plotdb.php, datacenter/db/plot.php:
940 - added possibility to set size of plot
941
942
943
944 2009/02/03 Stefan Ruegamer
945
946 * datacenter/scripts/budb:
947 - added getdbsetup
948
949
950
951 2009/02/02 Thomas Bretz
952
953 * mcamera/MCameraCentralPix.[h,cc]:
954 - added data member fDC
955 - increased class version number accordingly
956
957 * mreport/MReportCC.cc:
958 - improved debug output
959 - remove minus from the third argument in SCHEDULE
960
961 * mreport/MReportCamera.[h,cc]:
962 - fixed for ver>=200812140
963 - added InterpretePSSEN
964 - added InterpreteLIQ
965
966 * msimcamera/MSimCamera.cc:
967 - added a time-shift uniformly according to the bin-width
968
969
970
971 2009/01/30 Thomas Bretz
972
973 * RELEASE V2.2
974
975
976 2009/02/02 Thomas Bretz
977
978 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
979 - fixed the regular expresssion
980
981
982
983 2009/01/30 Thomas Bretz
984
985 * datacenter/macros/fillcmt.C:
986 - added
987
988 * datacenter/macros/plotstat.C:
989 - extended loop to show all periods again
990
991 * msim/MPhotonData.cc:
992 - don't change the sign of the cosines. The direction of the
993 particle doesn't neet to be changed
994
995 * msimreflector/MSimReflector.cc:
996 - change the rotation matrix to fit the change in MPhotonData
997
998
999
1000 2009/01/29 Thomas Bretz
1001
1002 * melectronics/MPulseShape.cc:
1003 - changed spline range from -25/25 to -8/8
1004
1005 * mhflux/MAlphaFitter.cc, mhflux/MHAlpha.cc, mhflux/MHDisp.cc:
1006 - for sanity (thread safety) replaced Form by MString::Format
1007
1008 * mhflux/MHDisp.cc:
1009 - initialize fHalf as suggested by valgrind
1010
1011 * datacenter/macros/plotdb.C:
1012 - updated comments
1013
1014 * resources/calibration_spline.rc:
1015 - updated
1016
1017
1018
1019 2009/01/27 Thomas Bretz
1020
1021 * macros/rootlogon.C:
1022 - added new subdirectories
1023
1024 * melectronics/MAnalogSignal.[h,cc]:
1025 - added the posssibility to add a pulse from a TF1
1026 - removed the printout if out of range
1027 - returns whether the range had to be adapted
1028 - changed the Discriminate function to allow for giving a start
1029 and end time of the search
1030 - imporved the fining of the falling and rising edge
1031 - removed the printout in Discriminate
1032
1033 * msimcamera/MSimCamera.[h,cc]:
1034 - moved the pulse shape specific code into a new class MPulseShape
1035 - Fixed the range of the digitization
1036
1037 * melectronics/MPulseShape.[h,cc]:
1038 - added
1039
1040 * melectronics/Makefile, melectronics/ElectronicsLinkDef.h:
1041 - added MPulseShape
1042
1043 * msimcamera/MSimGeomCam.[h,cc]:
1044 - Fixed the time window for random photons (Maybe move to a later
1045 step in the analysis?)
1046
1047 * msimcamera/MSimReadout.cc:
1048 - call SetReadyToSave for the run-header
1049 - added some debug output in case of failure
1050
1051 * msimcamera/MSimSignalCam.[h,cc]:
1052 - subtract the trigger position of any
1053
1054 * msimcamera/MSimTrigger.cc:
1055 - some changes to the debug output
1056
1057 * mjobs/MJSimulation.[h,cc]:
1058 - added
1059
1060 * mjobs/Makefile, mjobs/JobsLinkDef.h:
1061 - added MJSimulation
1062
1063 * ceres.cc, showlog.cc, callisto.cc, star.cc, ganymed.cc, sponde.cc:
1064 - added parenthesis suggested by compiler
1065
1066 * mbase/MParEnv.cc:
1067 - included TClass for newwer root versions
1068
1069 * msimreflector/MReflector.cc:
1070 - fixed return if read file was not existing
1071
1072 * msimrelfector/MSimReflector.cc:
1073 - added sanity check if reflector is valid
1074
1075 * datacenter/macros/insertdataset.C:
1076 - added fPriority
1077
1078 * datacenter/macros/plotoptical.C:
1079 - write a root-file as the other plot-macros do
1080
1081 * mreflector/MHReflector.cc:
1082 - added some SetDirectory(NULL), although this class is a candidate
1083 for removal
1084
1085 * mjobs/MJCut.cc, mjobs/MJCalibrateSignal.cc:
1086 - make the CheckEnv fail if kFALSE is returned
1087
1088
1089
1090 2009/01/26 Thomas Bretz
1091
1092 * Makefile:
1093 - added mcorsika, msim, msimreflector, msimcamera and
1094 msimelectronics
1095 - added readcorsika
1096
1097 * mbase/Makefile, mbase/BaseLinkDef.h:
1098 - added MParEnv
1099
1100 * mbase/MParEnv.[h,cc]:
1101 - added
1102
1103 * mbase/MParameters.[h,cc]:
1104 - added ReadEnv to all classes
1105
1106 * mbase/MParList.cc:
1107 - return the container within MParEnv if MParEnv found
1108
1109 * mbase/MParContainer.cc:
1110 - fixed a typo
1111
1112 * manalysis/MEventRateCalc.cc:
1113 - added a comment
1114
1115 * melectronics/MAnalogChannels.[h,cc]:
1116 - made the GetNum* unsigned
1117 - added new member functions to just initialize one size
1118
1119 * mraw/MRawRunHeader.[h,cc]:
1120 - added a possibility to just init the number of pixels
1121
1122 * msimcamera/MSimReadout.[h,cc]:
1123 - get the number of output channels from the camera geometry
1124 - initialize the runheader in ReInit
1125 - initialize the data arrays from the run-header in reinit
1126
1127 * mimage/MHHillas.cc:
1128 - the default binning is not scales by 0.9 anymore
1129
1130 * mmc/MMcEvtBasic.h:
1131 - added new type "artificial"
1132
1133 * mraw/MRawRunHeader.cc:
1134 - set header size in constructor to 0
1135
1136 * msimcamera/MSimCalibrationSignal.[h,cc]:
1137 - we need fEvt and fTrigger always
1138 - renamed ReInit to CallReInit
1139 - set photon primary type
1140 - set number of photons from 50 to 5
1141
1142 * msimcamera/MSimRandomPhotons.cc:
1143 - explicitly set weight to 1
1144
1145 * mjobs/Makefile:
1146 - added msim, msimreflector, msimcamera and mcorsika
1147
1148
1149
1150 2009/01/25 Thomas Bretz
1151
1152 * mbase/Makefile, mbase/BaseLinkDef.h:
1153 - added MLut
1154
1155 * mbase/MLut.[h,cc]:
1156 - added
1157
1158 * msimcamera/MSimCamera.[h,cc], msimcamera/MSimTrigger.[h,cc],
1159 msimcamera/MSimRadout.[h,cc], msimcamera/SimCameraLinkDef.h,
1160 msimcamera/Makefile, msimcamera/MSimCalibrationSignal.[h,cc],
1161 msimcamera/SimCameraIncl,h:
1162 - added
1163
1164 * mjobs/MJob.cc:
1165 - included TClass for newer root versions
1166
1167 * mreflector/MRflEvtData.cc:
1168 - repaced a use of MHexagon by a direct use of MGeomCam
1169
1170 * melectronics/MAvalanchePhotoDiode.[h,cc]:
1171 - added some getters
1172 - remobved some obsolete comment
1173 - set entries to 1 by default
1174
1175 * mgeom/MGeomCam.[h,cc]:
1176 - split the Get[Max,Min]Radius into two member functions
1177 - added the HitDetector based on the maximum radius calculated
1178
1179 * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomCamMagic.[h,cc]:
1180 - removed overloading of the new HitDetector
1181
1182 * mgeom/MGeomPix.[h,cc]:
1183 - reset fUserBits in constructor according to a suggestion by valgrind
1184 - added GetT member function
1185
1186 * mjobs/MJSpectrum.cc:
1187 - replaced some Form calls for sanity by MString::Format
1188 - check the result of CheckEnv
1189
1190 * mjobs/MJStar.cc:
1191 - check the result of CheckEnv
1192
1193 * mjobs/MJob.cc:
1194 - fixed a typo in the name for the seed value resource
1195
1196 * mraw/MRawRunHeader.h:
1197 - added a getter for run type point run
1198
1199 * msignal/MSignalCalc.cc:
1200 - don't execute Process at all if fPedestal==NULL
1201
1202 * msignal/MSignalCam.cc:
1203 - aded case 10 and 11 to GetPixelContent
1204
1205 * msim/MHPhotonEvent.cc:
1206 - replaced case 4 by using the traversal distance in the 0-pixel
1207
1208 * msimcamera/MSimSignalCam.cc:
1209 - set pixel only to used if contents>0
1210
1211 * msimcamera/MSimTrigger.[h,cc]:
1212 - added ReadEnv for setup from a resource file
1213 - compress the trigger list after deleting slots
1214 - initialize descriminator threshold with -1
1215 - check for the validity of the discr. th in PreProcess
1216
1217 * msimreflector/MReflector.[h,cc]:
1218 - store file name in title
1219 - added ReadEnv for setup from a resource file
1220
1221 * msimreflector/MSimReflector.[h,cc]:
1222 - changed copyright notice
1223 - added fDetectorMargin
1224
1225
1226
1227
1228 2009/01/24 Thomas Bretz
1229
1230 * mbase/MMath.cc:
1231 - added two explicit conversion to make it compile on my Ubuntu
1232 - Replaced some Form by MString::Format
1233 - included MString
1234
1235
1236
1237 2009/01/23 Daniela Dorner
1238
1239 * datacenter/db/showplots-ds.php, datacenter/db/tabs.php,
1240 datacenter/db/plot.php:
1241 - adapted path to new web file structure
1242
1243 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php:
1244 - added option to group by date (year, month, night): pulldown in
1245 menu and adapted query
1246
1247 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php
1248 datacenter/db/datasetinfo-aio.php:
1249 - enabled possibility to combine all group-bys
1250
1251 * datacenter/db/datasetinfo-aio.php:
1252 - enhances information printed in table in case of group-by
1253
1254 * datacenter/db/include.php:
1255 - adapted pulldown of status-group-by
1256
1257 * datacenter/db/menu.php:
1258 - added pulldown for sumtrigger-flag to sequinfo-menu
1259 - added function to print pulldown for group-by date
1260
1261
1262
1263 2009/01/23 Thomas Bretz
1264
1265 * mcorsika/MCorsikaEvtHeader.[h,cc], msim/MPhotonData.[h,cc],
1266 msimcamera/MSimExcessNoise.cc, msimreflector/MMirrorDisk.cc,
1267 msimreflector/MMirrorHex.cc, msimreflector/MMirrorSquare.[h,cc],
1268 msimreflector/MReflector.cc, msimreflector/MSimReflector.cc,
1269 melectronics/MAnalogSignal.cc:
1270 - moved code which needs TMath to source file
1271 - included TMath for newer root versions
1272 - included TObjArray for newer root versions
1273
1274 * msimcamera/MSimAPD.[h,cc], msimcamera/MSimBundlePhotons.[h,cc],
1275 msimcamera/MSimRandomPhotons.[h,cc]:
1276 - added
1277
1278 * melectronics/Makefile, melectronics/MAnalogChannels.[h,cc],
1279 melectronics/ElectronicsIncl.h, melectronics/ElectronicsLinkDef.h,
1280 melectronics/MDigitalSignal.[h,cc],
1281 melectronics/MAnalogSignal.[h,cc],
1282 melectronics/MAvalanchePhotoDiode.[h,cc]:
1283 - added
1284
1285 * msim/M*.cc, msimreflector/M*.cc, msimcamera/M*.cc:
1286 - changed copyright notice
1287
1288 * mjobs/MJob.[h,cc]:
1289 - for convinience replaced GetEnvValue by GetEnvValue2
1290 - added initialization of the random number generator
1291
1292 * ceres.cc, mcorsika/CorsikaIncl.h:
1293 - added
1294
1295
1296
1297 2009/01/22 Thomas Bretz
1298
1299 * mraw/MRawRunHeader.h:
1300 - added new functions to access the runtype
1301
1302 * msim/MPhotonData.cc:
1303 - removed some obsolete comments
1304
1305 * msim/MPhotonEvent.[h,cc]
1306 - added some comments
1307 - added new member function GetFirst and GetLast
1308 - UnSort the array after reading new data
1309 - removed some old obsolete code
1310 - added new meber function Sort and IsSorted
1311
1312 * msimreflector/MSimReflector.cc:
1313 - force sorting of the array
1314
1315 * msimcamera/MSimPSF.[h,cc], msimcamera/MSimGeomCam.[h,cc],
1316 msimcamera/MSimExcessNoise.[h,cc], msimcamera/MSimSignalCam.[h,cc]:
1317 - added
1318
1319
1320
1321 2009/01/21 Thomas Bretz
1322
1323 * mbase/BaseLinkDef.h, mbase/Makefile:
1324 - added MQuaternion
1325 - added MReflection
1326
1327 * mbase/MQuaternion.[h,cc], mbase/MReflection.[h,cc]:
1328 - added
1329
1330 * mbase/MArrayI.[h,cc]:
1331 - added a few new functions (ReSort, Add, Find and AddUniq)
1332
1333 * mbase/MMath.cc:
1334 - replaced delete by delete[] where appropriate
1335
1336 * mgeom/MGeomCam.h:
1337 - added new virtual functions HitFrame and HitDetector
1338 - included MQuaternion
1339
1340 * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomCamMagic.[h,cc]:
1341 - added new functions HitFrame and HitDetector:
1342
1343 * msim/MHPhotonEvent.cc:
1344 - removed the reference to MCamera
1345
1346 * mgeom/MGeomPix.[h,cc], mgui/MHexagon.[h,cc]:
1347 - moved DistanceToPrimitive from MHexagon to MGeomPix
1348 - moved the funtions to calculate overlapping areas
1349 also, but they are still in a comment
1350
1351 * mgui/MHexagon.[h,cc]:
1352 - started implementing a rotation angle
1353 - added data meber fPhi
1354 - increased class version number
1355
1356 * mhist/MHCamera.cc, mtools/MagicJam.cc:
1357 - we don't have to use a MHexagon anymore caluclating
1358 DistanceToPrimitive
1359
1360 * msimreflector/MMirror.[h,cc], msimreflector/MMirrorSquare.[h,cc],
1361 msimreflector/MMirrorHex.[h,cc], msimreflector/MMirrorDisk.[h,cc],
1362 msimreflector/MReflector.[h,cc], msimreflector/MSimReflector.[h,cc],
1363 msimreflector/Makefile, msimreflector/SimReflectorLinkDef.h,
1364 msimreflector/SimReflectorIncl.h:
1365 - added
1366
1367
1368
1369 2009/01/21 Stefan Ruegamer
1370
1371 * datacenter/scripts/read_lapalma-tapes:
1372 - added check of the tape slot when exporting the tapes
1373
1374
1375
1376 2009/01/20 Thomas Bretz
1377
1378 * mjobs/MJob.h:
1379 - added Esc member function
1380
1381 * msim/MPhotonData.[h,cc], msim/MPhotonEvent.[h,cc],
1382 msim/MSimAbsorption.[h,cc], msim/MSimPointingPos.[h,cc],
1383 MHPhotonEvent.[h,cc], msim/Makefile, msim/SimIncl.h
1384 msim/SimLinkDef.h:
1385 - added
1386
1387
1388 2009/01/19 Thomas Bretz
1389
1390 * mfileio/MWriteRootFile.cc:
1391 - simplified how the rules are evaluated using TPregexp
1392 - by this the rules got more powerful
1393
1394 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
1395 - changed ols style rule to new style
1396
1397
1398
1399 2009/01/18 Thomas Bretz
1400
1401 * mbase/BaseLinkDef.h, mbase/Makefile:
1402 - added MSpline3
1403
1404 * mcorsika/MCorsikaEvtHeader.cc:
1405 - some little cosmetics
1406
1407 * mcorsika/MCorsikaEvtHeader.h:
1408 - added some missing getters
1409
1410 * mcorsika/MCorsikaRunHeader.cc:
1411 - removed some obsolete comments
1412 - reordered some comments
1413
1414 * mextralgo/MExtralgoSpline.h:
1415 - changed default in GetIntegral from true to false
1416
1417 * mraw/MRawEvtHeader.h:
1418 - added Setter for DAQEventNumber
1419
1420 * mraw/MRawRunHeader.cc:
1421 - start pixel hardware indices with 1 not with 0
1422
1423
1424
1425 2009/01/17 Thomas Bretz
1426
1427 * mbase/MMath.[h,cc]:
1428 - added a new function RndmExp which should be a tiny bit faster than
1429 root's own implementation because it ises Rndm() instead of Uniform()
1430
1431 * mextralgo/ExtralgoIncl.h:
1432 - added MArrayF
1433
1434 * mextralgo/MExtralgoSpline.[h,cc]:
1435 - divided FindY into FindYup and FindYdn to avoid an obsolete if-clause
1436 - added a new member function to return the integral function of the
1437 spline. This is useful to init a new spline and use it for
1438 producing the proper random distribution.
1439
1440 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
1441 - added Print() function
1442
1443 * mraw/MRawEvtData.[h,cc]:
1444 - added a member function to Reset the arrays
1445 - added member function to set the pixel indices
1446 - Improved the new Set function
1447
1448 * readcorsika.cc:
1449 - added
1450
1451
1452
1453 2009/01/16 Daniel Hoehne-Moench
1454
1455 * datacenter/scripts/mcsequences:
1456 - implemented sumtrigger -> modes, fTriggerFlagKEY
1457 - fPriority(MCSequenceProcessStatus) is now filled into the mcdb
1458
1459 * datacenter/scripts/fillmccallisto, fillmcstar:
1460 - bugfix: changed argument of $primaries from [$s+$s] to [$s]
1461
1462 * datacenter/macros/fillcamera.C:
1463 - changed NumPheFromDNSB to float(7,3)
1464 - fPriority(MCRunProcessStatus) is now filled into the mcdb
1465
1466 * datacenter/macros/fillmccalib.C:
1467 - minor changes, bugfix (wrong column name for mcdb)
1468
1469 * datacenter/macros/fillmcsignal.C:
1470 - definition of some parameters changed according to fillsignal.C
1471 - minor changes, deleted unnecessary code
1472 - implemented if clause for HiLo-Parameters. Instead of
1473 seqno<200000 the fAmplFadcKEY is queried in the mcdb for each
1474 sequence. For MUX MCs the HiLo-Parameters are not calculated.
1475
1476
1477
1478 2009/01/15 Thomas Bretz
1479
1480 * callisto.cc:
1481 - cosmetics to output
1482
1483 * mcorsika/MCorsikaRunHeader.cc:
1484 - cosmetics (removed a ;;)
1485
1486 * mhist/MHEvent.[h,cc]:
1487 - ReInit to allow the change of the camera geoemtry in ReInit
1488
1489
1490
1491 2009/01/15 Stefan Ruegamer
1492
1493 * datacenter/scripts/dodatacheck:
1494 - removed the _E in the find command; files from 2008/06/04 on do
1495 not have it any more
1496
1497
1498
1499 2009/01/14 Daniel Hoehne-Moench
1500
1501 * datacenter/scripts/sourcefile:
1502 - extended errorcoding on mc run process status
1503
1504 * datacenter/scripts/runmccallisto, runmcstar:
1505 - deleted unnecessary lines, adapted to primary structure
1506
1507 * datacenter/macros/fillmcsignal.C, fillmccalib.C, fillmcstar.C:
1508 - added
1509
1510 * datacenter/scripts/fillmccallisto, fillmcstar:
1511 - added
1512
1513
1514
1515 2009/01/14 Thomas Bretz
1516
1517 * readraw.cc:
1518 - check first whether the file exist before adding the extension
1519
1520 * mbase/MMath.[h,cc]:
1521 - added function to Re-sort an array
1522
1523 * mfileio/MReadMarsFile.cc, mfileio/MWriteRootFile.cc:
1524 - Improved output
1525
1526 * mfileio/MWriteRootFile.cc:
1527 - fixed a problem which prevented to open more than one /dev/null
1528 devices independantly
1529
1530 * mgeom/MGeomCam.cc:
1531 - cosmetics
1532
1533 * mgeom/MGeomCamDwarf.h:
1534 - fixed a typo in an ifdef
1535
1536 * mgeom/MGeomPix.[h,cc]:
1537 - added funtion to return positon as TVector2
1538 - slightly improved the algorithm to check IsInside
1539 - fixed the conditional signs for the orientation of pixels
1540 in GetDirection
1541
1542 * mmain/MEventDisplay.cc:
1543 - Give different names to the MPedestalSubtract tasks
1544 - fixed buttons
1545 - call AddGeometryTags after ReInit to allow reading new geometries in
1546 ReInit
1547
1548 * mmc/MMcEvtBasic.h:
1549 - added a new primary type kNightSky
1550
1551 * mraw/MRawEvtPixelIter.h:
1552 - replaced type of the number of bytes by UInt_t
1553
1554 * mraw/MRawRunHeader.h:
1555 - allow to validate the magic-number from outside (for MCs)
1556
1557 * datacenter/scripts/runcorsika:
1558 - added a lot of comments
1559 - reordered values in input card
1560 - switched off a lot of obsolete output
1561 - changed the Magnetic field to a value corresponding to the location of
1562 MAGIC at 2200m height valid for January 2009. (The old value never took
1563 place there?!) The value was taken from www.noaa.gov/geomagmodels
1564
1565
1566
1567 2009/01/12 Daniel Hoehne-Moench
1568
1569 * datacenter/db/menu.php:
1570 - bugfix: now the SumTriggerFlag is correctly displayed in the web
1571 interface
1572
1573
1574
1575 2009/01/09 Daniel Hoehne-Moench
1576
1577 * datacenter/macros/fillcamera.C
1578 - implemented new variables: zbinmin, zbinmax, number of
1579 sumtriggers, sum trigger flag
1580 - bugfix: for P and C runs the mirror fraction and the impact
1581 parameter had unreasonable values (negative) which were filled
1582 into the mcdb, now->0
1583
1584 * datacenter/scripts/fillcamera, mcsequences:
1585 - implemented call of getdbsetup
1586
1587
1588
1589 2009/01/09 Stefan Ruegamer
1590
1591 * datacenter/scripts/buildsequenceentries
1592 - corrected IFS argument
1593
1594
1595
1596 2009/01/08 Stefan Ruegamer
1597
1598 * datacenter/scripts/filesondisk
1599 - added S and N runs
1600
1601
1602
1603 2009/01/07 Daniel Hoehne-Moench
1604
1605 * datacenter/macros/filldotrun.C:
1606 - updated column counting numbers
1607 - included a check for the number of columns in the runfiles
1608
1609 * datacenter/macros/buildsequenceentries.C:
1610 - implemented SumTriggerFlagKEY for sequence building
1611
1612
1613
1614 2009/01/06 Thomas Bretz
1615
1616 * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h,
1617 mbase/MArrayI.h, mbase/MArrayS.h:
1618 - removed GetSize
1619
1620 * mbase/MArrayF.h:
1621 - added Add()
1622 - added AddClipped
1623
1624 * mbase/MMath.[h,cc]:
1625 - implemented ReSort
1626
1627 * mcorsika/MCorsikaEvtHeader.cc:
1628 - removed obsolete comments
1629
1630 * mcorsika/MCorsikaRead.cc:
1631 - cosmetics
1632
1633 * mcorsika/MCorsikaRunHeader.[h,cc]:
1634 - added comments about file contents
1635 - added fWavelengthMin/Max
1636
1637 * mextralgo/MExtralgoSpline.[h,cc]:
1638 - renamed SearchY to SearchYdn
1639 - fixed a problem in SearchYup (must be ++i instead of i++)
1640 (this is relatively unimportant because it was only used
1641 in the determination of the pulse width which we never
1642 really used)
1643 - added a sanity/range-check to SearchYup and SearchYdn
1644 - added a comment
1645 - changed the order of arguments in EvalDeriv1
1646 - changed the order of arguments in EvalDeriv2
1647 - accelerated EvalDeriv1 (one multiplication less)
1648 - added Deriv1 function
1649 - made SearchYup and SearchYdn public
1650
1651 * mjobs/MDataSet.cc:
1652 - removed an obsolete return statement
1653
1654 * mraw/MRawEvtData.[h,cc]:
1655 - changed pointer in AddPixel to reference
1656 - added a Set function
1657
1658 * mraw/MRawRunHeader.[h,cc]:
1659 - added a lot of fixes for wrong run numbers written by Arehucas
1660 - added a fix for strange file numbers written by Arehucas
1661 - added functions as monta carlo interface to set contents
1662
1663 * msignal/MSignalCam.cc:
1664 - defined a case 9
1665
1666
1667
1668 2009/01/05 Thomas Bretz
1669
1670 * mhbase/MH.h:
1671 - commited missing changes from last year
1672
1673 * merpp.cc:
1674 - fixed a description
1675
1676 * sponde.cc:
1677 - added "Multiple dataset at once"
1678
1679 * star.cc:
1680 - removed obsolete -ff option from output
1681
1682 * mbase/MTime.[h,cc]:
1683 - added GetBinary
1684 - added WriteBinary
1685
1686 * mbase/MEvtLoop.cc:
1687 - display paused status in status line
1688 - improved pause handling
Note: See TracBrowser for help on using the repository browser.