source: trunk/MagicSoft/Mars/Changelog@ 3474

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