source: trunk/MagicSoft/Mars/Changelog@ 3498

Last change on this file since 3498 was 3498, checked in by wittek, 21 years ago
*** empty log message ***
File size: 99.3 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 this style:
5
6_yyyy/mm/dd:_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20
21
22
23 2004/03/15: Wolfgang Wittek
24
25 * mastro/MObservatory.[h,cc]
26 - remove bugs in RotationAngle(theta, phi, sin, cos)
27
28
29 2004/03/15: Thomas Bretz
30
31 * mastro/MObservatory.[h,cc]:
32 - implemented RotationAngle(ra, dec, time)
33
34 * mbase/MTask.[h,cc]:
35 - implemented usage of a TStopwatch to retriev time consumtion
36 informations
37 - changed PrintStatistics not to print classes having no
38 Process() function
39
40 * mbase/MTaskList.[h,cc], mfileio/MReadReports.[h,cc]:
41 - changed PrintStatistics according to changes in MTask
42
43 * mraw/MRawEvtHeader.cc:
44 - added a comment to Fill member function
45
46 * manalysis/MCerPhotEvt.[h,cc]:
47 - added fLut.Set to FixSize and resize fLut by a factor of 2
48 instead of +1 which acelerates creation of all pixels a lot
49
50
51
52 2004/03/13: Markus Gaug
53
54 * mcalib/MCalibrationChargeCalc.cc, mcalib/MCalibrationChargeCam.cc,
55 mcalib/MCalibrationChargePix.[h,cc],
56 mcalib/MHCalibrationChargeCam.cc,
57 mcalib/MHCalibrationChargeLoGainPix.cc:
58 - fixed Low Gain calibration
59
60 * mcalib/MHGausEvents.cc:
61 - changed default fit prob. limit from 0.005 to 0.001
62
63 * mbadpixels/MBadPixelsPix.h :
64 - IsCalibrationResultOK does not ask for FitOK any more
65
66 * mcalib/MHCalibrationChargeCam.cc:
67 - replaced Rel. Err. Limit for outliers in Phe's from 5 sigma to 7
68
69 * mraw/MRawEvtPixelIter.[h,cc]:
70 - function GetIdxMaxLoGainSamples can be called optionally with
71 offset (because first "loGain" samples are often in reality
72 hiGain with high values.
73
74
75
76 2004/03/12: Sebastian Raducci
77
78 * manalysis/Makefile
79 - added mastro in the include directories
80
81
82
83 2004/03/12: Thomas Bretz
84
85 * merpp.cc:
86 - added 'force' option
87
88 * manalysis/MCerPhotAnal2.cc:
89 - extract pedestal and pedestal rms from lo-gain if hi-gain not
90 above a certain athreshold
91
92 * mastro/MAstroCatalog.[h,c]:
93 - added text argument to DrawStar
94
95 * mbase/MStatusDisplay.cc:
96 - some small changes to output of SaveAsPS
97
98 * mfilter/MFCosmics.cc:
99 - changed output of filter statistics
100
101 * mbadpixels/MBadPixelsTreat.[h,cc]:
102 - fixed some problems with the code - now it should work like
103 expected
104 - added a new member function to be able to change the number
105 of required neighbors
106
107
108
109 2004/03/12: Wolfgang Wittek
110
111 * manalysis/Makefile
112 - include 'mastro'
113
114 * manalysis/MSourcePosfromStarPos.[h,cc]
115 - include MObservatory.h
116 - call member function Rotationangle() of MObservatory
117
118
119
120 2004/03/12: Markus Gaug
121
122 * mjobs/MJCalibration.cc
123 - updated call in displays to the corr. Cams.
124
125 * macros/calibrate_data.C
126 - macro to study calibrate and study data used in Munich and IFAE
127
128
129
130 2004/03/12: Antonio Stamerra
131
132 * mraw/MRawEvtHeader.[h,cc]
133 - Added the method GetTriggerID() to decode the trigger pattern.
134
135
136
137 2004/03/11: Abelardo Moralejo
138
139 * mimage/MHillasCalc.cc
140 - Added some printout in PostProcess, to better express the reasons
141 for which the reconstruction of some events did not succeed.
142
143
144
145 2004/03/11: Thomas Bretz
146
147 * status.cc:
148 - updated
149
150 * manalysis/MCerPhotAnal2.cc:
151 - removed an obsolete debug output
152
153 * mhist/MHCamera.[h,cc]:
154 - added same-option to camera display
155
156 * mbadpixels/MBadPixelsCalc.[h,cc], mbadpixels/MBadPixelsTreat.[h,cc]:
157 - implemented functionality of MBlindPixelsCalc2
158
159 * mbadpixels/MBadPixelsCam.[h,cc], mbadpixels/MBadPixelsPix.[h,cc],
160 mbadpixels/MMcBadPixelsSet.cc, mcalib/MCalibrationChargeCalc.cc,
161 mcalib/MCalibrationChargePix.cc, mcalib/MHCalibrationChargeCam.cc:
162 - replaced several Set/GetUnsuitable* by a single member function
163
164
165
166 2004/03/11: Markus Gaug
167
168 * mbadpixels/MBadPixelsPix.h
169 - removed bits about validity of calibration methods
170 - IsCalibrationResultOK asks also from IsSuitableRun
171
172 * mbadpixels/MBadPixelsCam.cc
173 - updated GetPixelContent
174 - added Print function
175
176 * mcalib/MCalibrationChargeCam.[h,cc]
177 * mcalib/MCalibrationChargePix.h
178 * mcalib/MCalibrationChargeCalc.cc
179 - removed pointers to MGeomCam and MBadPixelsCam in MCalibrationChargeCam
180 - use two loops over pixels in order to determine mean flux of phe;s to
181 discard pixels far outside the normal distribution
182
183 * mcalib/MCalibrate.cc
184 - added case that no MBadPixelsCam is available.
185
186 * mcalib/MHCalibrationChargeCam.cc
187 - adapted to new MBadPixelsPix::SetUnsuitable function
188
189
190 2004/03/10: Abelardo Moralejo
191
192 * manalysis/MCerPhotPix.[h,cc]
193 - Added member fIsHGSaturated, and setter/getter functions.
194 Updated class version to 4.
195
196 * mcalib/MCalibrate.cc, MCalibrateData.cc
197 - Added setting of MCerPhotPix.fIsHGSaturated if one or more HG
198 slices saturate.
199
200 * mimage/MNewImagePar.[h,cc]
201 - Added member fNumHGSaturatedPixels to count the number of pixels
202 in which high gain saturates. Added getter funciton for it.
203 Updated class version to 3.
204
205
206
207 2004/03/10: Markus Gaug
208
209 * mcalib/MCalibrationChargeCalc.cc,
210 mcalib/MCalibrationChargePix.[h,cc],
211 mcalib/MCalibrationChargeCam.[h,cc]:
212 - calculation of conversion factor with F-Factor method from
213 same mean number of photons, derived from weighted mean number
214 of photo-electrons from inner and outer pixels, respectively
215
216 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
217 - fixed the projections (did only display inner pixels up to now)
218
219 * macros/calibration.C
220 - small bug fixed in display of rel. arrival times
221 ( used MArrivalTimeCam instead of MHCalibrationRelTimeCam)
222
223 * mbadpixels/MBadPixelsCam.cc
224 - replaced some InitSize(idx) by InitSize(idx+1) in order not to crash
225 to program when reading from an ascii-file.
226
227 * mbadpixels/MBadPixelsCalc.cc
228 - replaced one SetUnsuitableRun(....) by the new version without
229 argument.
230
231
232
233 2004/03/10: Thomas Bretz
234
235 * mfilter/MFSoftwareTrigger.[h,cc]:
236 - changed to support also a predifined number of NN
237
238 * mastro/MAstroCatalog.[h,cc]:
239 - many enhancements
240 - many speed improvements
241
242 * mbadpixels/MBadPixelsPix.[h,cc]:
243 - fixed
244
245
246
247 2004/03/10: Ester Aliu
248
249 * mtemp/MIslands.[h,cc]
250 - New MParContainer to hold information about islands
251 (number of islands, pixels in each Island, Signal/Noise of
252 each Island).
253
254 * mtemp/MIslandCalc.[h,cc]
255 - New MTask to count and characterize Islands.
256
257
258
259 2004/03/09: Thomas Bretz
260
261 * Makefile.rules:
262 - replaced *.o by $(...) for building archives
263
264 * mjobs/MJCalibration.cc:
265 - exchanged apply and merge task
266
267 * mjobs/MJCalibration.h, mjobs/MJExtractSignal.h, mjobs/MJPedestal.h:
268 - fixed some const-qualifiers
269
270 * mcalib/MHCalibrationChargeBlindPix.cc,
271 mcalib/MHCalibrationChargeCam.cc,
272 mcalib/MHCalibrationChargePINDiode.cc
273 - removed some obsolete output when calling FindCreateObj
274 - changed some 'not found' output messages to be 'Mars-compliant'
275 - replaced some gLog by *fLog
276
277
278
279 2004/03/08: Markus Gaug
280
281 * mbadpixels/MBadPixelsPix.h
282 - small modifications for better readability
283 - remove Getters for calibration methods
284 - added flag "UnReliableRun" in fInfo[0]
285
286 * mcalib/MHCalibrationChargeCam.cc, mcalib/MCalibrationChargePix.cc:
287 - fill MBadPixelsPix with UnReliableRun or UnSuitableRun when
288 calibration does not succeed.
289
290 * mcalib/MCalibrationChargeCam.cc
291 - displaying saturation also for not-valid pixels in GetPixelContent
292
293 * msignal/MExtractedSignalCam.[h,cc], msignal/MExtractSignal.[h,cc],
294 msignal/MExtractSignal2.[h,cc], mananlysis/MHPedestalCam.cc,
295 mcalib/MCalibrationChargeCalc.[h,cc]:
296 - in SetUsedFADCSlices, also the window (hi-and logain) is set.
297 This because MExtractSignal2 set the whole window which was much
298 bigger than the actually used one. This bug is now removed.
299
300
301
302 2004/03/08: Thomas Bretz
303
304 * merpp.cc:
305 - fixed a bug in the screen output
306
307 * mgeom/MGeomMirror.cc:
308 - added comment
309
310 * mmc/MMcConfigRunHeader.h:
311 - added member function GetMirrors
312
313
314
315 2004/03/08: Abelardo Moralejo
316
317 * macros/starmc.C, starmcstereo.C, mccalibrate.C
318 - adapted to m. Gaug's changes: now one MBadPixelsCam containers is
319 added for each telescope to the parameter list.
320
321 * mmain/MEventDisplay.cc, Makefile
322 - added MBadPixelsCam to par list, and mbadpixels/ to includes.
323 Necessary due to changes in MCalibrate.
324
325
326
327 2004/03/06: Markus Gaug
328
329 * macros/calibration.C
330 - adapted call to MHCamera::ProjectionS to the new version
331
332 * mcalib/Makefile
333 - include directory mbadpixels
334
335 * manalysis/Makefile
336 - include directory mbadpixels
337
338 * mcalib/MCalibrationChargeCalc.[h,cc]
339 - include MBadPixelsCam
340 - remove exclusion of pixels from ascii-file
341 (now accessible from MBadPixelsCam)
342
343 * mcalib/MCalibrationChargePix.[h,cc]
344 - include MBadPixelsCam
345
346 * mcalib/MCalibrationChargeCam.[h,cc]
347 - include MBadPixelsCam
348
349 * mcalib/MHCalibrationChargeCam.[h,cc]
350 - include MBadPixelsCam
351 - include one additional MBadPixelsPix for the average inner and
352 outer pixel, respectively
353
354 * mcalib/MHCalibrationChargePix.[h,cc]
355 - make fSaturated and fPickup a Float_t (for average pixel)
356
357 * mbadpixels/MBadPixelsPix.h
358 - include the CalibrationType_t infos
359 - exchange "SetUnsuitable" by "SetUnsuitableRun"
360
361 * mbadpixels/MBadPixelsCam.cc, mbadpixels/MMcBadPixelsSet.cc:
362 - exchange "SetUnsuitable" by "SetUnsuitableRun"
363
364 * mbadpixels/MBadPixelsCalc.cc:
365 - exchange "SetUnsuitable" by "SetUnsuitableEvt"
366
367 * manalysis/MGeomApply.cc
368 - remove obsolete MArrivalTime
369 - add MBadPixelsCam
370
371 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc]
372 - implemented calls to MBadPixelsCam
373
374 * macros/calibration.C, macros/bootcampstandardanalysis.C,
375 macros/pedphotcalc.C
376 - implemented calls to MBadPixelsCam
377
378 * mjobs/MJCalibration.cc
379 - call to MBadPixelsCam
380
381
382
383 2004/03/05: Nadia Tonello
384
385 * manalysis/MBlindPixelsCalc2.[h,cc], manalysis/AnalysisLinkDef.h,
386 manalysis/Makefile
387 - Temporary class added (will be included in mbadpixels/ soon)
388 - All the functions of MBlindPixelCalc are kept(with small improvements)
389 - New function added: SetCheckPedestalRms
390
391 * manalysis/MCerPhotPix.h
392 - Status Unmapped added (not include the pixel in the cleaned image)
393
394 * mimage/MImgCleanStd.cc
395 - Checks for Unmapped status added
396
397 * mastro/MAstroCatalog.cc, msql/MSQLServer.cc:
398 - include <stdlib.h> to solve compilation error
399
400
401
402 2004/03/05: Sebastian Raducci
403
404 * msignal/MArrivalTimeCalc.cc
405 - fixed a little bug (exchanged a - with a + in the Calc() method)
406
407
408
409 2004/03/05: Markus Gaug
410
411 * mcalib/MCalibraitonChargeCalc.cc
412 - remove some runheader line:
413 if (runheader->IsMonteCarloRun())
414 return kTRUE;
415 which gave always true since this week, don't know why.
416 - added some information in class description
417
418
419
420 2004/03/04: Sebastian Raducci
421
422 * msignal/MArrivalTimeCalc.cc
423 - fixed a memory leak (the spline was not deleted...)
424
425
426
427 2004/03/04: Thomas Bretz
428
429 * mgeom/MGeomCam.[h,cc]:
430 - added new data member fNumAreas
431 - added new function CalcNumAreas
432 - increased class version to 3
433
434 * mgeom/MGeomCamMagic.cc:
435 - added setting of area index
436
437 * mgeom/MGeomPix.[h,cc]:
438 - added fAidx data member
439 - added getter function fAidx
440 - increased class version to 3
441
442 * macros/sectorvstime.C:
443 - added example of how to plot the evolution of a sector vs time
444
445 * mhist/MHVsTime.[h,cc], mhist/MHPixVsTime.[h,cc]:
446 - moved to mhvstime
447
448 * mhvstime/MHSectorVsTime.[h,cc]:
449 - added
450
451 * Makefile:
452 - added mhvstime
453
454 * mhvstime/Makefile, mhvstime/HVsTimeLinkDef.h,
455 mhvstime/HVsTimeIncl.h:
456 - added
457
458 * mhist/Makefile, mhist/HistLinkDef.h,
459 - removed MHVsTime
460 - removed MHPixVsTime
461
462 * macros/rootlogon.C, macros/dohtml.C:
463 - added new directory mhvstime
464
465 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
466 - changes such, that it doesn't crash if signal has no lo-gain
467 (This might still give wrong results!)
468
469 * macros/dohtml.C:
470 - added pixvstime.C
471 - added sectorvstime.C
472
473 * manalysis/MMcCalibrationUpdate.cc:
474 - some changes on file consistency check done by Abelardo,
475 he may comment on it
476
477 * mhist/MHCamera.[h,cc]:
478 - changed to support also dividing the camera in pixels area indices
479
480 * mhist/MHEvent.cc:
481 - minor change
482
483 * mjobs/MJPedestal.cc:
484 - adapted to changes in MHCamera
485
486 * mastro/MAstroCatalog.[h,cc]:
487 - added preliminary catalog
488
489 * mastro/Makefile, mastro/AstroLinkDef.h:
490 - added MAstroCatalog
491
492
493
494 2004/03/03: Thomas Bretz
495
496 * mgeom/MGeomCam.cc:
497 - give a name and title also if the default constructor is used
498
499 * mgeom/MGeomMirror.[h,cc]:
500 - added member function GetReflection
501 - added persistent data member fReflector
502
503 * mjobs/MJCalibration.cc, mjobs/MJExtractSignal.cc, mjobs/MJPedestal.cc:
504 - fixed a typo in the output
505
506 * mraw/MRawFileWrite.cc:
507 - added the missing '.' to MRawRunHeader. Because of the design of
508 MReadTree this is backward compatible
509
510 * mraw/MRawRunHeader.h:
511 - removed last change from Abelardo. '>255' is the correct
512 check for MC files following the definition that all MC files
513 have run types >255 which was made in the past.
514
515 * manalysis/MCerPhotAnal.[h,cc], manalysis/MCerPhotAnal2.[h,cc]:
516 - created ReInit member function to hold all code (moved from
517 PreProcess) accessing the run header. The run header is not
518 available in PreProcess. That it was working before was only
519 by chance, because the run type is initialized with 65535 which
520 is != 255 but not >255.
521
522
523
524 2004/03/03: Sebastian Raducci
525
526 * msignal/MArrivalTimeCalc.cc
527 - The calculation of the arrival times is made only when needed
528 (when the HalfMax is over the pedestal)
529
530 * mtools/MCubicSpline.cc
531 - Commented out an annoying warn
532
533
534
535 2004/03/03: Abelardo Moralejo
536
537 * mraw/MRawRunHeader.h
538 - Replaced
539 Bool_t IsMonteCarloRun() const { return fRunType>0x00ff; } by
540 Bool_t IsMonteCarloRun() const { return (fRunType==0x0100); }
541 since the latter is the exact translation of what the function
542 intends to do. I do not know why, but the display of real data
543 did not work with the upper line!
544
545 * mgeom/MGeomCam.cc
546 - Undid yesterday change! I do not know why, display completely
547 fails after that change, both for old and new camera files.
548 Put back fPixels[i] = new MGeomPix; in constructor.
549
550
551
552 2004/03/02: Abelardo Moralejo
553
554 * mmc/MMcCorsikaRunHeader.[h,cc]
555 - Added operator [] to get references to the objects in
556 TObjArray fTelescopes.
557 - Added Print() function.
558 - Added GetNumCT() function.
559 - Replaced
560 fTelescopes[i]= new MGeomCorsikaCT;
561 by
562 MGeomCorsikaCT* dummy = new MGeomCorsikaCT();
563 fTelescopes.Add(dummy);
564
565 * mgeom/MGeomCorsikaCT.[h,cc]
566 - Added getter functions for telescope coordinates.
567 - Added Print() function.
568
569 * mgeom/MGeomCam.cc => NOTE: this change was undone later!
570 - Replaced
571 fPixels[i] = new MGeomPix;
572 by
573 MGeomPix* dummy = new MGeomPix();
574 fPixels.Add(dummy);
575
576
577
578 2004/03/02: Thomas Bretz
579
580 * mcalib/MCalibrateData.cc:
581 - removed usage of MGeomCam (you have MGeomApply for this!)
582
583
584
585 2004/03/01: Nadia Tonello
586
587 * manalysis/MCerPhotEvt.cc
588 - TObject *MCerPhotEvtIter::Next() now returns Used pixels
589 only if fUsedonly=kTRUE, otherwise it returns all the pixels
590 in the array
591
592
593
594 2004/03/01: Sebastian Raducci
595
596 * msignal/MArrivalTimeCalc.[cc,h]
597 - now the arrival time is at the half max of the spline:
598 half max = (maximum - pedestal)/2
599
600 * mmain/MEventDisplay.cc
601 - fixed an include (from MArrivalTime.h to MArrivalTimeCam.h)
602
603
604
605 2004/03/01: Wolfgang Wittek
606
607 * mhist/MHStarMap.[h,cc]
608 - remove bugs
609 - change GetRotationAngle() such that it can be called from outside
610
611
612
613 2004/03/01: Thomas Bretz
614
615 * Makefile:
616 - enhanced all calls to subsequent makes by '-f Makefile' to
617 make sure the correct Makefile is called
618
619 * merpp.cc:
620 - enhanced interpretation of time
621 - fixed a bug in determin the file-type
622
623 * mbase/MTime.[h,cc]:
624 - added GetGmst() member function
625
626 * mastro/MAstro.[h,cc]:
627 - added Coordinate2Angle
628 - added AngularDistance
629 - implemented UT2GMST
630 - replaced defined by TMath::Pi()
631
632 * mastro/MObservatory.[h,cc]:
633 - added data members for sin-/cos-component of latitude
634 - added calculation of rotation angle
635
636 * mhist/MHStarMap.[h,cc]:
637 - changes to use MObservatory member function
638
639 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotAnal2.cc,
640 manalysis/MCerPhotCalc.cc, manalysis/MMcCalibrationUpdate.cc,
641 manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalNSBAdd.cc,
642 manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc,
643 mcalib/MCalibrationChargeCalc.cc, mcalib/MMcCalibrationCalc.cc
644 - changed to use IsMonteCarloRun() now
645
646 * manalysis/MMcCalibrationUpdate.cc:
647 - unified output to log-stream
648 - replaced sqrt by TMath::Sqrt
649
650 * mcalib/MCalibrationChargeCalc.cc:
651 - unified output to log-stream
652 - removed .Data() from TString where obsolete
653 - fixed memory leak using gSystem->ExpandPathName
654
655 * mpointing/MPointingPosCalc.cc, mraw/MRawFileWrite.cc:
656 - adde class name to used kRT*/kTT* enums
657
658 * mraw/MRawEvtHeader.h:
659 - made enum data member of class
660
661 * mraw/MRawRunHeader.[h,cc]:
662 - made kMagicNumber and kMaxFormatVersion a static data
663 member of the class
664 - added IsMonteCarloRun member function
665
666
667
668 2004/02/27: Markus Gaug
669
670 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
671 - put in call to MHCamera::Projection the name of the calling
672 class, otherwise the projected hsitogram will be overwritten by
673 an empyt one.
674
675 * mcalib/MHCalibrationChargePix.[h,cc],
676 mcalib/MHCalibrationHiGainChargePix.[h,cc],
677 mcalib/MHCalibrationLoGainChargePix.[h,cc]:
678 - histogram name setting and title setting moved to constructor,
679 Functions Init and ChangeHistId derive directly from
680 MHcalibrationChargePix
681
682 * mcalib/MHCalibrationChargeCam.[h,cc],
683 mcalib/MCalibrationChargeCam.[h,cc],
684 mcalib/MCalibrationChargeCalc.[h,cc]:
685 - introduced "average inner" and "average outer" higain and logain
686 pixels.
687
688
689
690 2004/02/27: Raducci Sebastian
691
692 * mhist/Makefile
693 - added mastro in the include list
694
695
696
697 2004/02/27: Abelardo Moralejo
698
699 * mmain/MEventDisplay.cc
700 - replaced in fill8 obsolete MArrivalTime with MArrivalTimeCam.
701 - Updated display of MC data: removed MCerPhotCalc, and replaced
702 it by MExtractSignal+MMcCalibrationUpdate+MCalibrate. Now
703 MPedPhotCam is filled and all the camera display tabs are shown
704 correctly (most were not working for MC events since a while
705 ago).
706
707 * mmain/Makefile
708 - Added mcalib to list of include directories.
709
710 * manalysis/MMcCalibrationUpdate.[h,cc]
711 - Added member variable Bool_t fOuterPixelsScaling, which is
712 kTRUE by default. If set to kFALSE, MCalibrationCam is filled
713 such that MCerPhotEvt will later be filled with the signal as it
714 is, not corrected for the (possibly) different gain of the outer
715 pixels electronic chain. This option was necessary to allow for
716 the change in the camera display (see above).
717
718 * macros/starmc.C
719 - added (optional) division of output into two, for use as train
720 and test samples in g/h separation studies.
721
722
723
724 2004/02/26: Hendrik Bartko
725
726 * macros/dohtml.C
727 - included the path msignals/
728
729
730
731 2004/02/26: Abelardo Moralejo
732
733 * macros/starmcstereo.C
734 - changed filters to divide data between train and test sample for
735 gamma hadron separation studies. Now we use the modulus operator
736 applied to (Corsika) event number:
737 MF filter1("{MMcEvt;1.fEvtNumber%2}<0.5");
738 MF filter2("{MMcEvt;1.fEvtNumber%2}>0.5");
739 - cleaned up a bit the way the CT coordinates are fed to the task
740 MStereoCalc.
741 - Changed default FADC integration range (center range to adapt to
742 new camera).
743
744
745
746 2004/02/26: Thomas Bretz
747
748 * mhist/MHCamera.cc:
749 - fixed a function description
750
751 * mreport/MReport.cc, mreport/MReportFileRead.cc:
752 - introduced return case -1
753
754 * Makefile.rules:
755 - remove all dependancy files when calling 'rmdep'
756
757 * mbase/MAGIC.h, mmc/MMcEvt.hxx:
758 - moved ParticleId_t to MMcEvt
759 - implemented MMcEvt::GetParticleName
760 - implemented MMcEvt::GetEnergyStr
761
762 * mfilter/MFGeomag.cc, mfilter/MFParticleId.cc, mhist/MHCompProb.cc,
763 mhist/MHEvent.cc, mhist/MHHadronness.cc,
764 mmontecarlo/MMcTriggerRateCalc.cc, mranforest/MHRanForest.cc:
765 - fixed usage of ParticleId_t
766
767 * msignal/Makefile:
768 - removed obsolete includes
769
770 * mastro/Makefile, mastro/AstroLinkDef.h, mastro/MAstro.[h,cc],
771 mastro/MObservatory.[h,cc]:
772 - added
773
774 * mbase/MAstro.[h,cc]:
775 - removed
776
777 * mbase/Makefile, mbase/BaseLinkDef.h:
778 - removed MAstro
779
780 * Makefile:
781 - added mastro
782 - added msql
783 - added mfbase
784
785 * mtemp/MObservatory.[h,cc], mtemp/MObservatoryLocation.[h,cc]:
786 - removed
787
788 * merpp.cc:
789 - added Sql support
790
791 * mraw/MRawFileRead.h:
792 - added GetFileName
793
794 * msql/Makefile, msql/SqlLinkDef.h, msql/SqlIncl.h,
795 MSQLServer.[h,cc], MSqlInsertRun.[h,cc]:
796 - added
797
798 * mfilter/MF.[h,cc], mfilter/MFDataChain.[h,cc],
799 mfilter/MFDataMember.[h,cc], mfilter/MFEventSelector.[h,cc],
800 mfilter/MFEventSelector2.[h,cc], mfilter/MFRealTimePeriod.[h,cc]:
801 - moved to mfbase
802
803 * mfbase/Makefile, mfbase/FBaseLinkDef.h, mfbase/FBaseIncl.h:
804 - added
805
806 * merpp.cc:
807 - implemented control of gDebug (root debugging)
808
809 * mfileio/MWriteAsciiFile.[h,cc], mfileio/MWriteFile.[h,cc],
810 mfileio/MWriteRootFile.[h,cc]:
811 - implemented CheckAndWrite return value
812
813 * mfileio/MWriteRootFile.cc:
814 - fixed updating already existing branches (eg concatenating report
815 files)
816
817 * macros/dohtml.C, macros/rootlogon.C:
818 - added mastro
819 - added mfbase
820 - added msql
821
822 * mraw/MRawEvtHeader.h:
823 - implemented GetNumTrigLvl1
824 - implemented GetNumTrigLvl2
825
826
827
828 2004/02/25: Markus Gaug
829
830 * mcalib/MExtractBlindPixel.[h,cc],
831 mcalib/MExtractPINDiode.[h,cc],
832 mcalib/MExtractedSignalBlindPixel.[h,cc],
833 mcalib/MExtractedSignalPINDiode.[h,cc],
834 mcalib/Makefile, msignal/Makefile, mcalib/CalibLinkDef.h,
835 msignal/SignalLinkDef.h:
836 - moved blindpixel and PINdiode extractors to msignal
837
838
839 * mcalib/MCalibrationQECam.[h,cc], mcalib/MCalibrationQEPix.[h,cc]:
840 - two new classes to hold the quantum efficieny information of the
841 calibration
842
843 * msignal/MArrivalTimeCalc.[h,cc]
844 - fill now MArrivalTimePix instead of MArrivalTime
845
846 * mcalib/MHCalibrationChargeCam.cc
847 - display only valid pixels for the corr. values in GetPixelContent
848
849 * mcalib/MHCalibrationRelTimeCam.cc
850 - is now filled from MArrivalTimeCam instead of MArrivalTime
851
852 * macros/calibration.C
853 - divided into two macros: calibration.C using the MJPedestal
854 standard procedure and pedestalstudies.C using the old
855 procedures
856
857 * macros/pedestalstudies.C
858 - new macro containing the first previous part of calibration.C
859
860 * mcalib/MCalibrationChargeBlindPix.h,
861 mcalib/MCalibrationChargePINDiode.h, mbase/MAGIC.h,
862 mjobs/MJCalibration.cc:
863 - definition of PulserColot_t in MAGIC.h.
864
865
866
867 2004/02/25: Hendrik Bartko
868
869 * macros/rootlogon.C
870 - set the include path also to msignals/
871
872 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractSignal2.[h,cc],
873 manalysis/MExtractedSignalCam.[h,cc],
874 manalysis/MExtractedSignalPix.[h,cc],
875 manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc],
876 manalysis/MArrivalTimeCalc2.[h,cc]:
877 - removed
878
879 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
880 - removed classes mentioned above
881
882 * msignal/MExtractSignal.[h,cc], msignal/MExtractSignal2.[h,cc],
883 msignal/MExtractedSignalCam.[h,cc],
884 msignal/MExtractedSignalPix.[h,cc],
885 msignal/MArrivalTime.[h,cc], msignal/MArrivalTimeCalc.[h,cc],
886 msignal/MArrivalTimeCalc2.[h,cc]:
887 - added
888
889 * msignal/Makefile, msignal/AnalysisLinkDef.h:
890 - added classes mentioned above
891
892 * mfilter/Makefile, mcalib/Makefile, mjobs/Makefile, mmain/Makefile:
893 - added include msignal
894
895
896
897
898 2004/02/25: Wolfgang Wittek
899
900 * mcalib/MCalibrateData.[h,cc]
901 - initialize size for MPedPhotCam
902
903
904
905 2004/02/24: Wolfgang Wittek
906
907 * manalysis/MSourcPosfromStarPos.[h,cc]
908 - change member function SetSourceAndStarPosition() to expect sky
909 coordinates in the standard units
910 - generalize to more than 1 star
911 - the class is not yet fully tested
912
913 * mfilter/MFSelBasic.[h,cc]
914 - change default values of cuts
915
916
917
918 2004/02/24: Markus Gaug
919
920 * mjobs/MJCalibration.cc, macros/calibration.C,
921 macros/bootcampstandardanalysis.C, macros/pedphotcalc.C:
922 - added MCalibrationChargeBlindPix to plist
923 - added new filling of histograms with MFillH
924 - changed SetPulserColor to MCalibrationChargeBlindPix and
925 MCalibrationChargePINDiode
926
927 * mcalib/MHCalibrationChargeBlindPix.[h,cc]:
928 - receives a pointer to MCalibrationChargePINDiode which is filled
929 with the results and told to calculate the fluxes in the
930 Finalize function
931 - is filled via MFillH from MExtractBlindPixel
932 - SetPulserColor directly in this class
933
934 * mcalib/MCalibrationChargeBlindPix.[h,cc]
935 - new storage container of the blind pxiel resutls, replaces
936 MCalibrationBlindPix
937
938 * mcalib/MCalibrationChargeCalc.[h,cc]:
939 - does not fill the histograms any more, but does ony the
940 calculations in the postprocess. No pointer to MExtractPINDidoe
941 or MExtractBlindPixel any more.
942
943 * mcalib/MCalibrationChargePix.cc
944 - discovered an error in the calculation of phe's in
945 CalcFFactorMethod(). The average QE was applied twice.
946 This error had been introduced on 13/02/04
947 - loosened criterium convFFactorRelErrLimit from 0.1 to 0.2
948 - CalcFFactor asks for IsChargeValid before calculating anything
949
950 * mcalib/MCalibrationChargePINDiode.[h,cc]
951 - added function SetFluxOutsidePlexiglassAvailable
952 - SetPulserColor directly in this class
953
954 * mcalib/MCalibrationChargeCam.cc
955 - removed function SetPulserColor from here
956
957 * mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationConfig.h,
958 mcalib/MHCalibrationPINDiode.[h,cc],
959 mcalib/MCalibrationBlindPix.[h,cc],
960 mcalib/MHCalibrationBlindPixel.[h,cc]:
961 - removed since obsolote
962
963 * mcalib/MHCalibrationChargePix.cc
964 - make fPickup an Int_t
965
966 * mcalib/MCalibrate.cc
967 - test validity of every calibration method before retrieving
968 conversion factors
969
970 * mcalib/MHGausEvents.[h,cc]
971 - add possibility to set fit ranges in call to FitGaus
972 - make function CreateXaxis protected
973
974
975
976 2004/02/23: Markus Gaug
977
978 * mraw/MRawEvtPixelIter.h
979 - include GetNumHiGainSamples and GetNumLoGainSamples
980
981 * mcalib/MExtractedSignalBlindPixel.h,
982 mcalib/MExtractBlindPixel.[h,cc]:
983 - included storage of pedestal
984
985 * mcalib/MHGausEvents.[h,cc]
986 - make the fit functions protected
987
988
989
990 2004/02/22: Markus Gaug
991
992 * mfilter/MFCosmics.[h,cc]
993 - fMaxNumEmpty changed from absolute number to relative number of
994 pixels
995
996 * mcalib/MHGausEvents.h
997 - remove the "->" from the pointers which are initialized only
998 in certain cases. The streamer did not work in case that
999 MFGausFit was left at the NULL pointer.
1000
1001
1002
1003 2004/02/21: Markus Gaug
1004
1005 * manalysis/MExtractedSignalPix.[h,cc]
1006 - changed variable fIsLoGainUsed to fLoGainUsed
1007 - added function GetNumHiGainSaturated()
1008
1009
1010 2004/02/20: Markus Gaug
1011
1012 * mcalib/MHCalibrationChargeHiGainPix.[h,cc], mcalib/Makefile,
1013 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
1014 mcalib/CalibLinkDef.h
1015 - new class to replace MHCalibrationPixel,
1016 based on MHCalibrationChargePix
1017
1018 * mcalib/MCalibrationChargeCalc.[h,cc]
1019 mcalib/MCalibrationChargeCam.[h,cc]
1020 mcalib/MCalibrationChargePix.[h,cc]
1021 mcalib/MCalibrationChargePINDiode.[h,cc]
1022 mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
1023 mcalib/MCalibrationPINDiode.[h,cc]:
1024 - added the "charge" versions, remove the old ones. The histograms
1025 should be filled in the MH... versions independently of
1026 MCalibrationChargeCalc. This is fully realized for the PIN Didoe
1027 now and will later be so for the pixels and the blind pixel.
1028
1029 * mcalib/MHCalibrationChargePINDiode.[h,cc]
1030 - receives a pointer to MCalibrationChargePINDiode which is filled
1031 with the results and told to calculate the fluxes in the
1032 Finalize function
1033
1034 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc],
1035 mcalib/MMcCalibrationCalc.[h,cc], mjobs/MJCalibration.[h,cc],
1036 manalysis/MMcCalibrationUpdate.[h,cc],
1037 mjobs/MJExtractSignal.[h,cc], manalysis/MGeomApply.cc,
1038 mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C,
1039 macros/bootcampstandardanalysis.C,
1040 macros/pedphotcalc.C:
1041 - replace MCalibrationCam by MCalibrationChargeCam
1042 - replace MCalibrationCalc by MCalibrationChargeCalc
1043
1044
1045
1046 2004/02/19: Markus Gaug
1047
1048 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc,
1049 mcalib/MCalibrate.cc, mcalib/MCalibrateDate.cc,
1050 manalysis/MMcCalibrationUpdate.cc:
1051 - standardized naming of variables containing "Error", this also affected
1052 the calling functions MCalibrate, MMcCalibrationUpdate and MCalibrateData
1053
1054 * mcalib/MCalibrationCam.cc, mcalib/MCalibrationPix.cc,
1055 mcalib/MCalibrationCalc.cc, mcalib/MCalibrate.cc,
1056 mcalib/MCalibrateData.cc, mcalib/MCalibrationConfig.h:
1057 - took out some configuration numbers and put them directly into
1058 the class
1059 - remove completely MCalibrationConfig.h
1060
1061
1062
1063 2004/02/19: Abelardo Moralejo
1064
1065 * mhist/MHEvent.[h,cc]:
1066 - Changed names of Event "types" to make them more descriptive.
1067 Former kEvtSignal is now called kEvtSignalDensity, and indicates
1068 pixel content scaled by area. Added kEvtSignalRaw, which
1069 corresponds to pixel content (with no scaling) in whatever units
1070 (this depends on how the MHEvent object is filled!). The default
1071 constructor initializes type=kEvtSignalRaw.
1072
1073 * mmain/MEventDisplay.cc
1074 - Changed filling of evt1 and evt2. Now they are filled with raw
1075 content of MCerPhotEvt. Since in MEventDisplay, MCerPhotEvt is
1076 still filled uncalibrated (hence in ADC counts), this means that
1077 what will be now shown in Mars' camera display is now the signal
1078 in each pixel without scaling with pixel area. Given that the
1079 default flat fielding is such that equal light density
1080 corresponds to equal absolute signal (in ADC counts), this is
1081 more reasonable, and allows to check for instance how the
1082 relative pixel gains are adjusted by looking at calibration
1083 events. To be FIXED: there is however an "inconsistency" in
1084 MEventDisplay, and it is that MCerPhotEvt is still used to keep
1085 uncalibrated signals. To be replaced by MExtractedSignalCam?
1086
1087
1088
1089 2004/02/19: Thomas Bretz
1090
1091 * manalysis/MCerPhotEvt.h:
1092 - added operator= to MCerPhotEvtIter -- is this correct?
1093
1094 * mhist/MHCamera.[h,cc]:
1095 - added member function to calculate minimum content and
1096 maximum content for a single sector
1097 - Added possibility to get a projection for a single sector.
1098 - GetMinimum/GetMaximum now only takes used pixels into account
1099 (you can request all pixels using a different member function)
1100 - fixed projection (projection only took pixels with contents!=0
1101 instead of 'used' pixels
1102 - Don't call Sumw2() anymore for projection
1103
1104 * mjobs/MJPedestal.cc:
1105 - added MPedestalCam to output again - MPedestalCam was fixed
1106 yesterday
1107 - Added Histograms for the two camera halves
1108
1109
1110
1111 2004/02/18: Markus Gaug
1112
1113 * macros/calibration.C
1114 - fixed a buggy display of the F-Factor method
1115
1116 * mcalib/MCalibrationCalc.cc
1117 - calculate the F-Factor method already in the post-Process
1118
1119 * mcalib/MCalibrationPix.h
1120 - move CalcFFactorMethod to public
1121
1122
1123
1124 2004/02/18: Abelardo Moralejo
1125
1126 * mtools/MCubicSpline.cc
1127 - in Init, corrected initialization of arrays temp and ysd, which
1128 was done with n-1 elements instead of n.
1129
1130 * mgui/MHexagon.cc
1131 - added comment explaining the algorithm.
1132 - changed explicit values of Sin and Cos 60 degrees by const
1133 variables (more readable).
1134
1135
1136
1137 2004/02/18: Hendrik Bartko
1138
1139 * msignal/:
1140 - removed the backup files *~
1141 - removed the object files *.o
1142 - removed the files SignalCint.*
1143
1144 * mgui/MHexagon.cc
1145 - added comment explaining the algorithm.
1146
1147
1148
1149 2004/02/18: Thomas Bretz
1150
1151 * manalysis/MPedestalCam.[h,cc]:
1152 - Changed order of derivements - seems to be VERY important!
1153 - changed GetSize from UInt_t to Int_t which is the type
1154 of TClonesArray::GetSize() !
1155
1156 * mfileio/MReadReports.cc:
1157 - skip trees with no entries
1158
1159 * mgui/MCamEvent.cc:
1160 - added a comment
1161
1162 * mhbase/MFillH.cc:
1163 - in case SetupFill returns kFALSE and kCanSkip is set
1164 Skip task
1165
1166 * mraw/MRawFileRead.cc:
1167 - don't print warning in case of none executions
1168
1169 * manalysis/MArrivalTimeCalc2.cc:
1170 - added some const-qualifiers
1171
1172
1173
1174 2004/02/17: Raquel de los Reyes
1175
1176 * macros/CCDataCheck.C
1177 - Added some improvements in the plots.
1178
1179
1180
1181 2004/02/17: Abelardo Moralejo
1182
1183 * macros/readrfl.C
1184 - Added missing gPad->cd(1), otherwise the display of events was
1185 not updated.
1186
1187 * mgui/MHexagon.cc
1188 - DistanceToPrimitive(Float_t px, Float_t py) Changed check of
1189 whether px,py is inside the pixel or not. Previous algorithm
1190 was just an approximation.
1191
1192
1193
1194 2004/02/17: Raquel de los Reyes
1195
1196 * mcamera/MCameraHV.h
1197 - Now it derives from a MCamEvent class and implemented the
1198 GetPixContent() and DrawPixelContent() functions. Added the
1199 GetMean function to get the mean HV settings of the camera.
1200
1201 * macros/CCDataCheck.C
1202 - Added the HV settings plots.
1203
1204
1205
1206 2004/02/17: Hendrik Bartko
1207
1208 * msignal:
1209 - new: directory for all signal and time extraction classes
1210
1211 * msignal/MArrivalTimeCam.[h,cc], manalysis/Makefile,
1212 msignal/AnalysisLinkDef.h, MGeomApply.cc:
1213 - new: Storage Container for the ArrivalTime in the camera
1214
1215 * msignal/MArrivalTimePix.[h,cc], manalysis/Makefile,
1216 msignal/AnalysisLinkDef.h:
1217 - new: Storage Container for ArrivalTime information of one pixel
1218
1219 * msignal/Makefile, SignalCint.[h,cc], SignalDep.d, SignalIncl.h,
1220 SignalLinkDef.h
1221 - auxiliary files for msignal directory
1222
1223 * manalysis/MArrivalTimeCalc2.[h,cc]:
1224 - added functionality to compute error of the extracted ArrivalTime
1225 - calculated ArrivalTime is stored in MArrivalTimeCam
1226
1227 * manalysis/MGeomApply.cc
1228 - geometry is applied to MArrivalTimeCam
1229
1230 * Makefile:
1231 - directory msignal is included
1232
1233
1234
1235 2004/02/17: Sebastian Raducci
1236
1237 * mtools/MCubicSpline.[h,cc]
1238 - little corrections in minimums evalustion methods
1239 - changed constructors (they require the fadc slices to be const)
1240
1241 * macros/spline.C
1242 - changed according to the MCubicSpline new constructors
1243
1244 * manalysis/MArrivalTimeCalc.[h,cc]
1245 - changed to use the MCubicSpline class intead of the TSpline class
1246 - warning: now the arrival time is again the maximum of the spline,
1247 soon it will be changed to half maximum
1248
1249
1250
1251 2004/02/17: Wolfgang Wittek
1252
1253 * manalysis/MSourcPosfromStarPos.[h,cc]
1254 - new class; calculates the position of the source in the camera from
1255 the position of a star in the camera and puts it into
1256 MSrcPosCam
1257
1258
1259
1260 2004/02/16: Abelardo Moralejo
1261
1262 * mcalib/MMcCalibrationCalc.cc
1263 - Fixed two typos in screen output.
1264
1265
1266
1267 2004/02/16: Markus Gaug
1268
1269 * mcalib/MCalibrationPix.cc
1270 - documentation from David's email added
1271 - EffectiveQE decreased from 0.2 to 0.18 (see documentation)
1272
1273 * mcalib/Makefile, mcalib/CalibLinkDef.h:
1274 - added MExtractBlindPixel and MExtractedSignalBlindPixel
1275
1276 * mcalib/MExtractBlindPixel.[h,cc]
1277 - new signal extractor for the Blind Pixel
1278
1279 * mcalib/MExtractedSignalBlindPixel.[h,cc]
1280 - new container for the extracted signal of the BlindPixel
1281
1282 * mcalib/MCalibrationCalc.[h,cc]
1283 - does not extract signal from Blind Pixel any more, searches
1284 for MExtractedSignalBlindPixel and fills the hists from there
1285
1286 * macros/calibration.C, macros/bootcampstandardanalysis.C,
1287 macros/pedphotcalc.C, mjobs/MJCalibration.cc:
1288 - introduce the blind pixel and PIN diode extraction in the macro
1289
1290 * manalysis/MPedestalCam.h
1291 - changed type of fTotalEntries from ULong_t to UInt_t
1292 - fixed documentation of fTotalEntries
1293
1294 * manalysis/MPedCalcPedRun.h
1295 - changed type of fNumSamplesTot from ULong_t to UInt_t
1296
1297 * mcalib/MHGausEvents.h
1298 - changed type of fCurrentSize from ULong_t to UInt_t
1299
1300 * mcalib/MCalibrationConfig.h
1301 - removed gkConversionHiLo and gkConversionHiLoErr which is now
1302 directly in the class MCalibrationPix
1303
1304
1305
1306 2004/02/16: Thomas Bretz
1307
1308 * manalysis/AnalysisLinkDef.h:
1309 - added missing MCerPhotEvtIter
1310
1311 * merpp.cc:
1312 - added possible usage of database
1313
1314 * star.cc:
1315 - moved source code into new class MJStar - preliminary
1316
1317 * manalysis/MCerPhotPix.cc:
1318 - updated class header
1319 - fixed Print-output
1320
1321 * mbase/MAGIC.h:
1322 - removed definition of MLog
1323
1324 * mbase/MArgs.h:
1325 - removed include of MAGIC.h
1326
1327 * mbase/MLog.h:
1328 - added extern definition of gLog
1329
1330 * mbase/MParContainer.[h,cc]:
1331 - move body of constructors to source file
1332
1333 * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
1334 mraw/MRawCrateArray.cc, mraw/MRawCrateData.cc,
1335 mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawRead.cc,
1336 mraw/MRawEvtPixelIter.cc, mraw/MRawFileWrite.cc:
1337 - fixed documentation header
1338
1339 * mcalib/MMcCalibrationCalc.[h,cc]:
1340 - fixed documentation header
1341 - fixed usage of FindCreateObj and FindObject
1342 - removed data member to count entries (use histogram instead)
1343 - use TH1 function Integral instead of doing it manually
1344
1345 * mfilter/MFCosmics.cc:
1346 - fixed documentation
1347
1348 * mimage/MHillas.cc, mimage/MImgCleanStd.cc,
1349 mimage/MNewImagePar.[h,cc]:
1350 - replaced for-loops by Iterators
1351
1352 * mraw/MRawFileRead.cc, mraw/MRawSocketRead.cc:
1353 - fixed documentation header
1354 - check return value of MRawRunHeader::ReadEvt
1355
1356 * mraw/mraw/MRawRunHeader.[h,cc]:
1357 - fixed documentation header
1358 - added return value to MRawRunHeader::ReadEvt
1359 - added constant number for max format version - preliminary
1360 (should by a static data member)
1361
1362 * mcalib/MHCalibrationPINDiode.cc:
1363 - do not delete pointers in the destructor which are already
1364 deleted in the base class
1365 - reset histograms in Clear()
1366
1367 * mcalib/MHCalibrationPixel.cc:
1368 - after deletion of instances in Clear() initialize pointer to NULL
1369
1370 * mcalib/MCalibrationCalc.cc, mcalib/MHCalibrationBlindPixel.cc:
1371 - fixed usage of logging stream output levels
1372
1373 * manalysis/MPedCalcPedRun.[h,cc]:
1374 - removed obsolete fSignals
1375
1376 - removed obsolete fNumPixels
1377
1378 * manalysis/MPedestalCam.h:
1379 - added '->' to fArray
1380
1381 * mfileio/MWriteRootFile.cc:
1382 - changed some output to make debugging easier
1383
1384 * mjobs/MJCalibration.cc:
1385 - fixed a bug in drawing
1386
1387 * mjobs/MJExtractSignal.cc:
1388 - removed MPedestalCam from MWriteRootFile output.
1389 When creating the branch it crashes - reason unknown I'll
1390 investigate further
1391
1392
1393
1394 2004/02/16: Markus Gaug
1395
1396 * mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C:
1397 - added MHCalibrationRelTimePix
1398
1399 * mcalib/MHCalibrationRelTimePix.[h,cc],
1400 mcalib/MHCalibrationRelTimeCam.[h,cc]:
1401 - new classes to fit and display the relative arrival times.
1402 - filled from MArrivalTime
1403 - need: MFillH("MHCalibrationRelTimeCam","MArrivalTime")
1404
1405 * manalysis/MCalibrationCalc.cc
1406 - take out all uncommented code referring to the relative arrival time
1407
1408 * manalysis/MArrivalTime.h
1409 - changed function GetNumPixels to GetSize
1410
1411 * macros/bootcampstandardanalysis.C, macros/pedphotcalc.C
1412 - included cosmics rejection which was in MCalibrationCalc before
1413
1414
1415
1416 2004/02/14: Markus Gaug
1417
1418 * mcalib/Makefile, mcalib/CalibLinkDef.h:
1419 - added MHCalibrationChargePINDiode
1420
1421 * mcalib/MHCalibrationChargePINDiode.[h,cc]
1422 - new class to fill the PIN Diode histograms. Derives from
1423 MHCalibrationChargePix and is filled with MFillH from the
1424 container MExtractedSignalPINDiode.
1425 Will replace MHCalibrationPINDiode entirely soon.
1426
1427 * mcalib/MHCalibrationChargePix.[h,cc]
1428 - new base class for the calibration charges histogram pixel.
1429 Derives from MH and can be filled with the MH with the MH
1430 functions.
1431
1432 * mcalib/MExtractPINDiode.[h,cc]
1433 - new signal extractor for the PIN Diode
1434
1435 * mcalib/MExtractedSignalPINDiode.[h,cc]
1436 - new container for the extracted signal of the PIN Diode
1437
1438 * mcalib/MCalibrationCalc.[h,cc]
1439 - remove the PIN Diode signal extraction
1440
1441 * manalysis/MHPedestalPix.[h,cc]
1442 - new version of MHPedestalPixel, deriving from MHGausEvents.
1443
1444 * manalysis/MHPedestalPixel.[h,cc]
1445 - old version removed, since obsolete (and erroneous)
1446
1447 * manalysis/MHPedestalCam.[h,cc]
1448 - histogramming part of MPedestalCam now in own class
1449
1450 * manalysis/MPedestalPix.h
1451 - removed include of MHPedestalPixel
1452
1453 * macros/calibration.C
1454 - changed pedestal displays accordingly
1455
1456 * mjobs/MJPedestal.h
1457 - class TCanvas included (did not compile otherwise)
1458
1459 * mhbase/MH.cc
1460 - included call to FindGoodLimits(..) in CutEdges()
1461 - axe from pointer to reference
1462 - "CutEdges" renamed to "StripZeros"
1463
1464 * manalysis/MHPedestalPixel.cc, mcalib/MHCalibrationPixel.cc,
1465 mcalib/MHCalibrationBlindPixel.cc:
1466 - "CutEdges" renamed to "StripZeros"
1467
1468 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
1469 - replaced by the improved version: MHGausEvents.[h,cc]
1470
1471
1472
1473 2004/02/14: Thomas Bretz
1474
1475 * manalysis/MCerPhotEvt.[h,cc]:
1476 - added 'Iterator' facility, this will replace some for-loops
1477 in the near future
1478
1479 * mbase/MTime.[h,cc]:
1480 - added a more powerfull interface to get and interprete the
1481 MTime contents as string
1482 - added a new constructor
1483
1484 * mreport/MReportTrigger.h:
1485 - fixed GetPixContent
1486
1487 * mtools/MCubicCoeff.cc, mtools/MCubicSpline.[h,cc]:
1488 - many small changes to simple details (like order of includes)
1489 - some speed improvements
1490 - many small simplifications
1491 - changed parts of the code to be more C++ like (eg Iterators
1492 instead of for-loops)
1493 - disentangles some if-cases
1494 - replaced some math.h function by TMath::
1495 - removed data-member fN (obsolete with iterators)
1496
1497
1498
1499 2004/02/13: Wolfgang Wittek
1500
1501 * mcalib/MCalibrateData.[h,cc]
1502 - new class;
1503 like MCalibrate, but in ReInit it fills the MPedPhot container
1504 using informations from MPedestal, MExtracteSignalCam and
1505 MCalibrationCam
1506
1507 * mcalib/Makefile, mcalib/CalibLinkDef.h
1508 - added MCalibrateData
1509
1510 * manalysis/MPedestalWorkaround.[h,cc]
1511 - create MMcEvt container and fill with theta = 10.0
1512 - set pedestalRMS = 0. if it is > 10.0
1513
1514 * manalysis/MSupercuts.[h,cc]
1515 - change default values of parameters
1516
1517 * manalysis/MSupercutsCalc.[h,cc]
1518 - change dNOMLOGSIZE from 4.1 to 5.0
1519
1520 * mhist/MHBlindPixels.[h,cc]
1521 - change MPedestalCam to MPedPhotCam
1522
1523 * mhist/MHSigmaTheta.[h,cc]
1524 - automatic binning for pixel number doesn't work
1525 use default binning
1526
1527
1528
1529 2004/02/13: Markus Gaug
1530
1531 * mcalib/MCalibrationPix.[h,cc]
1532 - added variables gkAverageQE, gkAverageQEErr, and fAverageQE,
1533 fAverageQEErr
1534 - gkAverageQE initializes to 0.2 (according to David)
1535 - gkAverageQEErr initializes to 0.02 (dito)
1536 - added new member function: SetAverageQE
1537 - call to GetMeanConversionFFactorMethod returns:
1538 fMeanConversionFFactorMethod/fAverageQE.
1539 - call to GetErrorConversionFFactorMethod returns:
1540 errors of fMeanConversionFFactorMethod and fAverageQEErr added
1541 quadratically
1542
1543 * mcalib/Makefile
1544 - split into two parts one comment line
1545
1546
1547 2004/02/13: Thomas Bretz
1548
1549 * mbadpixels/MBadPixelsTreat.[h.cc]:
1550 - added for new bad pixel treatment
1551
1552 * mbadpixels/Makefile, mbadpixels/BadPixelsLinkDef.h:
1553 - added MBadPixelsTreat
1554
1555 * merpp.cc:
1556 - changed the name of the "DC" tree to "Currents" to make
1557 MReportRead work correctly with this tree
1558
1559 * mbase/MTime.[h,cc]:
1560 - Changed UpDMagicTime to support nanosec instead of millisec
1561 - exchanged Reset() by Clear() not to clear the yy/mm/dd
1562 information away in an eventloop
1563
1564 * mraw/MRawEvtHeader.[h,cc]:
1565 - implemented decoding of the time-stamp for raw-data files
1566 with version>2. Thanks to Marcos.
1567
1568 * mraw/MRawRead.[h,c]:
1569 - pipe file version number to MRawEvtHeader::ReadEvt
1570 - create fake time for file-version<3
1571
1572 * macros/readMagic.C:
1573 - changed to use MInteractiveTask
1574
1575 * mbase/MPrint.cc:
1576 - fixed debugging level of some output
1577
1578 * mhist/MHCamera.[h,cc]:
1579 - fixed handling in AddNotify (necessayr due to change of
1580 inheritance from MCamEvent)
1581 - replaced cout by gLog
1582 - added fNotify to list of cleanups
1583
1584 * mhist/MHEvent.cc, mjobs/MJCalibration.cc,
1585 mjobs/MJPedestal.cc:
1586 - fixed usage of AddNotify
1587
1588 * mfileio/MReadReports.cc:
1589 - use a different way to determin whether the tree is a valid tree,
1590 skip invalid trees
1591
1592 * mfileio/MReadTree.cc:
1593 - added another sanity check at the beginning of PreProcess
1594
1595 * mhbase/MFillH.[h,cc]:
1596 - added bit kCanSkip which skips MFillH in case the necessary container
1597 wasn't found.
1598 - cd into the corresponding canvas before filling the MH
1599
1600
1601
1602 2004/02/12: Markus Gaug
1603
1604 * mbase/MArray.[h,cc]:
1605 - changed name of StripZeros
1606
1607 * mcalib/MHGausEvent.cc:
1608 - corrected call to StripZeros
1609
1610 * mcalib/MCalibrationPix.[h,cc]
1611 - implemented dummy for combined method
1612
1613 * mcalib/MCalibrate.[h,cc]
1614 - implemented a dummy for calibration factor 1. (requested by
1615 Javier Rico)
1616 - implemented combined method
1617 - check for valid methods moved to ReInit
1618
1619 * mcalib/MCalibrationCalc.cc
1620 - removed initialization of non-used nsamples
1621
1622 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.[h,cc],
1623 mcalib/MCalibrationCalc.[h,cc]
1624 macros/calibration.C
1625 - implemented new histograms:
1626 HSinglePheFADCSlices and HPedestalFADCSlices
1627 They are filled with the FADC slice values of either a s.phe.
1628 event or a pedestal event. The decision is taken with the
1629 variable: MCalibrationCalc::fBlindPixelSinglePheCut, to be set
1630 with a setter
1631
1632 * mtools/MFFT.[h,cc]
1633 - PowerSpectrumDensity of TArrayI implemented
1634
1635
1636
1637 2004/02/12: Thomas Bretz
1638
1639 * mbase/MArray.[h,cc]:
1640 - changed argument of CutEdges from pointer to reference
1641
1642 * mgeom/MGeomPix.h:
1643 - fixed calculation of area of pixel. It was too big for a
1644 factor of 2
1645
1646 * mjobs/MJCalibration.cc:
1647 - slight change of name of a MHCamera
1648
1649 * manalysis/MExtractSignal.cc:
1650 - slight change to the creation of the satpixels list
1651
1652 * mcalib/MHCalibrationBlindPixel.cc, mcalib/MHCalibrationPixel.cc,
1653 mcalib/MHGausEvent.cc:
1654 - corrected call to ProjectArray
1655 - corrected call to CutEdges
1656
1657 * mfilter/MFCosmics.[h,cc]:
1658 - small fixes to logging output
1659 - small simplification to return statement
1660 - declared CosmicsRejection const
1661
1662 * mhbase/MH.[h,cc]:
1663 - changed argument of ProjectArray from pointer to reference
1664 - added missing calcualtion of minimum
1665 - removed obsolete SetEntries
1666 - changed SetDirectory from NULL to gROOT
1667
1668
1669
1670 2004/02/12: Javier López
1671
1672 * macros/pointspreadfunction.C
1673 - added new macro that fits with a 2D gaussian the DC spot for an
1674 star. It gives you the RMS of the PSF and the center of the star,
1675 very useful for misspointing studies.
1676
1677
1678
1679 2004/02/11: Hendrik Bartko
1680
1681 * manalysis/MExtractSignal2.cc:
1682 - introduced a validity check for the set-function of the window
1683 size (even number of slices, WindowSize < NumberSlices)
1684
1685 * manalysis/MArrivalTimeCalc2.[h,cc], manalysis/Makefile,
1686 manalysis/AnalysisLinkDef.h:
1687 - new: introduced the calculation of the arrival time as the signal
1688 weighted mean of the time slices in the maximum window
1689
1690
1691
1692 2004/02/11: Markus Gaug
1693
1694 * mcalib/MCalibrationCalc.cc:
1695 - the blind pixel signal extractor introduced one week ago, counted
1696 one FADC slice too little, thus the normalization w.r.t. pedestals
1697 was wrong. Now corrected.
1698
1699 * manalysis/MExtractSignal.cc, manalysis/MExtractSignal2.cc:
1700 - when "WARNING - Lo Gain saturated" occurs, display also the
1701 corr. pixel numbers.
1702
1703 * mbase/MArray.[h,cc]:
1704 - introduced function to cut array edges with zeros.
1705 (Thomas, should we keep it there or move it to another class? )
1706
1707 * mcalib/MCalibrationCalc.[h,cc]:
1708 - new function SetBlindPixelRange to set start and end of FADC slices
1709 used for the blind pixel signal extraction.
1710 - remove fEvents which are not necessary any more after the shift
1711 to MFCosmics.
1712
1713 * mcalib/MHCalibration(Blind)Pixel.[h,cc]:
1714 - show the fourier spectrum now with axes in frequency [Hz] instead
1715 of inverted events.
1716
1717 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
1718 - new base class for all kind of events with variables having a
1719 Gaussian distribution. Will serve as base class for the
1720 existing and new calibration histogram classes.
1721
1722
1723
1724 2004/02/11: Abelardo Moralejo
1725
1726 * mmain/MEventDisplay.cc
1727 - Switched order of MMcPedestalCopy and MCerPhotCalc in tasklist:
1728 MMcPedestalCopy must be executed earlier!
1729
1730
1731
1732 2004/02/10: Raquel de los Reyes
1733
1734 * mhist/MHPixVsTime.[h,cc]:
1735 - Added a default draw function and replaced the TGraph object
1736 by a pointer to a TGraph object.
1737
1738 * mreport/MReportTrigger.h:
1739 - Now it dereives from a MCamEvent class and implemented the
1740 GetPixContent() and DrawPixelContent() functions.
1741
1742 * maccros/CCDataCheck.C:
1743 - An update of the previous macro. New plots: subsystems status and
1744 macrocells trigger.
1745
1746
1747
1748 2004/02/10: Markus Gaug
1749
1750 * mcalib/MCalibrationCam.cc:
1751 - fixed documentation
1752
1753 * mhbase/MH.[h,cc]:
1754 - new function ProjectArray
1755
1756 * mcalib/MHCalibrationPixel.[h,cc],
1757 mcalib/MHCalibrationBlindPixel.[h,cc]:
1758 - use ProjectArray from MH to plot the projection of the fourier
1759 spectrum
1760
1761 * mfilter/MFCosmics.[h,cc], mfilter/Makefile,
1762 mfilter/FilterLinkDef.h:
1763 - new filter removing cosmics, the same as in MCalibrationCalc
1764 where it was removed now.
1765 Call: MFCosmics cosmics;
1766 MContinue cont(&cosmics);
1767 tlist.AddToList(&cont);
1768
1769 * mcalib/MCalibrationCalc.[h,cc]:
1770 - removed cosmics rejection from there
1771
1772 * macros/calibration.C, mjobs/MJCalibration.cc:
1773 - changed cosmics rejection to the filter algorithm
1774
1775
1776
1777 2004/02/09: Markus Gaug
1778
1779 * mcalib/MCalibrationBlindPix.[h,cc]:
1780 - added histogram to display the average in FADC slices of all
1781 single and double phe events
1782
1783 * mcalib/MCalibrationCalc.cc:
1784 - fill histograms of single-phe events with higain and logain
1785 sampls
1786
1787 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationCalc.cc,
1788 mcalib/MCalibrationConfig.h:
1789 - take all pixel areas out of MGeomPix::GetA(), remove all previous
1790 areas
1791 - calculate photon fluxes from blind pixel and PIN diode, use
1792 area only to fill the conversion factors in MCalibrationPix
1793
1794
1795 * mcalib/MJCalibration.cc:
1796 - display of number of photons for Blindpixel and PIN Diode Method
1797 changed to display of photon flux which is the actually
1798 calculated quantity
1799
1800
1801
1802 2004/02/09: Thomas Bretz
1803
1804 * mbadpixels/*:
1805 - added
1806
1807 * Makefile:
1808 - added MBadPixels
1809
1810 * manalysis/MGeomApply.cc:
1811 - fixed class description
1812
1813 * mjobs/MJCalibration.[h,cc], mjobs/MJExtractSignal.[h,cc]:
1814 - added bad pixel treatment
1815
1816 * mjobs/MJPedestal.[h,cc]:
1817 - reorganized order of functions
1818 - removed a nonsense scrren output (some BLABABLA or so)
1819
1820 * mjobs/Makefile:
1821 - added include for mbadpixels
1822
1823 * mmain/MBrowser.cc:
1824 - do not call construtor of TGTReeLBEntry if pic0=0
1825
1826
1827
1828 2004/02/09: Raquel de los Reyes
1829
1830 * mcamera/MCameraLids.h, mreport/MReportCamera.h
1831 - Added the "Get" functions to access the private data
1832 members of the class.
1833
1834
1835
1836 2004/02/09: Markus Gaug
1837
1838 * MMcCalibrationUpdate.cc, MCalibrate.cc, MCalibrationPix.cc,
1839 MCalibrationPix.h:
1840 - replace MCalibrationPix->IsChargeFitValid() by IsChargeValid()
1841 because we can calibrate with the histogram mean and RMS even
1842 if the fit is not OK. Thus, there is a question: IsFitted() and
1843 IsChargeValid(), i.e. does the charge make any sense?
1844
1845 * MCalibrationCam.cc, MCalibrationConfig.h, MCalibrationCalc.cc:
1846 - found serious bug in calculation of conversion factors for the
1847 outer pixels:
1848 GetMeanConversionBlindPixelMethod and
1849 GetMeanConversionPINDiodeMethod
1850 did not correct for the area of the outer pixel, this did only
1851 MCalibrationCam::GetPixelContent which is not used by MCalibrate
1852
1853
1854
1855 2004/02/06: Markus Gaug
1856
1857 * mgeom/MGeomCam.h
1858 - replaced in Comment of fPixRatio:
1859 "ratio between size of pixel idx and pixel 0" by
1860 "ratio between size of pixel 0 and pixel idx"
1861
1862 * manalysis/MPedestalCam.cc
1863 - catch calls to MHPedestalPixel in case that they are not filled
1864 This led previous calls to segmentation violations
1865 - remove include of MHExtractedSignalPix
1866
1867 * manalysis/MHExtractedSignalPix.[h,cc]
1868 - is everything in MHPedestalPixel, so removed it again
1869
1870 * mjobs/MJPedestal.cc
1871 - put the projections into Display()
1872 - correct the input of Display (0: pedestal, 1: pedestalerror,
1873 2: pedRMS, 3: pedRMSerror)
1874
1875 * manalysis/MHPedestalPixel.cc
1876 - increased number of bins in for charges plot
1877
1878 * mtools/MFFT.[h,cc]
1879 - possibility to have PSD directly from TArray
1880
1881 * mjobs/MJCalibration.[h,cc]
1882 - fixed displays
1883 - replaced MExtractSignal by MExtractSignal2
1884
1885 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc],
1886 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationBlindPix.[h,cc],
1887 mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationPINDiode.[h,cc]:
1888 - remove histograms MHChargevsN..., now keep TArrays directly
1889 - check for oscillations for all pixels (and you will not trust
1890 your eyes when you look at the results :-((((
1891
1892 * mcalib/MCalibrationCalc.[h,cc]
1893 - remove ArrivalTime -> go to separate class
1894 - remove BlindPixel and PIN Diode overflow, now handled directly
1895 inside the corr. classes.
1896 - remove SkipTimeFits -> go the arrival time class
1897
1898 * mcalib/MCalibrationCam.h
1899 - new getters for number of photons
1900 - removed timeslicewidth -> go the corr. time containers
1901
1902 * mcalib/MCalibrationCam.cc
1903 - removed times of GetPixelContent
1904 - added OscillationChecks in GetPixelContent
1905
1906 * manalysis/MMcCalibrationUpdate.cc
1907 - remove calpix.SkipTimeFits which is now obsolet
1908
1909 * macros/calibration.C
1910 - all previous changes now in this macro.
1911 - (NB: Thomas, du brauchst in MJCalibration nicht mehr aendern,
1912 das ging diesmal in einem Aufwasch)
1913
1914
1915
1916 2004/02/06: Thomas Bretz
1917
1918 * mhist/MHPixVsTime.[h,cc]:
1919 - changed such that you can set the name of the time container now
1920
1921 * mraw/MRawRunHeader.[h,cc]:
1922 - added GetMaxPixId()
1923
1924 * mraw/MRawEvtData.cc:
1925 - fixed wrong size calculation for fABflags
1926
1927
1928
1929 2004/02/06: Oscar Blanch
1930
1931 * mmc/MFadcDefine.h && mmc/MMcFadcHeader.cxx
1932 - We cahnged the name (and values) of the global variable
1933 MFADC_RESPONSE_AMPLITUDE to MFADC_RESPONSE_INTEGRAL
1934
1935
1936
1937 2004/02/05: Markus Gaug
1938
1939 * mcalib/MHCalibrationPixel.[h,cc]
1940 - put an NDF limit for the fit
1941 - removed all TStrings and replace them by Form(..)
1942 - Check for nan's of all returned fit values
1943
1944 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc:
1945 - reshuffled HiLoGainConversion, calculation of F-Factor method,
1946 - calculation of total F-Factor of the readout.
1947
1948 * mcalib/MCalibrationCam.cc
1949 - include relative times to display with GetPixelContent
1950
1951 * mcalib/MCalibrationCalc.[h,cc]
1952 - flag to skip Hi-Lo Calibration
1953 - Hi-LO Graph not filled any more after overflow of ChargevsN
1954 - fill the blind pixel differently from the rest of pixels
1955
1956 * mcalib/MCalibrate.cc:
1957 - call to const MCalibrationPix &pix replaced by MCalibrationPix &pix
1958
1959 * manalysis/MArrivalTimeCalc.cc
1960 - default step width 100 ps.
1961 - look for half maximum (at rising edge)
1962
1963 * manalysis/MExtractSignal.[h,cc]
1964 - removed uncommented code (arrival time)
1965 - set start byte back by one like it was before TB's changes
1966 (does not affect the calculation of number of FADC slices)
1967
1968 * manalysis/MExtractSignal2.[h,cc]
1969 - removed uncommented code (arrival time)
1970
1971 * manalysis/MHPedestalPixel.[h,cc]
1972 - is now filled with total pedestals (not per slice), but results are
1973 renormalized to values per slice (this is not to screw up with the
1974 pedestal RMS and the derived uncertainties)
1975 - new function Renorm(nslices)
1976
1977 * manalysis/MPedestalCam.[h,cc]
1978 - introduced function Clone() (like proposed by TB)
1979 - call to MHPedestalPixel operator() not const any more
1980 - take out lots of uncommented code
1981 - found bug in initialization of hists. SetupFill is called in
1982 PreProcess, therefore, TObjArray is not yet enlarged there.
1983 Now, InitUseHists is called in Fill
1984 - MHPedestalPixel is now filled with total pedestals (not per slice),
1985 but results are
1986 renormalized to values per slice (this is not to screw up with the
1987 pedestal RMS and the derived uncertainties)
1988
1989 * manalysis/MPedCalcPedRun.cc
1990 - added author
1991 - split calculation of RMS into two steps to make it more clear to
1992 the user
1993
1994 * macros/calibration.C
1995 - found bug introduced two days ago, namely calculating pedestlas with
1996 MExtractSignal2 which is now fixed
1997 - Skip HiLoConversionCalibration
1998
1999
2000
2001 2004/02/05: Abelardo Moralejo
2002
2003 * macros/starmc2.C
2004 - added 3rd argument, "kFALSE", to call of MWriteRootFile::Add
2005 for both MMcEvt and MMcRunHeader since these containers are
2006 not present in real data. Name of macro is no longer adequate if
2007 we will use it for calibrated real data (to be changed if so).
2008
2009
2010
2011 2004/02/05: Sebastian Raducci
2012
2013 * mtools/MCubicSpline.[h,cc]
2014 - added
2015 - this class will take the place of the TSpline class to
2016 calculate arrival times
2017
2018 * mtools/MCubicCoeff.[h,cc]
2019 - added
2020 - this class is used by MCubicSpline to store coefficients
2021
2022 * macros/spline.C
2023 - added
2024 - test macro. Shows how to use the MCubicSpline class
2025 - it could be used to test the methods of the Spline class
2026
2027
2028
2029 2004/02/05: Thomas Bretz
2030
2031 * mmain/MBrowser.cc:
2032 - fixed a double deletion of a TGLayoutHints
2033
2034
2035
2036 2004/02/04: Markus Gaug
2037
2038 * mmain/MBrowser.cc:
2039 - corrected TGTReeLBEntry for TGTreeLBEntry
2040
2041
2042
2043 2004/02/04: Thomas Bretz
2044
2045 * manalysis/MExtractSignal2.cc:
2046 - don't allow odd numbers for the window size
2047
2048 * mfilter/MFilterList.cc:
2049 - corrected a wrong logging message
2050
2051 * mmain/MBrowser.cc:
2052 - added '/data/MAGIC' as shortcut in the combo box
2053
2054 * mraw/MRawEvtPixelIter.cc:
2055 - optimized calculation of MaxIdx
2056
2057
2058
2059 2004/02/04: Abelardo Moralejo
2060
2061 * macros/starmc2.C
2062 - removed unnecessary variables BinsHigh, BinsLow
2063
2064
2065
2066 2004/02/04: Markus Gaug
2067
2068 * manalysis/MPedestalCam.[h,cc], manalysis/MPedestalPix.[h,cc],
2069 manalysis/MPedCalcPedRun.[h,cc], manalysis/MHPedestalPixel.[h,cc],
2070 macros/calibration.C:
2071 - histograms are now filled with MFillH as proposed and coded by
2072 Thomas Bretz. Some modifications had to be done, however.
2073 - Class to hold MHPedestalPixel is still MPedestalCam
2074 - MPedCalcPedRun does nothing any more (except from what is was
2075 doing before)
2076
2077 * manalysis/MExtractSignal.cc
2078 - remove uncommented code
2079
2080 * mcalib/MCalibrationCalc.[h,cc]
2081 - modified way to handle histogram overflow: Now flags are set and
2082 ChargevsN histogram is not tried to be filled subsequently
2083
2084
2085
2086 2004/02/03: Markus Gaug
2087
2088 * manalysis/MHExtractedSignalPix.[h,cc]
2089 - added Thomas B. modified version of MHPedestalPixel. Later will
2090 remove MHPedestalPixel
2091
2092 * manalysis/MCalibrationPix.[h,cc], manalysis/MHCalibrationPixel.[h,cc],
2093 manalysis/MCalibrationCam.cc, macros/calibration.C:
2094 - now split completely absolute and relative times. Absolute
2095 times are not fitted, but their histogram mean and rms are
2096 returned.
2097
2098
2099
2100 2004/02/03: Thomas Bretz
2101
2102 * mfileio/MReadTree.cc:
2103 - fixed handling of -1 entries in AddFile: root 3.10/02 crashed
2104
2105 * manalysis/MExtractSignal.[h,cc]:
2106 - moved code to extract the signal from Process to
2107 new member function FindSignal, I left the arrival time
2108 extraction as commented-out code in the code just as a
2109 demonstration to do this very fast.
2110
2111
2112
2113 2004/02/02: Markus Gaug
2114
2115 * manalysis/MPedCalcPedRun.cc
2116 - corrected formulae in Class description
2117
2118 * mcalib/MCalibration.[h,cc], mcalib/MHCalibration.[h,cc],
2119 manalysis/MMcCalibrationUpdate.cc:
2120 - calculate relative times and absolute times. Fit only
2121 the relative ones.
2122
2123
2124
2125 2004/02/02: Abelardo Moralejo
2126
2127 * manalysis/MMcCalibrationUpdate.cc, MMcPedestalCopy.cc
2128 - removed file type check (MC or data) from PreProcess since now
2129 run headers are not yet known at that point.
2130
2131 * mcalib/MMcCalibrationCalc.cc
2132 - same as above.
2133
2134 * NEWS
2135 - updated.
2136
2137
2138
2139 2004/02/02: Thomas Bretz
2140
2141 * manalysis/MExtractSignal2.[h,cc]:
2142 - added new task which takes a given number of slices with the
2143 highest integral content as signal.
2144
2145 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
2146 - added MExtractSignal2
2147
2148
2149
2150 2004/01/30: Abelardo Moralejo
2151
2152 * macros/starmc.C
2153 - changed default FADC integration range (more adequate for coming
2154 camera version).
2155
2156 * macros/mccalibrate.C, starmc2.C
2157 - added. First macro transforms input files from camera simulation
2158 into files with pixel data already calibrated in photons. The
2159 second reads in an already calibrated data file and produces an
2160 output file with Hillas parameters. Both together do the same as
2161 starmc.C, but it is convenient to have files containing
2162 calibrated pixel information.
2163
2164
2165
2166 2004/01/30: Thomas Bretz
2167
2168 * mbase/MDirIter.h:
2169 - added GetNumEntries
2170
2171 * mhist/MHEvent.cc:
2172 - added a dynamic_cast from MParContainer to MCamEvent to get the
2173 correct pointer to the correct base-class.
2174
2175 * mbase/MStatusDisplay.cc:
2176 - In EventInfo check whether gPad==0
2177
2178 * mfileio/MReadMarsFile.cc:
2179 - removed reading RunHeaders from PreProcess, this resulted
2180 in strange behaviour of writing RunHeaders
2181 - fixed consistency check for RunType accordingly
2182
2183 * mfilter/MFilterList.cc:
2184 - do not skip adding filter if only a filter with the same name
2185 exists
2186
2187 * mraw/MRawFileRead.cc:
2188 - added an output message if run header is not accessible
2189
2190 * mraw/MRawRunHeader.[h,cc]:
2191 - initialize fRunType to new enum kRTNone
2192
2193 * mfilter/MFGeomag.cc:
2194 - set fResult to kFALSE at the beginning of Process
2195 - according to this removed setting fResult=kFALSE before return
2196 - replaced some float by Float_t
2197 - added some const-qualifiers
2198 - replaced (rig<0.5/pr*R*(r2-r1)+r1) by (rig-r1)*pr<rnd
2199 with rnd = R * (r2-r1)/2 to make sure that we cannot
2200 devide by 0
2201
2202 * manalysis/MPedCalcPedRun.cc:
2203 - added some comments
2204
2205 * Makefile:
2206 - added mjobs
2207
2208 * mjobs/*:
2209 - added
2210
2211 * mbase/Makefile, mbase/BaseLinkDef.h:
2212 - added MRunIter
2213
2214 * mbase/MRunIter.[h,cc]:
2215 - added
2216
2217
2218
2219 2004/01/30: Markus Gaug
2220
2221 * manalysis/MPedestalCam.h
2222 - added function IsUsedHists()
2223
2224 * manalysis/MPedestalCam.cc
2225 - modified GetPixelContent
2226
2227 * manalysis/MPedestalCam.cc, manalysis/MPedCalcPedRun.cc:
2228 - include storage of number of used FADC slices to compare later
2229 the pedestal per slice ( and sigma per slice)
2230 - return relative differences in GetPixelContent
2231
2232 * mcalib/MCalibrationCalc.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc]:
2233 - fBlindPixelId and fPINDiodeId now like in PedestalCam
2234 - fill Blind Pixel with information about its fitted pedestal if
2235 available
2236 - initialize charges histogram with a bigger range
2237 - use pedestal information to constrain the pedestal fit ranges
2238
2239 * manalysis/MHPedestalPixel.cc
2240 - initialize charges histogram with a bigger range
2241
2242 * macros/calibration.C
2243 - SetRange of MExtractSignal to 1,14 (see emails of yesterday)
2244 - apply new GetPixelContents of MPedestalCam (more calculations
2245 and displays of errors, correction for different FADC slice
2246 number)
2247
2248 * manalysis/MExtractSignal.cc
2249 - not access to MArrivalTime any more. The same information is
2250 stored in MRawEvt->GetPixelContent(...)
2251
2252 * manalysis/MCalibrationCalc.cc
2253 - retrieve default arrival time from MRawEvt
2254
2255 * manalysis/MCalibrationBlindPix.cc, manalysis/MCalibrationPix.cc
2256 - check for NaN's in fit results
2257
2258
2259
2260 2004/01/29: Abelardo Moralejo
2261
2262 * mfileio/MWriteFile.h
2263 - added missing declaration of ReInit
2264
2265 * manalysis/MMcCalibrationUpdate.cc
2266 - added call to MCalibrationCam::SetBlindPixelMethodValid(kTRUE)
2267 to adapt to recent changes in MCalibrate.
2268
2269
2270
2271 2004/01/29: Thomas Bretz
2272
2273 * manalysis/MArrivalTime.h, manalysis/MCameraData.h,
2274 manalysis/MCerPhotEvt.h, manalysis/MExtractSignalCam.h,
2275 manalysis/MPedPhotCam.h, manalysis/MPedestalCam.h,
2276 mcalib/MCalibrationCam.h, mcamera/MCameraDC.h,
2277 mraw/MRawEvtData.h, mreflector/MRflEvtData.h:
2278 - split derivement into MParContainer and MCamEvent
2279
2280 * manalysis/MExtractSignalCam.[h,cc]:
2281 - removed obsolete MExtractSignal::ReInit
2282 - added -> to fArray
2283
2284 * mbase/MParList.h:
2285 - added a new bit kIsProcessing
2286
2287 * mbase/MTaskList.cc:
2288 - fixed the handling of kDoNotReset and the bahaviour of
2289 SetReadyToSave, such that it is possible to write all
2290 headers
2291
2292 * mfileio/MWriteFile.cc:
2293 - added ReInit which also calls CheckAndWrite
2294
2295 * mgui/MCamEvent.h:
2296 - does not derive from MParContainer anymore
2297
2298
2299
2300 2004/01/29: Markus Gaug
2301
2302 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
2303 mcalib/MCalibrationConfig.h
2304 - put gkCalibrationBlindPixelId and gkCalibrationPINDiodeId
2305 directly into the corresponding classes.
2306
2307
2308
2309 2004/01/29: Nicola Galante
2310
2311 * mhistmc/MHMcTriggerLvl2.[h,cc]:
2312 - In method MHMcTriggerLvl2::GetHistByName(const TString name)
2313 added string checking to return also
2314 fHistCellPseudoSize, fHistCellPseudoSizeNorm
2315 and fHistCellPseudoSizeEnergy.
2316 - Added inline functions GetHistCellPseudoSize() and
2317 GetHistCellPseudoSizeNorm().
2318
2319
2320
2321 2004/01/28: Javier Rico
2322
2323 * mcalib/MCalibrate.[h.cc]
2324 - include possibility to select the calibration method to be used
2325
2326
2327
2328 2004/01/28: Markus Gaug
2329
2330 * mcalib/MCalibrate.[h.cc]
2331 - corrected Int_t ReInit() to Bool_t ReInit(MParList *pList)
2332
2333 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc]:
2334 - included flags to indicate if Blind Pixel Method or PIn Diode
2335 method was OK. Up to now, program stopped, if one of the two
2336 methods was chosen but not able to being executed.
2337
2338 * manalysis/MArrivalTimeCalc.cc, manalysis/MExtractSignals.cc,
2339 manalysis/MGeomApply.cc:
2340 - put all missing InitSize(npixels) into MGeomApply
2341
2342 * manalysis/MPedCalcPedRun.[h,cc], manalysis/MPedestalCam.[h,cc],
2343 manalysis/MPedestalPix.[h,cc], manalysis/MHPedestalPixel.[h,cc],
2344 manalysis/Makefile, manalysis/AnalysisLinkDef.h:
2345 - include possibility to fit the pedestals with Gaussian.
2346 - old methods are not affected.
2347 - add new method with MPedCalcPedRun::SetUseHists()
2348
2349
2350
2351 2004/01/28: Abelardo Moralejo
2352
2353 * mcalib/MMcCalibration.cc
2354 - fixed wrong variable type in call to TH1F constructor (number of
2355 bins is now integer), which resulted in a compilation warning.
2356
2357
2358
2359 2004/01/28: Thomas Bretz
2360
2361 * manalysis/MPedestalCam.cc:
2362 - removed unwanted CheckBound from operators. CheckBounds is ONLY
2363 ment for really old MC files and will be removed in the future
2364 anyhow.
2365
2366 * mcalib/MHCalibrationPixel.h:
2367 - removed obsolete include of MFFT
2368
2369 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc,
2370 manalysis/MPedestalCam.[h,cc]:
2371 - removed use of obsolete MPedestalCam::CheckBounds. This was
2372 a workaround for a 'bug' in very old camera files, which is not
2373 necessary anymore.
2374
2375 * manalysis/MCerPhotAnal2.[h,cc]:
2376 - replaced MPedestalCam by MPedPhotCam
2377
2378 * manalysis/MExtractSignal.cc:
2379 - some small simplification to the signal extraction
2380 - removed some obsolete variables
2381 - replaced for by while
2382 - removed obsolete casts
2383
2384 * mmain/MEventDisplay.cc:
2385 - gave names to the filters
2386 - removed adding MHCamera to fList because it was deleted twice
2387
2388 * mhist/MHCamera.cc:
2389 - fixed usage of fPainter in Paint() - title was not updated
2390 correctly
2391
2392
2393
2394 2004/01/28: Sebastian Raducci
2395
2396 * manalysis/MArrivalTime.[h,cc]:
2397 - removed all the code relative to the cluster evaluation
2398
2399
2400
2401 2004/01/27: Markus Gaug
2402
2403 * manalysis/MPedestalPix.cc:
2404 - initialize default values to 0 instead of -1.
2405
2406 * manalysis/MPedestalCam.[h,cc]:
2407 - include CheckBounds, also in operator[]
2408
2409 * mcalib/MCalibrationCam.[h,cc]:
2410 - apparently, there was a reference to InitSize(UInt_t i) instead
2411 of InitSize(Int_t i), where compiler complained, now changed
2412
2413 * mcalib/MHCalibration*, mcalib/MCalibration*:
2414 - fixed all Clear()'s, Reset()'s, direct intializers
2415
2416
2417
2418 2004/01/27: Thomas Bretz
2419
2420 * mdata/MDataChain.cc:
2421 - added '%' to supported operators
2422
2423
2424
2425 2004/01/26: Nicola Galante
2426
2427 * manalysis/MMcTriggerLvl2.[cc,h]:
2428
2429 - Defined some static constants to avoid ugly "magic numbers"
2430 in arrays: gsNCells, gsNTrigPixels,
2431 gsNPixInCell, gsNLutInCell, gsNPixInLut, fNumPixCell.
2432 - Added method
2433 MMcTriggerLvl2::GetCellCompactPixel(int cell, MGeomCam *fCam)
2434 which computes compact pixels into a given L2T macrocell.
2435 - Added method
2436 MMcTriggerLvl2::CalcBiggerCellPseudoSize()
2437 which computes fCellPseudoSize, the maximum Pseudo Size into L2T
2438 macrocells
2439 - Added method
2440 MMcTriggerLvl2::GetCellPseudoSize() const
2441 which returns fCellPseudoSize
2442 - Added method
2443 MMcTriggerLvl2::IsPixelInCell(Int_t pixel, Int_t cell),
2444 which controls whether a pixel belongs to a given L2T cell.
2445 - Added method
2446 MMcTriggerLvl2::GetMaxCell() const
2447 which returns fMaxCell, the cell with the maximum
2448 fCellPseudoSize.
2449
2450
2451
2452 2004/01/26: Markus Gaug, Michele Doro
2453
2454 * manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc]:
2455 - moved calculation of arrival time from MArrivalTime to
2456 MArrivalTimeCalc. MArrivalTime does not do any Process-job
2457 anymore
2458 - TSpline5 now on stack.
2459 - function to set the stepsize
2460
2461 * mcalib/MHCalibrationBlindPixel.[h,cc]:
2462 - force mu_{0} in Blind Pixel Fit to be around 0 in fKPoisson4
2463 - implement combined Polya fit and Michele's back-scattered electron
2464 fit
2465
2466 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.cc,
2467 mcalib/MCalibrationPINDiode.cc:
2468 - combine FitChargeHiGain and FitChargeLoGain into one function
2469
2470 * macros/calibration.C
2471 - improve double gauss fit a bit
2472
2473
2474
2475 2004/01/26: Thomas Bretz
2476
2477 * mraw/MRawEvtPixelIter.[h,cc]:
2478 - removed member function GetNumPixels. For more details see mantis.
2479
2480 * manalysis/MArrivalTime.[h,cc]:
2481 - reorganized includes
2482 - fixed InitSize and ClearArray (now Reset) to fit MParContainer
2483 definition
2484 - for the moment removed usage of fPixelChecked - THIS WILL CRASH YOUR
2485 PROGRAM
2486
2487 * manalysis/MArrivalTimeCalc.[h,cc]:
2488 - reorganized includes
2489 - removed many obsolete code, exspecially copy&paste relicts!
2490 - fixed usage of InitSize
2491 - removed CleanArray. Reset() is called automatically before Process()
2492
2493 * manalysis/MExtractedSignalCam.[h,cc]:
2494 - added SetLogStream
2495 - removed obsolete include MGeomCam
2496 - replaced PrintOut by Print
2497 - added const-qualifiers to all Getters
2498 - fixed documentation
2499
2500 * manalysis/MExtractedSignalPix.[h,cc]:
2501 - replaced PrintOut by Print
2502 - fixed documentation
2503
2504 * manalysis/MEventRateCalc.cc, manalysis/MPedCalcPedRun.cc:
2505 - replaced memset by Reset()
2506
2507
2508
2509 2004/01/24: Abelardo Moralejo
2510
2511 * macros/starmcstereo.C
2512 - Added. Example of how to run the analysis chain for MC files
2513 containing simulation of stereo systems of 2 telescopes.
2514
2515 * mcalib/MCalibrate.cc
2516 - Added check that value of signal from MExtractedSignalPix is not
2517 the default (error) value. In such a case, the signal in
2518 MCerPhotEvt is now set to 0. Before, all pixels got very high
2519 values in MCerPhotEvt in case the MRawEvtData object for the
2520 event was missing in the file. This happened in MC files, in
2521 which in some circumstances an event is written without the
2522 pixel information (for instance, when running stereo simulations
2523 the pixel data is missing for non-triggered telescopes, but the
2524 event headers are present).
2525
2526
2527
2528 2004/01/23: Markus Gaug
2529
2530 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractedSignalPix.[h,cc],
2531 manalysis/MArrivalTime.[h,cc], mcalib/MCalibrationBlindPix.h,
2532 mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MCalibrationPINDiode.h,
2533 mcalib/MHCalibrationPINDiode.[h,cc], mcalib/MCalibrationPix.[h,cc],
2534 mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationCalc.[h,cc]:
2535 - use MArrivalTime for Storage (or calculation) of time
2536 in MExtractSignal
2537 - pass from TH1I histos to TH1F for times
2538
2539 * mcalib/MCalibrationBlindPix.h, mcalib/MHCalibrationBlindPixel.[h,cc],
2540 mcalib/MCalibrationPix.[h,cc], mcalib/MHCalibrationPixel.[h,cc],
2541 mcalib/MCalibrationCalc.[h,cc]:
2542 - clean up setters
2543 - pass to bit-fields for all flags
2544
2545 * mcalib/MCalibrationCam.cc
2546 - exclude Blind Pixel from Camera display
2547 - do not fill &val when return kFALSE
2548
2549 * macros/calibration.C
2550 - include functions to exclude the blind pixel,
2551 calculation of times and quality checks
2552
2553
2554
2555 2004/01/23: Abelardo Moralejo
2556
2557 * mcalib/MCalibrate.cc, manalysis/MExtractSignal.cc
2558 - Added support (using AddSerialNumber) for stereo MC files.
2559
2560
2561
2562 2004/01/23: Thomas Bretz
2563
2564 * mbase/MAstro.cc:
2565 - Fixed calculation of MJD. In Ymd2Mjd a plus should be a minus.
2566
2567 * mreport/MReport*.[h,cc]:
2568 - changed all classes to return Int_t instead of Bool_t in
2569 InterpreteBody
2570 - changed MReportFileRead such, that a wrong line results in
2571 skipping the line instead of abort reading.
2572
2573 * manalysis/MExtractSignal.cc:
2574 - do not print information for each pixel - it's too much.
2575
2576 * mbase/MStatusDisplay.cc:
2577 - when reading a status display do not display tabs with
2578 the same name than one which is already existing.
2579
2580 * mcalib/MCalibrate.cc:
2581 - directly store pointer to pixel when setting saturation flag
2582
2583 * mcamera/MCameraDC.cc:
2584 - fixed some comments
2585
2586 * mhist/MHCamEvent.cc:
2587 - fixed a crash when no geometry was available
2588
2589 * mhist/MHCamera.[h,cc]:
2590 - removed obsolete member function SetPix
2591
2592 * mbase/MStatusDisplay.[h,cc]:
2593 - added EventInfo member function
2594 - implemented preliminary redirection of GetObjectInfo to
2595 StatusLine2 -> An own status line for this is missing
2596
2597 * manalysis/MExtractSignal.[h,cc]:
2598 - implemented StreamPrimitive
2599 - changed deafults to be static const data members
2600
2601 * manalysis/MGeomApply.[h,cc]:
2602 - implemented StreamPrimitive
2603
2604
2605
2606 2004/01/23: Abelardo Moralejo
2607
2608 * manalysis/MMcCalibrationUpdate.[h,cc]
2609 - Added check to guarantee that the FADC simulation parameters of
2610 all read files (those used for calibration and those analyzed)
2611 are the same.
2612 - Added missing support for analysis of stereo files.
2613
2614 * mcalib/MMcCalibrationCalc.cc
2615 - Removed obsolete FIXME comment.
2616 - Added missing support for analysis of stereo files.
2617
2618
2619 2004/01/23: Raquel de los Reyes
2620
2621 * macros/CCDataCheck.C
2622 - Added the temperature distribution of the optical links
2623 and the plots of the LV power supplies.
2624 * mcamera/MCameraLV.h
2625 - Added the "Get" functions to access the private data
2626 members of the class.
2627
2628
2629 2004/01/22: Abelardo Moralejo
2630
2631 * manalysis/MMcCalibrationUpdate.[h,cc]
2632 - Now ratio of high to low gain is taken from MCalibrationCam if
2633 it existed previously in the parameter list, instead of being
2634 read again from the MMcFadcHeader. Removed Setter function for
2635 fADC2PhInner, no longer necessary. Fixed error regarding the
2636 pedestal conversion to photons (did not read conversion factor
2637 from preexisting MCalibrationCam object).
2638
2639 * mcalib/MMcCalibrationCalc.cc
2640 - Changed parameters of the histogram, and also the quantity being
2641 histogrammed. Check that input data come from a noiseless camera
2642 file before proceeding to do the calibration. Introduced lower
2643 size in cut for calibration. Now rhe calibration constant is not
2644 calculated from the mean of photons/ADC counts, but from the peak
2645 of the histogram.
2646
2647 * macros/starmc.C
2648 - Introduced new scheme. Now there are two loops over two different
2649 sets of files. First loop calculates the calibration constants,
2650 second one does the analysis. Introduced comments. Now the
2651 histogram used in the light calibration is written to the output
2652 file.
2653
2654
2655
2656 2004/01/22: Thomas Bretz
2657
2658 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrationCam.[h,cc],
2659 mcalib/MCalibrationBlindPix.[h,cc], mcalib/MCalibrationCalc.[h,cc],
2660 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationPINDiode.[h,cc],
2661 mcalib/MCalibrationBlindPixel.[h,cc],
2662 mcalib/MHCalibrationPixel.[h,cc], mcalib/MMcCalibrationCalc.[h,cc],
2663 mcalib/MHCalibrationBlindPixel.[h,cc],
2664 mcalib/MHCalibrationPINDiode.[h,cc]:
2665 - cleaned up includes
2666
2667
2668
2669 2004/01/22: Raquel de los Reyes
2670
2671 * macros/CCDataCheck.C
2672 - macro to check the data from the central control (.rep files).
2673
2674
2675
2676 2004/01/22: Markus Gaug
2677
2678 * macros/calibration.C
2679 - made MStatusDisplay 3 bit smaller
2680
2681 * manalysis/MExtractSignal.cc
2682 - put fSignals->SetUsedFADCSlices into PreProcess
2683
2684 * manalysis/MPedCalcPedRun.cc
2685 - calculate PedRMS as RMS of the sums, later renormalized to units
2686 of RMS/slice (eliminate the wrong effect of odd and even slices)
2687
2688 * mcalib/MCalibrationCalc.cc
2689 - if bit SkipBlindPixelFit is set, now number of photons outside
2690 plexiglass is not intended to be calculated any more (previous
2691 bug)
2692 - exclude excluded pixels in eventloop
2693
2694 * mcalib/MHCalibrationBlindPixel.[h,cc]
2695 - move functions to pointer again (otherwise, Clone will give
2696 strange results)
2697
2698
2699
2700 2004/01/21: Abelardo Moralejo
2701
2702 * mcalib/MMcCalibrationCalc.[h,cc]
2703 - Added. First version of the task intended to calculate the
2704 conversion factors from ADC counts to photons in the MC. It has
2705 a different aim than the recently renamed class
2706 "MMcCalibrationUpdate" (which takes care that the correct
2707 pedestals and conversion factors are supplied to each event, but
2708 does not really calculate anything).
2709
2710 * mcalib/Makefile, CalibLinkDef.h
2711 - Added new class MMcCalibrationCalc
2712
2713 * manalysis/MMcCalibrationUpdate.[h,cc]
2714 - Now the container MCalibrationCam is not created or modified if
2715 it is found that one such container already exists in the
2716 Parameter list (from a previous calibration).
2717
2718
2719
2720 2004/01/21: Thomas Bretz
2721
2722 * mraw/MRawRead.cc:
2723 - restore the fake time for all runs (current time stamp in
2724 the data seems to be toally nonsense)
2725
2726 * mraw/MRawEvtHeader.cc:
2727 - removed decoding of real time (current time stamp in the data
2728 seems to be toally nonsense)
2729
2730
2731
2732 2004/01/21: Abelardo Moralejo
2733
2734 * mmc/MMcEvt.hxx
2735 - Uncommented 6 Getter functions (those regarding the number of
2736 photons surviving the different stages of simulation).
2737
2738 * manalysis/MMcCalibrationUpdate.[h,cc]
2739 - Added (see below).
2740
2741 * manalysis/MMcCalibrationCalc.[h,cc]
2742 - Removed: changed name of this class to MMcCalibrationUpdate,
2743 which is more representative of what it really does. Moved
2744 the filling of the MCalibrationCam container from Process to
2745 ReInit, since it does not change on an event by event basis.
2746 Simplified PreProcess (MCalibrationCam was searched for twice).
2747 Updated class description and comments.
2748
2749 * manalysis/Makefile, AnalysisLinkDef.h
2750 - Adapted to change above
2751
2752 * macros/starmc.C
2753 - Adapted to change above. Changed also task instance name from
2754 mccalibcalc to mccalibupdate.
2755
2756
2757
2758 2004/01/21: Raquel de los Reyes
2759
2760 * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
2761 and mcamera/MCameraCalibration.h
2762 - Added the "Get" functions (e.g GetStatus() for fStatus) to access
2763 the private data members of the class.
2764
2765
2766
2767 2004/01/20: Thomas Hengstebeck
2768
2769 * mranforest/MRanForestCalc.[h,cc]
2770 - Added member functions Grow (training of RF) and Fill (reading in
2771 trained forest from file) which simplify macros.
2772 One just needs to call them instead of using MRanForestGrow and
2773 MRanForestFill (and the related training and fill loops) in a
2774 macro.
2775
2776
2777
2778 2004/01/20: Abelardo moralejo
2779
2780 * manalysis/MMcCalibrationCalc.cc
2781 - removed call to MCalibrationPix::SetPedestal, which was not
2782 needed.
2783
2784
2785
2786 2004/01/20: Thomas Bretz
2787
2788 * Makefile:
2789 - replaced 'make' by '$(MAKE)'
2790
2791 * Makefile.rules:
2792 - added Makefile itself to dependencies
2793
2794 * mbase/MTask.cc:
2795 - added comment about ReInit
2796
2797 * mhbase/MH.cc:
2798 - do not clear pad in DrawClone if 'same' option given
2799
2800 * mhist/MHVsTime.cc:
2801 - evaluate 'same' option
2802
2803 * mfileio/MReadCurrents.[h,cc]:
2804 - obsolete, removed
2805
2806 * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
2807 - added some comments
2808
2809
2810
2811 2004/01/20: Abelardo moralejo
2812
2813 * mcalib/MHCalibrationPINDiode.cc
2814 - Added call to SetDirecory(0) for histograms fHErrCharge,
2815 fHPCharge, fHPTime.
2816
2817 * manalysis/MCerPhotPix.h:
2818 - Changed position of declaration of fIsSaturated to be the last
2819 private variable. Otherwise, since in the constructor it is
2820 initialized in the last place, a warning is displayed upon
2821 compilation in some systems.
2822
2823
2824
2825 2004/01/20: Markus Gaug
2826 * mcalib/Makefile, manalysis/Makefile:
2827 - include directory ../mtools
2828
2829 * mtools/MFFT.[h,cc]
2830 - class inherits from TObject now
2831
2832
2833
2834 2004/01/19: Markus Gaug
2835
2836 * mcalib/MHCalibrationBlindPixel.[h,cc]
2837 - fixed a bug in fFitLegend due to which program crashed by calls
2838 to DrawClone
2839 - Modified way to change the fit function
2840
2841 * mcalib/MHCalibrationPixel.[h,cc]
2842 - reordered function calls
2843 - removed SetupFill
2844
2845 * mcalib/MHCalibrationPINDiode.h
2846 - reordered function calls
2847
2848 * mcalib/MCalibrationPix.[h,cc]
2849 - limits to define fFitValid now as variables in class
2850
2851 * mcalib/MCalibrationCam.[h,cc]
2852 - reordered function calls
2853 - incorporate option to exclude pixels
2854
2855 * mcalib/MCalibrationBlindPix.h
2856 - Modified way to change the fit function
2857
2858 * mcalib/MCalibrationCalc.[h,cc]
2859 - Modified way to change the fit function
2860 - incorporate option to exclude pixels from configuration file
2861
2862 * macros/calibration.C
2863 - Modified way to change the fit function
2864 - incorporate option to exclude pixels from configuration file
2865
2866
2867
2868 2004/01/19: Javier Rico
2869
2870 * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
2871 - Added documentation of member functions
2872
2873
2874
2875 2004/01/19: Abelardo Moralejo
2876
2877 * manalysis/MCerPhotPix.[h,cc]
2878 - Added fIsSaturated to flag whether low gain of the pixel is
2879 saturated. Added corresponding getter and setter functions.
2880 Updated ClassDef to version 2.
2881
2882 * mcalib/MCalibrate.cc
2883 - Set the new saturation flag of MCerPhotPix to kTRUE if at least
2884 one low gain FADC slice is saturated.
2885
2886 * mimage/MNewImagePar.[h,cc]
2887 - Added new member variable fNumSaturatedPixels to count how many
2888 pixels were saturated. Updated ClassDef to version 2.
2889
2890
2891
2892 2004/01/19: Thomas Bretz
2893
2894 * manalysis/MPedPhotCalc.[cc,h]:
2895 - fixed order of includes
2896 - removed obsolete forward declarations
2897 - removed obsolete data member fNumPixels (stored already twice in
2898 the two TArrayF)
2899 - fixed some small bugs in the documentation
2900
2901 * manalysis/MPedCalcPedRun.cc:
2902 - updated my eMail address
2903
2904
2905
2906 2004/01/19: Javier Rico
2907
2908 * macros/dohtml.C, NEWS
2909 - include some missing info
2910
2911
2912
2913 2004/01/19: Abelardo Moralejo
2914
2915 * manalysis/MExtractedSignalPix.h
2916 - added GetNumLoGainSaturated()
2917
2918
2919
2920 2004/01/19: Markus Gaug
2921
2922 * macros/dohtml.C
2923 - include calibration.C
2924
2925 * manalysis/MExtractSignal.cc
2926 - warning of logain saturation now only once per event (out of loop)
2927
2928 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
2929 - new Flag fExcluded to indicate if pixel has been excluded from
2930 further analysis
2931
2932
2933
2934 2004/01/16: Javier Rico & Pepe Flix
2935
2936 * manalysis/MPedPhotCalc.[cc,h]
2937 - added
2938 - new class for the evaluation of pedestals in units of photons
2939 using the extracted signal from pedestal runs and calibration
2940 constants defined in MCalibrate
2941
2942 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
2943 - added entries for MPedPhotCalc
2944
2945 * macros/pedphotcalc.C
2946 - added
2947 - example on how to use MPedPhotCalc task
2948
2949
2950
2951 2004/01/16: Markus Gaug
2952
2953 * mcalib/MCalibrationFits.h
2954 - removed and incorporated in MHCalibrationBlindPixel.h
2955
2956 * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
2957 mcalib/MCalibrationBlindPix.h:
2958 - incorporate Fit functions
2959 - fixed a bug due to which DrawClone crashed when class was used
2960 in a compiled macro
2961
2962 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
2963 mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
2964 mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
2965 mcalib/MHCalibrationPixel.cc:
2966 - fixed the warns and errs in fLog's
2967
2968
2969
2970 2004/01/16: Abelardo Moralejo
2971
2972 * manalysis/MMcCalibrationCalc.cc
2973 - TMath::Max() is no longer used because it did not compile in some
2974 systems for unkown reasons. I replaced it by a safer (and may be
2975 slower) code.
2976 - Added calpix.SetFitValid();
2977
2978 * mhist/MHEvent.cc
2979 - In MHEvent::Fill, fixed: second parameter of SetCamContent must
2980 be 1 in case of RMS:
2981 case kEvtPedestalRMS:
2982 fHist->SetCamContent(*(MCamEvent*)par, 1);
2983
2984
2985
2986 2004/01/15: Abelardo Moralejo
2987
2988 * macros/starmc.C
2989 - Added. Version of star showing new chain to get Hillas
2990 parameters (with Size calibrated in photons) from MC files.
2991
2992
2993
2994 2004/01/15: Javier Rico
2995
2996 * manalysis/MPedCalcPedRun.[h,cc]
2997 - optimize the running time
2998 - add (some) documentation
2999 - correct treatment for the case of several input files
3000
3001 * macros/pedvsevent.C
3002 - added
3003 - draw pedestal mean and rms vs event# for input pixel# and run
3004 file, and compares them to the global pedestal mean and rms
3005
3006
3007
3008 2004/01/15: Raquel de los Reyes
3009
3010 * mhist/MHCamEvent.cc, mhist/MHCamera.cc
3011 - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
3012 functions to compute the estimation of the error of the
3013 mean. It can be done calling to the function
3014 MCamEvent::SetBit(MHCamera::kVariance) in the macro
3015
3016
3017
3018 2004/01/15: Markus Gaug
3019
3020 * mhist/MHCamera.[h,cc]
3021 - incorporate Thomas's changes
3022 - replace void CreateProjection() by TH1D *Projection(const char*)
3023
3024 * macros/calibration.C
3025 - replace MHCamera->Draw("proj") by MHCamera->Projection()
3026 - produce better fits to the projection
3027
3028 * manalysis/MSimulatedAnnealing.[h,cc],
3029 mhist/MHSimulatedAnnealing.[h,cc]:
3030 - moved to directory mtools
3031 - MSimulatedAnnealing now inherits from TObject
3032
3033 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
3034 mhist/Makefile, mhist/HistLinkDef.h:
3035 - removed MSimulatedAnnealing
3036 - removed MHSimulatedAnnealing
3037
3038 * mtools/Makefile, mtools/AnalysisLinkDef.h:
3039 - added MSimulatedAnnealing
3040 - added MHSimulatedAnnealing
3041
3042
3043
3044 2004/01/15: Thomas Bretz
3045
3046 * manalysis/AnalysisLinkDef.h:
3047 - removed MCurrents
3048
3049 * mhist/MHCamera.[h,cc]:
3050 - added member function Projection
3051 - removed fYproj
3052
3053 * mreport/MReport*.*:
3054 - added more comments
3055
3056
3057
3058 2004/01/14: Markus Gaug
3059
3060 * mtools/MFFT.[h,cc]
3061 - new class to perform Fast Fourier Transforms
3062
3063 * mtools/Makefile
3064 * mtools/ToolsLinkDef.h
3065 - include MFFT
3066
3067 * manalysis/MExtractedSignalCam.h
3068 - removed variables fNumHiGainSamples and fNumLoGainSamples
3069 - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
3070
3071 * manalysis/MExtractSignal.cc
3072 - updated call to SetUsedFADCSlices
3073
3074
3075
3076 2004/01/14: Abelardo Moralejo
3077
3078 * manalysis/MMcCalibrationCalc.cc:
3079 - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
3080 This can happen (depending on camera simulation parameters), and
3081 rms = 0 later resulted in the pixel being eliminated in the
3082 image cleaning.
3083
3084
3085
3086 2004/01/14: Thomas Bretz
3087
3088 * Makefile:
3089 - replaced old style Makefile.depend by directory specific
3090 dependancy files
3091
3092 * Makefile.rules:
3093 - changed obsolete '.cc.o' style to newer style '%.o: %.c'
3094 - added rule to make dependency files
3095 - added rule to remove dependancy files.
3096 - added rmdep as prerequisite to clean
3097 - include dependency file
3098
3099 * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
3100 mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
3101 mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
3102 mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
3103 mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
3104 mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
3105 mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
3106 mtools/Makefile:
3107 - removed clean-rule, use the one in Makefile.rules instead
3108
3109 * mreport/Makefile, mreport/ReportLinkDef.h:
3110 - added MReportHelp
3111
3112 * mreport/MReportFileRead.cc:
3113 - moved code from MReportHelp to new file
3114 - removed usage of MReport class completely
3115
3116 * mfilter/MFGeomag.[h,cc]:
3117 - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
3118 - changed the second loop from 0->1151 to 1152->2304
3119 - removed dummy arrays used for reading
3120 - output filename in case of 'file not found'
3121 - removed obsolete data members
3122 - removed obsolete Init function
3123 - removed forbidden underscore from member variable
3124 - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
3125
3126 * mbase/MStatusDisplay.[h,cc]:
3127 - added new member function Open
3128 - added new menu entry kFileOpen
3129 - changed UpdatePSheader algorithm (the old one was much too slow)
3130
3131 * manalysis/MCurrents.[h,cc]:
3132 - removed (old outdated)
3133
3134 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
3135 - removed MCurrents
3136
3137
3138
3139 2004/01/14: Wolfgang Wittek
3140
3141 * macros/ONOFFAnalysis.C:
3142 - current version
3143
3144 * mhist/MHSigmaTheta.[h,cc]:
3145 - replace MPedestalCam by MPedPhotCam
3146
3147 * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
3148 manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
3149 manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
3150 - replace MPedestalCam by MPedPhotCam
3151
3152 * manalysis/MPedPhotPix.[h,cc]
3153 - uncomment SetRms()
3154
3155
3156
3157 2004/01/13: Markus Gaug
3158
3159 * manalysis/MExtractSignal.h
3160 - seems that the reduced light intensity of the CT1 Pulser
3161 results in broader pulses -> Set Default time slices to [3,10]
3162
3163 * mhist/MHCamera.cc
3164 - make Stat Window in option 'proj' bigger
3165 - add comment line at beginning of Draw()
3166
3167 * mcalib/MHCalibrationBlindPixel.[h.cc]
3168 - add Function DrawClone()
3169 - fix bug in calculation of integral (GetIntegral("width"))
3170 - restrict parameters tighter
3171 - declare fit as not valid, if less than 100 events
3172 in single photo-electron peak
3173
3174 * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
3175 - fit now with fixed normalization
3176
3177 * mcalib/MHCalibrationPixel.[h.cc]
3178 - new function IsEmpty()
3179 - Time fit accepted if ChiSquare less than 30. (instead of 20.)
3180
3181 * mcalib/MCalibrationPix.[h.cc]
3182 - F-Factor corrected and added error
3183 - Histograms not fitted if they are empty
3184 - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
3185
3186 * mcalib/MCalibrationCam.cc
3187 - Square Root of Reduced Sigmas not taken, if they are < 0.
3188 - Reduced Sigma / Charge squared replaced by reduced sigma / charge
3189
3190 * mcalib/MCalibrationCalc.cc
3191 - Blind Pixel is not additionally treated as normal pixel any more
3192 - Blind Pixel Draw replaced by DrawClone
3193
3194 * macros/calibration.C
3195 - took out some unused code
3196 - some default axis labelling corrected
3197
3198
3199
3200 2004/01/13: Abelardo Moralejo
3201
3202 * manalysis/MMcPedestalCopy.cc
3203 - added check of whether input file is a MC file before executing
3204 the PreProcess.
3205
3206
3207
3208 2004/01/13: Wolfgang Wittek
3209
3210 * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
3211 - change macro to handle also MC events with finite sigmabar
3212
3213 * manalysis/MPadOn.[h,cc]:
3214 - deleted, is replaced by MPad
3215
3216 * manalysis/MPadOnOFF.[h,cc]:
3217 - deleted, is replaced by MPad
3218
3219 * manalysis/MPad.[h,cc]:
3220 - new class, replacing MPadON and MPadONOFF
3221 - handle also MC events with finite sigmabar
3222
3223 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
3224 - replace MPadON and MPadONOFF by MPad
3225
3226
3227
3228 2004/01/13: Thomas Bretz
3229
3230 * mraw/MRawRunHeader.[h,cc]:
3231 - implemented new member function GetRunTypeStr
3232
3233 * Changelog.03:
3234 - added (contains entries of 2003)
3235
3236 * Changelog:
3237 - removed entries of 2003
3238
3239 * mfilter/MFGeomag.cc:
3240 - simplified open/close of input files
3241
3242 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
3243 - added some comments
3244 - added new member function GetError
3245
3246 * Makefile:
3247 - updated 'make dox' output for convinience
3248
3249 * macros/dohtml.C:
3250 - do not print Info's
3251 - added mcamera
3252 - added mpointing
3253 - added mreport
3254
3255 * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
3256 - removed some obsolete comments (these comments confused THtml)
3257
3258 * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
3259 mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
3260 mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
3261 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
3262 mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
3263 - replaced MPedestalCam by MPedPhotCam
3264 - removed some obsolete includes
3265
3266 * mbase/BaseLinkDef.h, mbase/Makefile:
3267 - added MLogPlugin
3268 - added MLogHtml
3269
3270 * mbase/MLog.[h,cc]:
3271 - added use of plugins
3272
3273 * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
3274 - added
3275
3276 * mbase/MStatusDisplay.[h,cc]:
3277 - added a Save-As dialog
3278
3279
3280
3281 2004/01/12: Thomas Bretz
3282
3283 * macros/rootlogon.C:
3284 - added mcamera to include path
3285 - added mpointing to include path
3286 - added mreport to include path
3287
3288 * mbase/MLog.cc:
3289 - updated my eMail address
3290
3291 * mbase/MParContainer.h:
3292 - added Read member function
3293
3294 * mbase/MStatusDisplay.[h,cc]:
3295 - changed size of ps-paper
3296 - added a user defined bottom line to the ps-files
3297 - added name (currently unused)
3298 - added title (used as possible bottom line in ps-file)
3299
3300 * mraw/MRawRunHeader.cc:
3301 - added some comments
3302
3303 * status.cc:
3304 - set name of input as bottom line of status display
3305
3306
3307
3308 2004/01/12: Abelardo Moralejo
3309
3310 * mimage/MStereoPar.cc
3311 - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
3312 instead of fSourceY = scale2*hillas1.GetMeanY() + ...
3313 Bug had no effect unless scale1 != scale2 (-> telescopes of
3314 different size).
3315
3316
3317
3318 2004/01/12: Markus Gaug
3319
3320 * manalysis/MExtractSignal.[h,cc]
3321 - take out some uncommented code
3322 - replace logainshift by two independent variables:
3323 logainfirst, logainlast
3324 - because in most data, maximum occurs in slice 4, shift default
3325 from slices 4-9 to slices 3-8.
3326
3327 * manalysis/MExtractedSignalPix.[h,cc]
3328 - took out some uncommented code
3329 - new initializers: instead of -1. now 99999.9
3330
3331
3332
3333 2004/01/09: Markus Gaug
3334
3335 * mcalib/MCalibrationCam.[h,cc]
3336 - take out 1-dim histos because we can use
3337 the projections in MHCamera (s.b.)
3338
3339 * mcalib/MHCalibrationBlindPixel.h
3340 - make the fit by default quiet
3341
3342 * mcalib/MHCalibrationPixel.[h,cc]
3343 * mcalib/MCalibrationPix.[h,cc]
3344 - Ranges of time slices stored independently for HiGain and LoGain
3345 in order to allow consecutive checks
3346
3347 * mhist/MHCamera.[h.cc]
3348 - add the possibility to call a Draw("proj") which will
3349 draw a Y-Projection of the histogram
3350
3351 * macros/calibration.C
3352 - apply the drawing of the projections and fit them
3353
3354 * mcalib/MCalibrationCalc.cc
3355 - catch the possibility of a calibration file,
3356 unintendedly being a pedestal or cosmic file.
3357 Program now exits with an error before doing the fits
3358
3359 * mcalib/MCalibrationPix.[h,cc]
3360 - fixed a bug in calculation of fFitValid.
3361 before, a call to IsFitValid() always returned false
3362
3363
3364
3365 2004/01/09: Javier L¢pez
3366
3367 * macros/bootcampstandardanalysis.C
3368 - added new macro that holds the main scheleton discussed in the
3369 december bootcamp in Wuerzburg. It runs first over a pedestal
3370 run, then over a calibration run, again over the pedestal run
3371 to compute de pedestal in number of photons and finally over a
3372 data run to calibrate the data.
3373
3374
3375
3376 2004/01/06: Sebastian Raducci
3377
3378 * manalysis/MArrivalTime.[h,cc]
3379 - added new method to calculate photon arrival times. It uses the
3380 TSpline5 Root Class to interpolate the Fadc Slices. The time is
3381 the abscissa value of the absolute maximum of the interpolation
3382 - added new method to find clusters with similar arrival times.
3383 For now it's a preliminary version. It simply search for adiacent
3384 pixels having the same arrival time (color).
3385
3386 * manalysis/MArrivalTimeCalc.[h,cc]
3387 - modified the Process() method according to the changes in the
3388 Arrival Time Cointainer
3389
3390 * mmain/MEventDisplay.cc
3391 - added new tab in the camera event display to show the arrival
3392 time. This arrival time is calculated with the spline method
3393 - the old Arrival Time pad now it's called Max Slice Idx, because
3394 it's only the index of the slice with the max content.
3395
3396 * mhist/MHEvent.[h,cc]
3397 - added new fType in te enumeration to handle the arrival time
3398 histos
Note: See TracBrowser for help on using the repository browser.