source: trunk/MagicSoft/Mars/Changelog@ 3753

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