source: trunk/MagicSoft/Mars/Changelog@ 3381

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