source: trunk/MagicSoft/Mars/Changelog@ 3760

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