source: trunk/MagicSoft/Mars/Changelog@ 3751

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