source: trunk/MagicSoft/Mars/Changelog@ 3452

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