source: trunk/MagicSoft/Mars/Changelog@ 3851

Last change on this file since 3851 was 3851, checked in by gaug, 21 years ago
*** empty log message ***
File size: 140.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
21 2004/04/27: Markus Gaug
22
23 * mcalib/MCalibrationChargeCalc.cc
24 - set unsuitable pixels to excluded in MCalibrationChargePix, which
25 will not display them in the status display
26
27 * mjobs/MJCalibration.cc
28 - take out display of previously excluded pixels
29
30 * mbadpixels/MBadPixelsCam.cc
31 - set val to 1 in case that GetPixelContent is true, before display
32 was not correct
33
34
35 2004/04/26: Abelardo Moralejo
36
37 * mhistmc/MHMcCollectionArea.[h,cc]
38 - Added fMCAreaRadius and setter to allow changing the radius of
39 the circular area in which MC events are produced. Useful for
40 instance for stereo configuration studies. By default it is 300 m
41 as was assumed before.
42
43 2004/04/26: Markus Gaug
44
45 * mcalib/MHCalibrationTestPix.[h,cc]
46 * mcalib/MHCalibrationTestCam.[h,cc]
47 * mcalib/Makefile
48 * mcalib/CalibLinkDef.h
49 - two new histogram classes to perform claibraion checks, will be
50 especially useful for the data-check.
51
52 * mcalib/MCalibrationQEPix.cc
53 - found a bug in the setting of validity flags of colours. This
54 made the QE used for calibration uncorrect by about a factor 1.5
55 for the outer pixels if only one colour is used for calibration.
56
57 * mjobs/MJCalibration.[h,cc]
58 - moved colour finder from the macros into this class with the
59 function FindColor()
60 - had to add ~MJCalibration() {} because otherwise, I get a
61 segmentation violation in the destructor, the debugger says in
62 some TString. Maybe it's because of the GetDescriptor() in
63 ~MParContainer() ?
64
65 * macros/calibration.C
66 * macros/calibrate_data.C
67 * macros/pedphotcalc.C
68 * macros/bootcampstandardanalysis.C
69 - removed function FindColor()
70
71 * mcalib/MCalibrationCam.h
72 - make Init() and InitSize() virtual
73
74 * mcalib/MCalibrationChargeCam.[h,cc]
75 - introduce two TArrayI's for the number of uncalibrated and
76 unreliable pixels.
77
78 * mcalib/MCalibrationChargeCalc.[h,cc]
79 - calculate and store the above numbers.
80
81
82 * mbadpixels/MBadPixelsPix.[h,cc]
83 * mbadpixels/MBadPixelsCam.cc
84 - removed bits: kHiGainNotCalibrated and kLoGainNotCalibrated
85 - added bits: kDeviatingFFactor, kConversionHiLoNotValid
86 - removed functions: IsCalibrationResultOK()
87 and IsCalibrationSignalOK()
88 - changed function IsOK() such that it returns false only if
89 the pixels is not suitable (run or evt)
90
91
92 * mcalib/MCalibrate.cc
93 * mcalib/MCalibrateRelTime.cc
94 - exchanged query for IsCalibrationResultOK() to
95 IsUnsuitableRun(MBadPixelsPix::kUnsuitableRun). This includes
96 now the oscillating pixels (which are sometimes many!!)
97
98 * mcalib/MHCalibrationRelTimePix.cc
99 - commented re-normalization to ns in Renorm()
100 - introduced Getter to fFADCSliceWidth
101
102 * mcalib/MHCalibrationRelTimeCam.cc
103 - renorm to ns in GetPixelsContent()
104 --> now, calibration in MCalibrateRelTimes is consistent
105
106
107 2004/04/26: Abelardo Moralejo
108
109 * manalysis/MMcCalibrationUpdate.cc
110 - changed from 1 to 10 the "dummy" value of conversion high to low
111 gain for old camera 0.6 files. Usually these files have no low
112 gain at all, but there was a patched version of the program
113 which did have low gain (with a gain 10 lower than hg).
114
115 2004/04/25: Abelardo Moralejo
116
117 * mbadpixels/MBadPixelsTreat.cc
118 - Change in line 204: if ((*fBadPixels)[i].IsBad()) by
119 if ((*fBadPixels)[j].IsBad()) The way it was done, it never
120 worked, because the check on whether the neighbour pixels
121 were OK was performed on the same pixel to be treated (i), which
122 is obviously not OK. The same problem fixed in the interpolation
123 of pedestals. Amazingly, this error would have shown up in any
124 test of the class.... I assume it must have been commited
125 completely untested.
126
127 - In InterpolateSignal: moved division of summed charge over
128 number of pixels : put it after the check of the number of
129 valid neighbours to avoid division by 0.
130
131
132 2004/04/23: Markus Gaug
133
134 * mcalib/MHCalibrationCam.cc
135 - fixed a bug in the ReInit() for the number of average events in
136 each area index and sector
137
138
139 2004/04/23: Thomas Bretz
140
141 * */Makefile:
142 - added some more mpedestal
143
144 * mreport/MReportRun.cc:
145 - changed to work with the latest version of report-files
146 --> This will make it incompatible with older report files
147 (for this use older Mars versions for merpping)
148
149 * mbase/MStatusDisplay.[h,cc]:
150 - added combo-box to surf through tabs in MARS-tab
151
152
153
154 2004/04/22: Nadia Tonello
155
156 * mcalib/MCalibrateData.cc
157 - changed request for MBadPixelsPix::IsCalibrationResultOK() for
158 MBadPixelsPix::IsUnsuitable(MBadPixelsPix::kUnsuitableRun)
159
160
161
162 2004/04/22: Thomas Bretz
163
164 * mhist/MHCamera.[h,cc]:
165 - implemented SetUsed
166
167 * merpp.cc:
168 - added "-ff" and interleave mode - both not execcively tested yet
169
170 * mhbase/MFillH.cc:
171 - added a missing 'endl'
172
173 * mraw/MRawCrateData.[h,cc], mraw/MRawEvtData.[h,cc],
174 mraw/MRawEvtHeader.[h,cc]
175 - added SkipEvt (the number of skipped bytes is untested)
176
177 * mraw/MRawEvtHeader.[h,cc]
178 - return kCONTINUE if time is invalid
179
180 * mraw/MRawFileRead.[h,cc]:
181 - implemented AddFile feature - first draft!
182 - added feature to skip events
183
184 * mraw/MRawFileWrite.h:
185 - changed default compression level corresponding to merpp to 2
186
187 * mraw/MRawRead.[h,cc]:
188 - added fForceMode flag to be able to suppress event errors
189
190 * mbadpixels/MBadPixelsTreat.[h,cc]:
191 - changes such that the pedestal interpolation is now done
192 only in ReInit. If you need the old behaviour call
193 SetProcessRMS()
194
195 Another step towards less mess:
196
197 * MMcPedestalCopy.[h,cc], MMcPedestalNSBAdd.[h,cc],
198 MPedPhotCalc.[h,cc], MPedPhotCam.[h,cc], MPedPhotPix.[h,cc],
199 MPedCalcPedRun.[h,cc], MPedestalCam.[h,cc],
200 MPedestalPix.[h,cc]:
201 - moved from manalysis to mpedestal
202
203 * mpedestal/Makefile, mpedestal/PedestalLinkDef.h,
204 mpedestal/PedestalIncl.h:
205 - added
206
207 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
208 manalysis/AnalysisIncl.h:
209 - removed files above
210
211 * mbadpixels/Makefile:
212 - added mpedestals
213
214 * Makefile:
215 - added mpedestals
216
217
218 2004/04/22: Antonio Stamerra
219
220 * mmain/MEventDisplay.cc
221 - Added new tab "Trigger" adding a new MHEvent (evt9),
222 filled through the MMcTriggerLvl2 container.
223 A new MFillH task for evt9 and MMcTriggerLvl2Calc task
224 have been added.
225
226 * mhist/MHEvent.[h,cc]
227 - Added new event type kEvtTrigPix
228
229 * manalysis/MMcTriggerLvl2.[h,cc]
230 - The class now inherits from MCamEvent
231 - Added the methods GetPixelContent and DrawPixelContent (from MCamEvent)
232 - Added the method IsPixelInTrigger that returns kTRUE if a pixels
233 is in the trigger region
234
235 * manalysis/MMcTriggerLvl2Calc.[h,cc]
236 - Added the methods CheckRunType and ReInit to check if the file is MC.
237
238 * mhistmc/Makefile
239 - Added the include for mgui
240
241
242 2004/04/22: Markus Gaug
243
244 * mcalib/MCalibrate.[h,cc]
245 - introduced flat-fielding of charges for the muon calibration,
246 accessible with SetCalibrationMode(kFlatCharge)
247
248 * manalysis/MPedCalcPedRun.cc
249 - added a SetReadyToSave() at the end of PostProcess
250
251 * mjobs/Makefile
252 - added include of mraw
253
254 * mjobs/MJCalibration.cc
255 - added MRawFileRead for option SetDataCheck()
256
257 * mjobs/MJPedestal.cc
258 - added MRawFileRead for option SetDataCheck()
259
260
261 2004/04/21: Thomas Bretz
262
263 * mbase/MTask.cc, mbase/MTaskList.cc:
264 - let MTask in list fTaskProcess to be used as a counter
265
266 * mdata/MDataChain.[h,cc]:
267 - added some treatments for combinations of +/- signs
268
269 * mfbase/MFilterList.[h,cc]:
270 - added a new constructor to simplyfy filter-inversions
271
272 * mfileio/MReadReports.cc:
273 - added comment
274
275 * mhbase/MBinning.[h,cc]:
276 - added new constructor to simplify calls in macros
277
278 * mhbase/MFillH.[h,cc]:
279 - added fDrawOption to be used in MStatusDisplay
280
281 * mhist/MHFalseSource.cc:
282 - added comment
283
284
285
286 2004/04/20: Thomas Bretz
287
288 * macros/derotatedc.C
289 - added tutorial macro plotting derotated dc currents
290
291 * mhist/MHCamEventRot.[h,cc]:
292 - added histogram to be filled with derotated MCamEvents
293
294
295
296 2004/04/18: Abelardo Moralejo
297
298 * mgeom/MGeomCam.h
299 - Update class version to 4 (necessary after M. Gaug's change
300 of the type of member fMaxRadius.
301
302
303
304 2004/04/16: Abelardo Moralejo
305
306 * mcalib/MCalibrationQEPix.[h,cc]
307 - Added fAverageQE. Same role as gkDefaultAverageQE, but can be
308 changed via SetAverageQE. Made public GetAverageQE and
309 GetAverageQERelVar (this changes needed for MC).
310
311 * mcalib/MMcCalibrationCalc.[h,cc]
312 * manalysis/MMcCalibrationUpdate.[h,cc]
313 - Adapted to M. Gaug's changes in calibration classes. Behaviour
314 has been tested to be the same as before those changes. Now the
315 conversion factor from ADC counts to photoelectrons, and the
316 average QE (photons->photoelectrons) are calculated independently
317 (and later combined by MCalibrate to obtain the conversion
318 ADC->photons).
319
320 * mmain/MEventDisplay.cc, macros/mccalibrate.C, starmc.C
321 - Added call to MExtractSignal::SetSaturationLimit(240) Affects
322 only MC display. This was necessary because if electronic noise
323 is simulated in the FADC, sometimes saturated slices look not
324 saturated due to negative fluctuations, so it is better to set
325 the saturation limit at a safe value (240 ADC counts). Changed
326 signal integration range (only for MC), now from slices 5 to 10.
327
328 * msignal/MExtractSignal3.[h,cc]
329 - Changed name of function SetRange for the more adecquate
330 "SetWindows". No change in behaviour of the function.
331
332
333
334 2004/04/16: Markus Gaug
335
336 * msignal/MExtractSignal.cc
337 - commited proposed larger default window from fgLast = 10 to
338 fgLast = 14, because in March the pulses have moved to later
339 arrival times.
340 - removed some inconsistency with slice numbering in FindSignal()
341 from pixel.GetHiGainSamples()+fHiGainFirst-1 to
342 pixel.GetHiGainSamples()+fHiGainFirst and also for the low gain
343
344 * msignal/MExtractSignal2.cc
345 - committed the proposed smaller window egdes from fgFirst=0 to
346 fgFirst = 3, because in March some of the high-gain pulses reach
347 into the "low-gain samples" and mislead thus sliding window to
348 be maximized on the tail of the high-gain pulse.
349
350 * mcalib/MHPedestalPix.cc
351 - fixed a bug which made normalization to values per slice not happen
352
353 * macros/pedestalstudies.C
354 - fixed and documented
355
356
357
358 2004/04/15: Markus Gaug
359
360 * macros/calibration.C
361 - added a function FindColor() to extract the colour by filename,
362 works if there is indeed a colour or if the run nubmer is smaller
363 than 20000 -> take ct1
364
365 * macros/bootcampstandardanalysis.C
366 * macros/pedphotcalc.C
367 * macros/calibrate_data.C
368 - updated the macro to the cvs-standard used at the Udine bootcamp
369
370 * mcalib/MCalibrateRelTimes.[h,cc]
371 * mcalib/Makefile
372 * mcalib/CalibLinkDef.h
373 - new class to calibrate the relative times
374
375 * manalysis/MGeomApply.cc
376 - added MArrivalTime::Init()
377
378 * msignal/MArrivalTime.[h,cc]
379 - added array fDataErr
380
381 * macros/rootlogon.C
382 - added directories mbadpixels and mjobs
383
384 * mcalib/MCalibrationQEPix.cc
385 - set the fAvNorm variables to 1 in Clean()
386
387 * manalysis/MPedPhotCalc.[h,cc]
388 - included possibility to use an MBadPixelsCam
389
390
391
392 2004/04/14: Thomas Bretz
393
394 * manalysis/MCerPhotEvt.[h,cc]:
395 - fixed a bug which caused a missing last pixel (in most cases
396 Index 576)
397
398 * manalysis/MCerPhotPix.cc:
399 - fixed output in Print
400
401 * macros/mccalibrate.C, mmain/MEventDisplay.cc:
402 - added missing SetCalibrationMethod
403
404 * mbadpixels/MBadPixelsCam.[h,cc]:
405 - added copy constructor
406
407 * mbadpixels/MBadPixelsMerge.cc:
408 - added comments
409
410 * mraw/MRawRunHeader.[h,cc]:
411 - added new run-type (kRTPointRun=7)
412
413 * mmain/MEventDisplay.cc:
414 - fixed the broken cleaning levels
415
416
417
418 2004/04/14: Markus Gaug
419
420 * mcalib/MCalibrationQEPix.cc
421 - found a bug in the calculation of the error, fixed
422
423 * macros/mccalibrate.C, mmain/MEventDisplay.cc:
424 - replaced SetCalibrationMethod by SetCalibrationMode
425
426 * htmldoc/images/CalibClasses.gif
427 * htmldoc/images/RelTimeClasses.gif
428 - two schemes used in the class descriptions
429
430 * mcalib/MHCalibrationCam.[h,cc]
431 - included function GetAverageAreas() and GetAverageSectors() like
432 in MCalibrationCam
433
434 * mjobs/MJCalibration.[h,cc]
435 - included calibration of rel.Times, to be chosen with a flag
436 RelTimeCalibration()
437 - signal extractor and arrival time extractor can be chosen by
438 flags as well (see Class description)
439
440
441 * mbadpixels/MBadPixelsCam.cc
442 - add two new types in GetPixelContent, add documentation of
443 GetPixelContent
444
445 * msignal/MArrivalTimeCalc2.cc
446 - commented the warning for pixels with lowgain saturation
447
448
449
450 2004/04/13: Markus Gaug
451
452 * macros/dohtml.C
453 - included directory mbadpixels
454
455 * mcalib/MCalibrationPix.[h,cc]
456 - add functions GetHiLoMeansDivided(), GetHiLoSigmasDivided() and
457 errors
458
459 * mcalib/MCalibrationChargeCam.[h,cc]
460 - removed hi-vs.Lo histograms (come into a separate MIntensityCam)
461 - updated GetPixelContents
462 - updated class documentation
463
464 * mgeom/MGeomMirror.h
465 - include <TVector3.h>, otherwise it does not compile on my machine
466
467 * mjobs/MJPedestals.cc
468 * mjobs/MJCalibration.cc
469 - replaced MBadPixelsMerge by MParList.AddToList(fBadPixels) until
470 bug in MBadPixelsMerge is resolved (see bugtracker).
471
472 * mcalib/MHCalibrationChargePINDiode.cc
473 - return in Draw() if histogram is empty (otherwise segm. violation
474 in eventloop
475
476 * msignal/MExtractedSignalCam.cc
477 - intialize variables by default to 0.
478
479 * mcalib/MHCalibrationChargeCam.[h,cc]
480 - pointer to fSig is not stored, somehow, when running MJCalibration
481 Don't know why. Removed and stored some variables instead
482
483 * mjobs/MJCalibration.[h,cc]
484 - updated documentation, updated QE Cam
485 - set the pulser colour (now obligatory)
486 - set the possibility to choose different displays
487
488 * mcalib/MCalibrationChargeCalc.cc
489 - set the pulser colour (now obligatory)
490
491 * mcalib/MCalibrationChargePix.[h,cc]
492 - put GetRSigmaPerCharge into this class
493
494
495
496 2004/04/13: Thomas Bretz
497
498 * mastro/MAstroCamera.cc, mastro/MAstroCatalog.[h,cc]:
499 - enhanced comments
500 - added some new features
501
502 * mbase/MAGIC.h:
503 - removed some empty lines
504
505 * mfileio/MWriteRootFile.cc:
506 - fixed a compiler warning
507
508 * mgeom/MGeomCorsikaCT.h:
509 - removed obsolete include of TArrayF
510
511 * mgeom/MGeomMirror.[h,cc]:
512 - replaced fReflector by *fReflector
513
514 * mmain/MGDisplayAdc.cc:
515 - fixed a bug which caused the wrong histogram entry to be
516 displayed
517
518
519
520 2004/04/10: Markus Gaug
521
522 * macros/dohtml.C
523 - included directory mjobs
524
525 * mjobs/MJCalibration.[h,cc]
526 - added and updated documentation (not yet ready)
527
528 * htmldoc/images/CalibClasses.gif
529 - scheme of the calibration classes, used for documentation in
530 MJCalibration.cc
531
532
533
534 2004/04/10: Thomas Bretz
535
536 * mastro/MAstroCatalog.[h,cc], mastro/MAstroCamera.[h,cc]:
537 - added comments
538
539 * macros/starfield.C:
540 - added
541
542 * mastro/Makefile, mastro/AstroLinkDef.h
543 - added MAstroCamera
544
545
546
547 2004/04/09: Markus Gaug
548
549 * mcalib/MHCalibrationChargePINDiode.[h,cc]
550 * mcalib/MHCalibrationChargeCam.[h,cc]
551 * mcalib/MHCalibrationChargeCalc.[h,cc]
552 - put abs. time consistency check from MCalibrationChargeCalc into
553 MHCalibrationChargePINDiode and MHCalibrationChargeCam
554
555 * mcalib/MHCalibrationCam.[h,cc]
556 * mcalib/MHCalibrationChargeCalc.[h,cc]
557 - number of used FADC slices also stored in MHCalibrationCam,
558 MHCalibrationChargeCalc needs no pointer to the signal extractors
559 any more -> removed
560
561 * mcalib/MCalibrationChargePINDiode.[h,cc]
562 * mcalib/MCalibrationChargeBlindPix.[h,cc]
563 * mcalib/MCalibrationCam.[h,cc]
564 - put a default pulser color kNONE
565
566 * manalysis/MPedestalCam.[h,cc]
567 * manalysis/MPedCalcPedRun.[h,cc]
568 * manalysis/MGeomApply.cc
569 - added average pixels in the way like it is done in MCalibrationCam
570
571
572
573 2004/04/08: Thomas Bretz
574
575 * mfbase/MF.cc:
576 - optimized output
577
578 * mfbase/MFilterList.cc:
579 - added some comments
580
581 * mfileio/MReadMarsFile.[h,cc], mfileio/MReadTree.[h,cc]:
582 - added SortFiled-option -- RAQUEL, this is for you!
583
584 * mfileio/MWriteRootFile.cc:
585 - class AddSerialNumber in AddContainer
586
587 * mhist/MHFalseSource.[h,cc]:
588 - optimized setting of hist maximum
589 - added more source dependant cuts
590 - changed display layout
591 - scale number of entries to correct for different acceptance
592 (not perfect, but the best I can currently do)
593
594 * mimage/MHHillasExt.[h,cc]:
595 - added new histogram for fMaxDist
596
597 * mimage/MHNewImagePar.[h,cc]:
598 - added new histograms for Used/CoreArea
599
600 * mimage/MHillasCalc.cc:
601 - optimized output
602
603 * mimage/MHillasExt.cc:
604 - fMaxDist got a sign
605
606 * mimage/MNewImagePar.[h,cc]:
607 - enhanced comments
608 - added new Print() member function
609
610 * macros/readCT1.C, macros/readMagic.C, mmain/MEventDisplay.cc:
611 - forward geomcam to newimgepar.Print()
612
613
614
615 2004/04/08: Markus Gaug
616
617 * mcalib/MCalibrationChargeCalc.[h,cc]
618 * mcalib/MCalibrationChargeCam.[h,cc]
619 * mcalib/MCalibrationChargePix.[h,cc]
620 * mcalib/MCalibrationChargeBlindPix.[h,cc]
621 * mcalib/MCalibrationChargePINDiode.[h,cc]
622 - put calculation of photon fluxes with the three methods into
623 MCalibrationChargeCalc
624 - reorganized calculations in a better readable way (hopefully!)
625
626 * mbase/MAGIC.h
627 * mcalib/MCalibrationCam.[h,cc]
628 * mcalib/MCalibrationQECam.[h,cc]
629 * mcalib/MCalibrationQEPix.[h,cc]
630 - put PulserColor_t away from MAGIC.h into MCalibrationCam
631 - full implementation of the QE-calibration from MCalibrationQEPix
632
633 * msignal/MExtractBlindPixel.cc
634 - removed warning about low-gain saturation of Blind pixel
635
636 * mcalib/MCalibrate.[h,cc]
637 * mcalib/MCalibrateData.[h,cc]
638 * mcalib/MMcCalibrationCalc.[h,cc]
639 * manalysis/MMcCalibrationUpdate.[h,cc]
640 - conversion factors now separated into FADC2phe and then into
641 call to average Quantum efficiency.
642
643
644 2004/04/07: Markus Gaug
645
646 * mcalib/MHGausEvents.[h,cc]
647 - added fBlackout events
648
649
650
651 2004/04/06: Thomas Bretz
652
653 * mcalib/MCalibrationCam.[h,cc]:
654 - simplified call to initialization by new function Init()
655
656 * mcalib/MH*.cc:
657 - fixed some warnings (comparision between signed and unsigned)
658
659 * manalysis/MGeomApply.cc:
660 - use new Init-funtion of MCalibrationCam
661
662 * mastro/MAstro.cc:
663 - some fixes to the conversion functions
664
665 * mastro/MAstroCamera.[h,cc]:
666 - added comments
667 - changed argument type of AddPrimitives
668
669 * mastro/MAstroCatalog.[h,cc]:
670 - many changes to make it possible to overlay the
671 catalog on top of a 2D histogram
672
673 * mbase/MEvtLoop.cc:
674 - fixed estimation of run-time
675
676 * mbase/MMath.[h,cc]:
677 - added member functions for signed significances
678
679 * mbase/MParContainer.cc:
680 - changed GetterMethod() to support double reference data mebers
681
682 * mbase/MStatusDisplay.cc:
683 - removed some obsolete debug outputs
684
685 * mbase/MTask.[h,cc]:
686 - removed fNumExecutions, fStopwatch already counts the calls
687 - slight chagnes to output of PrintStatistics
688
689 * mbase/MTaskList.[h,cc]:
690 - slight chagnes to output of PrintStatistics
691
692 * mbase/MTime.cc:
693 - removed +TwoPi from GetGmst
694
695 * mcamera/MCameraAUX.h, mcamera/MCameraHV.h, mcamera/MCameraLV.h,
696 mcamera/MCameraLid.h, mcamera/MCameraLids.h,
697 mcamera/MCameraPowerSupply.h:
698 - added missing Getter functions
699
700 * mcamera/MCameraHV.h:
701 - removed obsolete data-meber fMean
702
703 * mdata/DataLinkDef.h:
704 - added MDataFormula
705
706 * mdata/MDataChain.cc, mdata/Makefile:
707 - enhanced dosumentation
708 - implemented use of multi argument functions
709 - added ^-operator
710
711 * mdata/MDataList.[h,cc]:
712 - added ^-operator
713 - enhanced IsValid
714
715 * mfbase/MFilterList.cc:
716 - changed a warn-output to inf
717
718 * mgeom/MGeomCam.[h,cc]:
719 - added getter returning index corresponding to XY
720
721 * mgeom/MGeomPix.[h,cc]:
722 - added getter IsInside
723
724 * mhist/MHCamera.cc:
725 - Return 0 in GetMean if no entries
726
727 * mhist/MHFalseSource.[h,cc]:
728 - removed conversion stuff (mm/deg)
729 - slight change to calculation of significance
730 - added dist-cuts
731 - added histogram showing number of entries
732 - added display of catalog
733
734 * mhist/MHStarMap.cc:
735 - added comment
736
737 * mimage/MHillasExt.[h,cc]:
738 - changed class version to 3
739 - added new data-member fMaxDist
740
741 * mimage/MNewImagePar.[h,cc]:
742 - added new data member fUsedArea and fCoreArea
743
744 * mmc/MMcConfigRunHeader.h:
745 - readded GetMirrors (WHY WAS IT GONE?)
746
747 * mpointing/MPointingPos.[h,cc]
748 - implemented Getter to get coordinates in rad
749
750 * mpointing/MSrcPosCalc.[h,cc]:
751 - fixed direction of rotation
752 - for the moment do use fTime
753
754
755
756 2004/04/06: Markus Gaug
757
758 * mcalib/MCalibrationChargePix.[h,cc]
759 - change names of the GetLoGain*() functions to
760 GetConvertedLoGain*() for better clarity
761
762 * mcalib/MCalibrationChargeCam.[h,cc]
763 - updated and enlarged documentation
764
765 * mcalib/MHCalibrationChargeCam.cc
766 * mcalib/MHCalibrationRelTimeCam.cc
767 - set the arrays by use of memset
768 - initialize TObjArrays with the Init-Function
769
770
771 2004/04/05: Markus Gaug
772
773 * msignal/MExtractedSignalPINDiode.h
774 - new function GetLastUsedSlice()
775
776 * mcalib/MCalibrationChargeCalc.[h,cc],
777 * mcalib/MCalibrationChargeCam.cc:
778 - holds also pointers to MExtractedSignalPINDiode and
779 MExtractedSignalBlindPixel and does the checks inside the task
780 (instead of inside the containers)
781
782 * mcalib/MCalibrationChargeBlindPix.[h,cc],
783 * mcalib/MCalibrationChargePINDiode.[h,cc]:
784 - updated and enlarged documentation
785
786 * mcalib/MHCalibrationChargePINDiode.cc
787 * mcalib/MHCalibrationChargeCam.[h,cc]
788 - rename Setter for fMeanVar from SetMeanErr() to SetMeanVar()
789 - rename arrays of fAverageSigmaErr to AverageSigmaVar
790
791 * mcalib/MCalibrationPix.[h,cc]
792 * mcalib/MCalibrationChargePix.[h,cc]
793 * mcalib/MCalibrationChargeBlindPix.[h,cc]
794 * mcalib/MCalibrationChargePINDiode.[h,cc]
795 - add Getters to the relative variance
796
797 * mcalib/MHGausEvents.[h,cc]
798 * mcalib/MCalibrationPix.[h,cc]
799 * mcalib/MHCalibrationCam.cc
800 - add to Pickup also Blackout events
801
802
803 2004/04/05: Nadia Tonello
804
805 * mbadpixels/MBadPixelsTreat.cc
806 - In Unmap(): replaced SetPixelUnused with SetPixelUnmapped
807
808
809
810 2004/04/02: Markus Gaug
811
812 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.[h,cc],
813 mcalib/MCalibrationQEPix.[h,cc], mcalib/MCalibrationQECam.[h,cc],
814 mcalib/MCalibrationRelTimeCam.[h,cc],
815 mcalib/MCalibrationRelTimePix.[h,cc]:
816 - updated and enlarged documentation
817
818 * mcalib/MHGausEvents.[h,cc], mcalib/MHPedestalPix.[h,cc],
819 mcalib/MHCalibrationChargePix.[h,cc],
820 mcalib/MHCalibrationChargeHiGainPix.[h,cc],
821 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
822 mcalib/MHCalibrationChargeBlindPix.[h,cc],
823 mcalib/MHCalibrationChargePINDiode.[h,cc]:
824 - put fPixId, fPickup, fPickupLimt, CountPickup(), RepeatFit() and
825 ChangeHistId() into MHGausEvents (before in the derived classes)
826 - put fChargeNbins, fChargeFirst, fChargeLast,
827
828 * mcalib/MHCalibrationRelTimePix.[h,cc]:
829 - put fRelTimeNbins, fRelTimeFirst, fRelTimeLast together
830 into MHGausEvents as fNbins, fFirst and fLast
831
832 * mcalib/MHCalibrationRelTimePix.[h,cc]:
833 - remove Renormalization to time slices. Need to think about
834 more direct way to implement
835
836 * mcalib/MHPedestalCam.[h,cc], mcalib/MHCalibrationCam.[h,cc],
837 mcalib/MHCalibrationChargeCam.[h,cc],
838 mcalib/MHCalibrationRelTimeCam.[h,cc]:
839 - put most of the functionality into the base class MHCalibrationCam
840 - derived classes overload the functions SetupHists, ReInitHists,
841 FillHists, FinalizeHists and FinalizeBadPixels.
842 - functions FitHiGainArrays, FitLoGainArrays, FitHiGainHists,
843 FitLoGainHists and InitHists can be used from base class.
844
845 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationChargePix.[h,cc],
846 mcalib/MCalibrationRelTimePix.[h,cc]:
847 - put most of the functionality into the base class MCalibrationPix
848 - other two classes derive now from MCalibrationPix
849
850 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationChargeCam.[h,cc]
851 mcalib/MCalibrationRelTimeCam.[h,cc]:
852 - put most of the functionality into the base class MCalibrationCam
853 - other two classes derive now from MCalibrationCam
854 - calls to MCalibration*Cam[i] now have to cast!
855
856 * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
857 * mcalib/MMcCalibrateCalc.cc, manalysis/MMcCalibrationUpdate.cc,
858 * mcalib/MCalibrationChargeCalc.cc:
859 - cast calls to MCalibration*Cam[i]
860
861 * manalysis/MGeomApply.cc
862 - add initialization MCalibrationRelTimeCam
863 - add intialization of average pixels
864
865
866
867 2004/04/02: Abelardo Moralejo
868
869 * msignal/MExtractSignal3.[h,cc]
870 - added. Alternative method for signal extraction. Uses sliding
871 window from event to event, but a common window for all pixels
872 in an event.
873
874 * msignal/Makefile, SignalLinkDef.h
875 - added MExtractSignal3.
876
877
878
879 2004/04/02: Markus Gaug
880
881 * mbadpixels/MBadPixelsPix.h
882 - added kRelTimeNotFitted and kRelTimeOscillating to Calibration_t
883 enum
884
885 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationPix.[h,cc],
886 mcalib/Makefile, mcalib/CalibLinkDef.h:
887 - two new base classes for general calibration storage containers,
888 contain average pixel storage functionality
889
890 * mcalib/MCalibrationRelTimeCam.[h,cc],
891 mcalib/MCalibrationRelTimePix.[h,cc]:
892 - new storage container for the rel. time calibration results, derive
893 from MCalibrationPix, MCalibrationCam
894
895
896
897 2004/04/01: Markus Gaug
898
899 * msignal/MArrivalTimeCalc.[h,cc]
900 - set fSaturationLimit as a variable with default (instead of 0xff)
901
902 * mcalib/MHCalibrationChargeCam.[h,cc]
903 mcalib/MCalibrationChargeCam.[h,cc]
904 mcalib/MCalibrationChargeCalc.cc, manalysis/MGeomApply.cc:
905 - add average pixels per sector
906
907 * mcalib/MHGausEvents.[h,cc], mcalib/MHCalibrationChargePix.[h,cc],
908 mcalib/MHCalibrationRelTimePix.[h,cc]:
909 - moved BypassFit() function to MHGausEvents
910
911 * mcalib/MHCalibrationChargeCam.[h,cc]:
912 - updated and enlarged documentation
913 - derives now from mcalib/MHCalibrationCam
914
915 * mcalib/MCalibrationChargePix.[h,cc]:
916 - removed flag kLoGainSaturation, because it is already in MBadPixelsPix
917
918 * mcalib/MCalibrationCam.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
919 - new base class for all MHCalibration*Cam object, contains the average
920 pixel functionality
921
922
923
924 2004/03/31: Markus Gaug
925
926 * mcalib/MHCalibrationChargeCam.[h,cc],
927 mcalib/MCalibrationChargeCam.[h,cc],
928 mcalib/MCalibrationChargeCalc.cc, manalysis/MGeomApply.cc:
929 - make the average pixel independent on camera geometry, i.e.
930 one average pixel per MGeomPix::Aidx
931
932
933
934 2004/03/31: Abelardo Moralejo
935
936 * mmc/MMcConfigRunHeader.[h,cc]
937 - updated to current version (3) in camera program. Added member
938 fLightCollectionFactorOuter so that we can store the data on
939 the simulatedlight collection efficiency (light guides +
940 plexiglas +...) as a function of incidence angle for outer and
941 inner pixels independently. Added getters for this information
942 on light collection efficiency.
943
944
945
946 2004/03/30: Markus Gaug
947
948 * mcalib/MHGausEvents.[h,cc],
949 mcalib/MHCalibrationChargePix.[h,cc],
950 mcalib/MHCalibrationChargeHiGainPix.[h,cc],
951 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
952 mcalib/MHCalibrationChargeBlindPix.[h,cc],
953 mcalib/MHCalibrationChargePINDiode.[h,cc],
954 mcalib/MHCalibrationRelTimeCam.[h,cc],
955 mcalib/MHCalibrationRelTimePix.[h,cc],
956 mcalib/MHPedestalPix.[h,cc],
957 mcalib/MHPedestalCam.[h,cc]:
958 - updated and enlarged documentation
959
960
961
962 2004/03/30: Abelardo Moralejo
963
964 * mmc/MMcFadcHeader.hxx
965 - updated to current version (4) in camera program.
966
967
968
969 2004/03/29: Markus Gaug
970
971 * manalysis/MSourcePosFromStarPos.cc
972 - replaced fabs(ival) by TMath::Abs(ival)
973
974 * mbadpixels/MBadPixelsPix.h
975 - adopt treatment of UnCalibrated_t like the one in Unsuitable_t
976
977 * mbadpixels/MBadPixelsPix.cc
978 - put some documentation in the header
979
980 * mcalib/MHCalibrationChargeCam.cc
981 mcalib/MCalibrationChargeCam.cc
982 mbadpixels/MBadPixelsCam.cc
983 - adopt to new style in MBadPixelsPix.h
984
985 * mcalib/MCalibrationChargeCalc.[h,cc]
986 mcalib/MCalibrationChargePix.[h,cc]
987 - move consistency checks from Pix to Calc
988
989 * mcalib/MHGausEvents.[h,cc]
990 - fixed axes for event and fourier spectrum Draw
991
992 * mcalib/MHCalibrationChargePix.[h,cc]
993 mcalib/MHCalibrationChargeCam.[h,cc]
994 - moved definition of pulser frequency to MHCalibrationChargeCam
995
996
997
998 2004/03/24: Thomas Bretz
999
1000 * mbase/MMath.cc:
1001 - now SignificanceLiMa returns 0 in case sum==0
1002
1003
1004
1005 2004/03/23: Thomas Bretz
1006
1007 * mbase/MContinue.cc, mhbase/MH.cc:
1008 - changed a warning message to an inf-message
1009
1010 * mfileio/MReadTree.cc:
1011 - added an additional logging message when adding files to a
1012 chain successfully.
1013
1014 * mbase/MProgressBar.cc:
1015 - fixed initial size
1016
1017 * mastro/MAstro.[h,cc]:
1018 - changed the code for the rotation angle back to its original
1019 shape. The definition I tried to introduced was already
1020 correctly implemented (assuming that sin is the x-component
1021 of the vector I had it wrong in my mind twice, using
1022 atan2(y,x) everywhere I did recognize it...)
1023
1024 * mreport/MReport.cc:
1025 - fixed a bug which caused a crash when the time is not valid
1026
1027 * mhist/MHStarMap.cc, mpointing/MSrcPosCalc.cc:
1028 - fixed: v.Roatete() must be v=v.Rotate()
1029 - MHStarMap no waorks also without MSrcPosCam, MPointingPos
1030 or MObservatory (leaving out the corresponding translations)
1031
1032
1033
1034 2004/03/22: Markus Gaug
1035
1036 * mfileio/Makefile, mimage/Makefile
1037 - mpointing included
1038
1039
1040
1041 2004/03/22: Thomas Bretz
1042
1043 * mpointing/MSrcPosCalc.[h,cc], MSrcPosCam.[h,cc]:
1044 - added
1045
1046 * mastro/MAstro.[h,cc]:
1047 - added code to calculate rotationangle previously in MObservatory
1048 - changed definition of rotation angle such, that it is now
1049 180deg if Ra and Az grid is parallel
1050
1051 * mastro/MAstroCatalog.[h,cc]:
1052 - fixes and enhancements to the display (such as misscalculated
1053 number of grid lines, title display, etc)
1054 - enhancements to the output
1055 - generalized creation of grid - for further usage
1056
1057 * mastro/MAstroSky2Local.[h,cc]:
1058 - replaced calculation of rotation angle by the function in
1059 MAstro
1060
1061 * mastro/MObservatory.[h,cc]:
1062 - small changes to Print output
1063 - moved code for calculation of rotation angle to MAstro
1064
1065 * mbase/MEvtLoop.cc:
1066 - do not output number of events per second if no events processed
1067
1068 * mbase/MParList.cc:
1069 - updated some comments
1070
1071 * mfileio/MCT1ReadAscii.cc, mfileio/MCT1ReadPreProc.cc,
1072 mfileio/MReadRflFile.cc, mraw/MRawFileRead.cc,
1073 mreport/MReportFileRead.cc:
1074 - output error string if file cannot be opened
1075
1076 * mfileio/MReadTree.cc:
1077 - output name of chain which is scanned
1078
1079 * mimage/MConcentration.cc:
1080 - replaced loop by iterator
1081 - removed obsolete (unused) variables
1082
1083 * mimage/MHNewImagePar.[h,cc]:
1084 - fixed display colors
1085
1086 * mpointing/MPointingPos.[h,cc]:
1087 - added member function to calculate rotation angle
1088 - added comments
1089
1090 * mpointing/Makefile:
1091 - added include MAstro
1092
1093 * manalysis/MSrcPosCam.[h,cc]:
1094 - moved to mpointing
1095
1096 * mpointing/MSrcPosCalc.[h,cc]:
1097 - added: Derotates a star in the camera into MSrcPosCam
1098
1099 * mpointing/Makefile, mpointing/PointingLinkDef.h:
1100 - added MSrcPosCam
1101 - added MSrcPosCalc
1102
1103 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1104 - removed MSrcPosCam
1105
1106 * mmain/Makefile:
1107 - added include for mpointing
1108
1109 * manalysis/AnalysisIncl.h:
1110 - removed TVector2
1111
1112 * mbase/MParContainer.h:
1113 - added new abstract virtual member function SetVariables
1114 (to be used in fits)
1115 - addeed some text to class description
1116
1117 * mdata/MData.cc:
1118 - added comment
1119
1120 * mdata/MDataArray.[h,cc], mdata/MDataElement.h,
1121 mdata/MDataList.[h,cc], mdata/MDataMember.h,
1122 mfbase/MFDataMember.[h,cc], mfbase/MFilterList.[h,cc]:
1123 - added SetVariables
1124
1125 * mdata/MDataChain.[h,cc]:
1126 - added support for indexed variables [i]
1127 - added SetVariables
1128
1129 * mdata/MDataValue.[h,cc]:
1130 - added support for variable values (through SetVariables)
1131 - added support for an index
1132 - added SetVariables
1133
1134 * mfbase/MF.[h,cc]:
1135 - removed support for {}. This case is now detected
1136 automatically
1137 - added SetVariables
1138 - added support for expressiond like
1139 "MHillas.fLength<2*MHillas.fWidth"
1140
1141 * mfbase/MFDataChain.[h,cc]:
1142 - added fCond data member
1143 - addednew constructor to support fCond
1144 - added support for new condition type
1145 - adapted Print and GetRule
1146
1147 * mimage/MNewImagePar.[h,cc]:
1148 - added some comments
1149
1150 * mhist/MHStarMap.[h,cc]:
1151 - fixed to use the correct MPointingPos instead of the
1152 deprecated MMcEvt. Use MPointingPosCalc to copy the
1153 pointing position from MMcEvt to MPointingPos
1154
1155 * mbase/MMath.[h,cc]:
1156 - added, which currently only implements calculation of
1157 significance and Li/Ma significance
1158
1159 * mbase/Makefile, mbase/BaseLinkDef.h:
1160 - added MMath
1161
1162
1163
1164 2004/03/19: Markus Gaug
1165
1166 * mcalib/MHCalibrationChargePix.cc
1167 - added some style to the default Draw in order to see the
1168 label and axis titles better
1169
1170 * mcalib/MHCalibrationChargeCam.[h,cc]
1171 - store and display more information on the average pxiels
1172
1173 * mcalib/MCalibrationCam.cc
1174 - the GetPixelContent flag were not correct any more, fixed them
1175
1176 * macros/calibration.C
1177 - fixed GetPixelContent flags
1178 - draw radial profile of the variables
1179
1180 * mjobs/MJCalibration.cc
1181 - fixed GetPixelContent flags
1182 - introduced RadialProfile for some displays
1183 - removed some not so important displays
1184
1185 * manalysis/MGeomApply.cc
1186 - included MCalibrationQECam to be initialized
1187
1188 * mcalib/MCalibrationChargePix.[h,cc],
1189 mcalib/MCalibrationQEPix.[h,cc]:
1190 - replace DefinePixId by SetPixId
1191
1192 * mcalib/MCalibrationChargeCalc.[h,cc]
1193 - added MCalibrationQECam
1194 - cleaned the code up a little
1195 - give more information at the end
1196
1197 * mcalib/MCalibrationChargePix.[h,cc]
1198 - took out fNumLoGainSampels whihc is not needed any more because
1199 conversion is only done in the getters
1200 - Canceled function ApplyLoGainConversion (for same reason)
1201
1202 * msignal/MExtractSignal2.cc
1203 - remove uncommented piece of code
1204
1205 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
1206 - remove warning about pixel with low gain saturation,
1207 now in MBadPixelsPix
1208
1209 * mbadpixels/MBadPixelsPix.[h,cc], mcalib/MCalibrationChargeCam.cc:
1210 - added new flag: kDeviatingNumPhes
1211
1212 * mcalib/MCalibrationChargePix.cc
1213 - check for mean arr. time in last bin replaced by check in last
1214 two bins
1215
1216 * mcalib/MCalibrationChargePix.[h,cc],
1217 mcalib/MCalibrationChargeCam.cc,
1218 mcalib/MHCalibrationChargeCam.cc:
1219 - removed flag kHiGainFitted, kLoGainFitted, since they are
1220 available from MBadPixelsPix
1221
1222 * macros/calibration.C, macros/calibrate_data.C
1223 - a few flags from MCalibrationChargeCam::GetPixelContent were wrong,
1224 corrected them
1225
1226
1227
1228 2004/03/18: Raquel de los Reyes
1229
1230 * macros/DAQDataCheck.C
1231 - macro to check the data from the DAQ system (.raw files).
1232
1233
1234
1235 2004/03/18: Thomas Bretz
1236
1237 * manalysis/AnalysisIncl.h:
1238 - added TVector2
1239
1240 * manalysis/MSrcPosCam.[h,cc]:
1241 - added Getter/Setter using TVector2
1242
1243 * mhbase/MH.cc:
1244 - fixed GetMinimumGT for TH2 and TH3
1245
1246 * mpointing/MPointingPos.h:
1247 - added Getter/Setter for Ra/Dec
1248
1249 * mpointing/MPointingPosCalc.cc:
1250 - fill Ra/Dec into MPointingPos
1251
1252
1253
1254 2004/03/18: Markus Gaug
1255
1256 * mgeom/MGeomCam.[h,cc]
1257 - replace fMaxRadius by a TArrayF of pixel area types
1258 - new TArrayF fMinRadius of each pixel area type
1259 - backward compatibility should be given,
1260 call to GetMaxRadius() returns the value for the whole camera
1261 (which corresponds to the previous value for the Magic camera)
1262
1263 * mimage/MConcentration.cc
1264 - fixed on flog to fLog in order to compile
1265
1266
1267
1268 2004/03/17: Thomas Bretz
1269
1270 * mastro/MAstroCatalog.[h,cc]:
1271 - some simplifications and changes
1272
1273 * mastro/MAstroCatalog.[h,cc]:
1274 - some simplifications and changes
1275
1276 * mastro/MAstroSky2Local.[h,cc]:
1277 - rotation matrix from sky to local coordinates
1278 - added
1279
1280 * mastro/Makefile, mastro/AstroLinkDef.h:
1281 - MAstroSky2Local added
1282
1283 * mraw/MRawEvtPixelIter.cc:
1284 - GetIdxMaxLoGainSample(const Byte_t lofirst) const
1285 accelerated and fixed (the first slice was compared to itself
1286 and the last slice was not taken into account)
1287
1288 * manalysis/MCerPhotAnal2.cc:
1289 - fixed a bug in the new treatment of lo-gains
1290
1291 * mhvstime/MHPixVsTime.cc:
1292 - fixed missing initialization of fTypeErr in constructor
1293
1294 * mimage/MHillas.[h,cc]:
1295 - implemented member function which returns MeanX/Y as TVector2
1296
1297 * mimage/ImageIncl.h:
1298 - added TVector2
1299
1300 * manalysis/MCerPhotEvt.[h,cc]:
1301 - fixed a bug in AddPixels which - in some special circumstances -
1302 cutted pixels with high pixel indices
1303
1304
1305
1306 2004/03/17: Antonio Stamerra
1307
1308 * macros/datatrigcheck.C
1309 - added macro for time and trigger data-checking
1310
1311
1312
1313 2004/03/17: Abelardo Moralejo
1314
1315 * manalysis/MSourcePosfromStarPos.cc
1316 - added cast fabs((Double_t)ival), line 703. Otherwise it does not
1317 compile.
1318
1319 * macros/starmc.C
1320 - added parameter accepted_fraction to select fraction of events
1321 to be processed (useful to make smaller outputs).
1322
1323
1324
1325 2004/03/17: Wolfgang Wittek
1326
1327 * manalysis/MSigmabar.[h,cc]
1328 - correct calculation of sector, which was wrong
1329
1330
1331
1332 2004/03/16: Markus Gaug
1333
1334 * mhist/MHCamera.[h,cc]
1335 - added function RadialProfile which returns a TProfile of the
1336 value along the radius from the camera center
1337
1338
1339
1340 2004/03/16: Oscar Blanch Bigas
1341
1342 * mimage/MConcentration.[h,cc]
1343 - new class for Concentration stuff.
1344 - It computes and stores Concentration 1-8
1345
1346 * mimage/MNewImagePar.[h,cc]
1347 - New Concentration stuff is moved to MConcentration.
1348
1349 * mimage/MHillasCalc.[h,cc], Makefile, ImageLinkDef.h
1350 - Modifications needed to support and compile new
1351 MConcentration class.
1352
1353
1354
1355 2004/03/16: Thomas Bretz
1356
1357 * mjobs/MJ*.[h,cc]
1358 - removed some obsolete comments
1359 - removed projections from Directory (SetDirectory(0))
1360
1361
1362
1363 2004/03/16: Wolfgang Wittek
1364
1365 * manalysis/MSigmabar.[h,cc]
1366 - calculate sigmabar as mean of individual pedestalRMS
1367 instead of sqrt of mean pedestalRMS^2
1368
1369
1370
1371 2004/03/16: Oscar Blanch
1372
1373 * mimage/MNewImagePar.[h,cc]
1374 - New variables members added: fInnerSize, fInnerLeakage[1,2],
1375 fConc[3-8].
1376 - It is only ready for Magic Camera geometry. It has to be done
1377 MGeomCam base.
1378 - The version ahs not been updated since it was done on the
1379 2004/03/10 by Abelardo.
1380
1381
1382
1383 2004/03/15: Markus Gaug
1384
1385 * mcalib/MCalibrationChargePix.[h,cc],
1386 mcalib/MCalibrationChargeCam.[h,cc],
1387 mcalib/MCalibrationChargeCalc.cc:
1388 - conversion from hi- to logain now not applied until the value is
1389 exported outside the class. This is necessary for the error
1390 propagation in the F-Factor method: In the calculation of the
1391 number of Phe, the conversion factors cancel out and do not
1392 enlarge the errors
1393 - pixels with number of phe's outside the range defined by
1394 fPheFFactorRelErrLimit are not any more declared as:
1395 MCalibrationChargePix::IsFFactorMethodValid() == kFALSE ,
1396 but instead as:
1397 MBadPixelsPix::IsSuitableRun(MBadPixelsPix::kUnreliableRun) == kTRUE,
1398 Like this, everybody is allowed to calibrate pixels which give
1399 no reasonable results in the calibration without bothering that
1400 too many pixels fall out. Enjoy!
1401 - In that procedure, the classes passed _internally_ from calculation
1402 of sigmas to calculation of variances which saves all the useless
1403 square rooting.
1404 - took out pointers to MCalibrationChargeBlindPix and
1405 MCalibrationChargePINDiode in MCalibrationChargeCam.
1406
1407
1408
1409 2004/03/15: Abelardo Moralejo
1410
1411 * mmc/MMcEvt.hxx
1412 - added getter function for fZFirstInteraction
1413
1414
1415
1416 2004/03/15: Wolfgang Wittek
1417
1418 * mastro/MObservatory.[h,cc]
1419 - remove bugs in RotationAngle(theta, phi, sin, cos)
1420 replaced
1421 cos = sinl + cosl*cosp /denom;
1422 by
1423 cos = (sinl - cosl*cosp) /denom;
1424
1425
1426
1427 2004/03/15: Thomas Bretz
1428
1429 * mastro/MObservatory.[h,cc]:
1430 - implemented RotationAngle(ra, dec, time)
1431
1432 * mbase/MTask.[h,cc]:
1433 - implemented usage of a TStopwatch to retriev time consumtion
1434 informations
1435 - changed PrintStatistics not to print classes having no
1436 Process() function
1437
1438 * mbase/MTaskList.[h,cc], mfileio/MReadReports.[h,cc]:
1439 - changed PrintStatistics according to changes in MTask
1440
1441 * mraw/MRawEvtHeader.cc:
1442 - added a comment to Fill member function
1443
1444 * manalysis/MCerPhotEvt.[h,cc]:
1445 - added fLut.Set to FixSize and resize fLut by a factor of 2
1446 instead of +1 which acelerates creation of all pixels a lot
1447
1448 * mbadpixels/MBadPixelsPix.cc:
1449 - fixed a typo
1450
1451 * mfilter/MFSoftwareTrigger.cc:
1452 - made statistics output meaning independant of usage of filter!
1453
1454 * mhbase/MFill.[h,cc]:
1455 - added possibility to give tab a different name
1456
1457 * mhist/MHCamera.cc:
1458 - fixed a bug when determin scale for same-option
1459
1460 * mjobs/MJCalibration.cc:
1461 - changed tab names for MFillH
1462
1463 * mjobs/MJExtactSignal.cc:
1464 - added MRawEvtHeader to output
1465
1466 * mbase/MStatusDisplay.[h,cc]:
1467 - changed displayed year
1468 - read and store MStatusArray to and from files
1469
1470 * mfileio/MReadTree.cc:
1471 - enhanced output
1472
1473 * mmain/MCameraDisplay.cc, mmain/MEventDisplay.[h,cc]:
1474 - added preliminary mode to display F1/F2/F3-files
1475
1476 * mbase/MStatusArray.[h,cc]:
1477 - added
1478
1479 * mbase/Makefile, mbase/BaseLinkDef.h:
1480 - added MStatusArray
1481
1482 * mhits/MHCamera.[h,cc], mgui/MHexagon.[h,cc]:
1483 - improved drawing MHCamera with 'same' option
1484
1485
1486
1487 2004/03/13: Markus Gaug
1488
1489 * mcalib/MCalibrationChargeCalc.cc, mcalib/MCalibrationChargeCam.cc,
1490 mcalib/MCalibrationChargePix.[h,cc],
1491 mcalib/MHCalibrationChargeCam.cc,
1492 mcalib/MHCalibrationChargeLoGainPix.cc:
1493 - fixed Low Gain calibration
1494
1495 * mcalib/MHGausEvents.cc:
1496 - changed default fit prob. limit from 0.005 to 0.001
1497
1498 * mbadpixels/MBadPixelsPix.h :
1499 - IsCalibrationResultOK does not ask for FitOK any more
1500
1501 * mcalib/MHCalibrationChargeCam.cc:
1502 - replaced Rel. Err. Limit for outliers in Phe's from 5 sigma to 7
1503
1504 * mraw/MRawEvtPixelIter.[h,cc]:
1505 - function GetIdxMaxLoGainSamples can be called optionally with
1506 offset (because first "loGain" samples are often in reality
1507 hiGain with high values.
1508
1509
1510
1511 2004/03/12: Sebastian Raducci
1512
1513 * manalysis/Makefile
1514 - added mastro in the include directories
1515
1516
1517
1518 2004/03/12: Thomas Bretz
1519
1520 * merpp.cc:
1521 - added 'force' option
1522
1523 * manalysis/MCerPhotAnal2.cc:
1524 - extract pedestal and pedestal rms from lo-gain if hi-gain not
1525 above a certain athreshold
1526
1527 * mastro/MAstroCatalog.[h,c]:
1528 - added text argument to DrawStar
1529
1530 * mbase/MStatusDisplay.cc:
1531 - some small changes to output of SaveAsPS
1532
1533 * mfilter/MFCosmics.cc:
1534 - changed output of filter statistics
1535
1536 * mbadpixels/MBadPixelsTreat.[h,cc]:
1537 - fixed some problems with the code - now it should work like
1538 expected
1539 - added a new member function to be able to change the number
1540 of required neighbors
1541
1542
1543
1544 2004/03/12: Wolfgang Wittek
1545
1546 * manalysis/Makefile
1547 - include 'mastro'
1548
1549 * manalysis/MSourcePosfromStarPos.[h,cc]
1550 - include MObservatory.h
1551 - call member function Rotationangle() of MObservatory
1552
1553
1554
1555 2004/03/12: Markus Gaug
1556
1557 * mjobs/MJCalibration.cc
1558 - updated call in displays to the corr. Cams.
1559
1560 * macros/calibrate_data.C
1561 - macro to study calibrate and study data used in Munich and IFAE
1562
1563
1564
1565 2004/03/12: Antonio Stamerra
1566
1567 * mraw/MRawEvtHeader.[h,cc]
1568 - Added the method GetTriggerID() to decode the trigger pattern.
1569
1570
1571
1572 2004/03/11: Abelardo Moralejo
1573
1574 * mimage/MHillasCalc.cc
1575 - Added some printout in PostProcess, to better express the reasons
1576 for which the reconstruction of some events did not succeed.
1577
1578
1579
1580 2004/03/11: Thomas Bretz
1581
1582 * status.cc:
1583 - updated
1584
1585 * manalysis/MCerPhotAnal2.cc:
1586 - removed an obsolete debug output
1587
1588 * mhist/MHCamera.[h,cc]:
1589 - added same-option to camera display
1590
1591 * mbadpixels/MBadPixelsCalc.[h,cc], mbadpixels/MBadPixelsTreat.[h,cc]:
1592 - implemented functionality of MBlindPixelsCalc2
1593
1594 * mbadpixels/MBadPixelsCam.[h,cc], mbadpixels/MBadPixelsPix.[h,cc],
1595 mbadpixels/MMcBadPixelsSet.cc, mcalib/MCalibrationChargeCalc.cc,
1596 mcalib/MCalibrationChargePix.cc, mcalib/MHCalibrationChargeCam.cc:
1597 - replaced several Set/GetUnsuitable* by a single member function
1598
1599
1600
1601 2004/03/11: Markus Gaug
1602
1603 * mbadpixels/MBadPixelsPix.h
1604 - removed bits about validity of calibration methods
1605 - IsCalibrationResultOK asks also from IsSuitableRun
1606
1607 * mbadpixels/MBadPixelsCam.cc
1608 - updated GetPixelContent
1609 - added Print function
1610
1611 * mcalib/MCalibrationChargeCam.[h,cc]
1612 mcalib/MCalibrationChargePix.h, mcalib/MCalibrationChargeCalc.cc:
1613 - removed pointers to MGeomCam and MBadPixelsCam in MCalibrationChargeCam
1614 - use two loops over pixels in order to determine mean flux of phe;s to
1615 discard pixels far outside the normal distribution
1616
1617 * mcalib/MCalibrate.cc
1618 - added case that no MBadPixelsCam is available.
1619
1620 * mcalib/MHCalibrationChargeCam.cc
1621 - adapted to new MBadPixelsPix::SetUnsuitable function
1622
1623
1624 2004/03/10: Abelardo Moralejo
1625
1626 * manalysis/MCerPhotPix.[h,cc]
1627 - Added member fIsHGSaturated, and setter/getter functions.
1628 Updated class version to 4.
1629
1630 * mcalib/MCalibrate.cc, MCalibrateData.cc
1631 - Added setting of MCerPhotPix.fIsHGSaturated if one or more HG
1632 slices saturate.
1633
1634 * mimage/MNewImagePar.[h,cc]
1635 - Added member fNumHGSaturatedPixels to count the number of pixels
1636 in which high gain saturates. Added getter funciton for it.
1637 Updated class version to 3.
1638
1639
1640
1641 2004/03/10: Markus Gaug
1642
1643 * mcalib/MCalibrationChargeCalc.cc,
1644 mcalib/MCalibrationChargePix.[h,cc],
1645 mcalib/MCalibrationChargeCam.[h,cc]:
1646 - calculation of conversion factor with F-Factor method from
1647 same mean number of photons, derived from weighted mean number
1648 of photo-electrons from inner and outer pixels, respectively
1649
1650 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
1651 - fixed the projections (did only display inner pixels up to now)
1652
1653 * macros/calibration.C
1654 - small bug fixed in display of rel. arrival times
1655 ( used MArrivalTimeCam instead of MHCalibrationRelTimeCam)
1656
1657 * mbadpixels/MBadPixelsCam.cc
1658 - replaced some InitSize(idx) by InitSize(idx+1) in order not to crash
1659 to program when reading from an ascii-file.
1660
1661 * mbadpixels/MBadPixelsCalc.cc
1662 - replaced one SetUnsuitableRun(....) by the new version without
1663 argument.
1664
1665
1666
1667 2004/03/10: Thomas Bretz
1668
1669 * mfilter/MFSoftwareTrigger.[h,cc]:
1670 - changed to support also a predifined number of NN
1671
1672 * mastro/MAstroCatalog.[h,cc]:
1673 - many enhancements
1674 - many speed improvements
1675
1676 * mbadpixels/MBadPixelsPix.[h,cc]:
1677 - fixed
1678
1679
1680
1681 2004/03/10: Ester Aliu
1682
1683 * mtemp/MIslands.[h,cc]
1684 - New MParContainer to hold information about islands
1685 (number of islands, pixels in each Island, Signal/Noise of
1686 each Island).
1687
1688 * mtemp/MIslandCalc.[h,cc]
1689 - New MTask to count and characterize Islands.
1690
1691
1692
1693 2004/03/09: Thomas Bretz
1694
1695 * Makefile.rules:
1696 - replaced *.o by $(...) for building archives
1697
1698 * mjobs/MJCalibration.cc:
1699 - exchanged apply and merge task
1700
1701 * mjobs/MJCalibration.h, mjobs/MJExtractSignal.h, mjobs/MJPedestal.h:
1702 - fixed some const-qualifiers
1703
1704 * mcalib/MHCalibrationChargeBlindPix.cc,
1705 mcalib/MHCalibrationChargeCam.cc,
1706 mcalib/MHCalibrationChargePINDiode.cc
1707 - removed some obsolete output when calling FindCreateObj
1708 - changed some 'not found' output messages to be 'Mars-compliant'
1709 - replaced some gLog by *fLog
1710
1711
1712
1713 2004/03/08: Markus Gaug
1714
1715 * mbadpixels/MBadPixelsPix.h
1716 - small modifications for better readability
1717 - remove Getters for calibration methods
1718 - added flag "UnReliableRun" in fInfo[0]
1719
1720 * mcalib/MHCalibrationChargeCam.cc, mcalib/MCalibrationChargePix.cc:
1721 - fill MBadPixelsPix with UnReliableRun or UnSuitableRun when
1722 calibration does not succeed.
1723
1724 * mcalib/MCalibrationChargeCam.cc
1725 - displaying saturation also for not-valid pixels in GetPixelContent
1726
1727 * msignal/MExtractedSignalCam.[h,cc], msignal/MExtractSignal.[h,cc],
1728 msignal/MExtractSignal2.[h,cc], mananlysis/MHPedestalCam.cc,
1729 mcalib/MCalibrationChargeCalc.[h,cc]:
1730 - in SetUsedFADCSlices, also the window (hi-and logain) is set.
1731 This because MExtractSignal2 set the whole window which was much
1732 bigger than the actually used one. This bug is now removed.
1733
1734
1735
1736 2004/03/08: Thomas Bretz
1737
1738 * merpp.cc:
1739 - fixed a bug in the screen output
1740
1741 * mgeom/MGeomMirror.cc:
1742 - added comment
1743
1744 * mmc/MMcConfigRunHeader.h:
1745 - added member function GetMirrors
1746
1747
1748
1749 2004/03/08: Abelardo Moralejo
1750
1751 * macros/starmc.C, starmcstereo.C, mccalibrate.C
1752 - adapted to m. Gaug's changes: now one MBadPixelsCam containers is
1753 added for each telescope to the parameter list.
1754
1755 * mmain/MEventDisplay.cc, Makefile
1756 - added MBadPixelsCam to par list, and mbadpixels/ to includes.
1757 Necessary due to changes in MCalibrate.
1758
1759
1760
1761 2004/03/06: Markus Gaug
1762
1763 * macros/calibration.C
1764 - adapted call to MHCamera::ProjectionS to the new version
1765
1766 * mcalib/Makefile
1767 - include directory mbadpixels
1768
1769 * manalysis/Makefile
1770 - include directory mbadpixels
1771
1772 * mcalib/MCalibrationChargeCalc.[h,cc]
1773 - include MBadPixelsCam
1774 - remove exclusion of pixels from ascii-file
1775 (now accessible from MBadPixelsCam)
1776
1777 * mcalib/MCalibrationChargePix.[h,cc]
1778 - include MBadPixelsCam
1779
1780 * mcalib/MCalibrationChargeCam.[h,cc]
1781 - include MBadPixelsCam
1782
1783 * mcalib/MHCalibrationChargeCam.[h,cc]
1784 - include MBadPixelsCam
1785 - include one additional MBadPixelsPix for the average inner and
1786 outer pixel, respectively
1787
1788 * mcalib/MHCalibrationChargePix.[h,cc]
1789 - make fSaturated and fPickup a Float_t (for average pixel)
1790
1791 * mbadpixels/MBadPixelsPix.h
1792 - include the CalibrationType_t infos
1793 - exchange "SetUnsuitable" by "SetUnsuitableRun"
1794
1795 * mbadpixels/MBadPixelsCam.cc, mbadpixels/MMcBadPixelsSet.cc:
1796 - exchange "SetUnsuitable" by "SetUnsuitableRun"
1797
1798 * mbadpixels/MBadPixelsCalc.cc:
1799 - exchange "SetUnsuitable" by "SetUnsuitableEvt"
1800
1801 * manalysis/MGeomApply.cc
1802 - remove obsolete MArrivalTime
1803 - add MBadPixelsCam
1804
1805 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc]
1806 - implemented calls to MBadPixelsCam
1807
1808 * macros/calibration.C, macros/bootcampstandardanalysis.C,
1809 macros/pedphotcalc.C
1810 - implemented calls to MBadPixelsCam
1811
1812 * mjobs/MJCalibration.cc
1813 - call to MBadPixelsCam
1814
1815
1816
1817 2004/03/05: Nadia Tonello
1818
1819 * manalysis/MBlindPixelsCalc2.[h,cc], manalysis/AnalysisLinkDef.h,
1820 manalysis/Makefile
1821 - Temporary class added (will be included in mbadpixels/ soon)
1822 - All the functions of MBlindPixelCalc are kept(with small improvements)
1823 - New function added: SetCheckPedestalRms
1824
1825 * manalysis/MCerPhotPix.h
1826 - Status Unmapped added (not include the pixel in the cleaned image)
1827
1828 * mimage/MImgCleanStd.cc
1829 - Checks for Unmapped status added
1830
1831 * mastro/MAstroCatalog.cc, msql/MSQLServer.cc:
1832 - include <stdlib.h> to solve compilation error
1833
1834
1835
1836 2004/03/05: Sebastian Raducci
1837
1838 * msignal/MArrivalTimeCalc.cc
1839 - fixed a little bug (exchanged a - with a + in the Calc() method)
1840
1841
1842
1843 2004/03/05: Markus Gaug
1844
1845 * mcalib/MCalibraitonChargeCalc.cc
1846 - remove some runheader line:
1847 if (runheader->IsMonteCarloRun())
1848 return kTRUE;
1849 which gave always true since this week, don't know why.
1850 - added some information in class description
1851
1852
1853
1854 2004/03/04: Sebastian Raducci
1855
1856 * msignal/MArrivalTimeCalc.cc
1857 - fixed a memory leak (the spline was not deleted...)
1858
1859
1860
1861 2004/03/04: Thomas Bretz
1862
1863 * mgeom/MGeomCam.[h,cc]:
1864 - added new data member fNumAreas
1865 - added new function CalcNumAreas
1866 - increased class version to 3
1867
1868 * mgeom/MGeomCamMagic.cc:
1869 - added setting of area index
1870
1871 * mgeom/MGeomPix.[h,cc]:
1872 - added fAidx data member
1873 - added getter function fAidx
1874 - increased class version to 3
1875
1876 * macros/sectorvstime.C:
1877 - added example of how to plot the evolution of a sector vs time
1878
1879 * mhist/MHVsTime.[h,cc], mhist/MHPixVsTime.[h,cc]:
1880 - moved to mhvstime
1881
1882 * mhvstime/MHSectorVsTime.[h,cc]:
1883 - added
1884
1885 * Makefile:
1886 - added mhvstime
1887
1888 * mhvstime/Makefile, mhvstime/HVsTimeLinkDef.h,
1889 mhvstime/HVsTimeIncl.h:
1890 - added
1891
1892 * mhist/Makefile, mhist/HistLinkDef.h,
1893 - removed MHVsTime
1894 - removed MHPixVsTime
1895
1896 * macros/rootlogon.C, macros/dohtml.C:
1897 - added new directory mhvstime
1898
1899 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
1900 - changes such, that it doesn't crash if signal has no lo-gain
1901 (This might still give wrong results!)
1902
1903 * macros/dohtml.C:
1904 - added pixvstime.C
1905 - added sectorvstime.C
1906
1907 * manalysis/MMcCalibrationUpdate.cc:
1908 - some changes on file consistency check done by Abelardo,
1909 he may comment on it
1910
1911 * mhist/MHCamera.[h,cc]:
1912 - changed to support also dividing the camera in pixels area indices
1913
1914 * mhist/MHEvent.cc:
1915 - minor change
1916
1917 * mjobs/MJPedestal.cc:
1918 - adapted to changes in MHCamera
1919
1920 * mastro/MAstroCatalog.[h,cc]:
1921 - added preliminary catalog
1922
1923 * mastro/Makefile, mastro/AstroLinkDef.h:
1924 - added MAstroCatalog
1925
1926
1927
1928 2004/03/03: Thomas Bretz
1929
1930 * mgeom/MGeomCam.cc:
1931 - give a name and title also if the default constructor is used
1932
1933 * mgeom/MGeomMirror.[h,cc]:
1934 - added member function GetReflection
1935 - added persistent data member fReflector
1936
1937 * mjobs/MJCalibration.cc, mjobs/MJExtractSignal.cc, mjobs/MJPedestal.cc:
1938 - fixed a typo in the output
1939
1940 * mraw/MRawFileWrite.cc:
1941 - added the missing '.' to MRawRunHeader. Because of the design of
1942 MReadTree this is backward compatible
1943
1944 * mraw/MRawRunHeader.h:
1945 - removed last change from Abelardo. '>255' is the correct
1946 check for MC files following the definition that all MC files
1947 have run types >255 which was made in the past.
1948
1949 * manalysis/MCerPhotAnal.[h,cc], manalysis/MCerPhotAnal2.[h,cc]:
1950 - created ReInit member function to hold all code (moved from
1951 PreProcess) accessing the run header. The run header is not
1952 available in PreProcess. That it was working before was only
1953 by chance, because the run type is initialized with 65535 which
1954 is != 255 but not >255.
1955
1956
1957
1958 2004/03/03: Sebastian Raducci
1959
1960 * msignal/MArrivalTimeCalc.cc
1961 - The calculation of the arrival times is made only when needed
1962 (when the HalfMax is over the pedestal)
1963
1964 * mtools/MCubicSpline.cc
1965 - Commented out an annoying warn
1966
1967
1968
1969 2004/03/03: Abelardo Moralejo
1970
1971 * mraw/MRawRunHeader.h
1972 - Replaced
1973 Bool_t IsMonteCarloRun() const { return fRunType>0x00ff; } by
1974 Bool_t IsMonteCarloRun() const { return (fRunType==0x0100); }
1975 since the latter is the exact translation of what the function
1976 intends to do. I do not know why, but the display of real data
1977 did not work with the upper line!
1978
1979 * mgeom/MGeomCam.cc
1980 - Undid yesterday change! I do not know why, display completely
1981 fails after that change, both for old and new camera files.
1982 Put back fPixels[i] = new MGeomPix; in constructor.
1983
1984
1985
1986 2004/03/02: Abelardo Moralejo
1987
1988 * mmc/MMcCorsikaRunHeader.[h,cc]
1989 - Added operator [] to get references to the objects in
1990 TObjArray fTelescopes.
1991 - Added Print() function.
1992 - Added GetNumCT() function.
1993 - Replaced
1994 fTelescopes[i]= new MGeomCorsikaCT;
1995 by
1996 MGeomCorsikaCT* dummy = new MGeomCorsikaCT();
1997 fTelescopes.Add(dummy);
1998
1999 * mgeom/MGeomCorsikaCT.[h,cc]
2000 - Added getter functions for telescope coordinates.
2001 - Added Print() function.
2002
2003 * mgeom/MGeomCam.cc => NOTE: this change was undone later!
2004 - Replaced
2005 fPixels[i] = new MGeomPix;
2006 by
2007 MGeomPix* dummy = new MGeomPix();
2008 fPixels.Add(dummy);
2009
2010
2011
2012 2004/03/02: Thomas Bretz
2013
2014 * mcalib/MCalibrateData.cc:
2015 - removed usage of MGeomCam (you have MGeomApply for this!)
2016
2017
2018
2019 2004/03/01: Nadia Tonello
2020
2021 * manalysis/MCerPhotEvt.cc
2022 - TObject *MCerPhotEvtIter::Next() now returns Used pixels
2023 only if fUsedonly=kTRUE, otherwise it returns all the pixels
2024 in the array
2025
2026
2027
2028 2004/03/01: Sebastian Raducci
2029
2030 * msignal/MArrivalTimeCalc.[cc,h]
2031 - now the arrival time is at the half max of the spline:
2032 half max = (maximum - pedestal)/2
2033
2034 * mmain/MEventDisplay.cc
2035 - fixed an include (from MArrivalTime.h to MArrivalTimeCam.h)
2036
2037
2038
2039 2004/03/01: Wolfgang Wittek
2040
2041 * mhist/MHStarMap.[h,cc]
2042 - remove bugs
2043 - change GetRotationAngle() such that it can be called from outside
2044
2045
2046
2047 2004/03/01: Thomas Bretz
2048
2049 * Makefile:
2050 - enhanced all calls to subsequent makes by '-f Makefile' to
2051 make sure the correct Makefile is called
2052
2053 * merpp.cc:
2054 - enhanced interpretation of time
2055 - fixed a bug in determin the file-type
2056
2057 * mbase/MTime.[h,cc]:
2058 - added GetGmst() member function
2059
2060 * mastro/MAstro.[h,cc]:
2061 - added Coordinate2Angle
2062 - added AngularDistance
2063 - implemented UT2GMST
2064 - replaced defined by TMath::Pi()
2065
2066 * mastro/MObservatory.[h,cc]:
2067 - added data members for sin-/cos-component of latitude
2068 - added calculation of rotation angle
2069
2070 * mhist/MHStarMap.[h,cc]:
2071 - changes to use MObservatory member function
2072
2073 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotAnal2.cc,
2074 manalysis/MCerPhotCalc.cc, manalysis/MMcCalibrationUpdate.cc,
2075 manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalNSBAdd.cc,
2076 manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc,
2077 mcalib/MCalibrationChargeCalc.cc, mcalib/MMcCalibrationCalc.cc
2078 - changed to use IsMonteCarloRun() now
2079
2080 * manalysis/MMcCalibrationUpdate.cc:
2081 - unified output to log-stream
2082 - replaced sqrt by TMath::Sqrt
2083
2084 * mcalib/MCalibrationChargeCalc.cc:
2085 - unified output to log-stream
2086 - removed .Data() from TString where obsolete
2087 - fixed memory leak using gSystem->ExpandPathName
2088
2089 * mpointing/MPointingPosCalc.cc, mraw/MRawFileWrite.cc:
2090 - adde class name to used kRT*/kTT* enums
2091
2092 * mraw/MRawEvtHeader.h:
2093 - made enum data member of class
2094
2095 * mraw/MRawRunHeader.[h,cc]:
2096 - made kMagicNumber and kMaxFormatVersion a static data
2097 member of the class
2098 - added IsMonteCarloRun member function
2099
2100
2101
2102 2004/02/27: Markus Gaug
2103
2104 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
2105 - put in call to MHCamera::Projection the name of the calling
2106 class, otherwise the projected hsitogram will be overwritten by
2107 an empyt one.
2108
2109 * mcalib/MHCalibrationChargePix.[h,cc],
2110 mcalib/MHCalibrationHiGainChargePix.[h,cc],
2111 mcalib/MHCalibrationLoGainChargePix.[h,cc]:
2112 - histogram name setting and title setting moved to constructor,
2113 Functions Init and ChangeHistId derive directly from
2114 MHcalibrationChargePix
2115
2116 * mcalib/MHCalibrationChargeCam.[h,cc],
2117 mcalib/MCalibrationChargeCam.[h,cc],
2118 mcalib/MCalibrationChargeCalc.[h,cc]:
2119 - introduced "average inner" and "average outer" higain and logain
2120 pixels.
2121
2122
2123
2124 2004/02/27: Raducci Sebastian
2125
2126 * mhist/Makefile
2127 - added mastro in the include list
2128
2129
2130
2131 2004/02/27: Abelardo Moralejo
2132
2133 * mmain/MEventDisplay.cc
2134 - replaced in fill8 obsolete MArrivalTime with MArrivalTimeCam.
2135 - Updated display of MC data: removed MCerPhotCalc, and replaced
2136 it by MExtractSignal+MMcCalibrationUpdate+MCalibrate. Now
2137 MPedPhotCam is filled and all the camera display tabs are shown
2138 correctly (most were not working for MC events since a while
2139 ago).
2140
2141 * mmain/Makefile
2142 - Added mcalib to list of include directories.
2143
2144 * manalysis/MMcCalibrationUpdate.[h,cc]
2145 - Added member variable Bool_t fOuterPixelsScaling, which is
2146 kTRUE by default. If set to kFALSE, MCalibrationCam is filled
2147 such that MCerPhotEvt will later be filled with the signal as it
2148 is, not corrected for the (possibly) different gain of the outer
2149 pixels electronic chain. This option was necessary to allow for
2150 the change in the camera display (see above).
2151
2152 * macros/starmc.C
2153 - added (optional) division of output into two, for use as train
2154 and test samples in g/h separation studies.
2155
2156
2157
2158 2004/02/26: Hendrik Bartko
2159
2160 * macros/dohtml.C
2161 - included the path msignals/
2162
2163
2164
2165 2004/02/26: Abelardo Moralejo
2166
2167 * macros/starmcstereo.C
2168 - changed filters to divide data between train and test sample for
2169 gamma hadron separation studies. Now we use the modulus operator
2170 applied to (Corsika) event number:
2171 MF filter1("{MMcEvt;1.fEvtNumber%2}<0.5");
2172 MF filter2("{MMcEvt;1.fEvtNumber%2}>0.5");
2173 - cleaned up a bit the way the CT coordinates are fed to the task
2174 MStereoCalc.
2175 - Changed default FADC integration range (center range to adapt to
2176 new camera).
2177
2178
2179
2180 2004/02/26: Thomas Bretz
2181
2182 * mhist/MHCamera.cc:
2183 - fixed a function description
2184
2185 * mreport/MReport.cc, mreport/MReportFileRead.cc:
2186 - introduced return case -1
2187
2188 * Makefile.rules:
2189 - remove all dependancy files when calling 'rmdep'
2190
2191 * mbase/MAGIC.h, mmc/MMcEvt.hxx:
2192 - moved ParticleId_t to MMcEvt
2193 - implemented MMcEvt::GetParticleName
2194 - implemented MMcEvt::GetEnergyStr
2195
2196 * mfilter/MFGeomag.cc, mfilter/MFParticleId.cc, mhist/MHCompProb.cc,
2197 mhist/MHEvent.cc, mhist/MHHadronness.cc,
2198 mmontecarlo/MMcTriggerRateCalc.cc, mranforest/MHRanForest.cc:
2199 - fixed usage of ParticleId_t
2200
2201 * msignal/Makefile:
2202 - removed obsolete includes
2203
2204 * mastro/Makefile, mastro/AstroLinkDef.h, mastro/MAstro.[h,cc],
2205 mastro/MObservatory.[h,cc]:
2206 - added
2207
2208 * mbase/MAstro.[h,cc]:
2209 - removed
2210
2211 * mbase/Makefile, mbase/BaseLinkDef.h:
2212 - removed MAstro
2213
2214 * Makefile:
2215 - added mastro
2216 - added msql
2217 - added mfbase
2218
2219 * mtemp/MObservatory.[h,cc], mtemp/MObservatoryLocation.[h,cc]:
2220 - removed
2221
2222 * merpp.cc:
2223 - added Sql support
2224
2225 * mraw/MRawFileRead.h:
2226 - added GetFileName
2227
2228 * msql/Makefile, msql/SqlLinkDef.h, msql/SqlIncl.h,
2229 MSQLServer.[h,cc], MSqlInsertRun.[h,cc]:
2230 - added
2231
2232 * mfilter/MF.[h,cc], mfilter/MFDataChain.[h,cc],
2233 mfilter/MFDataMember.[h,cc], mfilter/MFEventSelector.[h,cc],
2234 mfilter/MFEventSelector2.[h,cc], mfilter/MFRealTimePeriod.[h,cc]:
2235 - moved to mfbase
2236
2237 * mfbase/Makefile, mfbase/FBaseLinkDef.h, mfbase/FBaseIncl.h:
2238 - added
2239
2240 * merpp.cc:
2241 - implemented control of gDebug (root debugging)
2242
2243 * mfileio/MWriteAsciiFile.[h,cc], mfileio/MWriteFile.[h,cc],
2244 mfileio/MWriteRootFile.[h,cc]:
2245 - implemented CheckAndWrite return value
2246
2247 * mfileio/MWriteRootFile.cc:
2248 - fixed updating already existing branches (eg concatenating report
2249 files)
2250
2251 * macros/dohtml.C, macros/rootlogon.C:
2252 - added mastro
2253 - added mfbase
2254 - added msql
2255
2256 * mraw/MRawEvtHeader.h:
2257 - implemented GetNumTrigLvl1
2258 - implemented GetNumTrigLvl2
2259
2260
2261
2262 2004/02/25: Markus Gaug
2263
2264 * mcalib/MExtractBlindPixel.[h,cc],
2265 mcalib/MExtractPINDiode.[h,cc],
2266 mcalib/MExtractedSignalBlindPixel.[h,cc],
2267 mcalib/MExtractedSignalPINDiode.[h,cc],
2268 mcalib/Makefile, msignal/Makefile, mcalib/CalibLinkDef.h,
2269 msignal/SignalLinkDef.h:
2270 - moved blindpixel and PINdiode extractors to msignal
2271
2272
2273 * mcalib/MCalibrationQECam.[h,cc], mcalib/MCalibrationQEPix.[h,cc]:
2274 - two new classes to hold the quantum efficieny information of the
2275 calibration
2276
2277 * msignal/MArrivalTimeCalc.[h,cc]
2278 - fill now MArrivalTimePix instead of MArrivalTime
2279
2280 * mcalib/MHCalibrationChargeCam.cc
2281 - display only valid pixels for the corr. values in GetPixelContent
2282
2283 * mcalib/MHCalibrationRelTimeCam.cc
2284 - is now filled from MArrivalTimeCam instead of MArrivalTime
2285
2286 * macros/calibration.C
2287 - divided into two macros: calibration.C using the MJPedestal
2288 standard procedure and pedestalstudies.C using the old
2289 procedures
2290
2291 * macros/pedestalstudies.C
2292 - new macro containing the first previous part of calibration.C
2293
2294 * mcalib/MCalibrationChargeBlindPix.h,
2295 mcalib/MCalibrationChargePINDiode.h, mbase/MAGIC.h,
2296 mjobs/MJCalibration.cc:
2297 - definition of PulserColot_t in MAGIC.h.
2298
2299
2300
2301 2004/02/25: Hendrik Bartko
2302
2303 * macros/rootlogon.C
2304 - set the include path also to msignals/
2305
2306 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractSignal2.[h,cc],
2307 manalysis/MExtractedSignalCam.[h,cc],
2308 manalysis/MExtractedSignalPix.[h,cc],
2309 manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc],
2310 manalysis/MArrivalTimeCalc2.[h,cc]:
2311 - removed
2312
2313 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
2314 - removed classes mentioned above
2315
2316 * msignal/MExtractSignal.[h,cc], msignal/MExtractSignal2.[h,cc],
2317 msignal/MExtractedSignalCam.[h,cc],
2318 msignal/MExtractedSignalPix.[h,cc],
2319 msignal/MArrivalTime.[h,cc], msignal/MArrivalTimeCalc.[h,cc],
2320 msignal/MArrivalTimeCalc2.[h,cc]:
2321 - added
2322
2323 * msignal/Makefile, msignal/AnalysisLinkDef.h:
2324 - added classes mentioned above
2325
2326 * mfilter/Makefile, mcalib/Makefile, mjobs/Makefile, mmain/Makefile:
2327 - added include msignal
2328
2329
2330
2331
2332 2004/02/25: Wolfgang Wittek
2333
2334 * mcalib/MCalibrateData.[h,cc]
2335 - initialize size for MPedPhotCam
2336
2337
2338
2339 2004/02/24: Wolfgang Wittek
2340
2341 * manalysis/MSourcPosfromStarPos.[h,cc]
2342 - change member function SetSourceAndStarPosition() to expect sky
2343 coordinates in the standard units
2344 - generalize to more than 1 star
2345 - the class is not yet fully tested
2346
2347 * mfilter/MFSelBasic.[h,cc]
2348 - change default values of cuts
2349
2350
2351
2352 2004/02/24: Markus Gaug
2353
2354 * mjobs/MJCalibration.cc, macros/calibration.C,
2355 macros/bootcampstandardanalysis.C, macros/pedphotcalc.C:
2356 - added MCalibrationChargeBlindPix to plist
2357 - added new filling of histograms with MFillH
2358 - changed SetPulserColor to MCalibrationChargeBlindPix and
2359 MCalibrationChargePINDiode
2360
2361 * mcalib/MHCalibrationChargeBlindPix.[h,cc]:
2362 - receives a pointer to MCalibrationChargePINDiode which is filled
2363 with the results and told to calculate the fluxes in the
2364 Finalize function
2365 - is filled via MFillH from MExtractBlindPixel
2366 - SetPulserColor directly in this class
2367
2368 * mcalib/MCalibrationChargeBlindPix.[h,cc]
2369 - new storage container of the blind pxiel resutls, replaces
2370 MCalibrationBlindPix
2371
2372 * mcalib/MCalibrationChargeCalc.[h,cc]:
2373 - does not fill the histograms any more, but does ony the
2374 calculations in the postprocess. No pointer to MExtractPINDidoe
2375 or MExtractBlindPixel any more.
2376
2377 * mcalib/MCalibrationChargePix.cc
2378 - discovered an error in the calculation of phe's in
2379 CalcFFactorMethod(). The average QE was applied twice.
2380 This error had been introduced on 13/02/04
2381 - loosened criterium convFFactorRelErrLimit from 0.1 to 0.2
2382 - CalcFFactor asks for IsChargeValid before calculating anything
2383
2384 * mcalib/MCalibrationChargePINDiode.[h,cc]
2385 - added function SetFluxOutsidePlexiglassAvailable
2386 - SetPulserColor directly in this class
2387
2388 * mcalib/MCalibrationChargeCam.cc
2389 - removed function SetPulserColor from here
2390
2391 * mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationConfig.h,
2392 mcalib/MHCalibrationPINDiode.[h,cc],
2393 mcalib/MCalibrationBlindPix.[h,cc],
2394 mcalib/MHCalibrationBlindPixel.[h,cc]:
2395 - removed since obsolote
2396
2397 * mcalib/MHCalibrationChargePix.cc
2398 - make fPickup an Int_t
2399
2400 * mcalib/MCalibrate.cc
2401 - test validity of every calibration method before retrieving
2402 conversion factors
2403
2404 * mcalib/MHGausEvents.[h,cc]
2405 - add possibility to set fit ranges in call to FitGaus
2406 - make function CreateXaxis protected
2407
2408
2409
2410 2004/02/23: Markus Gaug
2411
2412 * mraw/MRawEvtPixelIter.h
2413 - include GetNumHiGainSamples and GetNumLoGainSamples
2414
2415 * mcalib/MExtractedSignalBlindPixel.h,
2416 mcalib/MExtractBlindPixel.[h,cc]:
2417 - included storage of pedestal
2418
2419 * mcalib/MHGausEvents.[h,cc]
2420 - make the fit functions protected
2421
2422
2423
2424 2004/02/22: Markus Gaug
2425
2426 * mfilter/MFCosmics.[h,cc]
2427 - fMaxNumEmpty changed from absolute number to relative number of
2428 pixels
2429
2430 * mcalib/MHGausEvents.h
2431 - remove the "->" from the pointers which are initialized only
2432 in certain cases. The streamer did not work in case that
2433 MFGausFit was left at the NULL pointer.
2434
2435
2436
2437 2004/02/21: Markus Gaug
2438
2439 * manalysis/MExtractedSignalPix.[h,cc]
2440 - changed variable fIsLoGainUsed to fLoGainUsed
2441 - added function GetNumHiGainSaturated()
2442
2443
2444 2004/02/20: Markus Gaug
2445
2446 * mcalib/MHCalibrationChargeHiGainPix.[h,cc], mcalib/Makefile,
2447 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
2448 mcalib/CalibLinkDef.h
2449 - new class to replace MHCalibrationPixel,
2450 based on MHCalibrationChargePix
2451
2452 * mcalib/MCalibrationChargeCalc.[h,cc]
2453 mcalib/MCalibrationChargeCam.[h,cc]
2454 mcalib/MCalibrationChargePix.[h,cc]
2455 mcalib/MCalibrationChargePINDiode.[h,cc]
2456 mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
2457 mcalib/MCalibrationPINDiode.[h,cc]:
2458 - added the "charge" versions, remove the old ones. The histograms
2459 should be filled in the MH... versions independently of
2460 MCalibrationChargeCalc. This is fully realized for the PIN Didoe
2461 now and will later be so for the pixels and the blind pixel.
2462
2463 * mcalib/MHCalibrationChargePINDiode.[h,cc]
2464 - receives a pointer to MCalibrationChargePINDiode which is filled
2465 with the results and told to calculate the fluxes in the
2466 Finalize function
2467
2468 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc],
2469 mcalib/MMcCalibrationCalc.[h,cc], mjobs/MJCalibration.[h,cc],
2470 manalysis/MMcCalibrationUpdate.[h,cc],
2471 mjobs/MJExtractSignal.[h,cc], manalysis/MGeomApply.cc,
2472 mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C,
2473 macros/bootcampstandardanalysis.C,
2474 macros/pedphotcalc.C:
2475 - replace MCalibrationCam by MCalibrationChargeCam
2476 - replace MCalibrationCalc by MCalibrationChargeCalc
2477
2478
2479
2480 2004/02/19: Markus Gaug
2481
2482 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc,
2483 mcalib/MCalibrate.cc, mcalib/MCalibrateDate.cc,
2484 manalysis/MMcCalibrationUpdate.cc:
2485 - standardized naming of variables containing "Error", this also affected
2486 the calling functions MCalibrate, MMcCalibrationUpdate and MCalibrateData
2487
2488 * mcalib/MCalibrationCam.cc, mcalib/MCalibrationPix.cc,
2489 mcalib/MCalibrationCalc.cc, mcalib/MCalibrate.cc,
2490 mcalib/MCalibrateData.cc, mcalib/MCalibrationConfig.h:
2491 - took out some configuration numbers and put them directly into
2492 the class
2493 - remove completely MCalibrationConfig.h
2494
2495
2496
2497 2004/02/19: Abelardo Moralejo
2498
2499 * mhist/MHEvent.[h,cc]:
2500 - Changed names of Event "types" to make them more descriptive.
2501 Former kEvtSignal is now called kEvtSignalDensity, and indicates
2502 pixel content scaled by area. Added kEvtSignalRaw, which
2503 corresponds to pixel content (with no scaling) in whatever units
2504 (this depends on how the MHEvent object is filled!). The default
2505 constructor initializes type=kEvtSignalRaw.
2506
2507 * mmain/MEventDisplay.cc
2508 - Changed filling of evt1 and evt2. Now they are filled with raw
2509 content of MCerPhotEvt. Since in MEventDisplay, MCerPhotEvt is
2510 still filled uncalibrated (hence in ADC counts), this means that
2511 what will be now shown in Mars' camera display is now the signal
2512 in each pixel without scaling with pixel area. Given that the
2513 default flat fielding is such that equal light density
2514 corresponds to equal absolute signal (in ADC counts), this is
2515 more reasonable, and allows to check for instance how the
2516 relative pixel gains are adjusted by looking at calibration
2517 events. To be FIXED: there is however an "inconsistency" in
2518 MEventDisplay, and it is that MCerPhotEvt is still used to keep
2519 uncalibrated signals. To be replaced by MExtractedSignalCam?
2520
2521
2522
2523 2004/02/19: Thomas Bretz
2524
2525 * manalysis/MCerPhotEvt.h:
2526 - added operator= to MCerPhotEvtIter -- is this correct?
2527
2528 * mhist/MHCamera.[h,cc]:
2529 - added member function to calculate minimum content and
2530 maximum content for a single sector
2531 - Added possibility to get a projection for a single sector.
2532 - GetMinimum/GetMaximum now only takes used pixels into account
2533 (you can request all pixels using a different member function)
2534 - fixed projection (projection only took pixels with contents!=0
2535 instead of 'used' pixels
2536 - Don't call Sumw2() anymore for projection
2537
2538 * mjobs/MJPedestal.cc:
2539 - added MPedestalCam to output again - MPedestalCam was fixed
2540 yesterday
2541 - Added Histograms for the two camera halves
2542
2543
2544
2545 2004/02/18: Markus Gaug
2546
2547 * macros/calibration.C
2548 - fixed a buggy display of the F-Factor method
2549
2550 * mcalib/MCalibrationCalc.cc
2551 - calculate the F-Factor method already in the post-Process
2552
2553 * mcalib/MCalibrationPix.h
2554 - move CalcFFactorMethod to public
2555
2556
2557
2558 2004/02/18: Abelardo Moralejo
2559
2560 * mtools/MCubicSpline.cc
2561 - in Init, corrected initialization of arrays temp and ysd, which
2562 was done with n-1 elements instead of n.
2563
2564 * mgui/MHexagon.cc
2565 - added comment explaining the algorithm.
2566 - changed explicit values of Sin and Cos 60 degrees by const
2567 variables (more readable).
2568
2569
2570
2571 2004/02/18: Hendrik Bartko
2572
2573 * msignal/:
2574 - removed the backup files *~
2575 - removed the object files *.o
2576 - removed the files SignalCint.*
2577
2578 * mgui/MHexagon.cc
2579 - added comment explaining the algorithm.
2580
2581
2582
2583 2004/02/18: Thomas Bretz
2584
2585 * manalysis/MPedestalCam.[h,cc]:
2586 - Changed order of derivements - seems to be VERY important!
2587 - changed GetSize from UInt_t to Int_t which is the type
2588 of TClonesArray::GetSize() !
2589
2590 * mfileio/MReadReports.cc:
2591 - skip trees with no entries
2592
2593 * mgui/MCamEvent.cc:
2594 - added a comment
2595
2596 * mhbase/MFillH.cc:
2597 - in case SetupFill returns kFALSE and kCanSkip is set
2598 Skip task
2599
2600 * mraw/MRawFileRead.cc:
2601 - don't print warning in case of none executions
2602
2603 * manalysis/MArrivalTimeCalc2.cc:
2604 - added some const-qualifiers
2605
2606
2607
2608 2004/02/17: Raquel de los Reyes
2609
2610 * macros/CCDataCheck.C
2611 - Added some improvements in the plots.
2612
2613
2614
2615 2004/02/17: Abelardo Moralejo
2616
2617 * macros/readrfl.C
2618 - Added missing gPad->cd(1), otherwise the display of events was
2619 not updated.
2620
2621 * mgui/MHexagon.cc
2622 - DistanceToPrimitive(Float_t px, Float_t py) Changed check of
2623 whether px,py is inside the pixel or not. Previous algorithm
2624 was just an approximation.
2625
2626
2627
2628 2004/02/17: Raquel de los Reyes
2629
2630 * mcamera/MCameraHV.h
2631 - Now it derives from a MCamEvent class and implemented the
2632 GetPixContent() and DrawPixelContent() functions. Added the
2633 GetMean function to get the mean HV settings of the camera.
2634
2635 * macros/CCDataCheck.C
2636 - Added the HV settings plots.
2637
2638
2639
2640 2004/02/17: Hendrik Bartko
2641
2642 * msignal:
2643 - new: directory for all signal and time extraction classes
2644
2645 * msignal/MArrivalTimeCam.[h,cc], manalysis/Makefile,
2646 msignal/AnalysisLinkDef.h, MGeomApply.cc:
2647 - new: Storage Container for the ArrivalTime in the camera
2648
2649 * msignal/MArrivalTimePix.[h,cc], manalysis/Makefile,
2650 msignal/AnalysisLinkDef.h:
2651 - new: Storage Container for ArrivalTime information of one pixel
2652
2653 * msignal/Makefile, SignalCint.[h,cc], SignalDep.d, SignalIncl.h,
2654 SignalLinkDef.h
2655 - auxiliary files for msignal directory
2656
2657 * manalysis/MArrivalTimeCalc2.[h,cc]:
2658 - added functionality to compute error of the extracted ArrivalTime
2659 - calculated ArrivalTime is stored in MArrivalTimeCam
2660
2661 * manalysis/MGeomApply.cc
2662 - geometry is applied to MArrivalTimeCam
2663
2664 * Makefile:
2665 - directory msignal is included
2666
2667
2668
2669 2004/02/17: Sebastian Raducci
2670
2671 * mtools/MCubicSpline.[h,cc]
2672 - little corrections in minimums evalustion methods
2673 - changed constructors (they require the fadc slices to be const)
2674
2675 * macros/spline.C
2676 - changed according to the MCubicSpline new constructors
2677
2678 * manalysis/MArrivalTimeCalc.[h,cc]
2679 - changed to use the MCubicSpline class intead of the TSpline class
2680 - warning: now the arrival time is again the maximum of the spline,
2681 soon it will be changed to half maximum
2682
2683
2684
2685 2004/02/17: Wolfgang Wittek
2686
2687 * manalysis/MSourcPosfromStarPos.[h,cc]
2688 - new class; calculates the position of the source in the camera from
2689 the position of a star in the camera and puts it into
2690 MSrcPosCam
2691
2692
2693
2694 2004/02/16: Abelardo Moralejo
2695
2696 * mcalib/MMcCalibrationCalc.cc
2697 - Fixed two typos in screen output.
2698
2699
2700
2701 2004/02/16: Markus Gaug
2702
2703 * mcalib/MCalibrationPix.cc
2704 - documentation from David's email added
2705 - EffectiveQE decreased from 0.2 to 0.18 (see documentation)
2706
2707 * mcalib/Makefile, mcalib/CalibLinkDef.h:
2708 - added MExtractBlindPixel and MExtractedSignalBlindPixel
2709
2710 * mcalib/MExtractBlindPixel.[h,cc]
2711 - new signal extractor for the Blind Pixel
2712
2713 * mcalib/MExtractedSignalBlindPixel.[h,cc]
2714 - new container for the extracted signal of the BlindPixel
2715
2716 * mcalib/MCalibrationCalc.[h,cc]
2717 - does not extract signal from Blind Pixel any more, searches
2718 for MExtractedSignalBlindPixel and fills the hists from there
2719
2720 * macros/calibration.C, macros/bootcampstandardanalysis.C,
2721 macros/pedphotcalc.C, mjobs/MJCalibration.cc:
2722 - introduce the blind pixel and PIN diode extraction in the macro
2723
2724 * manalysis/MPedestalCam.h
2725 - changed type of fTotalEntries from ULong_t to UInt_t
2726 - fixed documentation of fTotalEntries
2727
2728 * manalysis/MPedCalcPedRun.h
2729 - changed type of fNumSamplesTot from ULong_t to UInt_t
2730
2731 * mcalib/MHGausEvents.h
2732 - changed type of fCurrentSize from ULong_t to UInt_t
2733
2734 * mcalib/MCalibrationConfig.h
2735 - removed gkConversionHiLo and gkConversionHiLoErr which is now
2736 directly in the class MCalibrationPix
2737
2738
2739
2740 2004/02/16: Thomas Bretz
2741
2742 * manalysis/AnalysisLinkDef.h:
2743 - added missing MCerPhotEvtIter
2744
2745 * merpp.cc:
2746 - added possible usage of database
2747
2748 * star.cc:
2749 - moved source code into new class MJStar - preliminary
2750
2751 * manalysis/MCerPhotPix.cc:
2752 - updated class header
2753 - fixed Print-output
2754
2755 * mbase/MAGIC.h:
2756 - removed definition of MLog
2757
2758 * mbase/MArgs.h:
2759 - removed include of MAGIC.h
2760
2761 * mbase/MLog.h:
2762 - added extern definition of gLog
2763
2764 * mbase/MParContainer.[h,cc]:
2765 - move body of constructors to source file
2766
2767 * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
2768 mraw/MRawCrateArray.cc, mraw/MRawCrateData.cc,
2769 mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawRead.cc,
2770 mraw/MRawEvtPixelIter.cc, mraw/MRawFileWrite.cc:
2771 - fixed documentation header
2772
2773 * mcalib/MMcCalibrationCalc.[h,cc]:
2774 - fixed documentation header
2775 - fixed usage of FindCreateObj and FindObject
2776 - removed data member to count entries (use histogram instead)
2777 - use TH1 function Integral instead of doing it manually
2778
2779 * mfilter/MFCosmics.cc:
2780 - fixed documentation
2781
2782 * mimage/MHillas.cc, mimage/MImgCleanStd.cc,
2783 mimage/MNewImagePar.[h,cc]:
2784 - replaced for-loops by Iterators
2785
2786 * mraw/MRawFileRead.cc, mraw/MRawSocketRead.cc:
2787 - fixed documentation header
2788 - check return value of MRawRunHeader::ReadEvt
2789
2790 * mraw/mraw/MRawRunHeader.[h,cc]:
2791 - fixed documentation header
2792 - added return value to MRawRunHeader::ReadEvt
2793 - added constant number for max format version - preliminary
2794 (should by a static data member)
2795
2796 * mcalib/MHCalibrationPINDiode.cc:
2797 - do not delete pointers in the destructor which are already
2798 deleted in the base class
2799 - reset histograms in Clear()
2800
2801 * mcalib/MHCalibrationPixel.cc:
2802 - after deletion of instances in Clear() initialize pointer to NULL
2803
2804 * mcalib/MCalibrationCalc.cc, mcalib/MHCalibrationBlindPixel.cc:
2805 - fixed usage of logging stream output levels
2806
2807 * manalysis/MPedCalcPedRun.[h,cc]:
2808 - removed obsolete fSignals
2809
2810 - removed obsolete fNumPixels
2811
2812 * manalysis/MPedestalCam.h:
2813 - added '->' to fArray
2814
2815 * mfileio/MWriteRootFile.cc:
2816 - changed some output to make debugging easier
2817
2818 * mjobs/MJCalibration.cc:
2819 - fixed a bug in drawing
2820
2821 * mjobs/MJExtractSignal.cc:
2822 - removed MPedestalCam from MWriteRootFile output.
2823 When creating the branch it crashes - reason unknown I'll
2824 investigate further
2825
2826
2827
2828 2004/02/16: Markus Gaug
2829
2830 * mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C:
2831 - added MHCalibrationRelTimePix
2832
2833 * mcalib/MHCalibrationRelTimePix.[h,cc],
2834 mcalib/MHCalibrationRelTimeCam.[h,cc]:
2835 - new classes to fit and display the relative arrival times.
2836 - filled from MArrivalTime
2837 - need: MFillH("MHCalibrationRelTimeCam","MArrivalTime")
2838
2839 * manalysis/MCalibrationCalc.cc
2840 - take out all uncommented code referring to the relative arrival time
2841
2842 * manalysis/MArrivalTime.h
2843 - changed function GetNumPixels to GetSize
2844
2845 * macros/bootcampstandardanalysis.C, macros/pedphotcalc.C
2846 - included cosmics rejection which was in MCalibrationCalc before
2847
2848
2849
2850 2004/02/14: Markus Gaug
2851
2852 * mcalib/Makefile, mcalib/CalibLinkDef.h:
2853 - added MHCalibrationChargePINDiode
2854
2855 * mcalib/MHCalibrationChargePINDiode.[h,cc]
2856 - new class to fill the PIN Diode histograms. Derives from
2857 MHCalibrationChargePix and is filled with MFillH from the
2858 container MExtractedSignalPINDiode.
2859 Will replace MHCalibrationPINDiode entirely soon.
2860
2861 * mcalib/MHCalibrationChargePix.[h,cc]
2862 - new base class for the calibration charges histogram pixel.
2863 Derives from MH and can be filled with the MH with the MH
2864 functions.
2865
2866 * mcalib/MExtractPINDiode.[h,cc]
2867 - new signal extractor for the PIN Diode
2868
2869 * mcalib/MExtractedSignalPINDiode.[h,cc]
2870 - new container for the extracted signal of the PIN Diode
2871
2872 * mcalib/MCalibrationCalc.[h,cc]
2873 - remove the PIN Diode signal extraction
2874
2875 * manalysis/MHPedestalPix.[h,cc]
2876 - new version of MHPedestalPixel, deriving from MHGausEvents.
2877
2878 * manalysis/MHPedestalPixel.[h,cc]
2879 - old version removed, since obsolete (and erroneous)
2880
2881 * manalysis/MHPedestalCam.[h,cc]
2882 - histogramming part of MPedestalCam now in own class
2883
2884 * manalysis/MPedestalPix.h
2885 - removed include of MHPedestalPixel
2886
2887 * macros/calibration.C
2888 - changed pedestal displays accordingly
2889
2890 * mjobs/MJPedestal.h
2891 - class TCanvas included (did not compile otherwise)
2892
2893 * mhbase/MH.cc
2894 - included call to FindGoodLimits(..) in CutEdges()
2895 - axe from pointer to reference
2896 - "CutEdges" renamed to "StripZeros"
2897
2898 * manalysis/MHPedestalPixel.cc, mcalib/MHCalibrationPixel.cc,
2899 mcalib/MHCalibrationBlindPixel.cc:
2900 - "CutEdges" renamed to "StripZeros"
2901
2902 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
2903 - replaced by the improved version: MHGausEvents.[h,cc]
2904
2905
2906
2907 2004/02/14: Thomas Bretz
2908
2909 * manalysis/MCerPhotEvt.[h,cc]:
2910 - added 'Iterator' facility, this will replace some for-loops
2911 in the near future
2912
2913 * mbase/MTime.[h,cc]:
2914 - added a more powerfull interface to get and interprete the
2915 MTime contents as string
2916 - added a new constructor
2917
2918 * mreport/MReportTrigger.h:
2919 - fixed GetPixContent
2920
2921 * mtools/MCubicCoeff.cc, mtools/MCubicSpline.[h,cc]:
2922 - many small changes to simple details (like order of includes)
2923 - some speed improvements
2924 - many small simplifications
2925 - changed parts of the code to be more C++ like (eg Iterators
2926 instead of for-loops)
2927 - disentangles some if-cases
2928 - replaced some math.h function by TMath::
2929 - removed data-member fN (obsolete with iterators)
2930
2931
2932
2933 2004/02/13: Wolfgang Wittek
2934
2935 * mcalib/MCalibrateData.[h,cc]
2936 - new class;
2937 like MCalibrate, but in ReInit it fills the MPedPhot container
2938 using informations from MPedestal, MExtracteSignalCam and
2939 MCalibrationCam
2940
2941 * mcalib/Makefile, mcalib/CalibLinkDef.h
2942 - added MCalibrateData
2943
2944 * manalysis/MPedestalWorkaround.[h,cc]
2945 - create MMcEvt container and fill with theta = 10.0
2946 - set pedestalRMS = 0. if it is > 10.0
2947
2948 * manalysis/MSupercuts.[h,cc]
2949 - change default values of parameters
2950
2951 * manalysis/MSupercutsCalc.[h,cc]
2952 - change dNOMLOGSIZE from 4.1 to 5.0
2953
2954 * mhist/MHBlindPixels.[h,cc]
2955 - change MPedestalCam to MPedPhotCam
2956
2957 * mhist/MHSigmaTheta.[h,cc]
2958 - automatic binning for pixel number doesn't work
2959 use default binning
2960
2961
2962
2963 2004/02/13: Markus Gaug
2964
2965 * mcalib/MCalibrationPix.[h,cc]
2966 - added variables gkAverageQE, gkAverageQEErr, and fAverageQE,
2967 fAverageQEErr
2968 - gkAverageQE initializes to 0.2 (according to David)
2969 - gkAverageQEErr initializes to 0.02 (dito)
2970 - added new member function: SetAverageQE
2971 - call to GetMeanConversionFFactorMethod returns:
2972 fMeanConversionFFactorMethod/fAverageQE.
2973 - call to GetErrorConversionFFactorMethod returns:
2974 errors of fMeanConversionFFactorMethod and fAverageQEErr added
2975 quadratically
2976
2977 * mcalib/Makefile
2978 - split into two parts one comment line
2979
2980
2981 2004/02/13: Thomas Bretz
2982
2983 * mbadpixels/MBadPixelsTreat.[h.cc]:
2984 - added for new bad pixel treatment
2985
2986 * mbadpixels/Makefile, mbadpixels/BadPixelsLinkDef.h:
2987 - added MBadPixelsTreat
2988
2989 * merpp.cc:
2990 - changed the name of the "DC" tree to "Currents" to make
2991 MReportRead work correctly with this tree
2992
2993 * mbase/MTime.[h,cc]:
2994 - Changed UpDMagicTime to support nanosec instead of millisec
2995 - exchanged Reset() by Clear() not to clear the yy/mm/dd
2996 information away in an eventloop
2997
2998 * mraw/MRawEvtHeader.[h,cc]:
2999 - implemented decoding of the time-stamp for raw-data files
3000 with version>2. Thanks to Marcos.
3001
3002 * mraw/MRawRead.[h,c]:
3003 - pipe file version number to MRawEvtHeader::ReadEvt
3004 - create fake time for file-version<3
3005
3006 * macros/readMagic.C:
3007 - changed to use MInteractiveTask
3008
3009 * mbase/MPrint.cc:
3010 - fixed debugging level of some output
3011
3012 * mhist/MHCamera.[h,cc]:
3013 - fixed handling in AddNotify (necessayr due to change of
3014 inheritance from MCamEvent)
3015 - replaced cout by gLog
3016 - added fNotify to list of cleanups
3017
3018 * mhist/MHEvent.cc, mjobs/MJCalibration.cc,
3019 mjobs/MJPedestal.cc:
3020 - fixed usage of AddNotify
3021
3022 * mfileio/MReadReports.cc:
3023 - use a different way to determin whether the tree is a valid tree,
3024 skip invalid trees
3025
3026 * mfileio/MReadTree.cc:
3027 - added another sanity check at the beginning of PreProcess
3028
3029 * mhbase/MFillH.[h,cc]:
3030 - added bit kCanSkip which skips MFillH in case the necessary container
3031 wasn't found.
3032 - cd into the corresponding canvas before filling the MH
3033
3034
3035
3036 2004/02/12: Markus Gaug
3037
3038 * mbase/MArray.[h,cc]:
3039 - changed name of StripZeros
3040
3041 * mcalib/MHGausEvent.cc:
3042 - corrected call to StripZeros
3043
3044 * mcalib/MCalibrationPix.[h,cc]
3045 - implemented dummy for combined method
3046
3047 * mcalib/MCalibrate.[h,cc]
3048 - implemented a dummy for calibration factor 1. (requested by
3049 Javier Rico)
3050 - implemented combined method
3051 - check for valid methods moved to ReInit
3052
3053 * mcalib/MCalibrationCalc.cc
3054 - removed initialization of non-used nsamples
3055
3056 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.[h,cc],
3057 mcalib/MCalibrationCalc.[h,cc]
3058 macros/calibration.C
3059 - implemented new histograms:
3060 HSinglePheFADCSlices and HPedestalFADCSlices
3061 They are filled with the FADC slice values of either a s.phe.
3062 event or a pedestal event. The decision is taken with the
3063 variable: MCalibrationCalc::fBlindPixelSinglePheCut, to be set
3064 with a setter
3065
3066 * mtools/MFFT.[h,cc]
3067 - PowerSpectrumDensity of TArrayI implemented
3068
3069
3070
3071 2004/02/12: Thomas Bretz
3072
3073 * mbase/MArray.[h,cc]:
3074 - changed argument of CutEdges from pointer to reference
3075
3076 * mgeom/MGeomPix.h:
3077 - fixed calculation of area of pixel. It was too big for a
3078 factor of 2
3079
3080 * mjobs/MJCalibration.cc:
3081 - slight change of name of a MHCamera
3082
3083 * manalysis/MExtractSignal.cc:
3084 - slight change to the creation of the satpixels list
3085
3086 * mcalib/MHCalibrationBlindPixel.cc, mcalib/MHCalibrationPixel.cc,
3087 mcalib/MHGausEvent.cc:
3088 - corrected call to ProjectArray
3089 - corrected call to CutEdges
3090
3091 * mfilter/MFCosmics.[h,cc]:
3092 - small fixes to logging output
3093 - small simplification to return statement
3094 - declared CosmicsRejection const
3095
3096 * mhbase/MH.[h,cc]:
3097 - changed argument of ProjectArray from pointer to reference
3098 - added missing calcualtion of minimum
3099 - removed obsolete SetEntries
3100 - changed SetDirectory from NULL to gROOT
3101
3102
3103
3104 2004/02/12: Javier López
3105
3106 * macros/pointspreadfunction.C
3107 - added new macro that fits with a 2D gaussian the DC spot for an
3108 star. It gives you the RMS of the PSF and the center of the star,
3109 very useful for misspointing studies.
3110
3111
3112
3113 2004/02/11: Hendrik Bartko
3114
3115 * manalysis/MExtractSignal2.cc:
3116 - introduced a validity check for the set-function of the window
3117 size (even number of slices, WindowSize < NumberSlices)
3118
3119 * manalysis/MArrivalTimeCalc2.[h,cc], manalysis/Makefile,
3120 manalysis/AnalysisLinkDef.h:
3121 - new: introduced the calculation of the arrival time as the signal
3122 weighted mean of the time slices in the maximum window
3123
3124
3125
3126 2004/02/11: Markus Gaug
3127
3128 * mcalib/MCalibrationCalc.cc:
3129 - the blind pixel signal extractor introduced one week ago, counted
3130 one FADC slice too little, thus the normalization w.r.t. pedestals
3131 was wrong. Now corrected.
3132
3133 * manalysis/MExtractSignal.cc, manalysis/MExtractSignal2.cc:
3134 - when "WARNING - Lo Gain saturated" occurs, display also the
3135 corr. pixel numbers.
3136
3137 * mbase/MArray.[h,cc]:
3138 - introduced function to cut array edges with zeros.
3139 (Thomas, should we keep it there or move it to another class? )
3140
3141 * mcalib/MCalibrationCalc.[h,cc]:
3142 - new function SetBlindPixelRange to set start and end of FADC slices
3143 used for the blind pixel signal extraction.
3144 - remove fEvents which are not necessary any more after the shift
3145 to MFCosmics.
3146
3147 * mcalib/MHCalibration(Blind)Pixel.[h,cc]:
3148 - show the fourier spectrum now with axes in frequency [Hz] instead
3149 of inverted events.
3150
3151 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
3152 - new base class for all kind of events with variables having a
3153 Gaussian distribution. Will serve as base class for the
3154 existing and new calibration histogram classes.
3155
3156
3157
3158 2004/02/11: Abelardo Moralejo
3159
3160 * mmain/MEventDisplay.cc
3161 - Switched order of MMcPedestalCopy and MCerPhotCalc in tasklist:
3162 MMcPedestalCopy must be executed earlier!
3163
3164
3165
3166 2004/02/10: Raquel de los Reyes
3167
3168 * mhist/MHPixVsTime.[h,cc]:
3169 - Added a default draw function and replaced the TGraph object
3170 by a pointer to a TGraph object.
3171
3172 * mreport/MReportTrigger.h:
3173 - Now it dereives from a MCamEvent class and implemented the
3174 GetPixContent() and DrawPixelContent() functions.
3175
3176 * maccros/CCDataCheck.C:
3177 - An update of the previous macro. New plots: subsystems status and
3178 macrocells trigger.
3179
3180
3181
3182 2004/02/10: Markus Gaug
3183
3184 * mcalib/MCalibrationCam.cc:
3185 - fixed documentation
3186
3187 * mhbase/MH.[h,cc]:
3188 - new function ProjectArray
3189
3190 * mcalib/MHCalibrationPixel.[h,cc],
3191 mcalib/MHCalibrationBlindPixel.[h,cc]:
3192 - use ProjectArray from MH to plot the projection of the fourier
3193 spectrum
3194
3195 * mfilter/MFCosmics.[h,cc], mfilter/Makefile,
3196 mfilter/FilterLinkDef.h:
3197 - new filter removing cosmics, the same as in MCalibrationCalc
3198 where it was removed now.
3199 Call: MFCosmics cosmics;
3200 MContinue cont(&cosmics);
3201 tlist.AddToList(&cont);
3202
3203 * mcalib/MCalibrationCalc.[h,cc]:
3204 - removed cosmics rejection from there
3205
3206 * macros/calibration.C, mjobs/MJCalibration.cc:
3207 - changed cosmics rejection to the filter algorithm
3208
3209
3210
3211 2004/02/09: Markus Gaug
3212
3213 * mcalib/MCalibrationBlindPix.[h,cc]:
3214 - added histogram to display the average in FADC slices of all
3215 single and double phe events
3216
3217 * mcalib/MCalibrationCalc.cc:
3218 - fill histograms of single-phe events with higain and logain
3219 sampls
3220
3221 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationCalc.cc,
3222 mcalib/MCalibrationConfig.h:
3223 - take all pixel areas out of MGeomPix::GetA(), remove all previous
3224 areas
3225 - calculate photon fluxes from blind pixel and PIN diode, use
3226 area only to fill the conversion factors in MCalibrationPix
3227
3228
3229 * mcalib/MJCalibration.cc:
3230 - display of number of photons for Blindpixel and PIN Diode Method
3231 changed to display of photon flux which is the actually
3232 calculated quantity
3233
3234
3235
3236 2004/02/09: Thomas Bretz
3237
3238 * mbadpixels/*:
3239 - added
3240
3241 * Makefile:
3242 - added MBadPixels
3243
3244 * manalysis/MGeomApply.cc:
3245 - fixed class description
3246
3247 * mjobs/MJCalibration.[h,cc], mjobs/MJExtractSignal.[h,cc]:
3248 - added bad pixel treatment
3249
3250 * mjobs/MJPedestal.[h,cc]:
3251 - reorganized order of functions
3252 - removed a nonsense scrren output (some BLABABLA or so)
3253
3254 * mjobs/Makefile:
3255 - added include for mbadpixels
3256
3257 * mmain/MBrowser.cc:
3258 - do not call construtor of TGTReeLBEntry if pic0=0
3259
3260
3261
3262 2004/02/09: Raquel de los Reyes
3263
3264 * mcamera/MCameraLids.h, mreport/MReportCamera.h
3265 - Added the "Get" functions to access the private data
3266 members of the class.
3267
3268
3269
3270 2004/02/09: Markus Gaug
3271
3272 * MMcCalibrationUpdate.cc, MCalibrate.cc, MCalibrationPix.cc,
3273 MCalibrationPix.h:
3274 - replace MCalibrationPix->IsChargeFitValid() by IsChargeValid()
3275 because we can calibrate with the histogram mean and RMS even
3276 if the fit is not OK. Thus, there is a question: IsFitted() and
3277 IsChargeValid(), i.e. does the charge make any sense?
3278
3279 * MCalibrationCam.cc, MCalibrationConfig.h, MCalibrationCalc.cc:
3280 - found serious bug in calculation of conversion factors for the
3281 outer pixels:
3282 GetMeanConversionBlindPixelMethod and
3283 GetMeanConversionPINDiodeMethod
3284 did not correct for the area of the outer pixel, this did only
3285 MCalibrationCam::GetPixelContent which is not used by MCalibrate
3286
3287
3288
3289 2004/02/06: Markus Gaug
3290
3291 * mgeom/MGeomCam.h
3292 - replaced in Comment of fPixRatio:
3293 "ratio between size of pixel idx and pixel 0" by
3294 "ratio between size of pixel 0 and pixel idx"
3295
3296 * manalysis/MPedestalCam.cc
3297 - catch calls to MHPedestalPixel in case that they are not filled
3298 This led previous calls to segmentation violations
3299 - remove include of MHExtractedSignalPix
3300
3301 * manalysis/MHExtractedSignalPix.[h,cc]
3302 - is everything in MHPedestalPixel, so removed it again
3303
3304 * mjobs/MJPedestal.cc
3305 - put the projections into Display()
3306 - correct the input of Display (0: pedestal, 1: pedestalerror,
3307 2: pedRMS, 3: pedRMSerror)
3308
3309 * manalysis/MHPedestalPixel.cc
3310 - increased number of bins in for charges plot
3311
3312 * mtools/MFFT.[h,cc]
3313 - possibility to have PSD directly from TArray
3314
3315 * mjobs/MJCalibration.[h,cc]
3316 - fixed displays
3317 - replaced MExtractSignal by MExtractSignal2
3318
3319 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc],
3320 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationBlindPix.[h,cc],
3321 mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationPINDiode.[h,cc]:
3322 - remove histograms MHChargevsN..., now keep TArrays directly
3323 - check for oscillations for all pixels (and you will not trust
3324 your eyes when you look at the results :-((((
3325
3326 * mcalib/MCalibrationCalc.[h,cc]
3327 - remove ArrivalTime -> go to separate class
3328 - remove BlindPixel and PIN Diode overflow, now handled directly
3329 inside the corr. classes.
3330 - remove SkipTimeFits -> go the arrival time class
3331
3332 * mcalib/MCalibrationCam.h
3333 - new getters for number of photons
3334 - removed timeslicewidth -> go the corr. time containers
3335
3336 * mcalib/MCalibrationCam.cc
3337 - removed times of GetPixelContent
3338 - added OscillationChecks in GetPixelContent
3339
3340 * manalysis/MMcCalibrationUpdate.cc
3341 - remove calpix.SkipTimeFits which is now obsolet
3342
3343 * macros/calibration.C
3344 - all previous changes now in this macro.
3345 - (NB: Thomas, du brauchst in MJCalibration nicht mehr aendern,
3346 das ging diesmal in einem Aufwasch)
3347
3348
3349
3350 2004/02/06: Thomas Bretz
3351
3352 * mhist/MHPixVsTime.[h,cc]:
3353 - changed such that you can set the name of the time container now
3354
3355 * mraw/MRawRunHeader.[h,cc]:
3356 - added GetMaxPixId()
3357
3358 * mraw/MRawEvtData.cc:
3359 - fixed wrong size calculation for fABflags
3360
3361
3362
3363 2004/02/06: Oscar Blanch
3364
3365 * mmc/MFadcDefine.h && mmc/MMcFadcHeader.cxx
3366 - We cahnged the name (and values) of the global variable
3367 MFADC_RESPONSE_AMPLITUDE to MFADC_RESPONSE_INTEGRAL
3368
3369
3370
3371 2004/02/05: Markus Gaug
3372
3373 * mcalib/MHCalibrationPixel.[h,cc]
3374 - put an NDF limit for the fit
3375 - removed all TStrings and replace them by Form(..)
3376 - Check for nan's of all returned fit values
3377
3378 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc:
3379 - reshuffled HiLoGainConversion, calculation of F-Factor method,
3380 - calculation of total F-Factor of the readout.
3381
3382 * mcalib/MCalibrationCam.cc
3383 - include relative times to display with GetPixelContent
3384
3385 * mcalib/MCalibrationCalc.[h,cc]
3386 - flag to skip Hi-Lo Calibration
3387 - Hi-LO Graph not filled any more after overflow of ChargevsN
3388 - fill the blind pixel differently from the rest of pixels
3389
3390 * mcalib/MCalibrate.cc:
3391 - call to const MCalibrationPix &pix replaced by MCalibrationPix &pix
3392
3393 * manalysis/MArrivalTimeCalc.cc
3394 - default step width 100 ps.
3395 - look for half maximum (at rising edge)
3396
3397 * manalysis/MExtractSignal.[h,cc]
3398 - removed uncommented code (arrival time)
3399 - set start byte back by one like it was before TB's changes
3400 (does not affect the calculation of number of FADC slices)
3401
3402 * manalysis/MExtractSignal2.[h,cc]
3403 - removed uncommented code (arrival time)
3404
3405 * manalysis/MHPedestalPixel.[h,cc]
3406 - is now filled with total pedestals (not per slice), but results are
3407 renormalized to values per slice (this is not to screw up with the
3408 pedestal RMS and the derived uncertainties)
3409 - new function Renorm(nslices)
3410
3411 * manalysis/MPedestalCam.[h,cc]
3412 - introduced function Clone() (like proposed by TB)
3413 - call to MHPedestalPixel operator() not const any more
3414 - take out lots of uncommented code
3415 - found bug in initialization of hists. SetupFill is called in
3416 PreProcess, therefore, TObjArray is not yet enlarged there.
3417 Now, InitUseHists is called in Fill
3418 - MHPedestalPixel is now filled with total pedestals (not per slice),
3419 but results are
3420 renormalized to values per slice (this is not to screw up with the
3421 pedestal RMS and the derived uncertainties)
3422
3423 * manalysis/MPedCalcPedRun.cc
3424 - added author
3425 - split calculation of RMS into two steps to make it more clear to
3426 the user
3427
3428 * macros/calibration.C
3429 - found bug introduced two days ago, namely calculating pedestlas with
3430 MExtractSignal2 which is now fixed
3431 - Skip HiLoConversionCalibration
3432
3433
3434
3435 2004/02/05: Abelardo Moralejo
3436
3437 * macros/starmc2.C
3438 - added 3rd argument, "kFALSE", to call of MWriteRootFile::Add
3439 for both MMcEvt and MMcRunHeader since these containers are
3440 not present in real data. Name of macro is no longer adequate if
3441 we will use it for calibrated real data (to be changed if so).
3442
3443
3444
3445 2004/02/05: Sebastian Raducci
3446
3447 * mtools/MCubicSpline.[h,cc]
3448 - added
3449 - this class will take the place of the TSpline class to
3450 calculate arrival times
3451
3452 * mtools/MCubicCoeff.[h,cc]
3453 - added
3454 - this class is used by MCubicSpline to store coefficients
3455
3456 * macros/spline.C
3457 - added
3458 - test macro. Shows how to use the MCubicSpline class
3459 - it could be used to test the methods of the Spline class
3460
3461
3462
3463 2004/02/05: Thomas Bretz
3464
3465 * mmain/MBrowser.cc:
3466 - fixed a double deletion of a TGLayoutHints
3467
3468
3469
3470 2004/02/04: Markus Gaug
3471
3472 * mmain/MBrowser.cc:
3473 - corrected TGTReeLBEntry for TGTreeLBEntry
3474
3475
3476
3477 2004/02/04: Thomas Bretz
3478
3479 * manalysis/MExtractSignal2.cc:
3480 - don't allow odd numbers for the window size
3481
3482 * mfilter/MFilterList.cc:
3483 - corrected a wrong logging message
3484
3485 * mmain/MBrowser.cc:
3486 - added '/data/MAGIC' as shortcut in the combo box
3487
3488 * mraw/MRawEvtPixelIter.cc:
3489 - optimized calculation of MaxIdx
3490
3491
3492
3493 2004/02/04: Abelardo Moralejo
3494
3495 * macros/starmc2.C
3496 - removed unnecessary variables BinsHigh, BinsLow
3497
3498
3499
3500 2004/02/04: Markus Gaug
3501
3502 * manalysis/MPedestalCam.[h,cc], manalysis/MPedestalPix.[h,cc],
3503 manalysis/MPedCalcPedRun.[h,cc], manalysis/MHPedestalPixel.[h,cc],
3504 macros/calibration.C:
3505 - histograms are now filled with MFillH as proposed and coded by
3506 Thomas Bretz. Some modifications had to be done, however.
3507 - Class to hold MHPedestalPixel is still MPedestalCam
3508 - MPedCalcPedRun does nothing any more (except from what is was
3509 doing before)
3510
3511 * manalysis/MExtractSignal.cc
3512 - remove uncommented code
3513
3514 * mcalib/MCalibrationCalc.[h,cc]
3515 - modified way to handle histogram overflow: Now flags are set and
3516 ChargevsN histogram is not tried to be filled subsequently
3517
3518
3519
3520 2004/02/03: Markus Gaug
3521
3522 * manalysis/MHExtractedSignalPix.[h,cc]
3523 - added Thomas B. modified version of MHPedestalPixel. Later will
3524 remove MHPedestalPixel
3525
3526 * manalysis/MCalibrationPix.[h,cc], manalysis/MHCalibrationPixel.[h,cc],
3527 manalysis/MCalibrationCam.cc, macros/calibration.C:
3528 - now split completely absolute and relative times. Absolute
3529 times are not fitted, but their histogram mean and rms are
3530 returned.
3531
3532
3533
3534 2004/02/03: Thomas Bretz
3535
3536 * mfileio/MReadTree.cc:
3537 - fixed handling of -1 entries in AddFile: root 3.10/02 crashed
3538
3539 * manalysis/MExtractSignal.[h,cc]:
3540 - moved code to extract the signal from Process to
3541 new member function FindSignal, I left the arrival time
3542 extraction as commented-out code in the code just as a
3543 demonstration to do this very fast.
3544
3545
3546
3547 2004/02/02: Markus Gaug
3548
3549 * manalysis/MPedCalcPedRun.cc
3550 - corrected formulae in Class description
3551
3552 * mcalib/MCalibration.[h,cc], mcalib/MHCalibration.[h,cc],
3553 manalysis/MMcCalibrationUpdate.cc:
3554 - calculate relative times and absolute times. Fit only
3555 the relative ones.
3556
3557
3558
3559 2004/02/02: Abelardo Moralejo
3560
3561 * manalysis/MMcCalibrationUpdate.cc, MMcPedestalCopy.cc
3562 - removed file type check (MC or data) from PreProcess since now
3563 run headers are not yet known at that point.
3564
3565 * mcalib/MMcCalibrationCalc.cc
3566 - same as above.
3567
3568 * NEWS
3569 - updated.
3570
3571
3572
3573 2004/02/02: Thomas Bretz
3574
3575 * manalysis/MExtractSignal2.[h,cc]:
3576 - added new task which takes a given number of slices with the
3577 highest integral content as signal.
3578
3579 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
3580 - added MExtractSignal2
3581
3582
3583
3584 2004/01/30: Abelardo Moralejo
3585
3586 * macros/starmc.C
3587 - changed default FADC integration range (more adequate for coming
3588 camera version).
3589
3590 * macros/mccalibrate.C, starmc2.C
3591 - added. First macro transforms input files from camera simulation
3592 into files with pixel data already calibrated in photons. The
3593 second reads in an already calibrated data file and produces an
3594 output file with Hillas parameters. Both together do the same as
3595 starmc.C, but it is convenient to have files containing
3596 calibrated pixel information.
3597
3598
3599
3600 2004/01/30: Thomas Bretz
3601
3602 * mbase/MDirIter.h:
3603 - added GetNumEntries
3604
3605 * mhist/MHEvent.cc:
3606 - added a dynamic_cast from MParContainer to MCamEvent to get the
3607 correct pointer to the correct base-class.
3608
3609 * mbase/MStatusDisplay.cc:
3610 - In EventInfo check whether gPad==0
3611
3612 * mfileio/MReadMarsFile.cc:
3613 - removed reading RunHeaders from PreProcess, this resulted
3614 in strange behaviour of writing RunHeaders
3615 - fixed consistency check for RunType accordingly
3616
3617 * mfilter/MFilterList.cc:
3618 - do not skip adding filter if only a filter with the same name
3619 exists
3620
3621 * mraw/MRawFileRead.cc:
3622 - added an output message if run header is not accessible
3623
3624 * mraw/MRawRunHeader.[h,cc]:
3625 - initialize fRunType to new enum kRTNone
3626
3627 * mfilter/MFGeomag.cc:
3628 - set fResult to kFALSE at the beginning of Process
3629 - according to this removed setting fResult=kFALSE before return
3630 - replaced some float by Float_t
3631 - added some const-qualifiers
3632 - replaced (rig<0.5/pr*R*(r2-r1)+r1) by (rig-r1)*pr<rnd
3633 with rnd = R * (r2-r1)/2 to make sure that we cannot
3634 devide by 0
3635
3636 * manalysis/MPedCalcPedRun.cc:
3637 - added some comments
3638
3639 * Makefile:
3640 - added mjobs
3641
3642 * mjobs/*:
3643 - added
3644
3645 * mbase/Makefile, mbase/BaseLinkDef.h:
3646 - added MRunIter
3647
3648 * mbase/MRunIter.[h,cc]:
3649 - added
3650
3651
3652
3653 2004/01/30: Markus Gaug
3654
3655 * manalysis/MPedestalCam.h
3656 - added function IsUsedHists()
3657
3658 * manalysis/MPedestalCam.cc
3659 - modified GetPixelContent
3660
3661 * manalysis/MPedestalCam.cc, manalysis/MPedCalcPedRun.cc:
3662 - include storage of number of used FADC slices to compare later
3663 the pedestal per slice ( and sigma per slice)
3664 - return relative differences in GetPixelContent
3665
3666 * mcalib/MCalibrationCalc.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc]:
3667 - fBlindPixelId and fPINDiodeId now like in PedestalCam
3668 - fill Blind Pixel with information about its fitted pedestal if
3669 available
3670 - initialize charges histogram with a bigger range
3671 - use pedestal information to constrain the pedestal fit ranges
3672
3673 * manalysis/MHPedestalPixel.cc
3674 - initialize charges histogram with a bigger range
3675
3676 * macros/calibration.C
3677 - SetRange of MExtractSignal to 1,14 (see emails of yesterday)
3678 - apply new GetPixelContents of MPedestalCam (more calculations
3679 and displays of errors, correction for different FADC slice
3680 number)
3681
3682 * manalysis/MExtractSignal.cc
3683 - not access to MArrivalTime any more. The same information is
3684 stored in MRawEvt->GetPixelContent(...)
3685
3686 * manalysis/MCalibrationCalc.cc
3687 - retrieve default arrival time from MRawEvt
3688
3689 * manalysis/MCalibrationBlindPix.cc, manalysis/MCalibrationPix.cc
3690 - check for NaN's in fit results
3691
3692
3693
3694 2004/01/29: Abelardo Moralejo
3695
3696 * mfileio/MWriteFile.h
3697 - added missing declaration of ReInit
3698
3699 * manalysis/MMcCalibrationUpdate.cc
3700 - added call to MCalibrationCam::SetBlindPixelMethodValid(kTRUE)
3701 to adapt to recent changes in MCalibrate.
3702
3703
3704
3705 2004/01/29: Thomas Bretz
3706
3707 * manalysis/MArrivalTime.h, manalysis/MCameraData.h,
3708 manalysis/MCerPhotEvt.h, manalysis/MExtractSignalCam.h,
3709 manalysis/MPedPhotCam.h, manalysis/MPedestalCam.h,
3710 mcalib/MCalibrationCam.h, mcamera/MCameraDC.h,
3711 mraw/MRawEvtData.h, mreflector/MRflEvtData.h:
3712 - split derivement into MParContainer and MCamEvent
3713
3714 * manalysis/MExtractSignalCam.[h,cc]:
3715 - removed obsolete MExtractSignal::ReInit
3716 - added -> to fArray
3717
3718 * mbase/MParList.h:
3719 - added a new bit kIsProcessing
3720
3721 * mbase/MTaskList.cc:
3722 - fixed the handling of kDoNotReset and the bahaviour of
3723 SetReadyToSave, such that it is possible to write all
3724 headers
3725
3726 * mfileio/MWriteFile.cc:
3727 - added ReInit which also calls CheckAndWrite
3728
3729 * mgui/MCamEvent.h:
3730 - does not derive from MParContainer anymore
3731
3732
3733
3734 2004/01/29: Markus Gaug
3735
3736 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
3737 mcalib/MCalibrationConfig.h
3738 - put gkCalibrationBlindPixelId and gkCalibrationPINDiodeId
3739 directly into the corresponding classes.
3740
3741
3742
3743 2004/01/29: Nicola Galante
3744
3745 * mhistmc/MHMcTriggerLvl2.[h,cc]:
3746 - In method MHMcTriggerLvl2::GetHistByName(const TString name)
3747 added string checking to return also
3748 fHistCellPseudoSize, fHistCellPseudoSizeNorm
3749 and fHistCellPseudoSizeEnergy.
3750 - Added inline functions GetHistCellPseudoSize() and
3751 GetHistCellPseudoSizeNorm().
3752
3753
3754
3755 2004/01/28: Javier Rico
3756
3757 * mcalib/MCalibrate.[h.cc]
3758 - include possibility to select the calibration method to be used
3759
3760
3761
3762 2004/01/28: Markus Gaug
3763
3764 * mcalib/MCalibrate.[h.cc]
3765 - corrected Int_t ReInit() to Bool_t ReInit(MParList *pList)
3766
3767 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc]:
3768 - included flags to indicate if Blind Pixel Method or PIn Diode
3769 method was OK. Up to now, program stopped, if one of the two
3770 methods was chosen but not able to being executed.
3771
3772 * manalysis/MArrivalTimeCalc.cc, manalysis/MExtractSignals.cc,
3773 manalysis/MGeomApply.cc:
3774 - put all missing InitSize(npixels) into MGeomApply
3775
3776 * manalysis/MPedCalcPedRun.[h,cc], manalysis/MPedestalCam.[h,cc],
3777 manalysis/MPedestalPix.[h,cc], manalysis/MHPedestalPixel.[h,cc],
3778 manalysis/Makefile, manalysis/AnalysisLinkDef.h:
3779 - include possibility to fit the pedestals with Gaussian.
3780 - old methods are not affected.
3781 - add new method with MPedCalcPedRun::SetUseHists()
3782
3783
3784
3785 2004/01/28: Abelardo Moralejo
3786
3787 * mcalib/MMcCalibration.cc
3788 - fixed wrong variable type in call to TH1F constructor (number of
3789 bins is now integer), which resulted in a compilation warning.
3790
3791
3792
3793 2004/01/28: Thomas Bretz
3794
3795 * manalysis/MPedestalCam.cc:
3796 - removed unwanted CheckBound from operators. CheckBounds is ONLY
3797 ment for really old MC files and will be removed in the future
3798 anyhow.
3799
3800 * mcalib/MHCalibrationPixel.h:
3801 - removed obsolete include of MFFT
3802
3803 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc,
3804 manalysis/MPedestalCam.[h,cc]:
3805 - removed use of obsolete MPedestalCam::CheckBounds. This was
3806 a workaround for a 'bug' in very old camera files, which is not
3807 necessary anymore.
3808
3809 * manalysis/MCerPhotAnal2.[h,cc]:
3810 - replaced MPedestalCam by MPedPhotCam
3811
3812 * manalysis/MExtractSignal.cc:
3813 - some small simplification to the signal extraction
3814 - removed some obsolete variables
3815 - replaced for by while
3816 - removed obsolete casts
3817
3818 * mmain/MEventDisplay.cc:
3819 - gave names to the filters
3820 - removed adding MHCamera to fList because it was deleted twice
3821
3822 * mhist/MHCamera.cc:
3823 - fixed usage of fPainter in Paint() - title was not updated
3824 correctly
3825
3826
3827
3828 2004/01/28: Sebastian Raducci
3829
3830 * manalysis/MArrivalTime.[h,cc]:
3831 - removed all the code relative to the cluster evaluation
3832
3833
3834
3835 2004/01/27: Markus Gaug
3836
3837 * manalysis/MPedestalPix.cc:
3838 - initialize default values to 0 instead of -1.
3839
3840 * manalysis/MPedestalCam.[h,cc]:
3841 - include CheckBounds, also in operator[]
3842
3843 * mcalib/MCalibrationCam.[h,cc]:
3844 - apparently, there was a reference to InitSize(UInt_t i) instead
3845 of InitSize(Int_t i), where compiler complained, now changed
3846
3847 * mcalib/MHCalibration*, mcalib/MCalibration*:
3848 - fixed all Clear()'s, Reset()'s, direct intializers
3849
3850
3851
3852 2004/01/27: Thomas Bretz
3853
3854 * mdata/MDataChain.cc:
3855 - added '%' to supported operators
3856
3857
3858
3859 2004/01/26: Nicola Galante
3860
3861 * manalysis/MMcTriggerLvl2.[cc,h]:
3862
3863 - Defined some static constants to avoid ugly "magic numbers"
3864 in arrays: gsNCells, gsNTrigPixels,
3865 gsNPixInCell, gsNLutInCell, gsNPixInLut, fNumPixCell.
3866 - Added method
3867 MMcTriggerLvl2::GetCellCompactPixel(int cell, MGeomCam *fCam)
3868 which computes compact pixels into a given L2T macrocell.
3869 - Added method
3870 MMcTriggerLvl2::CalcBiggerCellPseudoSize()
3871 which computes fCellPseudoSize, the maximum Pseudo Size into L2T
3872 macrocells
3873 - Added method
3874 MMcTriggerLvl2::GetCellPseudoSize() const
3875 which returns fCellPseudoSize
3876 - Added method
3877 MMcTriggerLvl2::IsPixelInCell(Int_t pixel, Int_t cell),
3878 which controls whether a pixel belongs to a given L2T cell.
3879 - Added method
3880 MMcTriggerLvl2::GetMaxCell() const
3881 which returns fMaxCell, the cell with the maximum
3882 fCellPseudoSize.
3883
3884
3885
3886 2004/01/26: Markus Gaug, Michele Doro
3887
3888 * manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc]:
3889 - moved calculation of arrival time from MArrivalTime to
3890 MArrivalTimeCalc. MArrivalTime does not do any Process-job
3891 anymore
3892 - TSpline5 now on stack.
3893 - function to set the stepsize
3894
3895 * mcalib/MHCalibrationBlindPixel.[h,cc]:
3896 - force mu_{0} in Blind Pixel Fit to be around 0 in fKPoisson4
3897 - implement combined Polya fit and Michele's back-scattered electron
3898 fit
3899
3900 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.cc,
3901 mcalib/MCalibrationPINDiode.cc:
3902 - combine FitChargeHiGain and FitChargeLoGain into one function
3903
3904 * macros/calibration.C
3905 - improve double gauss fit a bit
3906
3907
3908
3909 2004/01/26: Thomas Bretz
3910
3911 * mraw/MRawEvtPixelIter.[h,cc]:
3912 - removed member function GetNumPixels. For more details see mantis.
3913
3914 * manalysis/MArrivalTime.[h,cc]:
3915 - reorganized includes
3916 - fixed InitSize and ClearArray (now Reset) to fit MParContainer
3917 definition
3918 - for the moment removed usage of fPixelChecked - THIS WILL CRASH YOUR
3919 PROGRAM
3920
3921 * manalysis/MArrivalTimeCalc.[h,cc]:
3922 - reorganized includes
3923 - removed many obsolete code, exspecially copy&paste relicts!
3924 - fixed usage of InitSize
3925 - removed CleanArray. Reset() is called automatically before Process()
3926
3927 * manalysis/MExtractedSignalCam.[h,cc]:
3928 - added SetLogStream
3929 - removed obsolete include MGeomCam
3930 - replaced PrintOut by Print
3931 - added const-qualifiers to all Getters
3932 - fixed documentation
3933
3934 * manalysis/MExtractedSignalPix.[h,cc]:
3935 - replaced PrintOut by Print
3936 - fixed documentation
3937
3938 * manalysis/MEventRateCalc.cc, manalysis/MPedCalcPedRun.cc:
3939 - replaced memset by Reset()
3940
3941
3942
3943 2004/01/24: Abelardo Moralejo
3944
3945 * macros/starmcstereo.C
3946 - Added. Example of how to run the analysis chain for MC files
3947 containing simulation of stereo systems of 2 telescopes.
3948
3949 * mcalib/MCalibrate.cc
3950 - Added check that value of signal from MExtractedSignalPix is not
3951 the default (error) value. In such a case, the signal in
3952 MCerPhotEvt is now set to 0. Before, all pixels got very high
3953 values in MCerPhotEvt in case the MRawEvtData object for the
3954 event was missing in the file. This happened in MC files, in
3955 which in some circumstances an event is written without the
3956 pixel information (for instance, when running stereo simulations
3957 the pixel data is missing for non-triggered telescopes, but the
3958 event headers are present).
3959
3960
3961
3962 2004/01/23: Markus Gaug
3963
3964 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractedSignalPix.[h,cc],
3965 manalysis/MArrivalTime.[h,cc], mcalib/MCalibrationBlindPix.h,
3966 mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MCalibrationPINDiode.h,
3967 mcalib/MHCalibrationPINDiode.[h,cc], mcalib/MCalibrationPix.[h,cc],
3968 mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationCalc.[h,cc]:
3969 - use MArrivalTime for Storage (or calculation) of time
3970 in MExtractSignal
3971 - pass from TH1I histos to TH1F for times
3972
3973 * mcalib/MCalibrationBlindPix.h, mcalib/MHCalibrationBlindPixel.[h,cc],
3974 mcalib/MCalibrationPix.[h,cc], mcalib/MHCalibrationPixel.[h,cc],
3975 mcalib/MCalibrationCalc.[h,cc]:
3976 - clean up setters
3977 - pass to bit-fields for all flags
3978
3979 * mcalib/MCalibrationCam.cc
3980 - exclude Blind Pixel from Camera display
3981 - do not fill &val when return kFALSE
3982
3983 * macros/calibration.C
3984 - include functions to exclude the blind pixel,
3985 calculation of times and quality checks
3986
3987
3988
3989 2004/01/23: Abelardo Moralejo
3990
3991 * mcalib/MCalibrate.cc, manalysis/MExtractSignal.cc
3992 - Added support (using AddSerialNumber) for stereo MC files.
3993
3994
3995
3996 2004/01/23: Thomas Bretz
3997
3998 * mbase/MAstro.cc:
3999 - Fixed calculation of MJD. In Ymd2Mjd a plus should be a minus.
4000
4001 * mreport/MReport*.[h,cc]:
4002 - changed all classes to return Int_t instead of Bool_t in
4003 InterpreteBody
4004 - changed MReportFileRead such, that a wrong line results in
4005 skipping the line instead of abort reading.
4006
4007 * manalysis/MExtractSignal.cc:
4008 - do not print information for each pixel - it's too much.
4009
4010 * mbase/MStatusDisplay.cc:
4011 - when reading a status display do not display tabs with
4012 the same name than one which is already existing.
4013
4014 * mcalib/MCalibrate.cc:
4015 - directly store pointer to pixel when setting saturation flag
4016
4017 * mcamera/MCameraDC.cc:
4018 - fixed some comments
4019
4020 * mhist/MHCamEvent.cc:
4021 - fixed a crash when no geometry was available
4022
4023 * mhist/MHCamera.[h,cc]:
4024 - removed obsolete member function SetPix
4025
4026 * mbase/MStatusDisplay.[h,cc]:
4027 - added EventInfo member function
4028 - implemented preliminary redirection of GetObjectInfo to
4029 StatusLine2 -> An own status line for this is missing
4030
4031 * manalysis/MExtractSignal.[h,cc]:
4032 - implemented StreamPrimitive
4033 - changed deafults to be static const data members
4034
4035 * manalysis/MGeomApply.[h,cc]:
4036 - implemented StreamPrimitive
4037
4038
4039
4040 2004/01/23: Abelardo Moralejo
4041
4042 * manalysis/MMcCalibrationUpdate.[h,cc]
4043 - Added check to guarantee that the FADC simulation parameters of
4044 all read files (those used for calibration and those analyzed)
4045 are the same.
4046 - Added missing support for analysis of stereo files.
4047
4048 * mcalib/MMcCalibrationCalc.cc
4049 - Removed obsolete FIXME comment.
4050 - Added missing support for analysis of stereo files.
4051
4052
4053 2004/01/23: Raquel de los Reyes
4054
4055 * macros/CCDataCheck.C
4056 - Added the temperature distribution of the optical links
4057 and the plots of the LV power supplies.
4058 * mcamera/MCameraLV.h
4059 - Added the "Get" functions to access the private data
4060 members of the class.
4061
4062
4063 2004/01/22: Abelardo Moralejo
4064
4065 * manalysis/MMcCalibrationUpdate.[h,cc]
4066 - Now ratio of high to low gain is taken from MCalibrationCam if
4067 it existed previously in the parameter list, instead of being
4068 read again from the MMcFadcHeader. Removed Setter function for
4069 fADC2PhInner, no longer necessary. Fixed error regarding the
4070 pedestal conversion to photons (did not read conversion factor
4071 from preexisting MCalibrationCam object).
4072
4073 * mcalib/MMcCalibrationCalc.cc
4074 - Changed parameters of the histogram, and also the quantity being
4075 histogrammed. Check that input data come from a noiseless camera
4076 file before proceeding to do the calibration. Introduced lower
4077 size in cut for calibration. Now rhe calibration constant is not
4078 calculated from the mean of photons/ADC counts, but from the peak
4079 of the histogram.
4080
4081 * macros/starmc.C
4082 - Introduced new scheme. Now there are two loops over two different
4083 sets of files. First loop calculates the calibration constants,
4084 second one does the analysis. Introduced comments. Now the
4085 histogram used in the light calibration is written to the output
4086 file.
4087
4088
4089
4090 2004/01/22: Thomas Bretz
4091
4092 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrationCam.[h,cc],
4093 mcalib/MCalibrationBlindPix.[h,cc], mcalib/MCalibrationCalc.[h,cc],
4094 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationPINDiode.[h,cc],
4095 mcalib/MCalibrationBlindPixel.[h,cc],
4096 mcalib/MHCalibrationPixel.[h,cc], mcalib/MMcCalibrationCalc.[h,cc],
4097 mcalib/MHCalibrationBlindPixel.[h,cc],
4098 mcalib/MHCalibrationPINDiode.[h,cc]:
4099 - cleaned up includes
4100
4101
4102
4103 2004/01/22: Raquel de los Reyes
4104
4105 * macros/CCDataCheck.C
4106 - macro to check the data from the central control (.rep files).
4107
4108
4109
4110 2004/01/22: Markus Gaug
4111
4112 * macros/calibration.C
4113 - made MStatusDisplay 3 bit smaller
4114
4115 * manalysis/MExtractSignal.cc
4116 - put fSignals->SetUsedFADCSlices into PreProcess
4117
4118 * manalysis/MPedCalcPedRun.cc
4119 - calculate PedRMS as RMS of the sums, later renormalized to units
4120 of RMS/slice (eliminate the wrong effect of odd and even slices)
4121
4122 * mcalib/MCalibrationCalc.cc
4123 - if bit SkipBlindPixelFit is set, now number of photons outside
4124 plexiglass is not intended to be calculated any more (previous
4125 bug)
4126 - exclude excluded pixels in eventloop
4127
4128 * mcalib/MHCalibrationBlindPixel.[h,cc]
4129 - move functions to pointer again (otherwise, Clone will give
4130 strange results)
4131
4132
4133
4134 2004/01/21: Abelardo Moralejo
4135
4136 * mcalib/MMcCalibrationCalc.[h,cc]
4137 - Added. First version of the task intended to calculate the
4138 conversion factors from ADC counts to photons in the MC. It has
4139 a different aim than the recently renamed class
4140 "MMcCalibrationUpdate" (which takes care that the correct
4141 pedestals and conversion factors are supplied to each event, but
4142 does not really calculate anything).
4143
4144 * mcalib/Makefile, CalibLinkDef.h
4145 - Added new class MMcCalibrationCalc
4146
4147 * manalysis/MMcCalibrationUpdate.[h,cc]
4148 - Now the container MCalibrationCam is not created or modified if
4149 it is found that one such container already exists in the
4150 Parameter list (from a previous calibration).
4151
4152
4153
4154 2004/01/21: Thomas Bretz
4155
4156 * mraw/MRawRead.cc:
4157 - restore the fake time for all runs (current time stamp in
4158 the data seems to be toally nonsense)
4159
4160 * mraw/MRawEvtHeader.cc:
4161 - removed decoding of real time (current time stamp in the data
4162 seems to be toally nonsense)
4163
4164
4165
4166 2004/01/21: Abelardo Moralejo
4167
4168 * mmc/MMcEvt.hxx
4169 - Uncommented 6 Getter functions (those regarding the number of
4170 photons surviving the different stages of simulation).
4171
4172 * manalysis/MMcCalibrationUpdate.[h,cc]
4173 - Added (see below).
4174
4175 * manalysis/MMcCalibrationCalc.[h,cc]
4176 - Removed: changed name of this class to MMcCalibrationUpdate,
4177 which is more representative of what it really does. Moved
4178 the filling of the MCalibrationCam container from Process to
4179 ReInit, since it does not change on an event by event basis.
4180 Simplified PreProcess (MCalibrationCam was searched for twice).
4181 Updated class description and comments.
4182
4183 * manalysis/Makefile, AnalysisLinkDef.h
4184 - Adapted to change above
4185
4186 * macros/starmc.C
4187 - Adapted to change above. Changed also task instance name from
4188 mccalibcalc to mccalibupdate.
4189
4190
4191
4192 2004/01/21: Raquel de los Reyes
4193
4194 * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
4195 and mcamera/MCameraCalibration.h
4196 - Added the "Get" functions (e.g GetStatus() for fStatus) to access
4197 the private data members of the class.
4198
4199
4200
4201 2004/01/20: Thomas Hengstebeck
4202
4203 * mranforest/MRanForestCalc.[h,cc]
4204 - Added member functions Grow (training of RF) and Fill (reading in
4205 trained forest from file) which simplify macros.
4206 One just needs to call them instead of using MRanForestGrow and
4207 MRanForestFill (and the related training and fill loops) in a
4208 macro.
4209
4210
4211
4212 2004/01/20: Abelardo moralejo
4213
4214 * manalysis/MMcCalibrationCalc.cc
4215 - removed call to MCalibrationPix::SetPedestal, which was not
4216 needed.
4217
4218
4219
4220 2004/01/20: Thomas Bretz
4221
4222 * Makefile:
4223 - replaced 'make' by '$(MAKE)'
4224
4225 * Makefile.rules:
4226 - added Makefile itself to dependencies
4227
4228 * mbase/MTask.cc:
4229 - added comment about ReInit
4230
4231 * mhbase/MH.cc:
4232 - do not clear pad in DrawClone if 'same' option given
4233
4234 * mhist/MHVsTime.cc:
4235 - evaluate 'same' option
4236
4237 * mfileio/MReadCurrents.[h,cc]:
4238 - obsolete, removed
4239
4240 * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
4241 - added some comments
4242
4243
4244
4245 2004/01/20: Abelardo moralejo
4246
4247 * mcalib/MHCalibrationPINDiode.cc
4248 - Added call to SetDirecory(0) for histograms fHErrCharge,
4249 fHPCharge, fHPTime.
4250
4251 * manalysis/MCerPhotPix.h:
4252 - Changed position of declaration of fIsSaturated to be the last
4253 private variable. Otherwise, since in the constructor it is
4254 initialized in the last place, a warning is displayed upon
4255 compilation in some systems.
4256
4257
4258
4259 2004/01/20: Markus Gaug
4260 * mcalib/Makefile, manalysis/Makefile:
4261 - include directory ../mtools
4262
4263 * mtools/MFFT.[h,cc]
4264 - class inherits from TObject now
4265
4266
4267
4268 2004/01/19: Markus Gaug
4269
4270 * mcalib/MHCalibrationBlindPixel.[h,cc]
4271 - fixed a bug in fFitLegend due to which program crashed by calls
4272 to DrawClone
4273 - Modified way to change the fit function
4274
4275 * mcalib/MHCalibrationPixel.[h,cc]
4276 - reordered function calls
4277 - removed SetupFill
4278
4279 * mcalib/MHCalibrationPINDiode.h
4280 - reordered function calls
4281
4282 * mcalib/MCalibrationPix.[h,cc]
4283 - limits to define fFitValid now as variables in class
4284
4285 * mcalib/MCalibrationCam.[h,cc]
4286 - reordered function calls
4287 - incorporate option to exclude pixels
4288
4289 * mcalib/MCalibrationBlindPix.h
4290 - Modified way to change the fit function
4291
4292 * mcalib/MCalibrationCalc.[h,cc]
4293 - Modified way to change the fit function
4294 - incorporate option to exclude pixels from configuration file
4295
4296 * macros/calibration.C
4297 - Modified way to change the fit function
4298 - incorporate option to exclude pixels from configuration file
4299
4300
4301
4302 2004/01/19: Javier Rico
4303
4304 * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
4305 - Added documentation of member functions
4306
4307
4308
4309 2004/01/19: Abelardo Moralejo
4310
4311 * manalysis/MCerPhotPix.[h,cc]
4312 - Added fIsSaturated to flag whether low gain of the pixel is
4313 saturated. Added corresponding getter and setter functions.
4314 Updated ClassDef to version 2.
4315
4316 * mcalib/MCalibrate.cc
4317 - Set the new saturation flag of MCerPhotPix to kTRUE if at least
4318 one low gain FADC slice is saturated.
4319
4320 * mimage/MNewImagePar.[h,cc]
4321 - Added new member variable fNumSaturatedPixels to count how many
4322 pixels were saturated. Updated ClassDef to version 2.
4323
4324
4325
4326 2004/01/19: Thomas Bretz
4327
4328 * manalysis/MPedPhotCalc.[cc,h]:
4329 - fixed order of includes
4330 - removed obsolete forward declarations
4331 - removed obsolete data member fNumPixels (stored already twice in
4332 the two TArrayF)
4333 - fixed some small bugs in the documentation
4334
4335 * manalysis/MPedCalcPedRun.cc:
4336 - updated my eMail address
4337
4338
4339
4340 2004/01/19: Javier Rico
4341
4342 * macros/dohtml.C, NEWS
4343 - include some missing info
4344
4345
4346
4347 2004/01/19: Abelardo Moralejo
4348
4349 * manalysis/MExtractedSignalPix.h
4350 - added GetNumLoGainSaturated()
4351
4352
4353
4354 2004/01/19: Markus Gaug
4355
4356 * macros/dohtml.C
4357 - include calibration.C
4358
4359 * manalysis/MExtractSignal.cc
4360 - warning of logain saturation now only once per event (out of loop)
4361
4362 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
4363 - new Flag fExcluded to indicate if pixel has been excluded from
4364 further analysis
4365
4366
4367
4368 2004/01/16: Javier Rico & Pepe Flix
4369
4370 * manalysis/MPedPhotCalc.[cc,h]
4371 - added
4372 - new class for the evaluation of pedestals in units of photons
4373 using the extracted signal from pedestal runs and calibration
4374 constants defined in MCalibrate
4375
4376 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
4377 - added entries for MPedPhotCalc
4378
4379 * macros/pedphotcalc.C
4380 - added
4381 - example on how to use MPedPhotCalc task
4382
4383
4384
4385 2004/01/16: Markus Gaug
4386
4387 * mcalib/MCalibrationFits.h
4388 - removed and incorporated in MHCalibrationBlindPixel.h
4389
4390 * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
4391 mcalib/MCalibrationBlindPix.h:
4392 - incorporate Fit functions
4393 - fixed a bug due to which DrawClone crashed when class was used
4394 in a compiled macro
4395
4396 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
4397 mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
4398 mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
4399 mcalib/MHCalibrationPixel.cc:
4400 - fixed the warns and errs in fLog's
4401
4402
4403
4404 2004/01/16: Abelardo Moralejo
4405
4406 * manalysis/MMcCalibrationCalc.cc
4407 - TMath::Max() is no longer used because it did not compile in some
4408 systems for unkown reasons. I replaced it by a safer (and may be
4409 slower) code.
4410 - Added calpix.SetFitValid();
4411
4412 * mhist/MHEvent.cc
4413 - In MHEvent::Fill, fixed: second parameter of SetCamContent must
4414 be 1 in case of RMS:
4415 case kEvtPedestalRMS:
4416 fHist->SetCamContent(*(MCamEvent*)par, 1);
4417
4418
4419
4420 2004/01/15: Abelardo Moralejo
4421
4422 * macros/starmc.C
4423 - Added. Version of star showing new chain to get Hillas
4424 parameters (with Size calibrated in photons) from MC files.
4425
4426
4427
4428 2004/01/15: Javier Rico
4429
4430 * manalysis/MPedCalcPedRun.[h,cc]
4431 - optimize the running time
4432 - add (some) documentation
4433 - correct treatment for the case of several input files
4434
4435 * macros/pedvsevent.C
4436 - added
4437 - draw pedestal mean and rms vs event# for input pixel# and run
4438 file, and compares them to the global pedestal mean and rms
4439
4440
4441
4442 2004/01/15: Raquel de los Reyes
4443
4444 * mhist/MHCamEvent.cc, mhist/MHCamera.cc
4445 - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
4446 functions to compute the estimation of the error of the
4447 mean. It can be done calling to the function
4448 MCamEvent::SetBit(MHCamera::kVariance) in the macro
4449
4450
4451
4452 2004/01/15: Markus Gaug
4453
4454 * mhist/MHCamera.[h,cc]
4455 - incorporate Thomas's changes
4456 - replace void CreateProjection() by TH1D *Projection(const char*)
4457
4458 * macros/calibration.C
4459 - replace MHCamera->Draw("proj") by MHCamera->Projection()
4460 - produce better fits to the projection
4461
4462 * manalysis/MSimulatedAnnealing.[h,cc],
4463 mhist/MHSimulatedAnnealing.[h,cc]:
4464 - moved to directory mtools
4465 - MSimulatedAnnealing now inherits from TObject
4466
4467 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
4468 mhist/Makefile, mhist/HistLinkDef.h:
4469 - removed MSimulatedAnnealing
4470 - removed MHSimulatedAnnealing
4471
4472 * mtools/Makefile, mtools/AnalysisLinkDef.h:
4473 - added MSimulatedAnnealing
4474 - added MHSimulatedAnnealing
4475
4476
4477
4478 2004/01/15: Thomas Bretz
4479
4480 * manalysis/AnalysisLinkDef.h:
4481 - removed MCurrents
4482
4483 * mhist/MHCamera.[h,cc]:
4484 - added member function Projection
4485 - removed fYproj
4486
4487 * mreport/MReport*.*:
4488 - added more comments
4489
4490
4491
4492 2004/01/14: Markus Gaug
4493
4494 * mtools/MFFT.[h,cc]
4495 - new class to perform Fast Fourier Transforms
4496
4497 * mtools/Makefile
4498 * mtools/ToolsLinkDef.h
4499 - include MFFT
4500
4501 * manalysis/MExtractedSignalCam.h
4502 - removed variables fNumHiGainSamples and fNumLoGainSamples
4503 - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
4504
4505 * manalysis/MExtractSignal.cc
4506 - updated call to SetUsedFADCSlices
4507
4508
4509
4510 2004/01/14: Abelardo Moralejo
4511
4512 * manalysis/MMcCalibrationCalc.cc:
4513 - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
4514 This can happen (depending on camera simulation parameters), and
4515 rms = 0 later resulted in the pixel being eliminated in the
4516 image cleaning.
4517
4518
4519
4520 2004/01/14: Thomas Bretz
4521
4522 * Makefile:
4523 - replaced old style Makefile.depend by directory specific
4524 dependancy files
4525
4526 * Makefile.rules:
4527 - changed obsolete '.cc.o' style to newer style '%.o: %.c'
4528 - added rule to make dependency files
4529 - added rule to remove dependancy files.
4530 - added rmdep as prerequisite to clean
4531 - include dependency file
4532
4533 * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
4534 mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
4535 mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
4536 mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
4537 mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
4538 mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
4539 mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
4540 mtools/Makefile:
4541 - removed clean-rule, use the one in Makefile.rules instead
4542
4543 * mreport/Makefile, mreport/ReportLinkDef.h:
4544 - added MReportHelp
4545
4546 * mreport/MReportFileRead.cc:
4547 - moved code from MReportHelp to new file
4548 - removed usage of MReport class completely
4549
4550 * mfilter/MFGeomag.[h,cc]:
4551 - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
4552 - changed the second loop from 0->1151 to 1152->2304
4553 - removed dummy arrays used for reading
4554 - output filename in case of 'file not found'
4555 - removed obsolete data members
4556 - removed obsolete Init function
4557 - removed forbidden underscore from member variable
4558 - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
4559
4560 * mbase/MStatusDisplay.[h,cc]:
4561 - added new member function Open
4562 - added new menu entry kFileOpen
4563 - changed UpdatePSheader algorithm (the old one was much too slow)
4564
4565 * manalysis/MCurrents.[h,cc]:
4566 - removed (old outdated)
4567
4568 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
4569 - removed MCurrents
4570
4571
4572
4573 2004/01/14: Wolfgang Wittek
4574
4575 * macros/ONOFFAnalysis.C:
4576 - current version
4577
4578 * mhist/MHSigmaTheta.[h,cc]:
4579 - replace MPedestalCam by MPedPhotCam
4580
4581 * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
4582 manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
4583 manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
4584 - replace MPedestalCam by MPedPhotCam
4585
4586 * manalysis/MPedPhotPix.[h,cc]
4587 - uncomment SetRms()
4588
4589
4590
4591 2004/01/13: Markus Gaug
4592
4593 * manalysis/MExtractSignal.h
4594 - seems that the reduced light intensity of the CT1 Pulser
4595 results in broader pulses -> Set Default time slices to [3,10]
4596
4597 * mhist/MHCamera.cc
4598 - make Stat Window in option 'proj' bigger
4599 - add comment line at beginning of Draw()
4600
4601 * mcalib/MHCalibrationBlindPixel.[h.cc]
4602 - add Function DrawClone()
4603 - fix bug in calculation of integral (GetIntegral("width"))
4604 - restrict parameters tighter
4605 - declare fit as not valid, if less than 100 events
4606 in single photo-electron peak
4607
4608 * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
4609 - fit now with fixed normalization
4610
4611 * mcalib/MHCalibrationPixel.[h.cc]
4612 - new function IsEmpty()
4613 - Time fit accepted if ChiSquare less than 30. (instead of 20.)
4614
4615 * mcalib/MCalibrationPix.[h.cc]
4616 - F-Factor corrected and added error
4617 - Histograms not fitted if they are empty
4618 - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
4619
4620 * mcalib/MCalibrationCam.cc
4621 - Square Root of Reduced Sigmas not taken, if they are < 0.
4622 - Reduced Sigma / Charge squared replaced by reduced sigma / charge
4623
4624 * mcalib/MCalibrationCalc.cc
4625 - Blind Pixel is not additionally treated as normal pixel any more
4626 - Blind Pixel Draw replaced by DrawClone
4627
4628 * macros/calibration.C
4629 - took out some unused code
4630 - some default axis labelling corrected
4631
4632
4633
4634 2004/01/13: Abelardo Moralejo
4635
4636 * manalysis/MMcPedestalCopy.cc
4637 - added check of whether input file is a MC file before executing
4638 the PreProcess.
4639
4640
4641
4642 2004/01/13: Wolfgang Wittek
4643
4644 * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
4645 - change macro to handle also MC events with finite sigmabar
4646
4647 * manalysis/MPadOn.[h,cc]:
4648 - deleted, is replaced by MPad
4649
4650 * manalysis/MPadOnOFF.[h,cc]:
4651 - deleted, is replaced by MPad
4652
4653 * manalysis/MPad.[h,cc]:
4654 - new class, replacing MPadON and MPadONOFF
4655 - handle also MC events with finite sigmabar
4656
4657 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
4658 - replace MPadON and MPadONOFF by MPad
4659
4660
4661
4662 2004/01/13: Thomas Bretz
4663
4664 * mraw/MRawRunHeader.[h,cc]:
4665 - implemented new member function GetRunTypeStr
4666
4667 * Changelog.03:
4668 - added (contains entries of 2003)
4669
4670 * Changelog:
4671 - removed entries of 2003
4672
4673 * mfilter/MFGeomag.cc:
4674 - simplified open/close of input files
4675
4676 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
4677 - added some comments
4678 - added new member function GetError
4679
4680 * Makefile:
4681 - updated 'make dox' output for convinience
4682
4683 * macros/dohtml.C:
4684 - do not print Info's
4685 - added mcamera
4686 - added mpointing
4687 - added mreport
4688
4689 * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
4690 - removed some obsolete comments (these comments confused THtml)
4691
4692 * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
4693 mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
4694 mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
4695 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
4696 mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
4697 - replaced MPedestalCam by MPedPhotCam
4698 - removed some obsolete includes
4699
4700 * mbase/BaseLinkDef.h, mbase/Makefile:
4701 - added MLogPlugin
4702 - added MLogHtml
4703
4704 * mbase/MLog.[h,cc]:
4705 - added use of plugins
4706
4707 * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
4708 - added
4709
4710 * mbase/MStatusDisplay.[h,cc]:
4711 - added a Save-As dialog
4712
4713
4714
4715 2004/01/12: Thomas Bretz
4716
4717 * macros/rootlogon.C:
4718 - added mcamera to include path
4719 - added mpointing to include path
4720 - added mreport to include path
4721
4722 * mbase/MLog.cc:
4723 - updated my eMail address
4724
4725 * mbase/MParContainer.h:
4726 - added Read member function
4727
4728 * mbase/MStatusDisplay.[h,cc]:
4729 - changed size of ps-paper
4730 - added a user defined bottom line to the ps-files
4731 - added name (currently unused)
4732 - added title (used as possible bottom line in ps-file)
4733
4734 * mraw/MRawRunHeader.cc:
4735 - added some comments
4736
4737 * status.cc:
4738 - set name of input as bottom line of status display
4739
4740
4741
4742 2004/01/12: Abelardo Moralejo
4743
4744 * mimage/MStereoPar.cc
4745 - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
4746 instead of fSourceY = scale2*hillas1.GetMeanY() + ...
4747 Bug had no effect unless scale1 != scale2 (-> telescopes of
4748 different size).
4749
4750
4751
4752 2004/01/12: Markus Gaug
4753
4754 * manalysis/MExtractSignal.[h,cc]
4755 - take out some uncommented code
4756 - replace logainshift by two independent variables:
4757 logainfirst, logainlast
4758 - because in most data, maximum occurs in slice 4, shift default
4759 from slices 4-9 to slices 3-8.
4760
4761 * manalysis/MExtractedSignalPix.[h,cc]
4762 - took out some uncommented code
4763 - new initializers: instead of -1. now 99999.9
4764
4765
4766
4767 2004/01/09: Markus Gaug
4768
4769 * mcalib/MCalibrationCam.[h,cc]
4770 - take out 1-dim histos because we can use
4771 the projections in MHCamera (s.b.)
4772
4773 * mcalib/MHCalibrationBlindPixel.h
4774 - make the fit by default quiet
4775
4776 * mcalib/MHCalibrationPixel.[h,cc]
4777 * mcalib/MCalibrationPix.[h,cc]
4778 - Ranges of time slices stored independently for HiGain and LoGain
4779 in order to allow consecutive checks
4780
4781 * mhist/MHCamera.[h.cc]
4782 - add the possibility to call a Draw("proj") which will
4783 draw a Y-Projection of the histogram
4784
4785 * macros/calibration.C
4786 - apply the drawing of the projections and fit them
4787
4788 * mcalib/MCalibrationCalc.cc
4789 - catch the possibility of a calibration file,
4790 unintendedly being a pedestal or cosmic file.
4791 Program now exits with an error before doing the fits
4792
4793 * mcalib/MCalibrationPix.[h,cc]
4794 - fixed a bug in calculation of fFitValid.
4795 before, a call to IsFitValid() always returned false
4796
4797
4798
4799 2004/01/09: Javier L¢pez
4800
4801 * macros/bootcampstandardanalysis.C
4802 - added new macro that holds the main scheleton discussed in the
4803 december bootcamp in Wuerzburg. It runs first over a pedestal
4804 run, then over a calibration run, again over the pedestal run
4805 to compute de pedestal in number of photons and finally over a
4806 data run to calibrate the data.
4807
4808
4809
4810 2004/01/06: Sebastian Raducci
4811
4812 * manalysis/MArrivalTime.[h,cc]
4813 - added new method to calculate photon arrival times. It uses the
4814 TSpline5 Root Class to interpolate the Fadc Slices. The time is
4815 the abscissa value of the absolute maximum of the interpolation
4816 - added new method to find clusters with similar arrival times.
4817 For now it's a preliminary version. It simply search for adiacent
4818 pixels having the same arrival time (color).
4819
4820 * manalysis/MArrivalTimeCalc.[h,cc]
4821 - modified the Process() method according to the changes in the
4822 Arrival Time Cointainer
4823
4824 * mmain/MEventDisplay.cc
4825 - added new tab in the camera event display to show the arrival
4826 time. This arrival time is calculated with the spline method
4827 - the old Arrival Time pad now it's called Max Slice Idx, because
4828 it's only the index of the slice with the max content.
4829
4830 * mhist/MHEvent.[h,cc]
4831 - added new fType in te enumeration to handle the arrival time
4832 histos
Note: See TracBrowser for help on using the repository browser.