source: trunk/MagicSoft/Mars/Changelog@ 3514

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