source: trunk/MagicSoft/Mars/Changelog@ 3651

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