source: trunk/MagicSoft/Mars/Changelog@ 3426

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