source: trunk/MagicSoft/Mars/Changelog@ 3459

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