source: trunk/MagicSoft/Mars/Changelog@ 3878

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