source: trunk/MagicSoft/Mars/Changelog@ 3643

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