source: trunk/MagicSoft/Mars/Changelog@ 3671

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