source: trunk/MagicSoft/Mars/Changelog@ 3762

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