source: trunk/MagicSoft/Mars/Changelog@ 3662

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