source: trunk/MagicSoft/Mars/Changelog@ 3506

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