source: trunk/MagicSoft/Mars/Changelog@ 3481

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