source: trunk/MagicSoft/Mars/Changelog@ 3483

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