source: trunk/MagicSoft/Mars/Changelog@ 3454

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