source: trunk/MagicSoft/Mars/Changelog@ 3428

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