source: trunk/MagicSoft/Mars/Changelog@ 3676

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