source: trunk/MagicSoft/Mars/Changelog@ 3763

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