source: trunk/MagicSoft/Mars/Changelog@ 3678

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