source: trunk/MagicSoft/Mars/Changelog@ 3431

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