source: trunk/MagicSoft/Mars/Changelog@ 3378

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