source: trunk/MagicSoft/Mars/Changelog@ 3486

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