source: trunk/MagicSoft/Mars/Changelog@ 3858

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