source: trunk/MagicSoft/Mars/Changelog@ 3476

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