source: trunk/MagicSoft/Mars/Changelog@ 3475

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