source: trunk/MagicSoft/Mars/Changelog@ 3465

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