source: trunk/MagicSoft/Mars/Changelog@ 3503

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