source: trunk/MagicSoft/Mars/Changelog@ 3448

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