source: trunk/MagicSoft/Mars/Changelog@ 3479

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