source: trunk/MagicSoft/Mars/Changelog@ 3664

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