source: trunk/MagicSoft/Mars/Changelog@ 9356

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