source: trunk/MagicSoft/Mars/Changelog@ 3677

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