source: trunk/MagicSoft/Mars/Changelog@ 3505

Last change on this file since 3505 was 3505, checked in by tbretz, 21 years ago
*** empty log message ***
File size: 100.3 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4For your entries please follow 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
21 2004/03/15: Wolfgang Wittek
22
23 * mastro/MObservatory.[h,cc]
24 - remove bugs in RotationAngle(theta, phi, sin, cos)
25 replaced
26 cos = sinl + cosl*cosp /denom;
27 by
28 cos = (sinl - cosl*cosp) /denom;
29
30
31
32 2004/03/15: Thomas Bretz
33
34 * mastro/MObservatory.[h,cc]:
35 - implemented RotationAngle(ra, dec, time)
36
37 * mbase/MTask.[h,cc]:
38 - implemented usage of a TStopwatch to retriev time consumtion
39 informations
40 - changed PrintStatistics not to print classes having no
41 Process() function
42
43 * mbase/MTaskList.[h,cc], mfileio/MReadReports.[h,cc]:
44 - changed PrintStatistics according to changes in MTask
45
46 * mraw/MRawEvtHeader.cc:
47 - added a comment to Fill member function
48
49 * manalysis/MCerPhotEvt.[h,cc]:
50 - added fLut.Set to FixSize and resize fLut by a factor of 2
51 instead of +1 which acelerates creation of all pixels a lot
52
53 * mbadpixels/MBadPixelsPix.cc:
54 - fixed a typo
55
56 * mfilter/MFSoftwareTrigger.cc:
57 - made statistics output meaning independant of usage of filter!
58
59 * mhbase/MFill.[h,cc]:
60 - added possibility to give tab a different name
61
62 * mhist/MHCamera.cc:
63 - fixed a bug when determin scale for same-option
64
65 * mjobs/MJCalibration.cc:
66 - changed tab names for MFillH
67
68 * mjobs/MJExtactSignal.cc:
69 - added MRawEvtHeader to output
70
71 * mbase/MStatusDisplay.cc:
72 - changed displayed year
73
74 * mfileio/MReadTree.cc:
75 - enhanced output
76
77 * mmain/MCameraDisplay.cc, mmain/MEventDisplay.[h,cc]:
78 - added preliminary mode to display F1/F2/F3-files
79
80 * mbase/MStatusArray.[h,cc]:
81 - added
82
83 * mbase/Makefile, mbase/BaseLinkDef.h:
84 - added MStatusArray
85
86 * mbase/MStatusDisplay.cc:
87 - read and store MStatusArray to and from files
88
89
90
91 2004/03/13: Markus Gaug
92
93 * mcalib/MCalibrationChargeCalc.cc, mcalib/MCalibrationChargeCam.cc,
94 mcalib/MCalibrationChargePix.[h,cc],
95 mcalib/MHCalibrationChargeCam.cc,
96 mcalib/MHCalibrationChargeLoGainPix.cc:
97 - fixed Low Gain calibration
98
99 * mcalib/MHGausEvents.cc:
100 - changed default fit prob. limit from 0.005 to 0.001
101
102 * mbadpixels/MBadPixelsPix.h :
103 - IsCalibrationResultOK does not ask for FitOK any more
104
105 * mcalib/MHCalibrationChargeCam.cc:
106 - replaced Rel. Err. Limit for outliers in Phe's from 5 sigma to 7
107
108 * mraw/MRawEvtPixelIter.[h,cc]:
109 - function GetIdxMaxLoGainSamples can be called optionally with
110 offset (because first "loGain" samples are often in reality
111 hiGain with high values.
112
113
114
115 2004/03/12: Sebastian Raducci
116
117 * manalysis/Makefile
118 - added mastro in the include directories
119
120
121
122 2004/03/12: Thomas Bretz
123
124 * merpp.cc:
125 - added 'force' option
126
127 * manalysis/MCerPhotAnal2.cc:
128 - extract pedestal and pedestal rms from lo-gain if hi-gain not
129 above a certain athreshold
130
131 * mastro/MAstroCatalog.[h,c]:
132 - added text argument to DrawStar
133
134 * mbase/MStatusDisplay.cc:
135 - some small changes to output of SaveAsPS
136
137 * mfilter/MFCosmics.cc:
138 - changed output of filter statistics
139
140 * mbadpixels/MBadPixelsTreat.[h,cc]:
141 - fixed some problems with the code - now it should work like
142 expected
143 - added a new member function to be able to change the number
144 of required neighbors
145
146
147
148 2004/03/12: Wolfgang Wittek
149
150 * manalysis/Makefile
151 - include 'mastro'
152
153 * manalysis/MSourcePosfromStarPos.[h,cc]
154 - include MObservatory.h
155 - call member function Rotationangle() of MObservatory
156
157
158
159 2004/03/12: Markus Gaug
160
161 * mjobs/MJCalibration.cc
162 - updated call in displays to the corr. Cams.
163
164 * macros/calibrate_data.C
165 - macro to study calibrate and study data used in Munich and IFAE
166
167
168
169 2004/03/12: Antonio Stamerra
170
171 * mraw/MRawEvtHeader.[h,cc]
172 - Added the method GetTriggerID() to decode the trigger pattern.
173
174
175
176 2004/03/11: Abelardo Moralejo
177
178 * mimage/MHillasCalc.cc
179 - Added some printout in PostProcess, to better express the reasons
180 for which the reconstruction of some events did not succeed.
181
182
183
184 2004/03/11: Thomas Bretz
185
186 * status.cc:
187 - updated
188
189 * manalysis/MCerPhotAnal2.cc:
190 - removed an obsolete debug output
191
192 * mhist/MHCamera.[h,cc]:
193 - added same-option to camera display
194
195 * mbadpixels/MBadPixelsCalc.[h,cc], mbadpixels/MBadPixelsTreat.[h,cc]:
196 - implemented functionality of MBlindPixelsCalc2
197
198 * mbadpixels/MBadPixelsCam.[h,cc], mbadpixels/MBadPixelsPix.[h,cc],
199 mbadpixels/MMcBadPixelsSet.cc, mcalib/MCalibrationChargeCalc.cc,
200 mcalib/MCalibrationChargePix.cc, mcalib/MHCalibrationChargeCam.cc:
201 - replaced several Set/GetUnsuitable* by a single member function
202
203
204
205 2004/03/11: Markus Gaug
206
207 * mbadpixels/MBadPixelsPix.h
208 - removed bits about validity of calibration methods
209 - IsCalibrationResultOK asks also from IsSuitableRun
210
211 * mbadpixels/MBadPixelsCam.cc
212 - updated GetPixelContent
213 - added Print function
214
215 * mcalib/MCalibrationChargeCam.[h,cc]
216 * mcalib/MCalibrationChargePix.h
217 * mcalib/MCalibrationChargeCalc.cc
218 - removed pointers to MGeomCam and MBadPixelsCam in MCalibrationChargeCam
219 - use two loops over pixels in order to determine mean flux of phe;s to
220 discard pixels far outside the normal distribution
221
222 * mcalib/MCalibrate.cc
223 - added case that no MBadPixelsCam is available.
224
225 * mcalib/MHCalibrationChargeCam.cc
226 - adapted to new MBadPixelsPix::SetUnsuitable function
227
228
229 2004/03/10: Abelardo Moralejo
230
231 * manalysis/MCerPhotPix.[h,cc]
232 - Added member fIsHGSaturated, and setter/getter functions.
233 Updated class version to 4.
234
235 * mcalib/MCalibrate.cc, MCalibrateData.cc
236 - Added setting of MCerPhotPix.fIsHGSaturated if one or more HG
237 slices saturate.
238
239 * mimage/MNewImagePar.[h,cc]
240 - Added member fNumHGSaturatedPixels to count the number of pixels
241 in which high gain saturates. Added getter funciton for it.
242 Updated class version to 3.
243
244
245
246 2004/03/10: Markus Gaug
247
248 * mcalib/MCalibrationChargeCalc.cc,
249 mcalib/MCalibrationChargePix.[h,cc],
250 mcalib/MCalibrationChargeCam.[h,cc]:
251 - calculation of conversion factor with F-Factor method from
252 same mean number of photons, derived from weighted mean number
253 of photo-electrons from inner and outer pixels, respectively
254
255 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
256 - fixed the projections (did only display inner pixels up to now)
257
258 * macros/calibration.C
259 - small bug fixed in display of rel. arrival times
260 ( used MArrivalTimeCam instead of MHCalibrationRelTimeCam)
261
262 * mbadpixels/MBadPixelsCam.cc
263 - replaced some InitSize(idx) by InitSize(idx+1) in order not to crash
264 to program when reading from an ascii-file.
265
266 * mbadpixels/MBadPixelsCalc.cc
267 - replaced one SetUnsuitableRun(....) by the new version without
268 argument.
269
270
271
272 2004/03/10: Thomas Bretz
273
274 * mfilter/MFSoftwareTrigger.[h,cc]:
275 - changed to support also a predifined number of NN
276
277 * mastro/MAstroCatalog.[h,cc]:
278 - many enhancements
279 - many speed improvements
280
281 * mbadpixels/MBadPixelsPix.[h,cc]:
282 - fixed
283
284
285
286 2004/03/10: Ester Aliu
287
288 * mtemp/MIslands.[h,cc]
289 - New MParContainer to hold information about islands
290 (number of islands, pixels in each Island, Signal/Noise of
291 each Island).
292
293 * mtemp/MIslandCalc.[h,cc]
294 - New MTask to count and characterize Islands.
295
296
297
298 2004/03/09: Thomas Bretz
299
300 * Makefile.rules:
301 - replaced *.o by $(...) for building archives
302
303 * mjobs/MJCalibration.cc:
304 - exchanged apply and merge task
305
306 * mjobs/MJCalibration.h, mjobs/MJExtractSignal.h, mjobs/MJPedestal.h:
307 - fixed some const-qualifiers
308
309 * mcalib/MHCalibrationChargeBlindPix.cc,
310 mcalib/MHCalibrationChargeCam.cc,
311 mcalib/MHCalibrationChargePINDiode.cc
312 - removed some obsolete output when calling FindCreateObj
313 - changed some 'not found' output messages to be 'Mars-compliant'
314 - replaced some gLog by *fLog
315
316
317
318 2004/03/08: Markus Gaug
319
320 * mbadpixels/MBadPixelsPix.h
321 - small modifications for better readability
322 - remove Getters for calibration methods
323 - added flag "UnReliableRun" in fInfo[0]
324
325 * mcalib/MHCalibrationChargeCam.cc, mcalib/MCalibrationChargePix.cc:
326 - fill MBadPixelsPix with UnReliableRun or UnSuitableRun when
327 calibration does not succeed.
328
329 * mcalib/MCalibrationChargeCam.cc
330 - displaying saturation also for not-valid pixels in GetPixelContent
331
332 * msignal/MExtractedSignalCam.[h,cc], msignal/MExtractSignal.[h,cc],
333 msignal/MExtractSignal2.[h,cc], mananlysis/MHPedestalCam.cc,
334 mcalib/MCalibrationChargeCalc.[h,cc]:
335 - in SetUsedFADCSlices, also the window (hi-and logain) is set.
336 This because MExtractSignal2 set the whole window which was much
337 bigger than the actually used one. This bug is now removed.
338
339
340
341 2004/03/08: Thomas Bretz
342
343 * merpp.cc:
344 - fixed a bug in the screen output
345
346 * mgeom/MGeomMirror.cc:
347 - added comment
348
349 * mmc/MMcConfigRunHeader.h:
350 - added member function GetMirrors
351
352
353
354 2004/03/08: Abelardo Moralejo
355
356 * macros/starmc.C, starmcstereo.C, mccalibrate.C
357 - adapted to m. Gaug's changes: now one MBadPixelsCam containers is
358 added for each telescope to the parameter list.
359
360 * mmain/MEventDisplay.cc, Makefile
361 - added MBadPixelsCam to par list, and mbadpixels/ to includes.
362 Necessary due to changes in MCalibrate.
363
364
365
366 2004/03/06: Markus Gaug
367
368 * macros/calibration.C
369 - adapted call to MHCamera::ProjectionS to the new version
370
371 * mcalib/Makefile
372 - include directory mbadpixels
373
374 * manalysis/Makefile
375 - include directory mbadpixels
376
377 * mcalib/MCalibrationChargeCalc.[h,cc]
378 - include MBadPixelsCam
379 - remove exclusion of pixels from ascii-file
380 (now accessible from MBadPixelsCam)
381
382 * mcalib/MCalibrationChargePix.[h,cc]
383 - include MBadPixelsCam
384
385 * mcalib/MCalibrationChargeCam.[h,cc]
386 - include MBadPixelsCam
387
388 * mcalib/MHCalibrationChargeCam.[h,cc]
389 - include MBadPixelsCam
390 - include one additional MBadPixelsPix for the average inner and
391 outer pixel, respectively
392
393 * mcalib/MHCalibrationChargePix.[h,cc]
394 - make fSaturated and fPickup a Float_t (for average pixel)
395
396 * mbadpixels/MBadPixelsPix.h
397 - include the CalibrationType_t infos
398 - exchange "SetUnsuitable" by "SetUnsuitableRun"
399
400 * mbadpixels/MBadPixelsCam.cc, mbadpixels/MMcBadPixelsSet.cc:
401 - exchange "SetUnsuitable" by "SetUnsuitableRun"
402
403 * mbadpixels/MBadPixelsCalc.cc:
404 - exchange "SetUnsuitable" by "SetUnsuitableEvt"
405
406 * manalysis/MGeomApply.cc
407 - remove obsolete MArrivalTime
408 - add MBadPixelsCam
409
410 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc]
411 - implemented calls to MBadPixelsCam
412
413 * macros/calibration.C, macros/bootcampstandardanalysis.C,
414 macros/pedphotcalc.C
415 - implemented calls to MBadPixelsCam
416
417 * mjobs/MJCalibration.cc
418 - call to MBadPixelsCam
419
420
421
422 2004/03/05: Nadia Tonello
423
424 * manalysis/MBlindPixelsCalc2.[h,cc], manalysis/AnalysisLinkDef.h,
425 manalysis/Makefile
426 - Temporary class added (will be included in mbadpixels/ soon)
427 - All the functions of MBlindPixelCalc are kept(with small improvements)
428 - New function added: SetCheckPedestalRms
429
430 * manalysis/MCerPhotPix.h
431 - Status Unmapped added (not include the pixel in the cleaned image)
432
433 * mimage/MImgCleanStd.cc
434 - Checks for Unmapped status added
435
436 * mastro/MAstroCatalog.cc, msql/MSQLServer.cc:
437 - include <stdlib.h> to solve compilation error
438
439
440
441 2004/03/05: Sebastian Raducci
442
443 * msignal/MArrivalTimeCalc.cc
444 - fixed a little bug (exchanged a - with a + in the Calc() method)
445
446
447
448 2004/03/05: Markus Gaug
449
450 * mcalib/MCalibraitonChargeCalc.cc
451 - remove some runheader line:
452 if (runheader->IsMonteCarloRun())
453 return kTRUE;
454 which gave always true since this week, don't know why.
455 - added some information in class description
456
457
458
459 2004/03/04: Sebastian Raducci
460
461 * msignal/MArrivalTimeCalc.cc
462 - fixed a memory leak (the spline was not deleted...)
463
464
465
466 2004/03/04: Thomas Bretz
467
468 * mgeom/MGeomCam.[h,cc]:
469 - added new data member fNumAreas
470 - added new function CalcNumAreas
471 - increased class version to 3
472
473 * mgeom/MGeomCamMagic.cc:
474 - added setting of area index
475
476 * mgeom/MGeomPix.[h,cc]:
477 - added fAidx data member
478 - added getter function fAidx
479 - increased class version to 3
480
481 * macros/sectorvstime.C:
482 - added example of how to plot the evolution of a sector vs time
483
484 * mhist/MHVsTime.[h,cc], mhist/MHPixVsTime.[h,cc]:
485 - moved to mhvstime
486
487 * mhvstime/MHSectorVsTime.[h,cc]:
488 - added
489
490 * Makefile:
491 - added mhvstime
492
493 * mhvstime/Makefile, mhvstime/HVsTimeLinkDef.h,
494 mhvstime/HVsTimeIncl.h:
495 - added
496
497 * mhist/Makefile, mhist/HistLinkDef.h,
498 - removed MHVsTime
499 - removed MHPixVsTime
500
501 * macros/rootlogon.C, macros/dohtml.C:
502 - added new directory mhvstime
503
504 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
505 - changes such, that it doesn't crash if signal has no lo-gain
506 (This might still give wrong results!)
507
508 * macros/dohtml.C:
509 - added pixvstime.C
510 - added sectorvstime.C
511
512 * manalysis/MMcCalibrationUpdate.cc:
513 - some changes on file consistency check done by Abelardo,
514 he may comment on it
515
516 * mhist/MHCamera.[h,cc]:
517 - changed to support also dividing the camera in pixels area indices
518
519 * mhist/MHEvent.cc:
520 - minor change
521
522 * mjobs/MJPedestal.cc:
523 - adapted to changes in MHCamera
524
525 * mastro/MAstroCatalog.[h,cc]:
526 - added preliminary catalog
527
528 * mastro/Makefile, mastro/AstroLinkDef.h:
529 - added MAstroCatalog
530
531
532
533 2004/03/03: Thomas Bretz
534
535 * mgeom/MGeomCam.cc:
536 - give a name and title also if the default constructor is used
537
538 * mgeom/MGeomMirror.[h,cc]:
539 - added member function GetReflection
540 - added persistent data member fReflector
541
542 * mjobs/MJCalibration.cc, mjobs/MJExtractSignal.cc, mjobs/MJPedestal.cc:
543 - fixed a typo in the output
544
545 * mraw/MRawFileWrite.cc:
546 - added the missing '.' to MRawRunHeader. Because of the design of
547 MReadTree this is backward compatible
548
549 * mraw/MRawRunHeader.h:
550 - removed last change from Abelardo. '>255' is the correct
551 check for MC files following the definition that all MC files
552 have run types >255 which was made in the past.
553
554 * manalysis/MCerPhotAnal.[h,cc], manalysis/MCerPhotAnal2.[h,cc]:
555 - created ReInit member function to hold all code (moved from
556 PreProcess) accessing the run header. The run header is not
557 available in PreProcess. That it was working before was only
558 by chance, because the run type is initialized with 65535 which
559 is != 255 but not >255.
560
561
562
563 2004/03/03: Sebastian Raducci
564
565 * msignal/MArrivalTimeCalc.cc
566 - The calculation of the arrival times is made only when needed
567 (when the HalfMax is over the pedestal)
568
569 * mtools/MCubicSpline.cc
570 - Commented out an annoying warn
571
572
573
574 2004/03/03: Abelardo Moralejo
575
576 * mraw/MRawRunHeader.h
577 - Replaced
578 Bool_t IsMonteCarloRun() const { return fRunType>0x00ff; } by
579 Bool_t IsMonteCarloRun() const { return (fRunType==0x0100); }
580 since the latter is the exact translation of what the function
581 intends to do. I do not know why, but the display of real data
582 did not work with the upper line!
583
584 * mgeom/MGeomCam.cc
585 - Undid yesterday change! I do not know why, display completely
586 fails after that change, both for old and new camera files.
587 Put back fPixels[i] = new MGeomPix; in constructor.
588
589
590
591 2004/03/02: Abelardo Moralejo
592
593 * mmc/MMcCorsikaRunHeader.[h,cc]
594 - Added operator [] to get references to the objects in
595 TObjArray fTelescopes.
596 - Added Print() function.
597 - Added GetNumCT() function.
598 - Replaced
599 fTelescopes[i]= new MGeomCorsikaCT;
600 by
601 MGeomCorsikaCT* dummy = new MGeomCorsikaCT();
602 fTelescopes.Add(dummy);
603
604 * mgeom/MGeomCorsikaCT.[h,cc]
605 - Added getter functions for telescope coordinates.
606 - Added Print() function.
607
608 * mgeom/MGeomCam.cc => NOTE: this change was undone later!
609 - Replaced
610 fPixels[i] = new MGeomPix;
611 by
612 MGeomPix* dummy = new MGeomPix();
613 fPixels.Add(dummy);
614
615
616
617 2004/03/02: Thomas Bretz
618
619 * mcalib/MCalibrateData.cc:
620 - removed usage of MGeomCam (you have MGeomApply for this!)
621
622
623
624 2004/03/01: Nadia Tonello
625
626 * manalysis/MCerPhotEvt.cc
627 - TObject *MCerPhotEvtIter::Next() now returns Used pixels
628 only if fUsedonly=kTRUE, otherwise it returns all the pixels
629 in the array
630
631
632
633 2004/03/01: Sebastian Raducci
634
635 * msignal/MArrivalTimeCalc.[cc,h]
636 - now the arrival time is at the half max of the spline:
637 half max = (maximum - pedestal)/2
638
639 * mmain/MEventDisplay.cc
640 - fixed an include (from MArrivalTime.h to MArrivalTimeCam.h)
641
642
643
644 2004/03/01: Wolfgang Wittek
645
646 * mhist/MHStarMap.[h,cc]
647 - remove bugs
648 - change GetRotationAngle() such that it can be called from outside
649
650
651
652 2004/03/01: Thomas Bretz
653
654 * Makefile:
655 - enhanced all calls to subsequent makes by '-f Makefile' to
656 make sure the correct Makefile is called
657
658 * merpp.cc:
659 - enhanced interpretation of time
660 - fixed a bug in determin the file-type
661
662 * mbase/MTime.[h,cc]:
663 - added GetGmst() member function
664
665 * mastro/MAstro.[h,cc]:
666 - added Coordinate2Angle
667 - added AngularDistance
668 - implemented UT2GMST
669 - replaced defined by TMath::Pi()
670
671 * mastro/MObservatory.[h,cc]:
672 - added data members for sin-/cos-component of latitude
673 - added calculation of rotation angle
674
675 * mhist/MHStarMap.[h,cc]:
676 - changes to use MObservatory member function
677
678 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotAnal2.cc,
679 manalysis/MCerPhotCalc.cc, manalysis/MMcCalibrationUpdate.cc,
680 manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalNSBAdd.cc,
681 manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc,
682 mcalib/MCalibrationChargeCalc.cc, mcalib/MMcCalibrationCalc.cc
683 - changed to use IsMonteCarloRun() now
684
685 * manalysis/MMcCalibrationUpdate.cc:
686 - unified output to log-stream
687 - replaced sqrt by TMath::Sqrt
688
689 * mcalib/MCalibrationChargeCalc.cc:
690 - unified output to log-stream
691 - removed .Data() from TString where obsolete
692 - fixed memory leak using gSystem->ExpandPathName
693
694 * mpointing/MPointingPosCalc.cc, mraw/MRawFileWrite.cc:
695 - adde class name to used kRT*/kTT* enums
696
697 * mraw/MRawEvtHeader.h:
698 - made enum data member of class
699
700 * mraw/MRawRunHeader.[h,cc]:
701 - made kMagicNumber and kMaxFormatVersion a static data
702 member of the class
703 - added IsMonteCarloRun member function
704
705
706
707 2004/02/27: Markus Gaug
708
709 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
710 - put in call to MHCamera::Projection the name of the calling
711 class, otherwise the projected hsitogram will be overwritten by
712 an empyt one.
713
714 * mcalib/MHCalibrationChargePix.[h,cc],
715 mcalib/MHCalibrationHiGainChargePix.[h,cc],
716 mcalib/MHCalibrationLoGainChargePix.[h,cc]:
717 - histogram name setting and title setting moved to constructor,
718 Functions Init and ChangeHistId derive directly from
719 MHcalibrationChargePix
720
721 * mcalib/MHCalibrationChargeCam.[h,cc],
722 mcalib/MCalibrationChargeCam.[h,cc],
723 mcalib/MCalibrationChargeCalc.[h,cc]:
724 - introduced "average inner" and "average outer" higain and logain
725 pixels.
726
727
728
729 2004/02/27: Raducci Sebastian
730
731 * mhist/Makefile
732 - added mastro in the include list
733
734
735
736 2004/02/27: Abelardo Moralejo
737
738 * mmain/MEventDisplay.cc
739 - replaced in fill8 obsolete MArrivalTime with MArrivalTimeCam.
740 - Updated display of MC data: removed MCerPhotCalc, and replaced
741 it by MExtractSignal+MMcCalibrationUpdate+MCalibrate. Now
742 MPedPhotCam is filled and all the camera display tabs are shown
743 correctly (most were not working for MC events since a while
744 ago).
745
746 * mmain/Makefile
747 - Added mcalib to list of include directories.
748
749 * manalysis/MMcCalibrationUpdate.[h,cc]
750 - Added member variable Bool_t fOuterPixelsScaling, which is
751 kTRUE by default. If set to kFALSE, MCalibrationCam is filled
752 such that MCerPhotEvt will later be filled with the signal as it
753 is, not corrected for the (possibly) different gain of the outer
754 pixels electronic chain. This option was necessary to allow for
755 the change in the camera display (see above).
756
757 * macros/starmc.C
758 - added (optional) division of output into two, for use as train
759 and test samples in g/h separation studies.
760
761
762
763 2004/02/26: Hendrik Bartko
764
765 * macros/dohtml.C
766 - included the path msignals/
767
768
769
770 2004/02/26: Abelardo Moralejo
771
772 * macros/starmcstereo.C
773 - changed filters to divide data between train and test sample for
774 gamma hadron separation studies. Now we use the modulus operator
775 applied to (Corsika) event number:
776 MF filter1("{MMcEvt;1.fEvtNumber%2}<0.5");
777 MF filter2("{MMcEvt;1.fEvtNumber%2}>0.5");
778 - cleaned up a bit the way the CT coordinates are fed to the task
779 MStereoCalc.
780 - Changed default FADC integration range (center range to adapt to
781 new camera).
782
783
784
785 2004/02/26: Thomas Bretz
786
787 * mhist/MHCamera.cc:
788 - fixed a function description
789
790 * mreport/MReport.cc, mreport/MReportFileRead.cc:
791 - introduced return case -1
792
793 * Makefile.rules:
794 - remove all dependancy files when calling 'rmdep'
795
796 * mbase/MAGIC.h, mmc/MMcEvt.hxx:
797 - moved ParticleId_t to MMcEvt
798 - implemented MMcEvt::GetParticleName
799 - implemented MMcEvt::GetEnergyStr
800
801 * mfilter/MFGeomag.cc, mfilter/MFParticleId.cc, mhist/MHCompProb.cc,
802 mhist/MHEvent.cc, mhist/MHHadronness.cc,
803 mmontecarlo/MMcTriggerRateCalc.cc, mranforest/MHRanForest.cc:
804 - fixed usage of ParticleId_t
805
806 * msignal/Makefile:
807 - removed obsolete includes
808
809 * mastro/Makefile, mastro/AstroLinkDef.h, mastro/MAstro.[h,cc],
810 mastro/MObservatory.[h,cc]:
811 - added
812
813 * mbase/MAstro.[h,cc]:
814 - removed
815
816 * mbase/Makefile, mbase/BaseLinkDef.h:
817 - removed MAstro
818
819 * Makefile:
820 - added mastro
821 - added msql
822 - added mfbase
823
824 * mtemp/MObservatory.[h,cc], mtemp/MObservatoryLocation.[h,cc]:
825 - removed
826
827 * merpp.cc:
828 - added Sql support
829
830 * mraw/MRawFileRead.h:
831 - added GetFileName
832
833 * msql/Makefile, msql/SqlLinkDef.h, msql/SqlIncl.h,
834 MSQLServer.[h,cc], MSqlInsertRun.[h,cc]:
835 - added
836
837 * mfilter/MF.[h,cc], mfilter/MFDataChain.[h,cc],
838 mfilter/MFDataMember.[h,cc], mfilter/MFEventSelector.[h,cc],
839 mfilter/MFEventSelector2.[h,cc], mfilter/MFRealTimePeriod.[h,cc]:
840 - moved to mfbase
841
842 * mfbase/Makefile, mfbase/FBaseLinkDef.h, mfbase/FBaseIncl.h:
843 - added
844
845 * merpp.cc:
846 - implemented control of gDebug (root debugging)
847
848 * mfileio/MWriteAsciiFile.[h,cc], mfileio/MWriteFile.[h,cc],
849 mfileio/MWriteRootFile.[h,cc]:
850 - implemented CheckAndWrite return value
851
852 * mfileio/MWriteRootFile.cc:
853 - fixed updating already existing branches (eg concatenating report
854 files)
855
856 * macros/dohtml.C, macros/rootlogon.C:
857 - added mastro
858 - added mfbase
859 - added msql
860
861 * mraw/MRawEvtHeader.h:
862 - implemented GetNumTrigLvl1
863 - implemented GetNumTrigLvl2
864
865
866
867 2004/02/25: Markus Gaug
868
869 * mcalib/MExtractBlindPixel.[h,cc],
870 mcalib/MExtractPINDiode.[h,cc],
871 mcalib/MExtractedSignalBlindPixel.[h,cc],
872 mcalib/MExtractedSignalPINDiode.[h,cc],
873 mcalib/Makefile, msignal/Makefile, mcalib/CalibLinkDef.h,
874 msignal/SignalLinkDef.h:
875 - moved blindpixel and PINdiode extractors to msignal
876
877
878 * mcalib/MCalibrationQECam.[h,cc], mcalib/MCalibrationQEPix.[h,cc]:
879 - two new classes to hold the quantum efficieny information of the
880 calibration
881
882 * msignal/MArrivalTimeCalc.[h,cc]
883 - fill now MArrivalTimePix instead of MArrivalTime
884
885 * mcalib/MHCalibrationChargeCam.cc
886 - display only valid pixels for the corr. values in GetPixelContent
887
888 * mcalib/MHCalibrationRelTimeCam.cc
889 - is now filled from MArrivalTimeCam instead of MArrivalTime
890
891 * macros/calibration.C
892 - divided into two macros: calibration.C using the MJPedestal
893 standard procedure and pedestalstudies.C using the old
894 procedures
895
896 * macros/pedestalstudies.C
897 - new macro containing the first previous part of calibration.C
898
899 * mcalib/MCalibrationChargeBlindPix.h,
900 mcalib/MCalibrationChargePINDiode.h, mbase/MAGIC.h,
901 mjobs/MJCalibration.cc:
902 - definition of PulserColot_t in MAGIC.h.
903
904
905
906 2004/02/25: Hendrik Bartko
907
908 * macros/rootlogon.C
909 - set the include path also to msignals/
910
911 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractSignal2.[h,cc],
912 manalysis/MExtractedSignalCam.[h,cc],
913 manalysis/MExtractedSignalPix.[h,cc],
914 manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc],
915 manalysis/MArrivalTimeCalc2.[h,cc]:
916 - removed
917
918 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
919 - removed classes mentioned above
920
921 * msignal/MExtractSignal.[h,cc], msignal/MExtractSignal2.[h,cc],
922 msignal/MExtractedSignalCam.[h,cc],
923 msignal/MExtractedSignalPix.[h,cc],
924 msignal/MArrivalTime.[h,cc], msignal/MArrivalTimeCalc.[h,cc],
925 msignal/MArrivalTimeCalc2.[h,cc]:
926 - added
927
928 * msignal/Makefile, msignal/AnalysisLinkDef.h:
929 - added classes mentioned above
930
931 * mfilter/Makefile, mcalib/Makefile, mjobs/Makefile, mmain/Makefile:
932 - added include msignal
933
934
935
936
937 2004/02/25: Wolfgang Wittek
938
939 * mcalib/MCalibrateData.[h,cc]
940 - initialize size for MPedPhotCam
941
942
943
944 2004/02/24: Wolfgang Wittek
945
946 * manalysis/MSourcPosfromStarPos.[h,cc]
947 - change member function SetSourceAndStarPosition() to expect sky
948 coordinates in the standard units
949 - generalize to more than 1 star
950 - the class is not yet fully tested
951
952 * mfilter/MFSelBasic.[h,cc]
953 - change default values of cuts
954
955
956
957 2004/02/24: Markus Gaug
958
959 * mjobs/MJCalibration.cc, macros/calibration.C,
960 macros/bootcampstandardanalysis.C, macros/pedphotcalc.C:
961 - added MCalibrationChargeBlindPix to plist
962 - added new filling of histograms with MFillH
963 - changed SetPulserColor to MCalibrationChargeBlindPix and
964 MCalibrationChargePINDiode
965
966 * mcalib/MHCalibrationChargeBlindPix.[h,cc]:
967 - receives a pointer to MCalibrationChargePINDiode which is filled
968 with the results and told to calculate the fluxes in the
969 Finalize function
970 - is filled via MFillH from MExtractBlindPixel
971 - SetPulserColor directly in this class
972
973 * mcalib/MCalibrationChargeBlindPix.[h,cc]
974 - new storage container of the blind pxiel resutls, replaces
975 MCalibrationBlindPix
976
977 * mcalib/MCalibrationChargeCalc.[h,cc]:
978 - does not fill the histograms any more, but does ony the
979 calculations in the postprocess. No pointer to MExtractPINDidoe
980 or MExtractBlindPixel any more.
981
982 * mcalib/MCalibrationChargePix.cc
983 - discovered an error in the calculation of phe's in
984 CalcFFactorMethod(). The average QE was applied twice.
985 This error had been introduced on 13/02/04
986 - loosened criterium convFFactorRelErrLimit from 0.1 to 0.2
987 - CalcFFactor asks for IsChargeValid before calculating anything
988
989 * mcalib/MCalibrationChargePINDiode.[h,cc]
990 - added function SetFluxOutsidePlexiglassAvailable
991 - SetPulserColor directly in this class
992
993 * mcalib/MCalibrationChargeCam.cc
994 - removed function SetPulserColor from here
995
996 * mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationConfig.h,
997 mcalib/MHCalibrationPINDiode.[h,cc],
998 mcalib/MCalibrationBlindPix.[h,cc],
999 mcalib/MHCalibrationBlindPixel.[h,cc]:
1000 - removed since obsolote
1001
1002 * mcalib/MHCalibrationChargePix.cc
1003 - make fPickup an Int_t
1004
1005 * mcalib/MCalibrate.cc
1006 - test validity of every calibration method before retrieving
1007 conversion factors
1008
1009 * mcalib/MHGausEvents.[h,cc]
1010 - add possibility to set fit ranges in call to FitGaus
1011 - make function CreateXaxis protected
1012
1013
1014
1015 2004/02/23: Markus Gaug
1016
1017 * mraw/MRawEvtPixelIter.h
1018 - include GetNumHiGainSamples and GetNumLoGainSamples
1019
1020 * mcalib/MExtractedSignalBlindPixel.h,
1021 mcalib/MExtractBlindPixel.[h,cc]:
1022 - included storage of pedestal
1023
1024 * mcalib/MHGausEvents.[h,cc]
1025 - make the fit functions protected
1026
1027
1028
1029 2004/02/22: Markus Gaug
1030
1031 * mfilter/MFCosmics.[h,cc]
1032 - fMaxNumEmpty changed from absolute number to relative number of
1033 pixels
1034
1035 * mcalib/MHGausEvents.h
1036 - remove the "->" from the pointers which are initialized only
1037 in certain cases. The streamer did not work in case that
1038 MFGausFit was left at the NULL pointer.
1039
1040
1041
1042 2004/02/21: Markus Gaug
1043
1044 * manalysis/MExtractedSignalPix.[h,cc]
1045 - changed variable fIsLoGainUsed to fLoGainUsed
1046 - added function GetNumHiGainSaturated()
1047
1048
1049 2004/02/20: Markus Gaug
1050
1051 * mcalib/MHCalibrationChargeHiGainPix.[h,cc], mcalib/Makefile,
1052 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
1053 mcalib/CalibLinkDef.h
1054 - new class to replace MHCalibrationPixel,
1055 based on MHCalibrationChargePix
1056
1057 * mcalib/MCalibrationChargeCalc.[h,cc]
1058 mcalib/MCalibrationChargeCam.[h,cc]
1059 mcalib/MCalibrationChargePix.[h,cc]
1060 mcalib/MCalibrationChargePINDiode.[h,cc]
1061 mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
1062 mcalib/MCalibrationPINDiode.[h,cc]:
1063 - added the "charge" versions, remove the old ones. The histograms
1064 should be filled in the MH... versions independently of
1065 MCalibrationChargeCalc. This is fully realized for the PIN Didoe
1066 now and will later be so for the pixels and the blind pixel.
1067
1068 * mcalib/MHCalibrationChargePINDiode.[h,cc]
1069 - receives a pointer to MCalibrationChargePINDiode which is filled
1070 with the results and told to calculate the fluxes in the
1071 Finalize function
1072
1073 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc],
1074 mcalib/MMcCalibrationCalc.[h,cc], mjobs/MJCalibration.[h,cc],
1075 manalysis/MMcCalibrationUpdate.[h,cc],
1076 mjobs/MJExtractSignal.[h,cc], manalysis/MGeomApply.cc,
1077 mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C,
1078 macros/bootcampstandardanalysis.C,
1079 macros/pedphotcalc.C:
1080 - replace MCalibrationCam by MCalibrationChargeCam
1081 - replace MCalibrationCalc by MCalibrationChargeCalc
1082
1083
1084
1085 2004/02/19: Markus Gaug
1086
1087 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc,
1088 mcalib/MCalibrate.cc, mcalib/MCalibrateDate.cc,
1089 manalysis/MMcCalibrationUpdate.cc:
1090 - standardized naming of variables containing "Error", this also affected
1091 the calling functions MCalibrate, MMcCalibrationUpdate and MCalibrateData
1092
1093 * mcalib/MCalibrationCam.cc, mcalib/MCalibrationPix.cc,
1094 mcalib/MCalibrationCalc.cc, mcalib/MCalibrate.cc,
1095 mcalib/MCalibrateData.cc, mcalib/MCalibrationConfig.h:
1096 - took out some configuration numbers and put them directly into
1097 the class
1098 - remove completely MCalibrationConfig.h
1099
1100
1101
1102 2004/02/19: Abelardo Moralejo
1103
1104 * mhist/MHEvent.[h,cc]:
1105 - Changed names of Event "types" to make them more descriptive.
1106 Former kEvtSignal is now called kEvtSignalDensity, and indicates
1107 pixel content scaled by area. Added kEvtSignalRaw, which
1108 corresponds to pixel content (with no scaling) in whatever units
1109 (this depends on how the MHEvent object is filled!). The default
1110 constructor initializes type=kEvtSignalRaw.
1111
1112 * mmain/MEventDisplay.cc
1113 - Changed filling of evt1 and evt2. Now they are filled with raw
1114 content of MCerPhotEvt. Since in MEventDisplay, MCerPhotEvt is
1115 still filled uncalibrated (hence in ADC counts), this means that
1116 what will be now shown in Mars' camera display is now the signal
1117 in each pixel without scaling with pixel area. Given that the
1118 default flat fielding is such that equal light density
1119 corresponds to equal absolute signal (in ADC counts), this is
1120 more reasonable, and allows to check for instance how the
1121 relative pixel gains are adjusted by looking at calibration
1122 events. To be FIXED: there is however an "inconsistency" in
1123 MEventDisplay, and it is that MCerPhotEvt is still used to keep
1124 uncalibrated signals. To be replaced by MExtractedSignalCam?
1125
1126
1127
1128 2004/02/19: Thomas Bretz
1129
1130 * manalysis/MCerPhotEvt.h:
1131 - added operator= to MCerPhotEvtIter -- is this correct?
1132
1133 * mhist/MHCamera.[h,cc]:
1134 - added member function to calculate minimum content and
1135 maximum content for a single sector
1136 - Added possibility to get a projection for a single sector.
1137 - GetMinimum/GetMaximum now only takes used pixels into account
1138 (you can request all pixels using a different member function)
1139 - fixed projection (projection only took pixels with contents!=0
1140 instead of 'used' pixels
1141 - Don't call Sumw2() anymore for projection
1142
1143 * mjobs/MJPedestal.cc:
1144 - added MPedestalCam to output again - MPedestalCam was fixed
1145 yesterday
1146 - Added Histograms for the two camera halves
1147
1148
1149
1150 2004/02/18: Markus Gaug
1151
1152 * macros/calibration.C
1153 - fixed a buggy display of the F-Factor method
1154
1155 * mcalib/MCalibrationCalc.cc
1156 - calculate the F-Factor method already in the post-Process
1157
1158 * mcalib/MCalibrationPix.h
1159 - move CalcFFactorMethod to public
1160
1161
1162
1163 2004/02/18: Abelardo Moralejo
1164
1165 * mtools/MCubicSpline.cc
1166 - in Init, corrected initialization of arrays temp and ysd, which
1167 was done with n-1 elements instead of n.
1168
1169 * mgui/MHexagon.cc
1170 - added comment explaining the algorithm.
1171 - changed explicit values of Sin and Cos 60 degrees by const
1172 variables (more readable).
1173
1174
1175
1176 2004/02/18: Hendrik Bartko
1177
1178 * msignal/:
1179 - removed the backup files *~
1180 - removed the object files *.o
1181 - removed the files SignalCint.*
1182
1183 * mgui/MHexagon.cc
1184 - added comment explaining the algorithm.
1185
1186
1187
1188 2004/02/18: Thomas Bretz
1189
1190 * manalysis/MPedestalCam.[h,cc]:
1191 - Changed order of derivements - seems to be VERY important!
1192 - changed GetSize from UInt_t to Int_t which is the type
1193 of TClonesArray::GetSize() !
1194
1195 * mfileio/MReadReports.cc:
1196 - skip trees with no entries
1197
1198 * mgui/MCamEvent.cc:
1199 - added a comment
1200
1201 * mhbase/MFillH.cc:
1202 - in case SetupFill returns kFALSE and kCanSkip is set
1203 Skip task
1204
1205 * mraw/MRawFileRead.cc:
1206 - don't print warning in case of none executions
1207
1208 * manalysis/MArrivalTimeCalc2.cc:
1209 - added some const-qualifiers
1210
1211
1212
1213 2004/02/17: Raquel de los Reyes
1214
1215 * macros/CCDataCheck.C
1216 - Added some improvements in the plots.
1217
1218
1219
1220 2004/02/17: Abelardo Moralejo
1221
1222 * macros/readrfl.C
1223 - Added missing gPad->cd(1), otherwise the display of events was
1224 not updated.
1225
1226 * mgui/MHexagon.cc
1227 - DistanceToPrimitive(Float_t px, Float_t py) Changed check of
1228 whether px,py is inside the pixel or not. Previous algorithm
1229 was just an approximation.
1230
1231
1232
1233 2004/02/17: Raquel de los Reyes
1234
1235 * mcamera/MCameraHV.h
1236 - Now it derives from a MCamEvent class and implemented the
1237 GetPixContent() and DrawPixelContent() functions. Added the
1238 GetMean function to get the mean HV settings of the camera.
1239
1240 * macros/CCDataCheck.C
1241 - Added the HV settings plots.
1242
1243
1244
1245 2004/02/17: Hendrik Bartko
1246
1247 * msignal:
1248 - new: directory for all signal and time extraction classes
1249
1250 * msignal/MArrivalTimeCam.[h,cc], manalysis/Makefile,
1251 msignal/AnalysisLinkDef.h, MGeomApply.cc:
1252 - new: Storage Container for the ArrivalTime in the camera
1253
1254 * msignal/MArrivalTimePix.[h,cc], manalysis/Makefile,
1255 msignal/AnalysisLinkDef.h:
1256 - new: Storage Container for ArrivalTime information of one pixel
1257
1258 * msignal/Makefile, SignalCint.[h,cc], SignalDep.d, SignalIncl.h,
1259 SignalLinkDef.h
1260 - auxiliary files for msignal directory
1261
1262 * manalysis/MArrivalTimeCalc2.[h,cc]:
1263 - added functionality to compute error of the extracted ArrivalTime
1264 - calculated ArrivalTime is stored in MArrivalTimeCam
1265
1266 * manalysis/MGeomApply.cc
1267 - geometry is applied to MArrivalTimeCam
1268
1269 * Makefile:
1270 - directory msignal is included
1271
1272
1273
1274 2004/02/17: Sebastian Raducci
1275
1276 * mtools/MCubicSpline.[h,cc]
1277 - little corrections in minimums evalustion methods
1278 - changed constructors (they require the fadc slices to be const)
1279
1280 * macros/spline.C
1281 - changed according to the MCubicSpline new constructors
1282
1283 * manalysis/MArrivalTimeCalc.[h,cc]
1284 - changed to use the MCubicSpline class intead of the TSpline class
1285 - warning: now the arrival time is again the maximum of the spline,
1286 soon it will be changed to half maximum
1287
1288
1289
1290 2004/02/17: Wolfgang Wittek
1291
1292 * manalysis/MSourcPosfromStarPos.[h,cc]
1293 - new class; calculates the position of the source in the camera from
1294 the position of a star in the camera and puts it into
1295 MSrcPosCam
1296
1297
1298
1299 2004/02/16: Abelardo Moralejo
1300
1301 * mcalib/MMcCalibrationCalc.cc
1302 - Fixed two typos in screen output.
1303
1304
1305
1306 2004/02/16: Markus Gaug
1307
1308 * mcalib/MCalibrationPix.cc
1309 - documentation from David's email added
1310 - EffectiveQE decreased from 0.2 to 0.18 (see documentation)
1311
1312 * mcalib/Makefile, mcalib/CalibLinkDef.h:
1313 - added MExtractBlindPixel and MExtractedSignalBlindPixel
1314
1315 * mcalib/MExtractBlindPixel.[h,cc]
1316 - new signal extractor for the Blind Pixel
1317
1318 * mcalib/MExtractedSignalBlindPixel.[h,cc]
1319 - new container for the extracted signal of the BlindPixel
1320
1321 * mcalib/MCalibrationCalc.[h,cc]
1322 - does not extract signal from Blind Pixel any more, searches
1323 for MExtractedSignalBlindPixel and fills the hists from there
1324
1325 * macros/calibration.C, macros/bootcampstandardanalysis.C,
1326 macros/pedphotcalc.C, mjobs/MJCalibration.cc:
1327 - introduce the blind pixel and PIN diode extraction in the macro
1328
1329 * manalysis/MPedestalCam.h
1330 - changed type of fTotalEntries from ULong_t to UInt_t
1331 - fixed documentation of fTotalEntries
1332
1333 * manalysis/MPedCalcPedRun.h
1334 - changed type of fNumSamplesTot from ULong_t to UInt_t
1335
1336 * mcalib/MHGausEvents.h
1337 - changed type of fCurrentSize from ULong_t to UInt_t
1338
1339 * mcalib/MCalibrationConfig.h
1340 - removed gkConversionHiLo and gkConversionHiLoErr which is now
1341 directly in the class MCalibrationPix
1342
1343
1344
1345 2004/02/16: Thomas Bretz
1346
1347 * manalysis/AnalysisLinkDef.h:
1348 - added missing MCerPhotEvtIter
1349
1350 * merpp.cc:
1351 - added possible usage of database
1352
1353 * star.cc:
1354 - moved source code into new class MJStar - preliminary
1355
1356 * manalysis/MCerPhotPix.cc:
1357 - updated class header
1358 - fixed Print-output
1359
1360 * mbase/MAGIC.h:
1361 - removed definition of MLog
1362
1363 * mbase/MArgs.h:
1364 - removed include of MAGIC.h
1365
1366 * mbase/MLog.h:
1367 - added extern definition of gLog
1368
1369 * mbase/MParContainer.[h,cc]:
1370 - move body of constructors to source file
1371
1372 * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
1373 mraw/MRawCrateArray.cc, mraw/MRawCrateData.cc,
1374 mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawRead.cc,
1375 mraw/MRawEvtPixelIter.cc, mraw/MRawFileWrite.cc:
1376 - fixed documentation header
1377
1378 * mcalib/MMcCalibrationCalc.[h,cc]:
1379 - fixed documentation header
1380 - fixed usage of FindCreateObj and FindObject
1381 - removed data member to count entries (use histogram instead)
1382 - use TH1 function Integral instead of doing it manually
1383
1384 * mfilter/MFCosmics.cc:
1385 - fixed documentation
1386
1387 * mimage/MHillas.cc, mimage/MImgCleanStd.cc,
1388 mimage/MNewImagePar.[h,cc]:
1389 - replaced for-loops by Iterators
1390
1391 * mraw/MRawFileRead.cc, mraw/MRawSocketRead.cc:
1392 - fixed documentation header
1393 - check return value of MRawRunHeader::ReadEvt
1394
1395 * mraw/mraw/MRawRunHeader.[h,cc]:
1396 - fixed documentation header
1397 - added return value to MRawRunHeader::ReadEvt
1398 - added constant number for max format version - preliminary
1399 (should by a static data member)
1400
1401 * mcalib/MHCalibrationPINDiode.cc:
1402 - do not delete pointers in the destructor which are already
1403 deleted in the base class
1404 - reset histograms in Clear()
1405
1406 * mcalib/MHCalibrationPixel.cc:
1407 - after deletion of instances in Clear() initialize pointer to NULL
1408
1409 * mcalib/MCalibrationCalc.cc, mcalib/MHCalibrationBlindPixel.cc:
1410 - fixed usage of logging stream output levels
1411
1412 * manalysis/MPedCalcPedRun.[h,cc]:
1413 - removed obsolete fSignals
1414
1415 - removed obsolete fNumPixels
1416
1417 * manalysis/MPedestalCam.h:
1418 - added '->' to fArray
1419
1420 * mfileio/MWriteRootFile.cc:
1421 - changed some output to make debugging easier
1422
1423 * mjobs/MJCalibration.cc:
1424 - fixed a bug in drawing
1425
1426 * mjobs/MJExtractSignal.cc:
1427 - removed MPedestalCam from MWriteRootFile output.
1428 When creating the branch it crashes - reason unknown I'll
1429 investigate further
1430
1431
1432
1433 2004/02/16: Markus Gaug
1434
1435 * mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C:
1436 - added MHCalibrationRelTimePix
1437
1438 * mcalib/MHCalibrationRelTimePix.[h,cc],
1439 mcalib/MHCalibrationRelTimeCam.[h,cc]:
1440 - new classes to fit and display the relative arrival times.
1441 - filled from MArrivalTime
1442 - need: MFillH("MHCalibrationRelTimeCam","MArrivalTime")
1443
1444 * manalysis/MCalibrationCalc.cc
1445 - take out all uncommented code referring to the relative arrival time
1446
1447 * manalysis/MArrivalTime.h
1448 - changed function GetNumPixels to GetSize
1449
1450 * macros/bootcampstandardanalysis.C, macros/pedphotcalc.C
1451 - included cosmics rejection which was in MCalibrationCalc before
1452
1453
1454
1455 2004/02/14: Markus Gaug
1456
1457 * mcalib/Makefile, mcalib/CalibLinkDef.h:
1458 - added MHCalibrationChargePINDiode
1459
1460 * mcalib/MHCalibrationChargePINDiode.[h,cc]
1461 - new class to fill the PIN Diode histograms. Derives from
1462 MHCalibrationChargePix and is filled with MFillH from the
1463 container MExtractedSignalPINDiode.
1464 Will replace MHCalibrationPINDiode entirely soon.
1465
1466 * mcalib/MHCalibrationChargePix.[h,cc]
1467 - new base class for the calibration charges histogram pixel.
1468 Derives from MH and can be filled with the MH with the MH
1469 functions.
1470
1471 * mcalib/MExtractPINDiode.[h,cc]
1472 - new signal extractor for the PIN Diode
1473
1474 * mcalib/MExtractedSignalPINDiode.[h,cc]
1475 - new container for the extracted signal of the PIN Diode
1476
1477 * mcalib/MCalibrationCalc.[h,cc]
1478 - remove the PIN Diode signal extraction
1479
1480 * manalysis/MHPedestalPix.[h,cc]
1481 - new version of MHPedestalPixel, deriving from MHGausEvents.
1482
1483 * manalysis/MHPedestalPixel.[h,cc]
1484 - old version removed, since obsolete (and erroneous)
1485
1486 * manalysis/MHPedestalCam.[h,cc]
1487 - histogramming part of MPedestalCam now in own class
1488
1489 * manalysis/MPedestalPix.h
1490 - removed include of MHPedestalPixel
1491
1492 * macros/calibration.C
1493 - changed pedestal displays accordingly
1494
1495 * mjobs/MJPedestal.h
1496 - class TCanvas included (did not compile otherwise)
1497
1498 * mhbase/MH.cc
1499 - included call to FindGoodLimits(..) in CutEdges()
1500 - axe from pointer to reference
1501 - "CutEdges" renamed to "StripZeros"
1502
1503 * manalysis/MHPedestalPixel.cc, mcalib/MHCalibrationPixel.cc,
1504 mcalib/MHCalibrationBlindPixel.cc:
1505 - "CutEdges" renamed to "StripZeros"
1506
1507 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
1508 - replaced by the improved version: MHGausEvents.[h,cc]
1509
1510
1511
1512 2004/02/14: Thomas Bretz
1513
1514 * manalysis/MCerPhotEvt.[h,cc]:
1515 - added 'Iterator' facility, this will replace some for-loops
1516 in the near future
1517
1518 * mbase/MTime.[h,cc]:
1519 - added a more powerfull interface to get and interprete the
1520 MTime contents as string
1521 - added a new constructor
1522
1523 * mreport/MReportTrigger.h:
1524 - fixed GetPixContent
1525
1526 * mtools/MCubicCoeff.cc, mtools/MCubicSpline.[h,cc]:
1527 - many small changes to simple details (like order of includes)
1528 - some speed improvements
1529 - many small simplifications
1530 - changed parts of the code to be more C++ like (eg Iterators
1531 instead of for-loops)
1532 - disentangles some if-cases
1533 - replaced some math.h function by TMath::
1534 - removed data-member fN (obsolete with iterators)
1535
1536
1537
1538 2004/02/13: Wolfgang Wittek
1539
1540 * mcalib/MCalibrateData.[h,cc]
1541 - new class;
1542 like MCalibrate, but in ReInit it fills the MPedPhot container
1543 using informations from MPedestal, MExtracteSignalCam and
1544 MCalibrationCam
1545
1546 * mcalib/Makefile, mcalib/CalibLinkDef.h
1547 - added MCalibrateData
1548
1549 * manalysis/MPedestalWorkaround.[h,cc]
1550 - create MMcEvt container and fill with theta = 10.0
1551 - set pedestalRMS = 0. if it is > 10.0
1552
1553 * manalysis/MSupercuts.[h,cc]
1554 - change default values of parameters
1555
1556 * manalysis/MSupercutsCalc.[h,cc]
1557 - change dNOMLOGSIZE from 4.1 to 5.0
1558
1559 * mhist/MHBlindPixels.[h,cc]
1560 - change MPedestalCam to MPedPhotCam
1561
1562 * mhist/MHSigmaTheta.[h,cc]
1563 - automatic binning for pixel number doesn't work
1564 use default binning
1565
1566
1567
1568 2004/02/13: Markus Gaug
1569
1570 * mcalib/MCalibrationPix.[h,cc]
1571 - added variables gkAverageQE, gkAverageQEErr, and fAverageQE,
1572 fAverageQEErr
1573 - gkAverageQE initializes to 0.2 (according to David)
1574 - gkAverageQEErr initializes to 0.02 (dito)
1575 - added new member function: SetAverageQE
1576 - call to GetMeanConversionFFactorMethod returns:
1577 fMeanConversionFFactorMethod/fAverageQE.
1578 - call to GetErrorConversionFFactorMethod returns:
1579 errors of fMeanConversionFFactorMethod and fAverageQEErr added
1580 quadratically
1581
1582 * mcalib/Makefile
1583 - split into two parts one comment line
1584
1585
1586 2004/02/13: Thomas Bretz
1587
1588 * mbadpixels/MBadPixelsTreat.[h.cc]:
1589 - added for new bad pixel treatment
1590
1591 * mbadpixels/Makefile, mbadpixels/BadPixelsLinkDef.h:
1592 - added MBadPixelsTreat
1593
1594 * merpp.cc:
1595 - changed the name of the "DC" tree to "Currents" to make
1596 MReportRead work correctly with this tree
1597
1598 * mbase/MTime.[h,cc]:
1599 - Changed UpDMagicTime to support nanosec instead of millisec
1600 - exchanged Reset() by Clear() not to clear the yy/mm/dd
1601 information away in an eventloop
1602
1603 * mraw/MRawEvtHeader.[h,cc]:
1604 - implemented decoding of the time-stamp for raw-data files
1605 with version>2. Thanks to Marcos.
1606
1607 * mraw/MRawRead.[h,c]:
1608 - pipe file version number to MRawEvtHeader::ReadEvt
1609 - create fake time for file-version<3
1610
1611 * macros/readMagic.C:
1612 - changed to use MInteractiveTask
1613
1614 * mbase/MPrint.cc:
1615 - fixed debugging level of some output
1616
1617 * mhist/MHCamera.[h,cc]:
1618 - fixed handling in AddNotify (necessayr due to change of
1619 inheritance from MCamEvent)
1620 - replaced cout by gLog
1621 - added fNotify to list of cleanups
1622
1623 * mhist/MHEvent.cc, mjobs/MJCalibration.cc,
1624 mjobs/MJPedestal.cc:
1625 - fixed usage of AddNotify
1626
1627 * mfileio/MReadReports.cc:
1628 - use a different way to determin whether the tree is a valid tree,
1629 skip invalid trees
1630
1631 * mfileio/MReadTree.cc:
1632 - added another sanity check at the beginning of PreProcess
1633
1634 * mhbase/MFillH.[h,cc]:
1635 - added bit kCanSkip which skips MFillH in case the necessary container
1636 wasn't found.
1637 - cd into the corresponding canvas before filling the MH
1638
1639
1640
1641 2004/02/12: Markus Gaug
1642
1643 * mbase/MArray.[h,cc]:
1644 - changed name of StripZeros
1645
1646 * mcalib/MHGausEvent.cc:
1647 - corrected call to StripZeros
1648
1649 * mcalib/MCalibrationPix.[h,cc]
1650 - implemented dummy for combined method
1651
1652 * mcalib/MCalibrate.[h,cc]
1653 - implemented a dummy for calibration factor 1. (requested by
1654 Javier Rico)
1655 - implemented combined method
1656 - check for valid methods moved to ReInit
1657
1658 * mcalib/MCalibrationCalc.cc
1659 - removed initialization of non-used nsamples
1660
1661 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.[h,cc],
1662 mcalib/MCalibrationCalc.[h,cc]
1663 macros/calibration.C
1664 - implemented new histograms:
1665 HSinglePheFADCSlices and HPedestalFADCSlices
1666 They are filled with the FADC slice values of either a s.phe.
1667 event or a pedestal event. The decision is taken with the
1668 variable: MCalibrationCalc::fBlindPixelSinglePheCut, to be set
1669 with a setter
1670
1671 * mtools/MFFT.[h,cc]
1672 - PowerSpectrumDensity of TArrayI implemented
1673
1674
1675
1676 2004/02/12: Thomas Bretz
1677
1678 * mbase/MArray.[h,cc]:
1679 - changed argument of CutEdges from pointer to reference
1680
1681 * mgeom/MGeomPix.h:
1682 - fixed calculation of area of pixel. It was too big for a
1683 factor of 2
1684
1685 * mjobs/MJCalibration.cc:
1686 - slight change of name of a MHCamera
1687
1688 * manalysis/MExtractSignal.cc:
1689 - slight change to the creation of the satpixels list
1690
1691 * mcalib/MHCalibrationBlindPixel.cc, mcalib/MHCalibrationPixel.cc,
1692 mcalib/MHGausEvent.cc:
1693 - corrected call to ProjectArray
1694 - corrected call to CutEdges
1695
1696 * mfilter/MFCosmics.[h,cc]:
1697 - small fixes to logging output
1698 - small simplification to return statement
1699 - declared CosmicsRejection const
1700
1701 * mhbase/MH.[h,cc]:
1702 - changed argument of ProjectArray from pointer to reference
1703 - added missing calcualtion of minimum
1704 - removed obsolete SetEntries
1705 - changed SetDirectory from NULL to gROOT
1706
1707
1708
1709 2004/02/12: Javier López
1710
1711 * macros/pointspreadfunction.C
1712 - added new macro that fits with a 2D gaussian the DC spot for an
1713 star. It gives you the RMS of the PSF and the center of the star,
1714 very useful for misspointing studies.
1715
1716
1717
1718 2004/02/11: Hendrik Bartko
1719
1720 * manalysis/MExtractSignal2.cc:
1721 - introduced a validity check for the set-function of the window
1722 size (even number of slices, WindowSize < NumberSlices)
1723
1724 * manalysis/MArrivalTimeCalc2.[h,cc], manalysis/Makefile,
1725 manalysis/AnalysisLinkDef.h:
1726 - new: introduced the calculation of the arrival time as the signal
1727 weighted mean of the time slices in the maximum window
1728
1729
1730
1731 2004/02/11: Markus Gaug
1732
1733 * mcalib/MCalibrationCalc.cc:
1734 - the blind pixel signal extractor introduced one week ago, counted
1735 one FADC slice too little, thus the normalization w.r.t. pedestals
1736 was wrong. Now corrected.
1737
1738 * manalysis/MExtractSignal.cc, manalysis/MExtractSignal2.cc:
1739 - when "WARNING - Lo Gain saturated" occurs, display also the
1740 corr. pixel numbers.
1741
1742 * mbase/MArray.[h,cc]:
1743 - introduced function to cut array edges with zeros.
1744 (Thomas, should we keep it there or move it to another class? )
1745
1746 * mcalib/MCalibrationCalc.[h,cc]:
1747 - new function SetBlindPixelRange to set start and end of FADC slices
1748 used for the blind pixel signal extraction.
1749 - remove fEvents which are not necessary any more after the shift
1750 to MFCosmics.
1751
1752 * mcalib/MHCalibration(Blind)Pixel.[h,cc]:
1753 - show the fourier spectrum now with axes in frequency [Hz] instead
1754 of inverted events.
1755
1756 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
1757 - new base class for all kind of events with variables having a
1758 Gaussian distribution. Will serve as base class for the
1759 existing and new calibration histogram classes.
1760
1761
1762
1763 2004/02/11: Abelardo Moralejo
1764
1765 * mmain/MEventDisplay.cc
1766 - Switched order of MMcPedestalCopy and MCerPhotCalc in tasklist:
1767 MMcPedestalCopy must be executed earlier!
1768
1769
1770
1771 2004/02/10: Raquel de los Reyes
1772
1773 * mhist/MHPixVsTime.[h,cc]:
1774 - Added a default draw function and replaced the TGraph object
1775 by a pointer to a TGraph object.
1776
1777 * mreport/MReportTrigger.h:
1778 - Now it dereives from a MCamEvent class and implemented the
1779 GetPixContent() and DrawPixelContent() functions.
1780
1781 * maccros/CCDataCheck.C:
1782 - An update of the previous macro. New plots: subsystems status and
1783 macrocells trigger.
1784
1785
1786
1787 2004/02/10: Markus Gaug
1788
1789 * mcalib/MCalibrationCam.cc:
1790 - fixed documentation
1791
1792 * mhbase/MH.[h,cc]:
1793 - new function ProjectArray
1794
1795 * mcalib/MHCalibrationPixel.[h,cc],
1796 mcalib/MHCalibrationBlindPixel.[h,cc]:
1797 - use ProjectArray from MH to plot the projection of the fourier
1798 spectrum
1799
1800 * mfilter/MFCosmics.[h,cc], mfilter/Makefile,
1801 mfilter/FilterLinkDef.h:
1802 - new filter removing cosmics, the same as in MCalibrationCalc
1803 where it was removed now.
1804 Call: MFCosmics cosmics;
1805 MContinue cont(&cosmics);
1806 tlist.AddToList(&cont);
1807
1808 * mcalib/MCalibrationCalc.[h,cc]:
1809 - removed cosmics rejection from there
1810
1811 * macros/calibration.C, mjobs/MJCalibration.cc:
1812 - changed cosmics rejection to the filter algorithm
1813
1814
1815
1816 2004/02/09: Markus Gaug
1817
1818 * mcalib/MCalibrationBlindPix.[h,cc]:
1819 - added histogram to display the average in FADC slices of all
1820 single and double phe events
1821
1822 * mcalib/MCalibrationCalc.cc:
1823 - fill histograms of single-phe events with higain and logain
1824 sampls
1825
1826 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationCalc.cc,
1827 mcalib/MCalibrationConfig.h:
1828 - take all pixel areas out of MGeomPix::GetA(), remove all previous
1829 areas
1830 - calculate photon fluxes from blind pixel and PIN diode, use
1831 area only to fill the conversion factors in MCalibrationPix
1832
1833
1834 * mcalib/MJCalibration.cc:
1835 - display of number of photons for Blindpixel and PIN Diode Method
1836 changed to display of photon flux which is the actually
1837 calculated quantity
1838
1839
1840
1841 2004/02/09: Thomas Bretz
1842
1843 * mbadpixels/*:
1844 - added
1845
1846 * Makefile:
1847 - added MBadPixels
1848
1849 * manalysis/MGeomApply.cc:
1850 - fixed class description
1851
1852 * mjobs/MJCalibration.[h,cc], mjobs/MJExtractSignal.[h,cc]:
1853 - added bad pixel treatment
1854
1855 * mjobs/MJPedestal.[h,cc]:
1856 - reorganized order of functions
1857 - removed a nonsense scrren output (some BLABABLA or so)
1858
1859 * mjobs/Makefile:
1860 - added include for mbadpixels
1861
1862 * mmain/MBrowser.cc:
1863 - do not call construtor of TGTReeLBEntry if pic0=0
1864
1865
1866
1867 2004/02/09: Raquel de los Reyes
1868
1869 * mcamera/MCameraLids.h, mreport/MReportCamera.h
1870 - Added the "Get" functions to access the private data
1871 members of the class.
1872
1873
1874
1875 2004/02/09: Markus Gaug
1876
1877 * MMcCalibrationUpdate.cc, MCalibrate.cc, MCalibrationPix.cc,
1878 MCalibrationPix.h:
1879 - replace MCalibrationPix->IsChargeFitValid() by IsChargeValid()
1880 because we can calibrate with the histogram mean and RMS even
1881 if the fit is not OK. Thus, there is a question: IsFitted() and
1882 IsChargeValid(), i.e. does the charge make any sense?
1883
1884 * MCalibrationCam.cc, MCalibrationConfig.h, MCalibrationCalc.cc:
1885 - found serious bug in calculation of conversion factors for the
1886 outer pixels:
1887 GetMeanConversionBlindPixelMethod and
1888 GetMeanConversionPINDiodeMethod
1889 did not correct for the area of the outer pixel, this did only
1890 MCalibrationCam::GetPixelContent which is not used by MCalibrate
1891
1892
1893
1894 2004/02/06: Markus Gaug
1895
1896 * mgeom/MGeomCam.h
1897 - replaced in Comment of fPixRatio:
1898 "ratio between size of pixel idx and pixel 0" by
1899 "ratio between size of pixel 0 and pixel idx"
1900
1901 * manalysis/MPedestalCam.cc
1902 - catch calls to MHPedestalPixel in case that they are not filled
1903 This led previous calls to segmentation violations
1904 - remove include of MHExtractedSignalPix
1905
1906 * manalysis/MHExtractedSignalPix.[h,cc]
1907 - is everything in MHPedestalPixel, so removed it again
1908
1909 * mjobs/MJPedestal.cc
1910 - put the projections into Display()
1911 - correct the input of Display (0: pedestal, 1: pedestalerror,
1912 2: pedRMS, 3: pedRMSerror)
1913
1914 * manalysis/MHPedestalPixel.cc
1915 - increased number of bins in for charges plot
1916
1917 * mtools/MFFT.[h,cc]
1918 - possibility to have PSD directly from TArray
1919
1920 * mjobs/MJCalibration.[h,cc]
1921 - fixed displays
1922 - replaced MExtractSignal by MExtractSignal2
1923
1924 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc],
1925 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationBlindPix.[h,cc],
1926 mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationPINDiode.[h,cc]:
1927 - remove histograms MHChargevsN..., now keep TArrays directly
1928 - check for oscillations for all pixels (and you will not trust
1929 your eyes when you look at the results :-((((
1930
1931 * mcalib/MCalibrationCalc.[h,cc]
1932 - remove ArrivalTime -> go to separate class
1933 - remove BlindPixel and PIN Diode overflow, now handled directly
1934 inside the corr. classes.
1935 - remove SkipTimeFits -> go the arrival time class
1936
1937 * mcalib/MCalibrationCam.h
1938 - new getters for number of photons
1939 - removed timeslicewidth -> go the corr. time containers
1940
1941 * mcalib/MCalibrationCam.cc
1942 - removed times of GetPixelContent
1943 - added OscillationChecks in GetPixelContent
1944
1945 * manalysis/MMcCalibrationUpdate.cc
1946 - remove calpix.SkipTimeFits which is now obsolet
1947
1948 * macros/calibration.C
1949 - all previous changes now in this macro.
1950 - (NB: Thomas, du brauchst in MJCalibration nicht mehr aendern,
1951 das ging diesmal in einem Aufwasch)
1952
1953
1954
1955 2004/02/06: Thomas Bretz
1956
1957 * mhist/MHPixVsTime.[h,cc]:
1958 - changed such that you can set the name of the time container now
1959
1960 * mraw/MRawRunHeader.[h,cc]:
1961 - added GetMaxPixId()
1962
1963 * mraw/MRawEvtData.cc:
1964 - fixed wrong size calculation for fABflags
1965
1966
1967
1968 2004/02/06: Oscar Blanch
1969
1970 * mmc/MFadcDefine.h && mmc/MMcFadcHeader.cxx
1971 - We cahnged the name (and values) of the global variable
1972 MFADC_RESPONSE_AMPLITUDE to MFADC_RESPONSE_INTEGRAL
1973
1974
1975
1976 2004/02/05: Markus Gaug
1977
1978 * mcalib/MHCalibrationPixel.[h,cc]
1979 - put an NDF limit for the fit
1980 - removed all TStrings and replace them by Form(..)
1981 - Check for nan's of all returned fit values
1982
1983 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc:
1984 - reshuffled HiLoGainConversion, calculation of F-Factor method,
1985 - calculation of total F-Factor of the readout.
1986
1987 * mcalib/MCalibrationCam.cc
1988 - include relative times to display with GetPixelContent
1989
1990 * mcalib/MCalibrationCalc.[h,cc]
1991 - flag to skip Hi-Lo Calibration
1992 - Hi-LO Graph not filled any more after overflow of ChargevsN
1993 - fill the blind pixel differently from the rest of pixels
1994
1995 * mcalib/MCalibrate.cc:
1996 - call to const MCalibrationPix &pix replaced by MCalibrationPix &pix
1997
1998 * manalysis/MArrivalTimeCalc.cc
1999 - default step width 100 ps.
2000 - look for half maximum (at rising edge)
2001
2002 * manalysis/MExtractSignal.[h,cc]
2003 - removed uncommented code (arrival time)
2004 - set start byte back by one like it was before TB's changes
2005 (does not affect the calculation of number of FADC slices)
2006
2007 * manalysis/MExtractSignal2.[h,cc]
2008 - removed uncommented code (arrival time)
2009
2010 * manalysis/MHPedestalPixel.[h,cc]
2011 - is now filled with total pedestals (not per slice), but results are
2012 renormalized to values per slice (this is not to screw up with the
2013 pedestal RMS and the derived uncertainties)
2014 - new function Renorm(nslices)
2015
2016 * manalysis/MPedestalCam.[h,cc]
2017 - introduced function Clone() (like proposed by TB)
2018 - call to MHPedestalPixel operator() not const any more
2019 - take out lots of uncommented code
2020 - found bug in initialization of hists. SetupFill is called in
2021 PreProcess, therefore, TObjArray is not yet enlarged there.
2022 Now, InitUseHists is called in Fill
2023 - MHPedestalPixel is now filled with total pedestals (not per slice),
2024 but results are
2025 renormalized to values per slice (this is not to screw up with the
2026 pedestal RMS and the derived uncertainties)
2027
2028 * manalysis/MPedCalcPedRun.cc
2029 - added author
2030 - split calculation of RMS into two steps to make it more clear to
2031 the user
2032
2033 * macros/calibration.C
2034 - found bug introduced two days ago, namely calculating pedestlas with
2035 MExtractSignal2 which is now fixed
2036 - Skip HiLoConversionCalibration
2037
2038
2039
2040 2004/02/05: Abelardo Moralejo
2041
2042 * macros/starmc2.C
2043 - added 3rd argument, "kFALSE", to call of MWriteRootFile::Add
2044 for both MMcEvt and MMcRunHeader since these containers are
2045 not present in real data. Name of macro is no longer adequate if
2046 we will use it for calibrated real data (to be changed if so).
2047
2048
2049
2050 2004/02/05: Sebastian Raducci
2051
2052 * mtools/MCubicSpline.[h,cc]
2053 - added
2054 - this class will take the place of the TSpline class to
2055 calculate arrival times
2056
2057 * mtools/MCubicCoeff.[h,cc]
2058 - added
2059 - this class is used by MCubicSpline to store coefficients
2060
2061 * macros/spline.C
2062 - added
2063 - test macro. Shows how to use the MCubicSpline class
2064 - it could be used to test the methods of the Spline class
2065
2066
2067
2068 2004/02/05: Thomas Bretz
2069
2070 * mmain/MBrowser.cc:
2071 - fixed a double deletion of a TGLayoutHints
2072
2073
2074
2075 2004/02/04: Markus Gaug
2076
2077 * mmain/MBrowser.cc:
2078 - corrected TGTReeLBEntry for TGTreeLBEntry
2079
2080
2081
2082 2004/02/04: Thomas Bretz
2083
2084 * manalysis/MExtractSignal2.cc:
2085 - don't allow odd numbers for the window size
2086
2087 * mfilter/MFilterList.cc:
2088 - corrected a wrong logging message
2089
2090 * mmain/MBrowser.cc:
2091 - added '/data/MAGIC' as shortcut in the combo box
2092
2093 * mraw/MRawEvtPixelIter.cc:
2094 - optimized calculation of MaxIdx
2095
2096
2097
2098 2004/02/04: Abelardo Moralejo
2099
2100 * macros/starmc2.C
2101 - removed unnecessary variables BinsHigh, BinsLow
2102
2103
2104
2105 2004/02/04: Markus Gaug
2106
2107 * manalysis/MPedestalCam.[h,cc], manalysis/MPedestalPix.[h,cc],
2108 manalysis/MPedCalcPedRun.[h,cc], manalysis/MHPedestalPixel.[h,cc],
2109 macros/calibration.C:
2110 - histograms are now filled with MFillH as proposed and coded by
2111 Thomas Bretz. Some modifications had to be done, however.
2112 - Class to hold MHPedestalPixel is still MPedestalCam
2113 - MPedCalcPedRun does nothing any more (except from what is was
2114 doing before)
2115
2116 * manalysis/MExtractSignal.cc
2117 - remove uncommented code
2118
2119 * mcalib/MCalibrationCalc.[h,cc]
2120 - modified way to handle histogram overflow: Now flags are set and
2121 ChargevsN histogram is not tried to be filled subsequently
2122
2123
2124
2125 2004/02/03: Markus Gaug
2126
2127 * manalysis/MHExtractedSignalPix.[h,cc]
2128 - added Thomas B. modified version of MHPedestalPixel. Later will
2129 remove MHPedestalPixel
2130
2131 * manalysis/MCalibrationPix.[h,cc], manalysis/MHCalibrationPixel.[h,cc],
2132 manalysis/MCalibrationCam.cc, macros/calibration.C:
2133 - now split completely absolute and relative times. Absolute
2134 times are not fitted, but their histogram mean and rms are
2135 returned.
2136
2137
2138
2139 2004/02/03: Thomas Bretz
2140
2141 * mfileio/MReadTree.cc:
2142 - fixed handling of -1 entries in AddFile: root 3.10/02 crashed
2143
2144 * manalysis/MExtractSignal.[h,cc]:
2145 - moved code to extract the signal from Process to
2146 new member function FindSignal, I left the arrival time
2147 extraction as commented-out code in the code just as a
2148 demonstration to do this very fast.
2149
2150
2151
2152 2004/02/02: Markus Gaug
2153
2154 * manalysis/MPedCalcPedRun.cc
2155 - corrected formulae in Class description
2156
2157 * mcalib/MCalibration.[h,cc], mcalib/MHCalibration.[h,cc],
2158 manalysis/MMcCalibrationUpdate.cc:
2159 - calculate relative times and absolute times. Fit only
2160 the relative ones.
2161
2162
2163
2164 2004/02/02: Abelardo Moralejo
2165
2166 * manalysis/MMcCalibrationUpdate.cc, MMcPedestalCopy.cc
2167 - removed file type check (MC or data) from PreProcess since now
2168 run headers are not yet known at that point.
2169
2170 * mcalib/MMcCalibrationCalc.cc
2171 - same as above.
2172
2173 * NEWS
2174 - updated.
2175
2176
2177
2178 2004/02/02: Thomas Bretz
2179
2180 * manalysis/MExtractSignal2.[h,cc]:
2181 - added new task which takes a given number of slices with the
2182 highest integral content as signal.
2183
2184 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
2185 - added MExtractSignal2
2186
2187
2188
2189 2004/01/30: Abelardo Moralejo
2190
2191 * macros/starmc.C
2192 - changed default FADC integration range (more adequate for coming
2193 camera version).
2194
2195 * macros/mccalibrate.C, starmc2.C
2196 - added. First macro transforms input files from camera simulation
2197 into files with pixel data already calibrated in photons. The
2198 second reads in an already calibrated data file and produces an
2199 output file with Hillas parameters. Both together do the same as
2200 starmc.C, but it is convenient to have files containing
2201 calibrated pixel information.
2202
2203
2204
2205 2004/01/30: Thomas Bretz
2206
2207 * mbase/MDirIter.h:
2208 - added GetNumEntries
2209
2210 * mhist/MHEvent.cc:
2211 - added a dynamic_cast from MParContainer to MCamEvent to get the
2212 correct pointer to the correct base-class.
2213
2214 * mbase/MStatusDisplay.cc:
2215 - In EventInfo check whether gPad==0
2216
2217 * mfileio/MReadMarsFile.cc:
2218 - removed reading RunHeaders from PreProcess, this resulted
2219 in strange behaviour of writing RunHeaders
2220 - fixed consistency check for RunType accordingly
2221
2222 * mfilter/MFilterList.cc:
2223 - do not skip adding filter if only a filter with the same name
2224 exists
2225
2226 * mraw/MRawFileRead.cc:
2227 - added an output message if run header is not accessible
2228
2229 * mraw/MRawRunHeader.[h,cc]:
2230 - initialize fRunType to new enum kRTNone
2231
2232 * mfilter/MFGeomag.cc:
2233 - set fResult to kFALSE at the beginning of Process
2234 - according to this removed setting fResult=kFALSE before return
2235 - replaced some float by Float_t
2236 - added some const-qualifiers
2237 - replaced (rig<0.5/pr*R*(r2-r1)+r1) by (rig-r1)*pr<rnd
2238 with rnd = R * (r2-r1)/2 to make sure that we cannot
2239 devide by 0
2240
2241 * manalysis/MPedCalcPedRun.cc:
2242 - added some comments
2243
2244 * Makefile:
2245 - added mjobs
2246
2247 * mjobs/*:
2248 - added
2249
2250 * mbase/Makefile, mbase/BaseLinkDef.h:
2251 - added MRunIter
2252
2253 * mbase/MRunIter.[h,cc]:
2254 - added
2255
2256
2257
2258 2004/01/30: Markus Gaug
2259
2260 * manalysis/MPedestalCam.h
2261 - added function IsUsedHists()
2262
2263 * manalysis/MPedestalCam.cc
2264 - modified GetPixelContent
2265
2266 * manalysis/MPedestalCam.cc, manalysis/MPedCalcPedRun.cc:
2267 - include storage of number of used FADC slices to compare later
2268 the pedestal per slice ( and sigma per slice)
2269 - return relative differences in GetPixelContent
2270
2271 * mcalib/MCalibrationCalc.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc]:
2272 - fBlindPixelId and fPINDiodeId now like in PedestalCam
2273 - fill Blind Pixel with information about its fitted pedestal if
2274 available
2275 - initialize charges histogram with a bigger range
2276 - use pedestal information to constrain the pedestal fit ranges
2277
2278 * manalysis/MHPedestalPixel.cc
2279 - initialize charges histogram with a bigger range
2280
2281 * macros/calibration.C
2282 - SetRange of MExtractSignal to 1,14 (see emails of yesterday)
2283 - apply new GetPixelContents of MPedestalCam (more calculations
2284 and displays of errors, correction for different FADC slice
2285 number)
2286
2287 * manalysis/MExtractSignal.cc
2288 - not access to MArrivalTime any more. The same information is
2289 stored in MRawEvt->GetPixelContent(...)
2290
2291 * manalysis/MCalibrationCalc.cc
2292 - retrieve default arrival time from MRawEvt
2293
2294 * manalysis/MCalibrationBlindPix.cc, manalysis/MCalibrationPix.cc
2295 - check for NaN's in fit results
2296
2297
2298
2299 2004/01/29: Abelardo Moralejo
2300
2301 * mfileio/MWriteFile.h
2302 - added missing declaration of ReInit
2303
2304 * manalysis/MMcCalibrationUpdate.cc
2305 - added call to MCalibrationCam::SetBlindPixelMethodValid(kTRUE)
2306 to adapt to recent changes in MCalibrate.
2307
2308
2309
2310 2004/01/29: Thomas Bretz
2311
2312 * manalysis/MArrivalTime.h, manalysis/MCameraData.h,
2313 manalysis/MCerPhotEvt.h, manalysis/MExtractSignalCam.h,
2314 manalysis/MPedPhotCam.h, manalysis/MPedestalCam.h,
2315 mcalib/MCalibrationCam.h, mcamera/MCameraDC.h,
2316 mraw/MRawEvtData.h, mreflector/MRflEvtData.h:
2317 - split derivement into MParContainer and MCamEvent
2318
2319 * manalysis/MExtractSignalCam.[h,cc]:
2320 - removed obsolete MExtractSignal::ReInit
2321 - added -> to fArray
2322
2323 * mbase/MParList.h:
2324 - added a new bit kIsProcessing
2325
2326 * mbase/MTaskList.cc:
2327 - fixed the handling of kDoNotReset and the bahaviour of
2328 SetReadyToSave, such that it is possible to write all
2329 headers
2330
2331 * mfileio/MWriteFile.cc:
2332 - added ReInit which also calls CheckAndWrite
2333
2334 * mgui/MCamEvent.h:
2335 - does not derive from MParContainer anymore
2336
2337
2338
2339 2004/01/29: Markus Gaug
2340
2341 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
2342 mcalib/MCalibrationConfig.h
2343 - put gkCalibrationBlindPixelId and gkCalibrationPINDiodeId
2344 directly into the corresponding classes.
2345
2346
2347
2348 2004/01/29: Nicola Galante
2349
2350 * mhistmc/MHMcTriggerLvl2.[h,cc]:
2351 - In method MHMcTriggerLvl2::GetHistByName(const TString name)
2352 added string checking to return also
2353 fHistCellPseudoSize, fHistCellPseudoSizeNorm
2354 and fHistCellPseudoSizeEnergy.
2355 - Added inline functions GetHistCellPseudoSize() and
2356 GetHistCellPseudoSizeNorm().
2357
2358
2359
2360 2004/01/28: Javier Rico
2361
2362 * mcalib/MCalibrate.[h.cc]
2363 - include possibility to select the calibration method to be used
2364
2365
2366
2367 2004/01/28: Markus Gaug
2368
2369 * mcalib/MCalibrate.[h.cc]
2370 - corrected Int_t ReInit() to Bool_t ReInit(MParList *pList)
2371
2372 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc]:
2373 - included flags to indicate if Blind Pixel Method or PIn Diode
2374 method was OK. Up to now, program stopped, if one of the two
2375 methods was chosen but not able to being executed.
2376
2377 * manalysis/MArrivalTimeCalc.cc, manalysis/MExtractSignals.cc,
2378 manalysis/MGeomApply.cc:
2379 - put all missing InitSize(npixels) into MGeomApply
2380
2381 * manalysis/MPedCalcPedRun.[h,cc], manalysis/MPedestalCam.[h,cc],
2382 manalysis/MPedestalPix.[h,cc], manalysis/MHPedestalPixel.[h,cc],
2383 manalysis/Makefile, manalysis/AnalysisLinkDef.h:
2384 - include possibility to fit the pedestals with Gaussian.
2385 - old methods are not affected.
2386 - add new method with MPedCalcPedRun::SetUseHists()
2387
2388
2389
2390 2004/01/28: Abelardo Moralejo
2391
2392 * mcalib/MMcCalibration.cc
2393 - fixed wrong variable type in call to TH1F constructor (number of
2394 bins is now integer), which resulted in a compilation warning.
2395
2396
2397
2398 2004/01/28: Thomas Bretz
2399
2400 * manalysis/MPedestalCam.cc:
2401 - removed unwanted CheckBound from operators. CheckBounds is ONLY
2402 ment for really old MC files and will be removed in the future
2403 anyhow.
2404
2405 * mcalib/MHCalibrationPixel.h:
2406 - removed obsolete include of MFFT
2407
2408 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc,
2409 manalysis/MPedestalCam.[h,cc]:
2410 - removed use of obsolete MPedestalCam::CheckBounds. This was
2411 a workaround for a 'bug' in very old camera files, which is not
2412 necessary anymore.
2413
2414 * manalysis/MCerPhotAnal2.[h,cc]:
2415 - replaced MPedestalCam by MPedPhotCam
2416
2417 * manalysis/MExtractSignal.cc:
2418 - some small simplification to the signal extraction
2419 - removed some obsolete variables
2420 - replaced for by while
2421 - removed obsolete casts
2422
2423 * mmain/MEventDisplay.cc:
2424 - gave names to the filters
2425 - removed adding MHCamera to fList because it was deleted twice
2426
2427 * mhist/MHCamera.cc:
2428 - fixed usage of fPainter in Paint() - title was not updated
2429 correctly
2430
2431
2432
2433 2004/01/28: Sebastian Raducci
2434
2435 * manalysis/MArrivalTime.[h,cc]:
2436 - removed all the code relative to the cluster evaluation
2437
2438
2439
2440 2004/01/27: Markus Gaug
2441
2442 * manalysis/MPedestalPix.cc:
2443 - initialize default values to 0 instead of -1.
2444
2445 * manalysis/MPedestalCam.[h,cc]:
2446 - include CheckBounds, also in operator[]
2447
2448 * mcalib/MCalibrationCam.[h,cc]:
2449 - apparently, there was a reference to InitSize(UInt_t i) instead
2450 of InitSize(Int_t i), where compiler complained, now changed
2451
2452 * mcalib/MHCalibration*, mcalib/MCalibration*:
2453 - fixed all Clear()'s, Reset()'s, direct intializers
2454
2455
2456
2457 2004/01/27: Thomas Bretz
2458
2459 * mdata/MDataChain.cc:
2460 - added '%' to supported operators
2461
2462
2463
2464 2004/01/26: Nicola Galante
2465
2466 * manalysis/MMcTriggerLvl2.[cc,h]:
2467
2468 - Defined some static constants to avoid ugly "magic numbers"
2469 in arrays: gsNCells, gsNTrigPixels,
2470 gsNPixInCell, gsNLutInCell, gsNPixInLut, fNumPixCell.
2471 - Added method
2472 MMcTriggerLvl2::GetCellCompactPixel(int cell, MGeomCam *fCam)
2473 which computes compact pixels into a given L2T macrocell.
2474 - Added method
2475 MMcTriggerLvl2::CalcBiggerCellPseudoSize()
2476 which computes fCellPseudoSize, the maximum Pseudo Size into L2T
2477 macrocells
2478 - Added method
2479 MMcTriggerLvl2::GetCellPseudoSize() const
2480 which returns fCellPseudoSize
2481 - Added method
2482 MMcTriggerLvl2::IsPixelInCell(Int_t pixel, Int_t cell),
2483 which controls whether a pixel belongs to a given L2T cell.
2484 - Added method
2485 MMcTriggerLvl2::GetMaxCell() const
2486 which returns fMaxCell, the cell with the maximum
2487 fCellPseudoSize.
2488
2489
2490
2491 2004/01/26: Markus Gaug, Michele Doro
2492
2493 * manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc]:
2494 - moved calculation of arrival time from MArrivalTime to
2495 MArrivalTimeCalc. MArrivalTime does not do any Process-job
2496 anymore
2497 - TSpline5 now on stack.
2498 - function to set the stepsize
2499
2500 * mcalib/MHCalibrationBlindPixel.[h,cc]:
2501 - force mu_{0} in Blind Pixel Fit to be around 0 in fKPoisson4
2502 - implement combined Polya fit and Michele's back-scattered electron
2503 fit
2504
2505 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.cc,
2506 mcalib/MCalibrationPINDiode.cc:
2507 - combine FitChargeHiGain and FitChargeLoGain into one function
2508
2509 * macros/calibration.C
2510 - improve double gauss fit a bit
2511
2512
2513
2514 2004/01/26: Thomas Bretz
2515
2516 * mraw/MRawEvtPixelIter.[h,cc]:
2517 - removed member function GetNumPixels. For more details see mantis.
2518
2519 * manalysis/MArrivalTime.[h,cc]:
2520 - reorganized includes
2521 - fixed InitSize and ClearArray (now Reset) to fit MParContainer
2522 definition
2523 - for the moment removed usage of fPixelChecked - THIS WILL CRASH YOUR
2524 PROGRAM
2525
2526 * manalysis/MArrivalTimeCalc.[h,cc]:
2527 - reorganized includes
2528 - removed many obsolete code, exspecially copy&paste relicts!
2529 - fixed usage of InitSize
2530 - removed CleanArray. Reset() is called automatically before Process()
2531
2532 * manalysis/MExtractedSignalCam.[h,cc]:
2533 - added SetLogStream
2534 - removed obsolete include MGeomCam
2535 - replaced PrintOut by Print
2536 - added const-qualifiers to all Getters
2537 - fixed documentation
2538
2539 * manalysis/MExtractedSignalPix.[h,cc]:
2540 - replaced PrintOut by Print
2541 - fixed documentation
2542
2543 * manalysis/MEventRateCalc.cc, manalysis/MPedCalcPedRun.cc:
2544 - replaced memset by Reset()
2545
2546
2547
2548 2004/01/24: Abelardo Moralejo
2549
2550 * macros/starmcstereo.C
2551 - Added. Example of how to run the analysis chain for MC files
2552 containing simulation of stereo systems of 2 telescopes.
2553
2554 * mcalib/MCalibrate.cc
2555 - Added check that value of signal from MExtractedSignalPix is not
2556 the default (error) value. In such a case, the signal in
2557 MCerPhotEvt is now set to 0. Before, all pixels got very high
2558 values in MCerPhotEvt in case the MRawEvtData object for the
2559 event was missing in the file. This happened in MC files, in
2560 which in some circumstances an event is written without the
2561 pixel information (for instance, when running stereo simulations
2562 the pixel data is missing for non-triggered telescopes, but the
2563 event headers are present).
2564
2565
2566
2567 2004/01/23: Markus Gaug
2568
2569 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractedSignalPix.[h,cc],
2570 manalysis/MArrivalTime.[h,cc], mcalib/MCalibrationBlindPix.h,
2571 mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MCalibrationPINDiode.h,
2572 mcalib/MHCalibrationPINDiode.[h,cc], mcalib/MCalibrationPix.[h,cc],
2573 mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationCalc.[h,cc]:
2574 - use MArrivalTime for Storage (or calculation) of time
2575 in MExtractSignal
2576 - pass from TH1I histos to TH1F for times
2577
2578 * mcalib/MCalibrationBlindPix.h, mcalib/MHCalibrationBlindPixel.[h,cc],
2579 mcalib/MCalibrationPix.[h,cc], mcalib/MHCalibrationPixel.[h,cc],
2580 mcalib/MCalibrationCalc.[h,cc]:
2581 - clean up setters
2582 - pass to bit-fields for all flags
2583
2584 * mcalib/MCalibrationCam.cc
2585 - exclude Blind Pixel from Camera display
2586 - do not fill &val when return kFALSE
2587
2588 * macros/calibration.C
2589 - include functions to exclude the blind pixel,
2590 calculation of times and quality checks
2591
2592
2593
2594 2004/01/23: Abelardo Moralejo
2595
2596 * mcalib/MCalibrate.cc, manalysis/MExtractSignal.cc
2597 - Added support (using AddSerialNumber) for stereo MC files.
2598
2599
2600
2601 2004/01/23: Thomas Bretz
2602
2603 * mbase/MAstro.cc:
2604 - Fixed calculation of MJD. In Ymd2Mjd a plus should be a minus.
2605
2606 * mreport/MReport*.[h,cc]:
2607 - changed all classes to return Int_t instead of Bool_t in
2608 InterpreteBody
2609 - changed MReportFileRead such, that a wrong line results in
2610 skipping the line instead of abort reading.
2611
2612 * manalysis/MExtractSignal.cc:
2613 - do not print information for each pixel - it's too much.
2614
2615 * mbase/MStatusDisplay.cc:
2616 - when reading a status display do not display tabs with
2617 the same name than one which is already existing.
2618
2619 * mcalib/MCalibrate.cc:
2620 - directly store pointer to pixel when setting saturation flag
2621
2622 * mcamera/MCameraDC.cc:
2623 - fixed some comments
2624
2625 * mhist/MHCamEvent.cc:
2626 - fixed a crash when no geometry was available
2627
2628 * mhist/MHCamera.[h,cc]:
2629 - removed obsolete member function SetPix
2630
2631 * mbase/MStatusDisplay.[h,cc]:
2632 - added EventInfo member function
2633 - implemented preliminary redirection of GetObjectInfo to
2634 StatusLine2 -> An own status line for this is missing
2635
2636 * manalysis/MExtractSignal.[h,cc]:
2637 - implemented StreamPrimitive
2638 - changed deafults to be static const data members
2639
2640 * manalysis/MGeomApply.[h,cc]:
2641 - implemented StreamPrimitive
2642
2643
2644
2645 2004/01/23: Abelardo Moralejo
2646
2647 * manalysis/MMcCalibrationUpdate.[h,cc]
2648 - Added check to guarantee that the FADC simulation parameters of
2649 all read files (those used for calibration and those analyzed)
2650 are the same.
2651 - Added missing support for analysis of stereo files.
2652
2653 * mcalib/MMcCalibrationCalc.cc
2654 - Removed obsolete FIXME comment.
2655 - Added missing support for analysis of stereo files.
2656
2657
2658 2004/01/23: Raquel de los Reyes
2659
2660 * macros/CCDataCheck.C
2661 - Added the temperature distribution of the optical links
2662 and the plots of the LV power supplies.
2663 * mcamera/MCameraLV.h
2664 - Added the "Get" functions to access the private data
2665 members of the class.
2666
2667
2668 2004/01/22: Abelardo Moralejo
2669
2670 * manalysis/MMcCalibrationUpdate.[h,cc]
2671 - Now ratio of high to low gain is taken from MCalibrationCam if
2672 it existed previously in the parameter list, instead of being
2673 read again from the MMcFadcHeader. Removed Setter function for
2674 fADC2PhInner, no longer necessary. Fixed error regarding the
2675 pedestal conversion to photons (did not read conversion factor
2676 from preexisting MCalibrationCam object).
2677
2678 * mcalib/MMcCalibrationCalc.cc
2679 - Changed parameters of the histogram, and also the quantity being
2680 histogrammed. Check that input data come from a noiseless camera
2681 file before proceeding to do the calibration. Introduced lower
2682 size in cut for calibration. Now rhe calibration constant is not
2683 calculated from the mean of photons/ADC counts, but from the peak
2684 of the histogram.
2685
2686 * macros/starmc.C
2687 - Introduced new scheme. Now there are two loops over two different
2688 sets of files. First loop calculates the calibration constants,
2689 second one does the analysis. Introduced comments. Now the
2690 histogram used in the light calibration is written to the output
2691 file.
2692
2693
2694
2695 2004/01/22: Thomas Bretz
2696
2697 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrationCam.[h,cc],
2698 mcalib/MCalibrationBlindPix.[h,cc], mcalib/MCalibrationCalc.[h,cc],
2699 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationPINDiode.[h,cc],
2700 mcalib/MCalibrationBlindPixel.[h,cc],
2701 mcalib/MHCalibrationPixel.[h,cc], mcalib/MMcCalibrationCalc.[h,cc],
2702 mcalib/MHCalibrationBlindPixel.[h,cc],
2703 mcalib/MHCalibrationPINDiode.[h,cc]:
2704 - cleaned up includes
2705
2706
2707
2708 2004/01/22: Raquel de los Reyes
2709
2710 * macros/CCDataCheck.C
2711 - macro to check the data from the central control (.rep files).
2712
2713
2714
2715 2004/01/22: Markus Gaug
2716
2717 * macros/calibration.C
2718 - made MStatusDisplay 3 bit smaller
2719
2720 * manalysis/MExtractSignal.cc
2721 - put fSignals->SetUsedFADCSlices into PreProcess
2722
2723 * manalysis/MPedCalcPedRun.cc
2724 - calculate PedRMS as RMS of the sums, later renormalized to units
2725 of RMS/slice (eliminate the wrong effect of odd and even slices)
2726
2727 * mcalib/MCalibrationCalc.cc
2728 - if bit SkipBlindPixelFit is set, now number of photons outside
2729 plexiglass is not intended to be calculated any more (previous
2730 bug)
2731 - exclude excluded pixels in eventloop
2732
2733 * mcalib/MHCalibrationBlindPixel.[h,cc]
2734 - move functions to pointer again (otherwise, Clone will give
2735 strange results)
2736
2737
2738
2739 2004/01/21: Abelardo Moralejo
2740
2741 * mcalib/MMcCalibrationCalc.[h,cc]
2742 - Added. First version of the task intended to calculate the
2743 conversion factors from ADC counts to photons in the MC. It has
2744 a different aim than the recently renamed class
2745 "MMcCalibrationUpdate" (which takes care that the correct
2746 pedestals and conversion factors are supplied to each event, but
2747 does not really calculate anything).
2748
2749 * mcalib/Makefile, CalibLinkDef.h
2750 - Added new class MMcCalibrationCalc
2751
2752 * manalysis/MMcCalibrationUpdate.[h,cc]
2753 - Now the container MCalibrationCam is not created or modified if
2754 it is found that one such container already exists in the
2755 Parameter list (from a previous calibration).
2756
2757
2758
2759 2004/01/21: Thomas Bretz
2760
2761 * mraw/MRawRead.cc:
2762 - restore the fake time for all runs (current time stamp in
2763 the data seems to be toally nonsense)
2764
2765 * mraw/MRawEvtHeader.cc:
2766 - removed decoding of real time (current time stamp in the data
2767 seems to be toally nonsense)
2768
2769
2770
2771 2004/01/21: Abelardo Moralejo
2772
2773 * mmc/MMcEvt.hxx
2774 - Uncommented 6 Getter functions (those regarding the number of
2775 photons surviving the different stages of simulation).
2776
2777 * manalysis/MMcCalibrationUpdate.[h,cc]
2778 - Added (see below).
2779
2780 * manalysis/MMcCalibrationCalc.[h,cc]
2781 - Removed: changed name of this class to MMcCalibrationUpdate,
2782 which is more representative of what it really does. Moved
2783 the filling of the MCalibrationCam container from Process to
2784 ReInit, since it does not change on an event by event basis.
2785 Simplified PreProcess (MCalibrationCam was searched for twice).
2786 Updated class description and comments.
2787
2788 * manalysis/Makefile, AnalysisLinkDef.h
2789 - Adapted to change above
2790
2791 * macros/starmc.C
2792 - Adapted to change above. Changed also task instance name from
2793 mccalibcalc to mccalibupdate.
2794
2795
2796
2797 2004/01/21: Raquel de los Reyes
2798
2799 * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
2800 and mcamera/MCameraCalibration.h
2801 - Added the "Get" functions (e.g GetStatus() for fStatus) to access
2802 the private data members of the class.
2803
2804
2805
2806 2004/01/20: Thomas Hengstebeck
2807
2808 * mranforest/MRanForestCalc.[h,cc]
2809 - Added member functions Grow (training of RF) and Fill (reading in
2810 trained forest from file) which simplify macros.
2811 One just needs to call them instead of using MRanForestGrow and
2812 MRanForestFill (and the related training and fill loops) in a
2813 macro.
2814
2815
2816
2817 2004/01/20: Abelardo moralejo
2818
2819 * manalysis/MMcCalibrationCalc.cc
2820 - removed call to MCalibrationPix::SetPedestal, which was not
2821 needed.
2822
2823
2824
2825 2004/01/20: Thomas Bretz
2826
2827 * Makefile:
2828 - replaced 'make' by '$(MAKE)'
2829
2830 * Makefile.rules:
2831 - added Makefile itself to dependencies
2832
2833 * mbase/MTask.cc:
2834 - added comment about ReInit
2835
2836 * mhbase/MH.cc:
2837 - do not clear pad in DrawClone if 'same' option given
2838
2839 * mhist/MHVsTime.cc:
2840 - evaluate 'same' option
2841
2842 * mfileio/MReadCurrents.[h,cc]:
2843 - obsolete, removed
2844
2845 * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
2846 - added some comments
2847
2848
2849
2850 2004/01/20: Abelardo moralejo
2851
2852 * mcalib/MHCalibrationPINDiode.cc
2853 - Added call to SetDirecory(0) for histograms fHErrCharge,
2854 fHPCharge, fHPTime.
2855
2856 * manalysis/MCerPhotPix.h:
2857 - Changed position of declaration of fIsSaturated to be the last
2858 private variable. Otherwise, since in the constructor it is
2859 initialized in the last place, a warning is displayed upon
2860 compilation in some systems.
2861
2862
2863
2864 2004/01/20: Markus Gaug
2865 * mcalib/Makefile, manalysis/Makefile:
2866 - include directory ../mtools
2867
2868 * mtools/MFFT.[h,cc]
2869 - class inherits from TObject now
2870
2871
2872
2873 2004/01/19: Markus Gaug
2874
2875 * mcalib/MHCalibrationBlindPixel.[h,cc]
2876 - fixed a bug in fFitLegend due to which program crashed by calls
2877 to DrawClone
2878 - Modified way to change the fit function
2879
2880 * mcalib/MHCalibrationPixel.[h,cc]
2881 - reordered function calls
2882 - removed SetupFill
2883
2884 * mcalib/MHCalibrationPINDiode.h
2885 - reordered function calls
2886
2887 * mcalib/MCalibrationPix.[h,cc]
2888 - limits to define fFitValid now as variables in class
2889
2890 * mcalib/MCalibrationCam.[h,cc]
2891 - reordered function calls
2892 - incorporate option to exclude pixels
2893
2894 * mcalib/MCalibrationBlindPix.h
2895 - Modified way to change the fit function
2896
2897 * mcalib/MCalibrationCalc.[h,cc]
2898 - Modified way to change the fit function
2899 - incorporate option to exclude pixels from configuration file
2900
2901 * macros/calibration.C
2902 - Modified way to change the fit function
2903 - incorporate option to exclude pixels from configuration file
2904
2905
2906
2907 2004/01/19: Javier Rico
2908
2909 * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
2910 - Added documentation of member functions
2911
2912
2913
2914 2004/01/19: Abelardo Moralejo
2915
2916 * manalysis/MCerPhotPix.[h,cc]
2917 - Added fIsSaturated to flag whether low gain of the pixel is
2918 saturated. Added corresponding getter and setter functions.
2919 Updated ClassDef to version 2.
2920
2921 * mcalib/MCalibrate.cc
2922 - Set the new saturation flag of MCerPhotPix to kTRUE if at least
2923 one low gain FADC slice is saturated.
2924
2925 * mimage/MNewImagePar.[h,cc]
2926 - Added new member variable fNumSaturatedPixels to count how many
2927 pixels were saturated. Updated ClassDef to version 2.
2928
2929
2930
2931 2004/01/19: Thomas Bretz
2932
2933 * manalysis/MPedPhotCalc.[cc,h]:
2934 - fixed order of includes
2935 - removed obsolete forward declarations
2936 - removed obsolete data member fNumPixels (stored already twice in
2937 the two TArrayF)
2938 - fixed some small bugs in the documentation
2939
2940 * manalysis/MPedCalcPedRun.cc:
2941 - updated my eMail address
2942
2943
2944
2945 2004/01/19: Javier Rico
2946
2947 * macros/dohtml.C, NEWS
2948 - include some missing info
2949
2950
2951
2952 2004/01/19: Abelardo Moralejo
2953
2954 * manalysis/MExtractedSignalPix.h
2955 - added GetNumLoGainSaturated()
2956
2957
2958
2959 2004/01/19: Markus Gaug
2960
2961 * macros/dohtml.C
2962 - include calibration.C
2963
2964 * manalysis/MExtractSignal.cc
2965 - warning of logain saturation now only once per event (out of loop)
2966
2967 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
2968 - new Flag fExcluded to indicate if pixel has been excluded from
2969 further analysis
2970
2971
2972
2973 2004/01/16: Javier Rico & Pepe Flix
2974
2975 * manalysis/MPedPhotCalc.[cc,h]
2976 - added
2977 - new class for the evaluation of pedestals in units of photons
2978 using the extracted signal from pedestal runs and calibration
2979 constants defined in MCalibrate
2980
2981 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
2982 - added entries for MPedPhotCalc
2983
2984 * macros/pedphotcalc.C
2985 - added
2986 - example on how to use MPedPhotCalc task
2987
2988
2989
2990 2004/01/16: Markus Gaug
2991
2992 * mcalib/MCalibrationFits.h
2993 - removed and incorporated in MHCalibrationBlindPixel.h
2994
2995 * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
2996 mcalib/MCalibrationBlindPix.h:
2997 - incorporate Fit functions
2998 - fixed a bug due to which DrawClone crashed when class was used
2999 in a compiled macro
3000
3001 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
3002 mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
3003 mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
3004 mcalib/MHCalibrationPixel.cc:
3005 - fixed the warns and errs in fLog's
3006
3007
3008
3009 2004/01/16: Abelardo Moralejo
3010
3011 * manalysis/MMcCalibrationCalc.cc
3012 - TMath::Max() is no longer used because it did not compile in some
3013 systems for unkown reasons. I replaced it by a safer (and may be
3014 slower) code.
3015 - Added calpix.SetFitValid();
3016
3017 * mhist/MHEvent.cc
3018 - In MHEvent::Fill, fixed: second parameter of SetCamContent must
3019 be 1 in case of RMS:
3020 case kEvtPedestalRMS:
3021 fHist->SetCamContent(*(MCamEvent*)par, 1);
3022
3023
3024
3025 2004/01/15: Abelardo Moralejo
3026
3027 * macros/starmc.C
3028 - Added. Version of star showing new chain to get Hillas
3029 parameters (with Size calibrated in photons) from MC files.
3030
3031
3032
3033 2004/01/15: Javier Rico
3034
3035 * manalysis/MPedCalcPedRun.[h,cc]
3036 - optimize the running time
3037 - add (some) documentation
3038 - correct treatment for the case of several input files
3039
3040 * macros/pedvsevent.C
3041 - added
3042 - draw pedestal mean and rms vs event# for input pixel# and run
3043 file, and compares them to the global pedestal mean and rms
3044
3045
3046
3047 2004/01/15: Raquel de los Reyes
3048
3049 * mhist/MHCamEvent.cc, mhist/MHCamera.cc
3050 - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
3051 functions to compute the estimation of the error of the
3052 mean. It can be done calling to the function
3053 MCamEvent::SetBit(MHCamera::kVariance) in the macro
3054
3055
3056
3057 2004/01/15: Markus Gaug
3058
3059 * mhist/MHCamera.[h,cc]
3060 - incorporate Thomas's changes
3061 - replace void CreateProjection() by TH1D *Projection(const char*)
3062
3063 * macros/calibration.C
3064 - replace MHCamera->Draw("proj") by MHCamera->Projection()
3065 - produce better fits to the projection
3066
3067 * manalysis/MSimulatedAnnealing.[h,cc],
3068 mhist/MHSimulatedAnnealing.[h,cc]:
3069 - moved to directory mtools
3070 - MSimulatedAnnealing now inherits from TObject
3071
3072 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
3073 mhist/Makefile, mhist/HistLinkDef.h:
3074 - removed MSimulatedAnnealing
3075 - removed MHSimulatedAnnealing
3076
3077 * mtools/Makefile, mtools/AnalysisLinkDef.h:
3078 - added MSimulatedAnnealing
3079 - added MHSimulatedAnnealing
3080
3081
3082
3083 2004/01/15: Thomas Bretz
3084
3085 * manalysis/AnalysisLinkDef.h:
3086 - removed MCurrents
3087
3088 * mhist/MHCamera.[h,cc]:
3089 - added member function Projection
3090 - removed fYproj
3091
3092 * mreport/MReport*.*:
3093 - added more comments
3094
3095
3096
3097 2004/01/14: Markus Gaug
3098
3099 * mtools/MFFT.[h,cc]
3100 - new class to perform Fast Fourier Transforms
3101
3102 * mtools/Makefile
3103 * mtools/ToolsLinkDef.h
3104 - include MFFT
3105
3106 * manalysis/MExtractedSignalCam.h
3107 - removed variables fNumHiGainSamples and fNumLoGainSamples
3108 - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
3109
3110 * manalysis/MExtractSignal.cc
3111 - updated call to SetUsedFADCSlices
3112
3113
3114
3115 2004/01/14: Abelardo Moralejo
3116
3117 * manalysis/MMcCalibrationCalc.cc:
3118 - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
3119 This can happen (depending on camera simulation parameters), and
3120 rms = 0 later resulted in the pixel being eliminated in the
3121 image cleaning.
3122
3123
3124
3125 2004/01/14: Thomas Bretz
3126
3127 * Makefile:
3128 - replaced old style Makefile.depend by directory specific
3129 dependancy files
3130
3131 * Makefile.rules:
3132 - changed obsolete '.cc.o' style to newer style '%.o: %.c'
3133 - added rule to make dependency files
3134 - added rule to remove dependancy files.
3135 - added rmdep as prerequisite to clean
3136 - include dependency file
3137
3138 * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
3139 mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
3140 mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
3141 mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
3142 mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
3143 mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
3144 mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
3145 mtools/Makefile:
3146 - removed clean-rule, use the one in Makefile.rules instead
3147
3148 * mreport/Makefile, mreport/ReportLinkDef.h:
3149 - added MReportHelp
3150
3151 * mreport/MReportFileRead.cc:
3152 - moved code from MReportHelp to new file
3153 - removed usage of MReport class completely
3154
3155 * mfilter/MFGeomag.[h,cc]:
3156 - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
3157 - changed the second loop from 0->1151 to 1152->2304
3158 - removed dummy arrays used for reading
3159 - output filename in case of 'file not found'
3160 - removed obsolete data members
3161 - removed obsolete Init function
3162 - removed forbidden underscore from member variable
3163 - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
3164
3165 * mbase/MStatusDisplay.[h,cc]:
3166 - added new member function Open
3167 - added new menu entry kFileOpen
3168 - changed UpdatePSheader algorithm (the old one was much too slow)
3169
3170 * manalysis/MCurrents.[h,cc]:
3171 - removed (old outdated)
3172
3173 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
3174 - removed MCurrents
3175
3176
3177
3178 2004/01/14: Wolfgang Wittek
3179
3180 * macros/ONOFFAnalysis.C:
3181 - current version
3182
3183 * mhist/MHSigmaTheta.[h,cc]:
3184 - replace MPedestalCam by MPedPhotCam
3185
3186 * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
3187 manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
3188 manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
3189 - replace MPedestalCam by MPedPhotCam
3190
3191 * manalysis/MPedPhotPix.[h,cc]
3192 - uncomment SetRms()
3193
3194
3195
3196 2004/01/13: Markus Gaug
3197
3198 * manalysis/MExtractSignal.h
3199 - seems that the reduced light intensity of the CT1 Pulser
3200 results in broader pulses -> Set Default time slices to [3,10]
3201
3202 * mhist/MHCamera.cc
3203 - make Stat Window in option 'proj' bigger
3204 - add comment line at beginning of Draw()
3205
3206 * mcalib/MHCalibrationBlindPixel.[h.cc]
3207 - add Function DrawClone()
3208 - fix bug in calculation of integral (GetIntegral("width"))
3209 - restrict parameters tighter
3210 - declare fit as not valid, if less than 100 events
3211 in single photo-electron peak
3212
3213 * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
3214 - fit now with fixed normalization
3215
3216 * mcalib/MHCalibrationPixel.[h.cc]
3217 - new function IsEmpty()
3218 - Time fit accepted if ChiSquare less than 30. (instead of 20.)
3219
3220 * mcalib/MCalibrationPix.[h.cc]
3221 - F-Factor corrected and added error
3222 - Histograms not fitted if they are empty
3223 - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
3224
3225 * mcalib/MCalibrationCam.cc
3226 - Square Root of Reduced Sigmas not taken, if they are < 0.
3227 - Reduced Sigma / Charge squared replaced by reduced sigma / charge
3228
3229 * mcalib/MCalibrationCalc.cc
3230 - Blind Pixel is not additionally treated as normal pixel any more
3231 - Blind Pixel Draw replaced by DrawClone
3232
3233 * macros/calibration.C
3234 - took out some unused code
3235 - some default axis labelling corrected
3236
3237
3238
3239 2004/01/13: Abelardo Moralejo
3240
3241 * manalysis/MMcPedestalCopy.cc
3242 - added check of whether input file is a MC file before executing
3243 the PreProcess.
3244
3245
3246
3247 2004/01/13: Wolfgang Wittek
3248
3249 * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
3250 - change macro to handle also MC events with finite sigmabar
3251
3252 * manalysis/MPadOn.[h,cc]:
3253 - deleted, is replaced by MPad
3254
3255 * manalysis/MPadOnOFF.[h,cc]:
3256 - deleted, is replaced by MPad
3257
3258 * manalysis/MPad.[h,cc]:
3259 - new class, replacing MPadON and MPadONOFF
3260 - handle also MC events with finite sigmabar
3261
3262 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
3263 - replace MPadON and MPadONOFF by MPad
3264
3265
3266
3267 2004/01/13: Thomas Bretz
3268
3269 * mraw/MRawRunHeader.[h,cc]:
3270 - implemented new member function GetRunTypeStr
3271
3272 * Changelog.03:
3273 - added (contains entries of 2003)
3274
3275 * Changelog:
3276 - removed entries of 2003
3277
3278 * mfilter/MFGeomag.cc:
3279 - simplified open/close of input files
3280
3281 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
3282 - added some comments
3283 - added new member function GetError
3284
3285 * Makefile:
3286 - updated 'make dox' output for convinience
3287
3288 * macros/dohtml.C:
3289 - do not print Info's
3290 - added mcamera
3291 - added mpointing
3292 - added mreport
3293
3294 * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
3295 - removed some obsolete comments (these comments confused THtml)
3296
3297 * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
3298 mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
3299 mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
3300 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
3301 mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
3302 - replaced MPedestalCam by MPedPhotCam
3303 - removed some obsolete includes
3304
3305 * mbase/BaseLinkDef.h, mbase/Makefile:
3306 - added MLogPlugin
3307 - added MLogHtml
3308
3309 * mbase/MLog.[h,cc]:
3310 - added use of plugins
3311
3312 * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
3313 - added
3314
3315 * mbase/MStatusDisplay.[h,cc]:
3316 - added a Save-As dialog
3317
3318
3319
3320 2004/01/12: Thomas Bretz
3321
3322 * macros/rootlogon.C:
3323 - added mcamera to include path
3324 - added mpointing to include path
3325 - added mreport to include path
3326
3327 * mbase/MLog.cc:
3328 - updated my eMail address
3329
3330 * mbase/MParContainer.h:
3331 - added Read member function
3332
3333 * mbase/MStatusDisplay.[h,cc]:
3334 - changed size of ps-paper
3335 - added a user defined bottom line to the ps-files
3336 - added name (currently unused)
3337 - added title (used as possible bottom line in ps-file)
3338
3339 * mraw/MRawRunHeader.cc:
3340 - added some comments
3341
3342 * status.cc:
3343 - set name of input as bottom line of status display
3344
3345
3346
3347 2004/01/12: Abelardo Moralejo
3348
3349 * mimage/MStereoPar.cc
3350 - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
3351 instead of fSourceY = scale2*hillas1.GetMeanY() + ...
3352 Bug had no effect unless scale1 != scale2 (-> telescopes of
3353 different size).
3354
3355
3356
3357 2004/01/12: Markus Gaug
3358
3359 * manalysis/MExtractSignal.[h,cc]
3360 - take out some uncommented code
3361 - replace logainshift by two independent variables:
3362 logainfirst, logainlast
3363 - because in most data, maximum occurs in slice 4, shift default
3364 from slices 4-9 to slices 3-8.
3365
3366 * manalysis/MExtractedSignalPix.[h,cc]
3367 - took out some uncommented code
3368 - new initializers: instead of -1. now 99999.9
3369
3370
3371
3372 2004/01/09: Markus Gaug
3373
3374 * mcalib/MCalibrationCam.[h,cc]
3375 - take out 1-dim histos because we can use
3376 the projections in MHCamera (s.b.)
3377
3378 * mcalib/MHCalibrationBlindPixel.h
3379 - make the fit by default quiet
3380
3381 * mcalib/MHCalibrationPixel.[h,cc]
3382 * mcalib/MCalibrationPix.[h,cc]
3383 - Ranges of time slices stored independently for HiGain and LoGain
3384 in order to allow consecutive checks
3385
3386 * mhist/MHCamera.[h.cc]
3387 - add the possibility to call a Draw("proj") which will
3388 draw a Y-Projection of the histogram
3389
3390 * macros/calibration.C
3391 - apply the drawing of the projections and fit them
3392
3393 * mcalib/MCalibrationCalc.cc
3394 - catch the possibility of a calibration file,
3395 unintendedly being a pedestal or cosmic file.
3396 Program now exits with an error before doing the fits
3397
3398 * mcalib/MCalibrationPix.[h,cc]
3399 - fixed a bug in calculation of fFitValid.
3400 before, a call to IsFitValid() always returned false
3401
3402
3403
3404 2004/01/09: Javier L¢pez
3405
3406 * macros/bootcampstandardanalysis.C
3407 - added new macro that holds the main scheleton discussed in the
3408 december bootcamp in Wuerzburg. It runs first over a pedestal
3409 run, then over a calibration run, again over the pedestal run
3410 to compute de pedestal in number of photons and finally over a
3411 data run to calibrate the data.
3412
3413
3414
3415 2004/01/06: Sebastian Raducci
3416
3417 * manalysis/MArrivalTime.[h,cc]
3418 - added new method to calculate photon arrival times. It uses the
3419 TSpline5 Root Class to interpolate the Fadc Slices. The time is
3420 the abscissa value of the absolute maximum of the interpolation
3421 - added new method to find clusters with similar arrival times.
3422 For now it's a preliminary version. It simply search for adiacent
3423 pixels having the same arrival time (color).
3424
3425 * manalysis/MArrivalTimeCalc.[h,cc]
3426 - modified the Process() method according to the changes in the
3427 Arrival Time Cointainer
3428
3429 * mmain/MEventDisplay.cc
3430 - added new tab in the camera event display to show the arrival
3431 time. This arrival time is calculated with the spline method
3432 - the old Arrival Time pad now it's called Max Slice Idx, because
3433 it's only the index of the slice with the max content.
3434
3435 * mhist/MHEvent.[h,cc]
3436 - added new fType in te enumeration to handle the arrival time
3437 histos
Note: See TracBrowser for help on using the repository browser.