source: trunk/MagicSoft/Mars/Changelog@ 3871

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