source: trunk/MagicSoft/Mars/Changelog@ 3470

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