source: trunk/MagicSoft/Mars/Changelog@ 3429

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