source: trunk/MagicSoft/Mars/Changelog@ 3446

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