source: trunk/MagicSoft/Mars/Changelog@ 4736

Last change on this file since 4736 was 4736, checked in by tbretz, 20 years ago
*** empty log message ***
File size: 220.5 KB
Line 
1
2Please do not write behind the end of line tag so that it is possible
3to send a Changelog file to a line printer directly. Thanks.
4
5For your entries please follow EXACTLY this style:
6
7_yyyy/mm/dd:_[Your Name]
8_
9___*_filename:
10_____-_description
11_
12___*_filename2, filename3:
13_____-_description
14_
15_
16_
17
18While an underscore is a placeholder for a white-space or an empty line.
19
20 -*-*- END OF LINE -*-*-
21
22
23 2004/08/26: Thomas Bretz
24
25 * mbase/MMath.cc:
26 - changed calculation of sign of SignificanceLiMaSigned due to
27 bug #131
28
29
30
31 2004/08/25: Thomas Bretz
32
33 * callisto.cc:
34 - updated handling of command line parameters
35 - added MJPedestal in second loop
36 - changed MJ* to support new MJob base class
37
38 * mjobs/JobsLinkDef.h, mjobs/Makefile:
39 - added MJob
40
41 * mjobs/MJob.[h,cc]:
42 - added
43
44 * mjobs/MJCalibrateSignal.[h,cc], mjobs/MJCalibrateSignal.[h,cc],
45 mjobs/MJCalibration.[h,cc], mjobs/MJPedestal.[h,cc]:
46 - derived from MJob
47 - removed obsolete code (which has been moved to MJob)
48
49 * mjobs/MSequence.[h,cc]:
50 - use MDirIter::GetEntries in SetupRuns
51 - implemented raw-file mode
52 - added GetNum*Runs
53
54 * callisto.rc:
55 - fixed
56
57 * showlog.cc, mbase/MTime.cc, mreport/MReportFileReadCC.cc:
58 - some fixes for gcc 2.95.3
59
60 * mbase/MEvtLoop.cc:
61 - allow prefix argument in ReadEnv
62
63 * mbase/MLog.cc:
64 - added options for log-file and html-file
65
66 * mbase/MTaskEnv.[h,cc]:
67 - added comment
68 - implemented dummy/skip-mode
69
70 * mjobs/MJCalibrateSignal.cc:
71 - removed non existance check from reading extractors (MTaskEnv dummy mode!)
72 - small changed to output
73
74 * mjobs/MJCalibration.cc:
75 - added a cast for gcc 2.95.3
76 - allow dummy mode MTaskEnvs
77
78 * mjobs/MJPedestal.[h,cc]:
79 - implemented CheckEnv
80
81 * msignal/MExtractTime.cc:
82 - fixed Print()-output
83
84 * msignal/MExtractTimeFastSpline.[h,cc]:
85 - added ReadEnv
86 - added Print
87
88
89
90 2004/08/25: Wolfgang Wittek
91
92 * mpointing/MPointingPos.h
93 - add member function GetHa()
94
95
96
97 2004/08/24: Thomas Bretz
98
99 * Makefile:
100 - added callisto
101 - added showplot
102 - removed star
103 - removed status
104
105 * merpp.cc:
106 - updated Usage()
107 - use some new feature or MArgs
108
109 * callisto.cc:
110 - a new program to calculate the calibration
111
112 * callisto.rc:
113 - resource file for callisto
114
115 * showplot.cc:
116 - a new program to show data check plots from a file
117
118 * mbase/MArgs.[h,cc]:
119 - added Get*AndRemove with a default argument
120
121 * mbase/MDirIter.[h,cc]:
122 - added Add(MDirIter &)
123
124 * mbase/MEvtLoop.cc:
125 - check for the existance of the resource file
126
127 * mbase/MLog.[h,cc]:
128 - added Usage()
129
130 * mbase/MTaskEnv.cc:
131 - added output in ReInit
132
133 * mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
134 - added Overwrite option
135 - maintained CheckEnv
136 - added InputPath
137
138 * mjobs/MSequence.cc:
139 - added return value to Setup*
140 - added comments
141
142 * mmain/MEventDisplay.cc:
143 - added tab for cleaning data
144
145 * msignal/MExtractFixedWindowPeakSearch.[h,cc]:
146 - added ReadEnv
147 - for consistency renamed fWindowSize* to f*WindowSize
148
149 * msignal/MExtractTimeHighestIntegral.[h,cc]:
150 - added ReadEnv
151
152 * mcalib/MCalibrationRelTimeCalc.cc:
153 - do not write to a log file if logging is not enabled
154 - replaced some arrays by TArrays
155
156 * mjobs/JobsLinkDef.h, mjobs/Makefile:
157 - added MJCalibrateSignal
158
159 * mjobs/MJCalibrateSignal.[h,cc]:
160 - added
161
162 * msignal/MExtractFixedWindow.[h,cc], msignal/MExtractFixedWindowPeakSearch.[h,cc],
163 msignal/MExtractSlidingWindow.[h,cc], msignal/MExtractTime.[h,cc],
164 msignal/MExtractTimeAndCharge.[h,cc], msignal/MExtractTimeHighestIntegral.[h,cc]
165 msignal/MExtractor.[h,cc]:
166 - added Print
167 - added ReadEnv
168 - changed version number to 1
169
170
171
172 2004/08/23: Wolfgang Wittek
173
174 * mtemp/MTelAxisFromStars.[h,cc]
175 - replace MStarLocalCam by MStarCam
176 - replace MStarLocalPos by MStarPos
177
178 * mtemp/MHTelAxisFromStars.[h,cc]
179 - replace MStarLocalCam by MStarCam
180 - replace MStarLocalPos by MStarPos
181
182 * mstarcam/MStarPos.[h,cc]
183 - remove data members containing 'CG' ('correlated Gauss');
184 put results from uncorrelated and correlated Gauss fit
185 into the same area
186
187 * mtemp/MFindStars.h[cc]
188 - changes due to the changes in MStarPos
189 - remove fit with fixed correlation
190
191 * mtemp/MSourceDirections.[h,cc]
192 - changes due to the changes in MStarPos
193
194 * mtemp/findTelAxisFromStars.C
195 - changes due to changes in MTelAxisFromStars and MFindStars
196
197
198
199 2004/08/23: Thomas Bretz
200
201 * mbadpixels/MBadPixelsTreat.[h,cc]:
202 - changed missleading ProcessRMS to ProcessPedestal
203
204 * mfileio/MReadTree.h:
205 - added AddFiles(MDirIter&) which is overloaded by another function
206 which resulted in some trouble
207
208 * mfileio/MWriteRootFile.[h,cc]:
209 - added cd() member function
210
211 * mimage/MHHillas.[h,cc]:
212 - added display of camera on top of MeanXY-plot
213
214 * mraw/MRawSocketRead.h:
215 - added GetFileName()
216
217 * manalysis/MCerPhotEvt.[h,cc]:
218 - added new data member fNumIslands
219 - added new functions (CalcIsland/CalcIslands to calculate islands)
220 - added new member function to sort pixels by index
221 - added island index in GetPixelContent
222 - increased version number
223
224 * manalysis/MCerPhotPix.[h,cc]:
225 - added fIdxIsland data member
226 - overloaded Compare function to be able to sort by pixel index
227 - increased version number
228
229 * mhist/MHEvent.[h,cc]:
230 - added new option for island index
231 - added kEvtCleaningData
232
233 * mimage/MImgCleanStd.[h,cc]:
234 - added island calculation after image cleaning
235 - fixed some output to be consistent
236 - added ReadEnv
237 - updated StreamPrimitive
238 - added new cleaning method (probability cleaning)
239
240 * mimage/Makefile:
241 - added mhist
242
243 * mmain/MEventDisplay.cc:
244 - added display of island index
245 - changed to support files with calibrated data, too
246
247 * mhvstime/MHVsTime.[h,cc]:
248 - implemented the possibility to set a maximum number of points
249
250 * mbase/MParContainer.h:
251 - changed StreamPrimitive to public
252
253 * mcalib/MMcCalibrationCalc.[h,cc]:
254 - added fPar data member (MImagePar) to get number of
255 saturating hi gain pixels
256
257 * mimage/Makefile, mimage/ImageLinkDef.h:
258 - added MImagePar
259 - added MHImagePar
260
261 * mimage/MConcentration.[h,cc]:
262 - removed obsolete destructor
263
264 * mimage/MHillas.[h,cc]:
265 - added a check for island index to calculation
266
267 * mimage/MHillasCalc.cc:
268 - added option kCalcImagePar
269 - added option kCalcHillasSrc
270 - added Print function
271 - added StreamPrimitive function
272 - added resource support (ReadEnv)
273
274 * mimage/MHillasExt.[h,cc]:
275 - added a check for island index to calculation
276 - replaced for-loop by iterator
277
278 * mimage/MHillasSrc.[h,cc]:
279 - changed argument to Calc from pointer to reference
280
281 * mimage/MHillasSrcCalc.[h,cc]:
282 - fixed StreamPrimitive
283 - added some const-qualifiers to data members
284 - adapted to change in MHillasSrc
285
286 * mimage/MNewImagePar.[h,cc]:
287 - moved saturating pixels to new class MImagePar
288 - added a check for island index to calculation
289 - increased version number
290
291 * mpointing/MSrcPosCam.h:
292 - made StreamPrimitive public
293
294 * msignal/MArrivalTime.h:
295 - removed operator()
296 - added operator[] const
297
298 * manalysis/MCameraData.[h,cc]:
299 - added algorithm for 'Probability cleaning'
300
301 * mbase/MMath.[h,cc]:
302 - added GaussProb
303
304 * mjobs/MSequence.h:
305 - added IsValid
306
307
308
309 2004/08/20: Thomas Bretz
310
311 * mjobs/MSequence.[h,cc]:
312 - added path-option to SetupRuns
313
314 * mjobs/MJCalibration.cc, mjobs/MJExtractSignal.cc, MJPedestal.cc:
315 - changed file "UPDATE" to "RECREATE"
316
317 * macros/sql/filldotrbk.C:
318 - removed obsolete output
319
320 * macros/sql/filldotrun.C:
321 - removed obsolete output
322 - updated to support ExcludedFDA-table
323
324 * mbase/MParList.[h,cc]:
325 - added FindTask-member function
326
327 * mcalib/MHCalibrationChargeBlindCam.cc:
328 - fixed a 'comparison between signed and unsigned'
329
330 * mfileio/MRead.h:
331 - added GetFileName()
332 - removed const-qualifier from CheckAndWrite
333
334 * mfileio/MReadMarsFile.cc:
335 - changed some logiing output
336
337 * mfileio/MWriteAsciiFile.[h,cc], mfileio/MWriteFile.[h,cc]:
338 - removed const-qualifier from CheckAndWrite
339
340 * mfileio/MWriteRootFile.[h,cc]:
341 - simplified the constructor by adding Init() function
342 - added ReInit function to support file splitting
343 - added file splitting support (GetNewFileName, ChangeFile)
344 - added new constructor for file splitting
345 - made gsDef* a static member
346 - slight changed to PreProcess to support file-splitting
347 - if file-spliiting is enabled return always kTRUE in IsFileOpen
348 - added many new outputs in case of possible problems
349
350 * mraw/MRawFileRead.[h,cc]:
351 - changed return type of GetFileName()
352
353 * mraw/MRawFileWrite.[h,cc]:
354 - removed obsolete pParList data member
355 - by default write all events to the 'Events' tree
356
357 * msql/MSQLServer.[h,cc]:
358 - enhanced Query function
359
360
361
362 2004/08/19: Marcos Lopez
363
364 * mjobs/MJCalibration.cc:
365 - In the function FindColor(), when looking for the calibration color in
366 the calibration file name, ignore the case, to deal with colors
367 written in capital letters.
368
369
370
371 2004/08/19: Thomas Bretz
372
373 * mastro/MTransCelLocCam.[h,cc]:
374 - renamed to MStarCamTrans and moved to mstarcam
375
376 * mastro/Makefile, mastro/AstroLinkDef.h:
377 - removed MTransCelLocCam
378
379 * mstarcam/Makefile, mstarcam/AstroLinkDef.h:
380 - cleaned up includes in Makefile
381 - added MStarCamTrans
382
383
384
385 2004/08/19: Robert Wagner
386
387 * mtemp/MFindStars.[cc,h], mastro/MAstroCamera.cc,
388 mtemp/MSourceDirections.[cc,h]
389 - Changes to reflect the change of name of MStarPos, MStarCam
390
391
392
393 2004/08/18: Thomas Bretz
394
395 * mbadpixels/MBadPixelsCam.[h,cc]:
396 - implemented function to calculate max cluster sizes
397
398 * macros/sql/filldotrbk.C, macros/sql/filldotrun.C:
399 - added return value
400
401 * mjobs/MJCalibration.cc:
402 - simplified FindColor by 1000% for later move to a new location
403
404 * mpedestal/MPedCalcFromLoGain.cc:
405 - output the range only if it has changed
406
407
408
409 2004/08/18: Wolfgang Wittek
410
411 * mastro/MTransCelLocCam.[h,cc]
412 - new class; allows to calculate for any point (X, Y) in the
413 camera the local (celestial) coordinates if the local
414 (celestial) coordinates are known for some fixed point (X0, Y0)
415 in the camera
416 - for given local (celestial) coordinates of the camera center,
417 the meber function PlotGrid draws the lines of constant theta
418 and phi (and of constant dec and hourangle) onto the camera
419 plane
420
421 * mastro/Makefile, mastro/AstroLinkDef.h
422 - MTransCelLocCam added
423
424 * macros/testMTrans.C
425 - macro to test the class MTransCelLocCam
426
427
428
429 2004/08/17: Markus Gaug
430
431 * msignal/MExtractBlindPixel.[h,cc]
432 - remove fModified which is taken care of in MJCalibration by the
433 correct initialization
434
435 * mcalib/MCalibrationChargeBlindCam.[h,cc]
436 - now a base class for different types of blind pixels cams.
437 - moved fBlindPixels away from pointer, analogue to MGeomCam
438
439 * mcalib/MHCalibrationChargeBlindCam.[h,cc]
440 - updated to new call to GetNumBlindPixels()
441
442 * mcalib/Makefile
443 * mcalib/CalibLinkDef.h
444 * mcalib/MCalibrationChargeBlindCamOneOldStyle.[h,cc]
445 * mcalib/MCalibrationChargeBlindCamTwoNewStye.[h,cc]
446 - new classes deriving from and intializing
447 MCalibrationChargeBlindCam
448
449 * mcalib/MCalibrationChargeBlindPix.[h,cc]
450 - derive from MCalibrationPix instead of MCalibrationChargePix
451 - create possibility to intialize QE's, etc. from outside
452 - fix default to previous behaviour such that old code can still
453 run on old files without changes
454 - create copy function
455
456 * macros/calibration.C
457 - updated macro to use of MCalibrationTestCam
458
459 * mcalib/MCalibrationCam.[h,cc]
460 - comment the static variable gkNumPulserColors
461 - take the pulser color enum and gkNumPulserColors out of the streamer
462 - set the version nr from 3 to 4
463 - Simplify a piece of the code dealing with the ForEach macro
464
465 * mcalib/MCalibrationChargeCam.[h,cc]
466 - removed Init() function which is already fulfilled by the Init()
467 function of MCalibrationCam
468
469 * mcalib/MCalibrationChargeCalc.cc
470 - some changes to the output
471 - call to MCalibrationChargeBlindCam->IsValid() removed
472
473 * mbadpixels/MBadPixelsCam.cc
474 - included kDeviatingNumPhots in GetPixelContent()
475
476 * mjobs/MJCalibration.[h,cc]
477 - some small modifications in the data-check display, discussed
478 with Florian
479 - found that the MFillH for the MHCalibrationChargeBlindCam had
480 been replaced to MHCalibrationChargeBlindPix -> redone
481 - adapted InitBlindPixel() to new classes initializing the right
482 MCalibrationChargeBlindCam's
483
484 * mcalib/MCalibrationTestPix.[h,cc]
485 * mcalib/MCalibrationTestCam.[h,cc]
486 * mcalib/Makefile
487 * mcalib/CalibLinkDef.h
488 - new container class to store results of MCalibrationTestCalc
489 and MHCalibrationTestCam
490
491 * mcalib/MCalibrationTestCalc.[h,cc]
492 - adapted to use of MCalibrationTestCam
493
494 * mcalib/MHCalibrationTestCam.[h,cc]
495 - adapted to use of MCalibrationTestCam
496
497
498
499 2004/08/17: Thomas Bretz
500
501 * mcalib/MCalibrateData.[h,cc]:
502 - unrolled some if-else statements to accelerate the algorithm a
503 bit (it is just the bottelneck of calibrating the signal)
504 - made sure that code which in not needed is not executed in
505 this case
506
507 * mbadpixels/MBadPixelsCam.cc:
508 - unrolled if-else statements in GetPixelContent
509
510 * mcalib/MHCalibrationChargeBlindPix.cc:
511 - commented out unsused variable
512
513 * mjobs/MJCalibration.cc:
514 - some more output when writing the file
515
516 * mjobs/MJPedestal.[h,cc]:
517 - added more resources
518 - added fMaxEvents
519
520 * mraw/MRawEvtPixelIter.[h,cc]:
521 - fixed behaviour or fABFlags in case the array is empty
522 - changed Char_t data member to Byte_t according to change
523 in MRawEvtData
524
525 * mraw/MRawEvtData.[h,cc]:
526 - changed TArrayC data member to MArrayB to get rid of a memory
527 leak which resulted in huge memory usage when reading
528 MRawEvtData
529 - changed version number from 4 to 5
530 - changed size of fABFlag array to a more reasonable size
531 (maxid/8+1)
532
533 * mraw/MRawEvtHeader.[h,cc]:
534 - implemeted Getter for calibration pattern
535
536 * mhbase/MHMatrix.[h,cc], mranforest/MRanTree.cc,
537 mtools/MHSimmulatedAnnealing.h, mtools/MSimmulatedAnnealing.h:
538 - changed to compile with root-4.00/08
539
540 * mpedestal/MPedCalcFromLoGain.[h,cc]:
541 - changed SetDumpEvents to SetNumEventsDump to fit roots naming
542 convention
543 - fixed crashes in case nothing has beendone
544 - do not process abflag if it is not existing
545 - for the moment do no call to ReCalc in Process
546 - added some const-qualifiers
547
548 * mhist/MHCamera.h:
549 - changed the definition of FetMinimum/GetMaximum such that
550 it compiles with root 4.00/08
551
552
553
554 2004/08/17: Robert Wagner
555
556 * mstarcam, mstarcam/Makefile, mstarcam/StarcamLinkDef.h,
557 mstarcam/StarcamIncl.h, macros/dohtml.C, macros/rootlogon.C
558 - Added directory mstarcam for holding all classes related to
559 studies of stars
560
561 * mstarcam/MStarPos.[cc,h], mstarcam/MStarCam.[cc,h],
562 mstarcam/StarcamLinkDef.h, mstarcam/Makefile, Makefile
563 - moved mtemp/MStarLocalPos.[cc,h], mtemp/MStarLocalCam.[cc,h]
564
565 * mastro/MAstroCamera.cc, mtemp/MFindStars.[cc,h],
566 mtemp/MSourceDirections.[cc,h]
567 - changed references to MStarLocalPos to MStarPos
568
569
570
571 2004/08/16: Thomas Bretz
572
573 * mcalib/MCalibrateData.[h,cc]:
574 - change to support also 'No calibration of data'
575 - removed obsolete dependancie on *'FromData' containers
576
577 * mcalib/MCalibrateData.[h,cc], mbadpixels/MBadPixelsCalc.[h,cc]:
578 - added member function ReadEnv
579
580 * mbase/MTime.[h,cc]:
581 - added new member function SetStringFmt
582
583 * mcalib/MHCalibrationChargeBlindPix.cc:
584 - removed unused variable
585
586 * mcalib/MHCalibrationChargeBlindPix.cc:
587 - removed unused variable
588
589
590
591 2004/08/16: Markus Gaug
592
593 * mcalib/MHCalibrationCam.cc
594 - add a criterion to stop the Finalize() if both fHiGainArray
595 and fLoGainArray have not been expanded.
596 - replace two gLog by *fLog
597 - add the pulser color (needed for the datacheck histograms)
598 - some modifications in the data-check display, discussed with Florian
599
600 * mjobs/MJCalibration.[h,cc]
601 - some small modifications in the data-check display, discussed
602 with Florian
603
604 * mcalib/MHGausEvents.[h,cc]
605 - make fSaturated Int_t and set to 0 in the Clean() function
606
607 * mcalib/MHCalibrationChargePix.[h,cc]
608 - remove the Clean() function
609
610 * mbadpixels/MBadPixelsPix.h
611 * mbadpixels/MBadPixelsCam.cc
612 - new functions GetUnsuitableCalibration() and
613 GetUnreliableCalibration() to denote the reason for unsuitability
614 and unreliability.
615 - in GetPixelContent flags 6 and 7.
616 - will be used for the datacheck display
617
618
619
620 2004/08/14: Markus Gaug
621
622 * msignal/MExtractor.cc:
623 - documented data members
624 - included default for SetNamePedContainer()
625
626 * mjobs/MJPedestal.[h,cc]
627 - some small modifications in the data-check display, discussed
628 with Florian
629
630
631
632 2004/08/13: Thomas Bretz
633
634 * macros/readraw.C:
635 - updated to get it working with MC data
636
637 * mbase/MTaskEnv.cc:
638 - fixed a typo
639
640 * mcalib/MCalibrationChargeCalc.[h,cc],
641 mcalib/MHCalibrationCam.[h,cc]:
642 - added ReadEnv
643 - changed some output slightly to match into a typical
644 80-column console
645
646 * mjobs/MJCalibration.[h,cc]:
647 - changed to support Sequences
648 - added SetEnv
649 - added possibility to change extractors from a resource file
650 - put MBadPixelsMerge into the tasklist - for strange reasons
651 it was missing
652
653 * mjobs/MJPedestal.[h,cc]:
654 - fixed the output name for sequences
655 - added possibility to set output from resource file
656
657 * mpedestal/MPedCalcFromLoGain.[h,cc]:
658 - changed handling of sanity check for setup
659 - removed obsolete variables
660 - changed output slightly to fit into a typical 80-column
661 console
662 - added some sanity checks to PostProcess
663 - added some info-output to PostProcess
664 - calculate a mean number of total events
665 - call ReCalc to calc mean values of sectors and areas
666
667 * mpedestal/MPedCalcPedRun.[h,cc]:
668 - changed to use ReCalc instead of doing the calculation itself
669 for convinience I left the old code as a comment inside -
670 will be removed later
671
672 * mpedestal/MPedPhotCam.[h,cc]:
673 - slight changes in ReCalc
674
675 * mpedestal/MPedestalCam.[h,cc]:
676 - added ReCalc function (maily taken from PedPhotCamReCalc)
677
678 * mpedestal/MPedestalPix.h:
679 - added Getter for fNumEvents
680
681 * mraw/MRawEvtHeader.[h,cc]:
682 - started adding support for calibration pattern. Please don't
683 take the current implementation to serious
684
685
686
687 2004/08/12: Hendrik Bartko
688
689 * msignal/MExtractor.cc:
690 - corrected the setting of AddSerialNumber for Find(Create)Object
691
692 * msignal/MExtractTime.cc:
693 - corrected the setting of AddSerialNumber for FindObject
694
695 * mbadpixels/MBadPixelsCalc.cc
696 - corrected the setting of AddSerialNumber for FindObject
697
698 * mbadpixels/MBadPixelsTreat.cc
699 - corrected the setting of AddSerialNumber for FindObject
700
701 * mimage/MImgCleanStd.cc
702 - corrected the setting of AddSerialNumber for FindObject
703
704
705
706 2004/08/12: Markus Gaug
707
708 * msignal/MExtractBlindPixel.[h,cc]
709 - Set the method from outside
710 - unified the defaults to new blind pixels
711
712 * mjobs/MJCalibration.[h,cc]
713 - implementation of MHCalibrationChargeCam
714
715 * mcalib/MHCalibrationChargeBlindPix.[h,cc]
716 - adapt Draw() and DrawLegend() for the datacheck display
717
718 * mcalib/MHCalibrationChargeBlindCam.[h,cc]
719 - new member function fFitFunc, can be set from outside and is
720 further passed onto the MHCalibrationChargeBlindPix's
721
722 * mcalib/MHCalibrationChargeCalc.[h,cc]
723 - improved readability of output
724 - set default fPheErrLimit to 4.5 sigma
725
726 * mcalib/MCalibrateData.[h,cc]
727 - give defaults to the Setter functions
728 - change default calibration mode from blindpixel to ffactor
729 - change exclusion of bad pixels from unsuitable run to unsuitable.
730 - some cosmetic changes
731 - remove fNumHiGainFADCSamples and fNumLoGainFADCSamples as
732 data members
733 - remove fConversionHiLo which is not used in the class
734 - write a StreamPrimitive()
735
736
737 2004/08/12: Thomas Bretz
738
739 * mreport/MReportFileReadCC.cc:
740 - fixed a bug in CheckFileHeader which caused a condition to
741 be wrongly evaluated
742
743 * mbase/MStatusDisplay.cc:
744 - small modification to postscript output
745
746 * showlog.cc:
747 - added
748
749 * Makefile:
750 - added showlog
751
752 * macros/sql/filldotrbk.C, macros/sql/filldotrun.C:
753 - update of comments
754
755 * mbase/MEvtLoop.cc:
756 - first interprete environment for fLog
757
758 * mbase/MEvtLoop.[h,cc], mbase/MParContainer.[h,cc],
759 mbase/MParList.[h,cc], mbase/MTaskList.[h,cc],
760 mfileio/MRead.[h,cc], mhbase/MHMatrix.[h,cc],
761 mpedestal/MPedCalcFromLoGain.[h,cc],
762 mpedestal/MPedCalcFromPedRun.[h,cc],
763 msignal/MExtractor.[h,cc]:
764 - changed type of ReadEnv from Bool_t to Int_t
765
766 * mbase/MLog.cc:
767 - fixed ReadEnv
768
769 * mbase/MParContainer.[h,cc]:
770 - added TestEnv
771
772 * mbase/MParList.cc, mbase/MTaskList.cc:
773 - moved some code to MParContainer::TestEnv
774
775 * mbase/Makefile, mbase/BaseLinkDef.h:
776 - added MTaskEnv
777
778 * mhist/MHCamera.cc:
779 - removed some output (Draw function don't write something
780 to the console) - it is displayed anyhow
781 - added some SetBorderMode(0)
782
783 * mjobs/JobsLinkDef.h, mjobs/Makefile:
784 - added MSequence
785
786 * mjobs/MJPedestal.[h,cc]:
787 - changed to allow a sequence as input
788 - changed to allow setting up the extractor from a TEnv
789
790 * mpedestal/MPedCalcFromLoGain.[h,cc]:
791 - moved a common block of code to a new Calc function
792 - fixed ReadEnv
793
794 * mpedestal/MPedCalcPedRun.cc, msignal/MExtractor.cc:
795 - fixed ReadEnv
796
797 * mraw/MRawCrateData.cc:
798 - updated Print()
799
800 * mraw/MRawFileRead.h:
801 - added default to first constructor argument
802
803
804
805
806 2004/08/12: Hendrik Bartko
807
808 * msignal/MExtractor.[h,cc]:
809 - add SetNamePedContainer to set the name of the pedestal
810 container
811
812 * msignal/MExtractTime.[h,cc]:
813 - add SetNamePedContainer to set the name of the pedestal
814 container
815
816 * mbadpixels/MBadPixelsCalc.[h,cc]
817 - add SetNamePedPhotContainer to set the name of the pedphot
818 container
819
820 * mbadpixels/MBadPixelsTreat.[h,cc]
821 - add SetNamePedPhotContainer to set the name of the pedphot
822 container
823
824 * mimage/MImgCleanStd.[h,cc]
825 - add SetNamePedPhotContainer to set the name of the pedphot
826 container
827
828
829
830 2004/08/12 : Wolfgang Wittek
831
832 * manalysis/MSourcPosFromStarPos.[h,cc]
833 - replace MMcEvt by MPointingPos
834
835 * manalysis/MSigmabarCalc.[h,cc]
836 - replace MMcEvt by MPointingPos
837
838 * manalysis/MSigmabar.[h,cc]
839 - in member function Calc() return fSigmabarInner,
840 not fSigmabar
841 - update comments
842 - sigmabar is the sqrt of the average (pedRMS^2/area)
843
844 * manalysis/MPad.[h,cc]
845 - replace MMcEvt by MPointingPos
846 - remove bugs
847
848 * mfilter/MFSelBasic.[h,cc]
849 - replace MMcEvt by MPointingPos
850
851 * mfilter/Makefile
852 - add -I../mpointing
853
854 * mhist/MHSigmaTheta.[h,cc]
855 - replace MMcEvt by MPointingPos
856 - replace 'MCerPhotPix cerpix' by 'MCerPhotPix &cerpix'
857 - add plot "Sigmabar(Outer) versus Theta"
858
859 * macros/ONOFFAnalysis.C
860 - Job A : got the padding working, work in progress
861
862
863
864 2004/08/11: Hendrik Bartko
865
866 * mcalib/MCalibrateData.[h,cc]:
867 - add SetPedestalType to choose whether to calibrate the pedestal
868 for each run or each event
869 - add EnablePedestalType to enable to calibrate the pedestal for
870 each run or each event
871 - add DisablePedestalType to disable to calibrate the pedestal for
872 each run or each event
873 - add TestFlag test whether to do the run and / or event pedestal
874 calculation
875 - add SetNamePedADCRunContainer to change name of pedestal input
876 container for run pedestals
877 - add SetNamePedADCEventContainer to change name of pedestal input
878 container for event pedestals
879 - add SetNamePedPhotRunContainer to change name of pedestal output
880 container for run pedestals
881 - add SetNamePedPhotEventContainer to change name of pedestal output
882 container for run pedestals
883 - add CalibratePedestal, function to calibrate the chosen pedestal
884 - added the calibration types kFlatCharge, kDummy as in MCalibrate
885
886 * mbadpixels/MBadPixelsCalc.cc:
887 - in MBadPixelsCalc::Process() called the MPedPhotCam::ReCalc to
888 calculate the mean values of the pedestal and RMS for the areas
889 and sectors of the camera.
890
891
892
893 2004/08/10: Thomas Bretz
894
895 * mreport/MReportFileReadCC.[h,cc]:
896 - added
897
898 * mreport/Makefile, mreport/ReportsLinkDef.h:
899 - added MReportFileReadCC
900
901 * mreport/MReport*.[h,cc]:
902 - prpagate file version number to all Interpreters
903
904 * merpp.cc:
905 - added new commandline options to support different CC files
906 - changed help-output
907 - temporarily removed SQL option
908
909 * readraw.cc:
910 - a small fix (a '.' was missing)
911
912 * mraw/MRawEvtData.cc:
913 - fixed bug in Print
914
915 * manalysis/MGeomApply.cc:
916 - changed to Init all MCamEvents in the parlist
917
918 * mbase/MParList.[h,cc]:
919 - added a cast operator to TIterator*
920 - check whether a automatic created class inherits from MParConatiner
921
922 * mgui/MCamEvent.[h,cc]:
923 - added Init
924 - added InitSize
925
926 * mmc/MMcTrig.cxx:
927 - added a new option to Print()
928
929 * mraw/MRawEvtData.[h,cc], mraw/MRawEvtHeader.[h,cc],
930 mraw/MRawFileRead.cc, mraw/MRawSocketRead.cc
931 - changed Init() to InitRead()
932
933 * msignal/MArrivalTime.[h,cc]:
934 - changed argument of InitSize according to MCamEvent
935
936 * msql/MSQLServer.[h,cc]:
937 - small changes to interface
938
939 * mimage/MHillasCalc.[h,cc]:
940 - changed names of TString data members
941
942
943
944 2004/08/10: Robert Wagner
945
946 * mreport/MReportCamera.[h,cc]
947 - added function InterpreteHOT which interprete the HOT* part of
948 the report. The variable HVs_modified_by_HOT_Pixels is
949 extracted, but not yet written in the corresponding MARS
950 parameter container
951
952
953
954 2004/08/10: Markus Gaug
955
956 * mcalib/MCalibrationTestCalc.[h,cc]
957 - added calculation and output of maximum not-interpolatable
958 cluster.
959
960 * macros/bootcampstandardanalysis.C
961 - added MBadPixelsTreat
962
963
964 * mcalib/MCalibrate.cc
965 - implemented different way to calculate error of signal
966 in method kFlatCharge (as discussed with Keiichi).
967
968
969
970 2004/08/10: Florian Goebel
971
972 * mpedestal/MPedCalcFromLoGain.[h,cc]
973 - add SetPedContainerName() to change name
974 of output container
975 - fix bug affecting behaviour when running twice
976 over the same run
977 - change format of "Format"
978 - change default value for fgMaxHiGainVar to 40
979
980
981
982 2004/08/10: Nadia Tonello
983
984 * mbadpixels/MBadPixelsTreat.[h,cc]
985 - replaced flag SetSloppyTreatment() with SetHardTreatment()
986 Now the default behaviour consists on treating only the
987 unsuitable pixels, and not also the ureliable, as it was
988 before. If you want to keep on treating both unsuitable and
989 unreliable pixels, please set the new flag on in your macro.
990
991 * mjobs/MJExtractCalibTest.cc
992 - removed line containing SetSloppyTreatment()
993
994
995
996 2004/08/10: Thomas Bretz
997
998 * mpedestal/MPedestalPix.[h,cc]:
999 - as discussed removed fValid
1000
1001 * mpedestal/MPedCalcFromPedRun.[h,cc],
1002 mpedestal/MPedCalcFromLoGain.[h,cc]:
1003 - removed dependancy on MBadPixelsCam
1004
1005 * mastro/MAstro.[h,cc]:
1006 - implemented GetMoonPeriod
1007 - implemented GetMoonPhase
1008
1009 * mbase/MTime.cc:
1010 - Fixed a floating point problem in Set(&tv)
1011 - added GetDateOfSunrise
1012
1013
1014
1015 2004/08/09: Markus Gaug
1016
1017 * mcalib/MHGausEvents.[h,cc]
1018 - added function IsOnlyOverflow()
1019
1020 * mcalib/MHCalibrationChargeBlindCam.[h,cc]
1021 - put default arguments in the Clone() and the Draw() function
1022 (needed by e.g. TObject::DrawClone())
1023 - added name and title to the class (was forgotten)
1024
1025 * mjobs/MJPedestal.[h,cc]
1026 - set the possibility to have the datacheck display with the
1027 function SetDataCheckDisplay()
1028
1029
1030
1031 2004/08/09: Wolfgang Wittek
1032
1033 * mtemp/MStarLocalCam.[h,cc], mtemp/MStarLocalPos.[h,cc]
1034 - new variables added for the fit of a 2dim Gaussian with
1035 correlations
1036 - the corresponding Set and Get functions were added
1037 - the Paint function was extended correspondingly
1038
1039 * mtemp/MTelAxisFromStars.[h,cc]
1040 - new class (task) which determines the source position from star
1041 positions in the camera
1042
1043 * mtemp/MHTelAxisFromStars.[h,cc]
1044 - new class (container); produce plots for MTelAxisFromStars
1045
1046 * mtemp/MSkyCamTrans.[h,cc]
1047 - new class (task) ; container holding the parameters for the
1048 transformation from sky coordinates (projected onto the camera)
1049 to camera coordinates
1050
1051 * mtemp/Makefile, mtemp/TempLinkDef.h
1052 - MTelAxisFRomStars added
1053 - MHTelAxisFromStars added
1054 - MSkyCamTrans added
1055
1056 * mtemp/findTelAxisFromStars.C
1057 - new macro: extended version of findstars.C
1058 (in mtemp/mifae/macros/)
1059 - call to MTelAxcisFromStars and MHTelAxisFromStars
1060 was added
1061
1062 * mtemp/MFindStars.[h,cc]
1063 - add correlated Gauss fit
1064
1065
1066
1067 2004/08/06: Markus Gaug
1068
1069 * mcalib/MCalibrationTestCalc.[h,cc]
1070 * mcalib/Makefile
1071 * mcalib/CalibLinkDef.h
1072 - new class to retrieve the results of MHCalbirationTestCam
1073 - outputs the results of the bad pixels interpolation and the
1074 new relative flat-fielding of the camera.
1075
1076 * mjobs/MJExtractCalibTest.cc
1077 - uncomment (and use) the interpolation of bad pixels
1078 - use the class MCalibrationTestCalc
1079
1080 * mcalib/MHCalibrationChargeLoGainPix.cc
1081 - increase the default upper histogram limits for the
1082 large extraction windows.
1083
1084 * msignal/MExtractor.cc
1085 - fixed a bug in one possible output using Form()
1086 which produced a segm.violation in that case.
1087
1088 * mcalib/MHCalibrationTestCam.cc
1089 - adapt class for the interpolation of pixels.
1090
1091 * mcalib/MCalibrationChargeCalc.cc
1092 - fixed a small bug in the calculation of average number of
1093 photo-electrons
1094
1095
1096 2004/08/06: Nadia Tonello
1097
1098 * mimage/MImgCleanStd.cc:
1099 - in the Process, the Step3 (that checks the boundary pixels)
1100 is skipped when no action is espected, i.e. if lvl1 <= lvl2.
1101 This will accelerate the cleaning process in such cases.
1102
1103 * mbadpixels/MBadPixelsCalc.[h,cc]:
1104 - removed dependence on MSigmabar
1105
1106
1107
1108 2004/08/05: Thomas Bretz
1109
1110 * mastro/MAstroCatalog.[h,cc]:
1111 - changed return type of AddObject to Bool_t
1112 - changed Reading member function to use AddObject
1113
1114 * msignal/MArrivalTime.h:
1115 - Added missing ClassDef
1116
1117 * mhist/MHEvent.h:
1118 - Removed strange MCameraSignal
1119
1120
1121
1122 2004/08/05: Robert Wagner
1123
1124 * mastro/MAstroCatalog.[h,cc]
1125 - Added MAstroCatalog::AddObject, functionality to insert single
1126 objects manually; needed for mtemp/mmpi/MSourceDirections
1127
1128
1129
1130 2004/08/05: Thomas Bretz
1131
1132 * manalysis/MGeomApply.cc, mimage/MCameraSmooth.[h,cc]:
1133 - removed dependancy on MBlindPixel
1134
1135 * macros/sql/readrbk.C, msql/MSQLServer.cc:
1136 - fixed some memory leaks - the result of TSQLServer::Query
1137 must be deleted
1138
1139 * mbase/MTaskInteractive.cc:
1140 - added some comments
1141
1142 * mmain/MBrowser.cc:
1143 - fixed a bug which caused '/data/MAGIC' not to be shown in
1144 the dir-list
1145
1146 * mmc/MMcEvt.hxx:
1147 - added some more particle ids
1148
1149 * msql/MSQLServer.[h,cc]:
1150 - some improvements to the user interface
1151
1152 * macros/sql/filldotrun.C:
1153 - added
1154
1155
1156
1157 2004/08/04: Markus Gaug
1158
1159 * msignal/MExtractFixedWindowSpline.cc
1160 - replaced delete's of the array by a delete [].
1161
1162 * mjobs/MJCalibration.cc
1163 - replaced default time extractor by MExtractTimeFastSpline
1164
1165 * mbadpixels/MBadPixelsPix.cc
1166 - updated the class description
1167
1168
1169
1170 2004/08/04: Thomas Bretz
1171
1172 * manalysis/MBlindPixels.[h,cc], manalysis/MBlindPixelCalc.[h,cc],
1173 manalysis/MBlindPixelCalc2.[h,cc]:
1174 - as discussed some weeks ago the classes have been removed
1175
1176 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1177 - removed the MBlind* entries
1178
1179 * star.cc, mmain/MEventDisplay.cc, mmain/MOnlineDisplay.cc,
1180 mmain/MAnalysis.cc, mfileio/MCT1ReadPreProc.[h,cc]:
1181 - removed usage of MBlind*
1182 - MBadPixel* TO BE ADDED
1183
1184 * merpp.cc:
1185 - moved interpretation of command line options to MLog
1186 - added a check for unknown options
1187
1188 * manalysis/MCameraData.[h,cc]:
1189 - added some comments
1190 - fixed some errors in the documentation
1191 - changed ClassDef to 1
1192 - changed the new algorithms such that any number of different
1193 pixel-sizes are supported
1194 - small modifications to the sanity checks
1195
1196 * mbadpixels/MBadPixelsTreat.h:
1197 - fixed the argument type of SetNumMinNeighbors
1198
1199 * mbase/MArgs.cc:
1200 - comment updated
1201
1202 * mbase/MEvtLoop.cc:
1203 - added reading and writing of fLog environment
1204
1205 * mbase/MLog.[h,cc]:
1206 - added Reading and writing Environment (ReadEnv, WriteEnv)
1207 - added a function to setup MLog from command line arguments
1208
1209 * mbase/MTaskInteractive.[h,cc]:
1210 - added an example
1211
1212 * mbase/MTime.cc:
1213 - added a warning for the SetTimeFormat usage
1214
1215 * mimage/MImgCleanStd.[h,cc]:
1216 - some updates to the old comments
1217 - NEW COMMENTS FOR SCALED CLEANING STILL MISSING!
1218 - implemented scaled image cleaning
1219 - replaced usage of MSigmabar by MPedPhotCam for democratic cleaning
1220
1221 * manalysisct1, manalysisct1/Makefile,
1222 manalysisct1/AnalysisCT1LinkDef.h:
1223 - new
1224
1225 * manalysis/MCT1*, mfileio/structures.h, mfileio/MCT1Read*.[h,cc]:
1226 - moved to new directory manalysisct1
1227
1228 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1229 - updated
1230 - removed MPad because long time ago changed discuseed were not made
1231 (it doesn't compile anymore, because MBlindPixels is missing now)
1232
1233 * mfileio/Makefile, mfileio/FileIOLinkDef.h:
1234 - updated
1235
1236 * mbase/MLog.cc:
1237 - added missing kMustCleanup bit of fPlugins
1238
1239 * mbadpixels/MBadPixelsPix.h:
1240 - added easier access to the information whether a pixel is unsuitable
1241 or unreliable
1242
1243 * mbadpixels/MBadPixelsTreat.[h,cc]:
1244 - added SloppyTreatment
1245
1246
1247
1248 2004/08/03: Hendrik Bartko
1249
1250 * manalysis/MCameraData.[h,cc]
1251 - Added new function CalcCleaningLevel2 to take into account that
1252 the pedestal RMS does not scale with the inverse square root of
1253 the pixel area for the calculation of the cleaning levels.
1254 - Added new function CalcCleaningLevelDemocratic. It calculates
1255 the cleaning levels for the democratic image cleaning directly
1256 from the average values of MPedPhotCam instead of using
1257 MSigmabar.
1258
1259
1260
1261 2004/08/03: Thomas Bretz
1262
1263 * macros/sql:
1264 - new directory
1265
1266 * macros/sql/readrbk.C:
1267 - new macro
1268
1269 * mjobs/MJExtractSignal.cc:
1270 - fixed missing initialisation of fExtractor, fExtractorTime
1271
1272
1273
1274 2004/07/30: Robert Wagner
1275
1276 * mastro/MAstroCamera.[h,cc]
1277 - Added method FillStarList() which fills a TList with objects
1278 of type MStarLocalPos for all stars found from the catalog
1279 matching specified criteria (FOV, magnitude limit, position)
1280 - Lines involving MStarLocalPos have been commented out for
1281 the time being since MStarLocalPos is not part of standard
1282 MARS yet!
1283
1284 * mtemp/MStarLocalPos.[h,cc]
1285 - Added handling of the minuit error matrix elements to
1286 MStarLocalPos::MSetFitValues
1287 - Added member variables to hold error matrix elements
1288 - Added getters for error matrix elements
1289 - Expected star position is painted by Paint, too.
1290 - Error matrix elements are printed by Print, too.
1291
1292
1293
1294 2004/07/28: Javi Lopez
1295
1296 * mhist/MHCamera.[h,cc]
1297 - Added new argument to CntCamContent() funtion to select to count
1298 the events above or bellow a certain discriminator level.
1299
1300
1301
1302 2004/07/20: Florian Goebel
1303
1304 * mpedestal/MPedestalPix.[h,cc]
1305 - added:
1306 + fPedestalABoffset: difference between pedestal mean of odd slices
1307 and the total pedestal mean (fPedestal)
1308 + fNumEvents: number of times, the Process was executed
1309 (to estimate the error of pedestal)
1310
1311 * mpedestal/MPedestalCam.cc
1312 - calculate error using pixel vise fNumEvents
1313
1314 * mpedestal/MPedCalcFromLoGain.[h,cc]
1315 * mpedestal/Makefile
1316 * mpedestal/PedestalLinkDef.h
1317 - added class which calculates pedestal values from the low gain
1318 slices of a data run
1319 - it also calculates the ABoffset values and fills MPedestalPix
1320 accordingly
1321
1322 * macros/ScanPulseABPed.C
1323 - macro plotting the pulse shape using MPedCalcFromLoGain
1324 and correcting for the AB 150 MHz clock noise.
1325
1326 * msignal/MExtractSignalABcorr.[h,cc]
1327 * msignal/Makefile
1328 * msignal/SignalLinkDef.h
1329 - example for signal extractor class similar to MExtractSignal
1330 correcting for ABoffset which allows to use odd number of slices
1331
1332 * macros/ScanExtractSignalABCorr.C
1333 - macro using MExtractSignalABcorr
1334
1335
1336
1337 2004/07/16: Markus Gaug
1338
1339 * msignal/MExtractFixedWindowSpline.cc
1340 - replace the delete's by delete [].
1341
1342 * mcalib/MHCalibrationChargeCam.cc
1343 - remove some obsolete commented code
1344
1345 * mcalib/MHCalibrationChargeBlindPix.[h,cc]
1346 - derive only from MHGausEvents and not additionally from
1347 MHCalibrationChargePix
1348 - Additional setter for MCalibrationChargeBlindPix, used by
1349 MHCalibrationChargeBlindCam
1350 - Getter for fSinglePheCut
1351 - adapted Draw for the "datacheck" option
1352 - use variable histogram range depending on whether amplitude
1353 or integral has been extracted
1354
1355 * mcalib/MCalibrationChargeBlindCam.[h,cc]
1356 * mcalib/MHCalibrationChargeBlindCam.[h,cc]
1357 * mcalib/Makefile
1358 * mcalib/CalibLinkDef.h
1359 - two new classes for the treatment of various blind pixels in the
1360 camera
1361
1362 * mcalib/MCalibrationChargeCalc.[h,cc]
1363 - adapted to use of various blind pixels
1364
1365
1366
1367 2004/07/15: Markus Gaug
1368
1369 * mcalib/MHCalibrationChargeCam.[h,cc]
1370 - hard coded the reference lines for the DataCheck Display.
1371 Should be faster and easier to read than the TArrayF's.
1372
1373 * mcalib/MCalibrationChargeCalc.[h,cc]
1374 - removed obsolete pointer to MEvtTime
1375 - fixed bug in calculation of RMS for FFactor of inner pixels
1376 in case that the fit does not converge.
1377 - introduced blind pixel and PIN Diode result flags for later
1378 output or storage in DB.
1379
1380
1381
1382 2004/07/14: Hendrik Bartko
1383
1384 * mpedestal/MPedPhotCam.[h,cc]
1385 - added average areas and sectors (in analogy MPedestalCam)
1386 - added new function InitAreas(const UInt_t i)
1387 - added new function InitSectors(const UInt_t i)
1388 - added new function GetNumAreas()
1389 - added new function GetNumSectors()
1390 - added new function ReCalc, computes the average values for the
1391 sectors from all pixels which are not marked
1392 MBadPixelsPix::kUnsuitableRun
1393
1394 * mpedestal/MPedPhotPix.[h,cc]
1395 - added a variable for the number of events from which the
1396 pedestals are computed
1397
1398 * manalysis/MGeomApply.cc
1399 - changed initialization of MPedPhotCam
1400
1401 * msignal/MExtractTimeHighestIntegral.cc
1402 - implemented the time calculation respective to the zero FADC
1403 time sample, not respective to the first sample of the chosen
1404 range
1405
1406 * msignal/MArrivalTimeCalc2.cc
1407 - implemented the time calculation respective to the zero FADC
1408 time sample, not respective to the first sample of the chosen
1409 range
1410
1411
1412
1413 2004/07/14: Markus Gaug
1414
1415 * msignal/MExtractedSignalBlindPixel.[h,cc]
1416 - added new function GetNumBlindPixels()
1417 - added more comments
1418
1419 * msignal/MExtractBlindPixel.[h,cc]
1420 - adapted to new configuration of now three blind pixels
1421 - runs with run number smaller than 31693 are treated in the old way
1422 - runs with run number higher than 31693 have no more NSB filter,
1423 but possibility to choose between integral or amplitude (with spline)
1424 extraction. Default is amplitude.
1425
1426 * mcalib/MHCalibrationChargeBlindPix.[h,cc]
1427 - use the variable fPixId to design an ID to the class.
1428 Later, a new class MHCalibrationChargeBlindCam can host
1429 the different blind pixels as individual
1430 MHCalibrationChargeBlindPix.
1431 - Default ID is 0 which is also default in MExtractedSignalBlindPix
1432 - for current code, nothing has thus changed so far...
1433
1434 * msignal/MExtractAmplitudeSpline.cc
1435 - fixed a bug causing a segmentation violation in the destructor
1436 (array dimension was not respected correctly)
1437
1438 * mcalib/MHGausEvents.cc
1439 - removed an inconsistency in the naming of fHPowerProbability which
1440 can cause a memory leak (I hope, this was the cause of some of the
1441 leaks we had, but I'm not sure).
1442 - removed the setting of fPixId to -1 in the Clear()
1443
1444
1445
1446 2004/06/30: Thomas Bretz
1447
1448 * mbase/MEvtLoop.[h,cc]:
1449 - overwrite ReadEnv with a new function taking the
1450 name of the setup file as argument
1451
1452 * mjobs/MJPedestal.[h,cc]:
1453 - added setup file name as argument to
1454
1455 * mjobs/MJPedestal.[h,cc]:
1456 - implemented a new data member fEnv
1457 - implemented new setter SetEnv
1458 - some small changes towards setup files
1459 - some simplifications to line drawing
1460
1461 * msignal/MExtractor.[h,cc]:
1462 - added ReadEnv member function
1463 - removed obsolete virtual qualifiers in header
1464 - simplified usage of Form()
1465
1466 * mraw/MRawFileWrite.[h,cc]:
1467 - moved writing of RunHeaders from PreProcess to new ReInit
1468
1469
1470
1471 2004/06/29: Thomas Bretz
1472
1473 * mpedestal/MPedCalcFromData.[h,cc]
1474 - changed data member names according to coding rules
1475
1476
1477
1478 2004/06/25: Pepe Flix
1479
1480 * mpedestal/MPedCalcFromData.[h,cc]
1481 - added class to evaluate pedestal mean/RMS from real data events.
1482 Low Gain samples used when no switch to LG happened.
1483
1484 * macros/PedCalcFromData.C
1485 - added macro that uses the class to evaluate pedestals from real
1486 data.
1487
1488
1489
1490 2004/06/23: Markus Gaug
1491
1492 * macros/calibration.C
1493 - added flag to skip the testing
1494 - added calibration of pedestal files and creation of F2-files.
1495
1496 * macros/bootcampstandardanalysis.C
1497 - updated to use MJExtractSignal
1498
1499 * mcalib/MHGausEvents.cc
1500 - give a unique name to fHPowerProbability, otherwise
1501 MH::ProjectArray will use an existing one.
1502
1503
1504
1505 2004/06/18: Markus Gaug
1506
1507 * manalysis/MHPedestalCam.[h,cc]
1508 - use flag to choose if one wants to re-normalize the histogram
1509 results
1510
1511 * mhist/MHCamera.[h,cc]
1512 - added one argument to CntCamContent to tell if event above or
1513 below threshold have to be counted. Default is above, like before
1514 - added one argument to Projection and ProjectionS giving the number
1515 of bins as argument (default 50 like before)
1516
1517 * mcalib/MCalibrationChargeCalc.cc
1518 - replaced extraction of mean number of photo-electrons and mean
1519 F-Factor by a Gauss fit (instead of mean and RMS). Set the
1520 limit for deviating F-Factor from 3.5 to 4.5. This should reduce
1521 the number of uncalibrated pixels below 50 again (which was not
1522 the case in the last weeks).
1523
1524 * mcalib/MHGausEvents.h
1525 - make DrawEvents() public
1526
1527 * mcalib/MHCalibrationChargeLoGainPix.cc
1528 - upper histogram limit lowered for the better visibility in the
1529 data check.
1530
1531 * mcalib/MHCalibrationChargeCam.[h,cc]
1532 - adapted Draw for the datacheck
1533
1534 * mcalib/MHCalibrationChargeBlindPix.[h,cc]
1535 - adapted for various blind pixels
1536 - adapted Draw for the datacheck
1537
1538 * msignal/MExtractor.[h,cc]
1539 * msignal/MExtractFixedWindow.[h,cc]
1540 * msignal/MExtractSlidingWindow.[h,cc]
1541 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
1542 * msignal/MExtractFixedWindowSpline.[h,cc]
1543 - made sum in FindSignal() float which is now the variable used by
1544 the majority of the extractors.
1545
1546 * msignal/MExtractAmplitudeSpline.[h,cc]
1547 - new extractor calculating the amplitude using a spline.
1548
1549 * mcalib/MCalibrationPix.[h,cc]
1550 * mcalib/MCalibrationChargePix.[h,cc]
1551 * mcalib/MCalibrationChargeCalc.[h,cc]
1552 - added debug flags and output on debug
1553
1554 * mbadpixels/MBadPixelsCam.cc
1555 - enlarged the Print-function
1556
1557
1558
1559 2004/06/17: Markus Gaug
1560
1561 * mjobs/MJPedestal.[h,cc]
1562 - adapted display for the datacheck
1563
1564 * mcalib/MHCalibrationChargeCam.[h,cc]
1565 - new function Draw for the datacheck
1566 - new clone function for the DrawClone
1567
1568 * mcalib/MHCalibrationCam.h
1569 - make clone function virtual
1570
1571 * mjobs/MJCalibration.cc
1572 - adapted display for the datacheck
1573
1574 * mcalib/MHGausEvents.h
1575 - two new getters for fFirst and fLast
1576
1577 * mhist/MHCamera.h
1578 - make SetUsed() and Fill(x,w) public. It is now possible to use the
1579 Fill-function together with the SetUsed(idx), when no
1580 SetCamContent(...) is available.
1581 Previously, only a Fill(x,y,w) was public, with x and y positions
1582 in the camera.
1583
1584 * mjobs/MJPedestal.[h,cc]
1585 - updated the data-check display
1586
1587
1588
1589 2004/06/12: Abelardo Moralejo
1590
1591 * manalysis/MMcCalibrationUpdate.cc
1592 * mcalib/MMcCalibrationCalc.[h,cc]
1593 - Fixed mistake in the calibration which occurred only when
1594 different light collection efficiency was simulated for outer
1595 pixels.
1596
1597 * manalysis/MMcCalibrationUpdate.[h,cc]
1598 - Adapted to the possibility of having different light collection
1599 efficiencies in inner and outer pixels. For now we assume that the
1600 dependence with incidence angle on the camera plane is the same
1601 for both types of pixels.
1602
1603
1604
1605 2004/06/12: Markus Gaug
1606
1607 * msignal/MExtractFixedWindow.cc
1608 - output the number and exact range of extraction to *fLog in the
1609 ReInit(), like it is done by MPedCalcPedRun
1610
1611 * macros/bootcampstandardanalysis.C
1612 - exchanged MArrivalTimeCalc2 in 4th loop by timeext (defined
1613 in the beginning)
1614
1615
1616
1617 2004/06/11: Markus Gaug
1618
1619 * mpedestals/MPedCalcPedRun.cc
1620 - set the default upper range to 29, because otherwise the extraction
1621 window will be made too small in case that more than 14 "high-gain"
1622 slices shall be extracted. This is a bugfix! It calculated wrong
1623 pedestals in case that the user says: SetRange(a,b), where b is
1624 bigger than 14 in combination with SetWindowSize(x) where x is bigger
1625 than 14 as well (instead of : SetRange(a,b,c,d), where
1626 everything went fine). However, the intention of the last months
1627 changes was to allow exactly also the first possibility.
1628
1629 * mjobs/MJCalibration.cc
1630 - put run 27474 in list of unavailable runs (see runbook)
1631
1632
1633
1634 2004/06/08: Markus Gaug
1635
1636 * mhist/MHCamera.cc
1637 - reduce number of default bins in AzimuthProfile
1638 - use MatchSector in AzimuthProfile, like in RadialProfile
1639
1640 * mcalib/MCalibrationChargeCalc.cc
1641 - fix lower limit for deviation F-Factor to 1.1. This discarts a
1642 smaller number of especially outer pixels in some runs taken with
1643 the CT1 pulser box.
1644
1645
1646
1647 2004/06/07: Markus Gaug
1648
1649 * mcalib/MHCalibrationCam.h
1650 - add a function GetSize()
1651
1652 * msignal/MExtractTimeFastSpline.cc
1653 - fixed a bug introduced on 1.6. and accelerate it a bit.
1654
1655
1656
1657 2004/06/04: Markus Gaug
1658
1659 * mcalib/MHGausEvents.cc
1660 - some small modifications in the way the axes are drawn and their
1661 titles are drawn.
1662
1663
1664
1665 2004/06/03: Martin Merck
1666
1667 * msignal/MArrivalTimeCam.h
1668 * msignal/MArrivalTime.h
1669 * msignal/MArrivalTimePix.h
1670 * msignal/MExtractedSignalCam.h
1671 * msignal/MExtractedSignalPix.h
1672 * msignal/MExtractedSignalPINDiode.h
1673 * msignal/MExtractedSignalBlindPixel.h
1674 - Set version in ClassDef to 1 for the streamer.
1675
1676 * msignal/SignalLinkDef.h
1677 - Added a + at the pragma for MExtractedSignalCam and
1678 MExtractedSignalPix for consistency.
1679
1680 * msjobs/MExtractSignal.[h,cc]
1681 - Added methods to set the Extractor and TimeExtractor to be
1682 used when extracting the signal.
1683
1684
1685
1686 2004/06/03: Markus Gaug
1687
1688 * mhist/MHCamera.[h,cc]
1689 * mjobs/MJCalibration.cc
1690 - added functions AzimuthProfile and DrawAzimuthProfile, same
1691 like the RadialProfile functions, only with azimuth instead of
1692 radius.
1693
1694 * mcalib/MCalibrationCam.[h,cc]
1695 - replace fNumHiGainFADCSlices and fNumLoGainFADCSlices by a
1696 TArrayF and increment ClassDef by 1 for the streamer.
1697
1698 * mcalib/MCalibrationChargeCalc.cc
1699 - found a small bug making a difference in the number of valid
1700 pixels with the blind PIxel method and the ffactor method. Now
1701 fixed. (The difference was usually a couple of pixels)
1702
1703 * msignal/MExtractTime.h
1704 - make members protected instead of private in order to allow
1705 classes to derive from it
1706
1707 * msignal/MExtractFixedWindow.cc
1708 - added some documentation
1709
1710 * msignal/MExtractFixedWindowSpline.[h,cc]
1711 * msignal/Makefile
1712 * msignal/SignalLinkDef.h
1713 - new fast spline signal extractor
1714
1715
1716
1717 2004/06/02: Antonio Stamerra
1718
1719 * mtrigger/*:
1720 - added directory and new classes to correctly handle the
1721 trigger-report string from report file.
1722 Not yet into the Makefile.
1723
1724
1725
1726 2004/06/01: Thomas Bretz
1727
1728 * mbase/MLog.[h,cc]:
1729 - some changes to Lock/UnLock of mutices. Necessary for Cosy.
1730
1731
1732
1733 2004/06/01: Abelardo Moralejo
1734
1735 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
1736 - Added variable fLowGainPeakShift and setter. It allows to shift
1737 the integration window for low gain with respect to the one of
1738 the high gain. By default its value is 0 (corresponding to a
1739 total delay of 15 slices) so that default behaviour of the
1740 extractor is the same as before.
1741
1742
1743
1744 2004/06/01: Markus Gaug
1745
1746 * mjobs/MJCalibration.cc
1747 - small change in the way the "full display" is displayed
1748
1749 * mcalib/MHCalibrationChargeBlindPix.cc
1750 * mcalib/MHCalibrationChargePix.cc
1751 - replace Draw(opt) by Draw(). This make the histograms reappear
1752 again, although I have no idea why. A printout of the opt gives
1753 always empty.
1754
1755 * mcalib/MCalibrationQEPix.cc
1756 - put Eckarts transmission of the plexiglass into the class
1757 documentation
1758
1759 * msignal/MExtractTimeFastSpline.cc
1760 - fixed some smaller bugs affecting a small part of the signals
1761
1762
1763 2004/05/31: Hendrik Bartko
1764
1765 * msignal/MArrivalTimeCalc2.cc
1766 - fixed a bug in pointer arithmetics found by Florian.
1767
1768
1769
1770 2004/05/31: Raquel de los Reyes
1771
1772 * macros/DAQDataCheck.C
1773 - committed the macro to check the raw data and display the quality
1774 plots.
1775
1776
1777
1778 2004/05/30: Markus Gaug
1779
1780 * mcalib/MCalibrationQEPix.[h,cc]
1781 - added more documentation (plots)
1782 - separated calls for light guides eff. , QE, and coll. eff.
1783
1784 * mcalib/MCalibrationChargeCalc.[h,cc]
1785 - fixed a small bug in the calculation of the error on the number
1786 of photons with the F-Factor method, did not include the division
1787 by number of pixels for the precision of the QE. This does not
1788 affect the general analysis.
1789
1790 * mjobs/MJCalibration.cc
1791 - added runnumber 26924 to list of runs without clear colour in
1792 the file name.
1793
1794
1795
1796 2004/05/28: Markus Gaug
1797
1798 * macros/calibration.C
1799 - make the macro compilable with possibility to run it in batch
1800 mode.
1801
1802 * msignal/MExtractor.cc
1803 - put an additional check in case that the number of FADC slices
1804 in the run header is smaller or equal to 0.
1805
1806
1807
1808 2004/05/27: Javier Rico
1809
1810 * mbase/MDirIter.h
1811 - remove unneeded ResetIter method (Reset does all the job)
1812
1813 * mjobs/MJCalibration.cc
1814 - change call to the removed MDirIter::ResetIter for Reset
1815
1816
1817
1818 2004/05/27: Markus Gaug
1819
1820 * mcalib/MHCalibrationChargeBlindPix.[h,cc]
1821 - put some protection against zero-division in fitFuncMichele
1822
1823 * mcalib/MCalibrationChargeBlindPix.[h,cc]
1824 - set flag to distinguish between coated and un-coated blind pixel
1825 - increase ClassDef number by one.
1826
1827 * mcalib/MCalibrationQEPix.[h,cc]
1828 - set a global variable CollEfficiency and LightguidesEfficiency.
1829 The more precise result for the QE calculated with
1830 the F-Factor method differs now by about 5% (while the statistical
1831 error remains around 20%).
1832
1833 * mcalib/MCalibrationChargeCalc.cc
1834 - write the number of photons directy into MCalibrationChargeCam.
1835 These numbers would otherwise have to be assembled by different
1836 parts in separate code.
1837
1838
1839
1840 2004/05/27: Thomas Bretz
1841
1842 * mastro/MAstroCatalog.cc
1843 - removed a statement after '#endif'
1844
1845 * mastro/MAstroCamera.h
1846 - removed obsolete empty function which (believing the Changelog)
1847 are not there at all!
1848
1849 * mbase/MDirIter.[h,cc]:
1850 - moved code of Reset() funtion to source file
1851 - added more comments to Reset function
1852
1853
1854
1855 2004/05/26: Martin Merck
1856
1857 * mbase/MDirIter.cc
1858 - changed MatchFilter to allow for filenames containing a '+'
1859 character.
1860
1861
1862
1863 2004/05/26: Markus Gaug
1864
1865 * mjobs/MJCalibration.[h,cc]
1866 - set MCalibrationChargeBlindPix and MCalibrationChargePINDiode as
1867 data members and store them in the output of WriteResult()
1868
1869 * mcalib/MCalibrationQEPix.cc
1870 * mcalib/MCalibrationChargeCalc.cc
1871 - several small bugs fixed concerning calibration with the blind
1872 pixel or the PIN Diode
1873
1874 * mjobs/MGCamDisplays.[h,cc]
1875 * mhist/MHCamera.[h,cc]
1876 - put the last function (CamDraw) of MGCamDisplays into MHCamera
1877 and removed MGCamDisplays.
1878
1879 * mjobs/MJPedestal.[h,cc]
1880 * mjobs/MJCalibration.[h,cc]
1881 * mjobs/MJExtractCalibTest.[h,cc]
1882 - don't derive from MGCamDisplays any more.
1883
1884 * msignal/MExtractBlindPixel.cc
1885 - adjusted some default numbers for the current blind pixel
1886
1887 * msignal/MExtractedSignalBlindPixel.[h,cc]
1888 - set extracted signal from UInt_t to Int_t (sometimes, less
1889 than 0)
1890
1891 * mcalib/MCalibrationCam.h
1892 * mcalib/MHCalibrationCam.h
1893 - make destructors virtual.
1894
1895 * mcalib/MHCalibrationCam.[h,cc]
1896 - create a copy contructor
1897
1898
1899
1900 2004/05/26: Javier Rico
1901
1902 * mbase/MDirIter.h
1903 - Add method to reset the internal TIter iterator
1904
1905 * mjobs/MJCalibration.cc
1906 - In FindColorReset method, reset the file iterator before looping
1907
1908 * mimage/MNewImagePar.cc
1909 - Add output lines in Print(const MGeomCam &geom) method for
1910 fInnerLeakage1, fInnerLeakage2 and fInnerSize
1911
1912
1913
1914 2004/05/25: Raquel de los Reyes and Thomas Bretz
1915
1916 * mjobs/MJCalibration.cc
1917 - uncommented the line to read .raw files.
1918
1919 * mraw/MRawFileRead.cc
1920 - changed the PreProcess and Process functions to allow the analysis
1921 of .raw files.
1922
1923 * mfileio/MReadReports.cc
1924 - changed the Process function to read the updated root files.
1925
1926
1927
1928 2004/05/25: Markus Gaug
1929
1930 * mjobs/MJCalibration.[h,cc]
1931 - add possibility to switch on and off the blind pixel or pin diode
1932 calibration
1933 - fixed a small bug in reading the MCalibrationRelTimeCam when the
1934 times calibration has been switched off.
1935
1936 * mjobs/MExtractSignal.[h,cc]
1937 - made changes in MProcessFileP such that it fits with the new
1938 calibration. THIS IS ONLY A TEMPORARY SOLUTION. PEDESTALS AND
1939 DATA FILES MUST BE TREATED EQUALLY! OTHERWISE THERE IS NOT
1940 MATCHING FOR THE HIT CLEANING!!!
1941
1942 * mjobs/MJExtractCalibTest.[h,cc]
1943 - implement switch to use or not the cosmics filter
1944
1945
1946 * mcalib/MHCalibrationTestPix.cc
1947 - enlarged the dynamic range of the histograms for the high-int.
1948 pulses
1949
1950
1951
1952 2004/05/24: Javier Rico
1953
1954 * mpedestal/MPedPhotCalc.cc
1955 - Correct a bug that made pedestals be assigned to the wrong pixel
1956
1957 * mimage/MNewImagePar.[h,cc]
1958 - add getters and output lines in Print() method for
1959 fInnerLeakage1, fInnerLeakage2 and fInnerSize
1960
1961
1962
1963 2004/05/24: Markus Gaug
1964
1965 * mcalib/MCalibrationChargePix.cc
1966 - reduce limit in number of phe's from 5 to 1. since some pulses
1967 have less than 5 phe's now.
1968
1969 * mcalib/MHCalibrationTestCam.[h,cc]
1970 - number of photons/area are now stored in TArray's in order to
1971 retrieve them easier in later processing from stored files.
1972
1973 * mcalib/MCalibrationCam.cc
1974 - initialize AverageAreas and AverageSectors with the number of
1975 aidx and sector as SetPixId()
1976
1977 * mcalib/MCalibrationChargeCam.[h,cc]
1978 - small modification in the Print()
1979 - introduce data members to store the average number of photons by
1980 the three methods
1981
1982 * mcalib/MCalibrationChargeCalc.cc
1983 - calculate the limits for acceptance of number of photo-electrons
1984 for the calculation of the mean by normal mean instead of weighted
1985 mean. There were too many outliers still present in the weighted
1986 mean such to modify the result by a sizeable amount.
1987 - do not discard unreliable pixels any more in calculation of
1988 mean number of phe.s In some runs, there is simply too many of
1989 them in order to get reliable results.
1990
1991 * mpedestals/MPedCalcPedRun.cc
1992 - put a condition if number of pixels in area index or in sector
1993 is zero, don't calculate av. pedestal and av. pedRMS of this part.
1994
1995
1996
1997 2004/05/22: Markus Gaug
1998
1999 * mjobs/MJPedestal.[h,cc]
2000 * mjobs/MJCalibration.[h,cc]
2001 * mjobs/MJExtractCalibTest.[h,cc]
2002 - replaced the TString GetOutputFile() functions by const char*
2003 GetOutputFile(). This apparenty caused a memory leak which is now
2004 removed.
2005
2006 * mcalib/MCalibrationChargePix.cc
2007 - fixed bug calculating the reduced sigma for low-gain events:
2008 the electronics Ped.RMS was taken from Hi-gain pedestal events and
2009 too high. It is now divided by the factor 10. conversion between
2010 both samples, but this value is probably too optimistic. Needs
2011 more detailed studies, but does not exclude as many pixels as
2012 before.
2013
2014 * mcalib/MHCalibrationChargePix.h
2015 * mcalib/MHGausEvents.h
2016 - put fSaturated from MHCalibrationChargePix into MHGausEvents
2017
2018 * mcalib/MHCalibrationChargeCam.[h,cc]
2019 * mcalib/MHCalibrationCam.h
2020 - put fNumHiGainSaturated and fNumLoGainSaturated from
2021 MHCalibrationChargeCam into MHCalibrationCam
2022
2023 * mcalib/MHCalibrationRelTimeCam.[h,cc]
2024 - set flags fSaturated in order to distinguish if the hi-gain or
2025 the low-gain time has been extracted.
2026
2027 * mcalib/MHCalibrationCam.cc
2028 - remove cloning of all pixels on the Clone() function. This caused
2029 the need for three times more memory during runtime than now. It
2030 should not affect the current macros.
2031
2032 * macros/calibration.C
2033 - added a debug switch with which you can print out Object
2034 Allocation (like suggested by TBretz).
2035
2036 * mcalib/MCalibrationRelTimeCalc.[h,cc]
2037 - replaced the relative limit for acceptance of the time resolution
2038 by an absolute limit
2039 - set up output statistics logging (data written into DB)
2040
2041 * mcalib/MCalibrationChargeCalc.[h,cc]
2042 - moved limit for acceptance of number of phe;s from 5 to 8
2043 - set up output statistics logging (data written into DB)
2044
2045 * mjobs/MJCalibration.cc
2046 - set up output statistics logging (data written into DB)
2047
2048
2049
2050 2004/05/22: Abelardo Moralejo
2051
2052 * macros/calibrate_data.C
2053 - removed wrong call to MPedCalcPedRun::SetExtractor, which does
2054 not exist (should use MJPedestal like calibration.C, instead of
2055 a normal loop)
2056
2057 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
2058 - changed name of variable fOffsetFromPeak to fOffsetFromWindow
2059 to avoid confusion.
2060 - introduced initialization to 0 of startslice and sat in FindPeak
2061 - changed initialization of maxsumhi in Process from 0 to -1e6
2062
2063
2064
2065 2004/05/20: Raquel de los Reyes
2066
2067 * mraw/MRawRead.h
2068 * mraw/Makefile
2069 * msql/Makefile
2070 - changed the inheritance of MRawRead class from MTask to MRead to
2071 implement the AddFiles(MDirIter &) function in MRawFileRead class.
2072
2073 * mraw/MRawFileRead.[h,cc]
2074 - implemented a second argument to the AddFile function and skip
2075 adding NULL files in the constructor.
2076
2077 * mjobs/MJPedestal.cc
2078 - uncommented the line to allow the analysis of .raw files.
2079
2080
2081
2082 2004/05/20: Markus Gaug
2083
2084 * mjobs/MJPedestal.cc
2085 - put MGeomCamMagic into the plist (MGeomApply complained not to
2086 find the GeomCam(
2087
2088 * msignal/MExtractFixedWindowPeakSearch.cc
2089 - fixed a bug affecting signals with late arrival times which use
2090 the variable fHiLoLast.
2091 - set back fgOffsetFromPeak from peak to 1 (instead of 2). Abelardo
2092 explained that this variable is not strictly the offset from the
2093 peak but the offset from the peak search window.
2094
2095
2096
2097 2004/05/19: Markus Gaug
2098
2099 * mcalib/MCalibrationChargeCam.cc
2100 - replaced a small bug in Print() which gave a segmentation
2101 violation
2102
2103 * mjobs/MJCalibration.cc
2104 - use cosmics filter only for CT1 pulser runs
2105
2106
2107
2108 2004/05/19: Abelardo Moralejo
2109
2110 * mbase/MGMap.cc
2111 - replaced rint by TMath::Nint() (my Mac did not recognize the
2112 former)
2113
2114
2115
2116 2004/05/19: Abelardo Moralejo
2117
2118 * macros/starmc2.C
2119 - added third argument in adding MPointingPos to the output:
2120 write.AddContainer("MPointingPos", "Events", kFALSE);
2121 If not exisiting in the input file, it is simply ignored.
2122
2123
2124
2125 2004/05/15: Thomas Bretz
2126
2127 * mastro/MAstroCatalog.[h,cc]:
2128 - changed Form to MString for thread safty
2129 - fixed a bug which caused the construtor to crash in batch-mode
2130 - added option argument to PaintImg
2131
2132 * mbase/MGMap.[h,cc]:
2133 - added many new static member function to draw figures
2134
2135 * mbase/MParContainer.cc:
2136 - changed Form to MString for thread safty
2137
2138 * mbase/MString.[h,cc]:
2139 - added
2140
2141 * mbase/Makefile, mbase/BaseLinkDef.h:
2142 - added MString
2143
2144
2145
2146 2004/05/15: Markus Gaug
2147
2148 * msignal/MArrivalTimePix.h
2149 * msignal/MArrivalTimeCam.cc
2150 - introduced functin GetHiGainSaturation() in MArrivalTimePix.h
2151 - added type in GetPixelContent() which asks for Hi-Gain saturation
2152 and return the hi-gain time or the low-gain time, correspondingly.
2153
2154 * mbase/MGMap.cc
2155 - fixed two bugs which did not complile under gcc 3.3.x introduced
2156 by TB.
2157
2158
2159
2160 2004/05/12: Markus Gaug
2161
2162 * msignal/MExtractTime.[h,cc]
2163 - introduced intrinsic delay of low-gain, as measured by Florian.
2164
2165 * mjobs/MJCalibration.cc
2166 * mjobs/MJExtractCalibTest.cc
2167 - fixed some errors in the storage of the rel. times.
2168
2169 * mjobs/MJExtractCalibTest.cc
2170 - put the cosmics filter which was forgotten
2171
2172 * mcalib/MCalibrate.h
2173 - changed default from Blindpixel to Ffactor
2174
2175
2176
2177 2004/05/12: Thomas Bretz
2178
2179 * mona.cc:
2180 - changed names
2181
2182 * macros/sumcurrents.C:
2183 - changed units from nA to \\mu A
2184
2185 *: mastro/MAstroCamera.[h,cc]:
2186 - added '=' Draw option
2187 - use fMapG directly
2188
2189 * mastro/MAstroCatalog.[h,cc]:
2190 - added support to read and write a compressed catalog
2191 - changed TExMap to new MGMap
2192 - added support for HeasarcPPM catalog
2193 - added PaintImg to paint catalog into a bitmap (used in
2194 starguider software)
2195 - don't clone MObservatory copy the contents
2196 - changed type of dx and dy in DrawLine from Double to Int
2197 - fixed drawig of the tooltip corresponding to the grid
2198 (some were missing, some were existing twice)
2199 - Now AddPrimitives takes fLimMag into account
2200
2201 * mhbase/MFillH.cc:
2202 - added a const-qualifier
2203
2204 * mhist/MHCamera.cc:
2205 - fixed a bug which caused SetPalette in the constructor to crash
2206
2207 * mbase/MGMap.[h,cc]:
2208 - added
2209
2210 * mbase/Makefile, mbase/BaseLinkDef.h:
2211 - added MGMap
2212
2213
2214
2215 2004/05/11: Thomas Bretz
2216
2217 * mraw/MRawEvtHeader.cc:
2218 - added a check whether the file has finished or not after
2219 reading the first bytes.
2220
2221
2222
2223 2004/05/10: Marcos Lopez
2224
2225 * mmontecarlo/MMcEnergyEst.cc:
2226 - In static void fcn(...), fixed the following bugs which caused a
2227 "segmentation violation":
2228 - Replace: MTaskList *tlist = evtloop->GetTaskList()
2229 by: MTaskList *tlist = (MTaskList*)plist->FindObject("MTaskList")
2230 - And get the pointer *eval to MParamterD("MFitResult"), after
2231 the excution of the Eventloop and not before it (since that object is
2232 created when calling the PreProcess).
2233
2234
2235
2236 2004/05/10: Thomas Bretz
2237
2238 * mraw/MRawEvtHeader.[h,cc]:
2239 - changed return type of ReadEvt from int to Int_t
2240 - Enhanced output in case of invalid time
2241
2242 * mraw/MRawRead.cc:
2243 - fixed the return type of ReadEvt (was bool instead of int)
2244 which confused merpp completely in case of invalid times
2245
2246
2247
2248 2004/05/10: Markus Gaug
2249
2250 * macros/calibrate_data.C
2251 - updated setting of arr. time extractor
2252
2253
2254
2255 2004/05/09: Thomas Bretz
2256
2257 * Makefile:
2258 - added workaround for Mac to create so- and dynlib-object
2259
2260 * Makefile.conf.darwin:
2261 - added necessary option to create both kind of files
2262
2263 * Makefile.conf.linux:
2264 - changed the options to create so-object only
2265
2266 * Makefile.rules:
2267 - added DYLIB to rmbin
2268
2269 * mraw/MRawEvtData.cc:
2270 - changed some output
2271
2272 * mraw/MRawEvtHeader.[h,cc]:
2273 - skip the rest of the header if the time is invalid. Otherwise
2274 merpps force-mode will corrupt the data when further processing
2275 - implemented GetNumBytes returning the size of the header
2276
2277
2278
2279 2004/05/08: Thomas Bretz
2280
2281 * mona.cc:
2282 - some changes to make it work again
2283
2284 * mraw/MRawSocketRead.cc:
2285 - fixed the sync with what DAQ sends
2286
2287
2288
2289 2004/05/07: Markus Gaug
2290
2291 * mcalib/MHCalibrationChargeHiGainPix.cc
2292 * mcalib/MHCalibrationChargeLoGainPix.cc
2293 - take out half of the bins for the hists in order to save memory
2294
2295 * mjobs/MExtractCalibTest.cc
2296 - include write-out of the containers in the loop
2297
2298 * mjobs/MJCalibration.cc
2299 - take runs 20660 and 20661 into the list of known runs with colour
2300 green.
2301
2302 * mpedestal/MPedCalcPedRun.[h,cc]
2303 - make the arrays fSum and fSum2 doubles. This is necessary since
2304 rounding errors of the floats introduced significant errors in the
2305 RMS!
2306 - introduced one condition about possible window sizes of 0.
2307
2308
2309
2310 2004/05/06: Markus Gaug
2311
2312 * htmldoc/images/PedestalStudyInner.gif
2313 * htmldoc/images/PedestalStudyOuter.gif
2314 - two gifs used for the documentation of MPedCalcPedRun
2315
2316 * mpedestal/MPedCalcPedRun.cc
2317 - updated documentation
2318
2319 * macros/pedestalstudies.C
2320 - updated to the latest version of MPedCalcPedRun
2321
2322 * macros/bootcampstandardanalysis.C
2323 - updated to the latest changes in the ArrivalTime Extraction
2324
2325
2326
2327 2004/05/05: Markus Gaug
2328
2329 * mcalib/MHGausEvents.cc
2330 - removed some warning saying "Cannot create Fourier spectrum"
2331
2332 * mcalib/MCalibrationChargePix.cc
2333 - loosened the limits somewhat for calibration with the low-gain
2334 - introduced different electronic noise for inner and outer pixels
2335 (like seen in the data)
2336
2337 * mpedestal/MPedCalcPedRun.cc
2338 - fixed a small inconsistency in case that the range goes out of
2339 the high-gain samples and reaches into the low-gain samples. In
2340 that case, the last slice of the high-gain was not taken (but the
2341 window size correctly)
2342
2343 * mjobs/MJExtractCalibTest.[h,cc]
2344 - included setters for the time extractor
2345
2346 * mcalib/MCalibrationChargeCalc.cc
2347 - set default of fgPheErrLimit from 4 sigma to 5.
2348
2349 * mcalib/Makefile
2350 * mcalib/CalibLinkDef.h
2351 * mcalib/MHCalibrationTestTimeCam.[h,cc]
2352 * mcalib/MHCalibrationTestTimeCam.[h,cc]
2353 - analogue to MHCalibrationTestCam, two classes to test the
2354 output of the calibration.
2355
2356 * mcalib/MHCalibrationCam.cc
2357 - in InitHists, exclude only pixels with kUnsuitableRun, instead of
2358 all (IsBad())
2359
2360 * msignal/Makefile
2361 * msignal/SignalLinkDef.h
2362 * msignal/MExtractTimeFastSpline.[h,cc]
2363 - new fast spline extractor for the equally spaced time slices.
2364 Searches for the position of the half maximum between maximum and
2365 pedestal. About 6 times faster than MArrivalTimeCalc
2366
2367 * mjobs/MJCalibration.cc
2368 - changed names of the MHCameras to contain run name
2369
2370
2371
2372 2004/05/04: Raquel de los Reyes
2373
2374 * mbase/MRunIter.[h,cc]
2375 - Added a flag and a set function to read .raw files.
2376 The default option is set to read .root files.
2377
2378
2379
2380 2004/05/04: Javier Rico
2381
2382 * mcalib/MCalibrate.cc
2383 - when calibrating using kNONE, weight by the pixel area
2384
2385
2386
2387 2004/05/04: Thomas Bretz
2388
2389 * macros/MagicHillas.C, macros/comprob.C, macros/derotatedc.C,
2390 macros/dohtml.C, macros/evtrate.C, macros/merpp.C,
2391 macros/pixfirerate.C, macros/pixsatrate.C, macros/plot.C,
2392 macros/plot2.C, macros/pointing.C, macros/readMagic.C,
2393 macros/rootlogon.C, macros/runbook.C, macros/sectorvstime.C,
2394 macros/star.C, macros/sumcurrents.C, macros/tar.C,
2395 macros/testenv.C, macros/weights.C:
2396 - updated documentation
2397
2398 * mastro/MAstroCamera.[h,cc]:
2399 - added member function to read MC .def files for mirror geometry
2400 - added GetDiffZdAz
2401
2402 * mastro/MObservatory.[h,cc]:
2403 - added Copy-member function
2404
2405 * mbase/MLog.[h,cc]:
2406 - updated handling of mutices
2407 - added a new mutex to lock the stream
2408
2409 * mhist/MHCamera.[h,cc]:
2410 - added functionality to linear deform the camera display
2411 (to correct for abberation)
2412
2413 * mtools/MFFT.cc:
2414 - added more documentation
2415
2416 * mbase/MTime.[h,cc]:
2417 - renamed overloaded Set-function to SetMjd. There were some
2418 trouble with the interpreter and the new naming is more
2419 intuitive.
2420
2421
2422
2423 2004/05/04: Markus Gaug
2424
2425 * mcalib/MHCalibrationChargeBlindPix.cc
2426 - intialized the 2 vectors differently, now they don't give
2427 warnings any more.
2428
2429 * msignal/MExtractor.cc
2430 * msignal/MExtractFixedWindow.cc
2431 - put one initialization to 0 into the MExtractor
2432
2433 * mastro/MAstroCatalog.h
2434 - make AlignCoordinates() protected, in order to compile
2435
2436 * mcalib/MHGausEvents.cc
2437 - took out fEvents(0) and fHGausHist() from constructor
2438
2439 * msignal/MExtractor.cc
2440 * msignal/MExtractPINDiode.cc
2441 - fixed StreamPrimitive
2442
2443 * msignal/MExtractBlindPixel.[h,cc]
2444 - deriving from MExtractor, possibility to filter NSB events
2445
2446
2447
2448 2004/05/03: Thomas Bretz
2449
2450 * mbase/MRunIter.cc:
2451 - AddRuns(char*) added some const-qualifiers
2452 - replaced deprecated if-else-if by continue- and return-
2453 constructions
2454
2455
2456
2457 2004/05/03: Javier Lopez
2458
2459 * mbadpixels/MBadPixelsPix.[h,cc]
2460 - put another enum for hardware malfunctionning. Started to be
2461 filled with kHVNotNominal
2462
2463
2464
2465 2004/05/03: Markus Gaug
2466
2467 * mcalib/MHCalibrationBlindPix.[h,cc]
2468 - removed a "->" behind the comment
2469 - Create a TVector in Draw only if the array is not zero
2470
2471 * mraw/MRawEvtPixelIter.cc
2472 - corrected bug in GetIdxMaxLoGainSamples() which looped over
2473 one slice too much
2474 end = fLoGainPos + fNumLoGainSamples + 1 replaced by:
2475 end = fLoGainPos + fNumLoGainSamples
2476
2477 * msignal/MTimeExtractor.[h,cc]
2478 * msignal/MExtractTime.[h,cc]
2479 - changed name for alphabetical display in dox
2480
2481 * mjobs/MJCalibration.[h,cc]
2482 * msignal/MExtractTimeSpline.h
2483 * msignal/MExtractTimeHighestIntegral.h
2484 - changed name of base class to MExtractTime
2485
2486 * mcalib/MCalibrationCam.[h,cc]
2487 * mcalib/MCalibrationChargeCam.[h,cc]
2488 * mcalib/MCalibrationRelTimeCam.[h,cc]
2489 - put the number of unsuitable and unreliable pixels in the base
2490 class
2491
2492 * mcalib/MCalibrationRelTimeCalc.[h,cc]
2493 - fixed a bug calculating the average time resolution
2494
2495 * mpedestals/MPedestalPix.[h,cc]
2496 - add a dedicated fValid flag in order to be able to discard pixels
2497 from outside (e.g. from MBadPixelsCam)
2498
2499 * mpedestals/MPedCalcPedRun.[h,cc]
2500 - catch badpixels cam from parameter list, if existing and set
2501 corresponding pixels to not valid in MPedestalPix
2502
2503 * mjobs/MGCamDisplays.[h,cc]
2504 * mhist/MHCamera.[h,cc]
2505 - put DrawProjection and DrawRadialProfile in MHCamera
2506
2507 * macros/dohtml.C
2508 - include directory mfit and macros calibration.C and
2509 bootcampstandardanalysis.C
2510 - take out pixvstime.C which does not exist
2511
2512 * msignal/MExtractFixedWindow.[h,cc]
2513 * msignal/MExtractSlidingWindow.[h,cc]
2514 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
2515 * msignal/MExtractor.[h,cc]
2516 * msignal/MExtractPINDiode.[h,cc]
2517 * msignal/MExtractTime.[h,cc]
2518 - set number of slices not in base class, but in derived one.
2519 Like this, extractors setting their signal in other containers
2520 don't have a conflict with the ReInit() in MExtractor.
2521
2522
2523
2524 2004/05/01: Thomas Bretz
2525
2526 * macros/rootlogon.C:
2527 - ignore MARSSYS if libmars.so is found in the current path
2528
2529 * mastro/MObservatory.cc:
2530 - small change to coordinates
2531
2532 * mbase/MLog.[h,cc]:
2533 - enhanced output in case of problem with mutices
2534
2535 * mtemp/TempIncl.h, mtemp/TemlLinkDef.h:
2536 - removed everything
2537
2538 * Makefile*, */Makefile
2539 - changed all to support mtemp/mifae and similar
2540
2541
2542
2543 2004/05/01: Abelardo Moralejo
2544
2545 * mmain/MEventDisplay.cc
2546 - changed back integration range for MC to 0-14 slices to avoid
2547 confusions.
2548
2549
2550
2551 2004/05/01: Markus Gaug
2552
2553 * macros/dohtml.C
2554 - include directory mpedestal
2555
2556 * msignal/MExtractFixedWindow.[h,cc]
2557 * msignal/MExtractSlidingWindow.[h,cc]
2558 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
2559 * msignal/MExtractor.[h,cc]
2560 - include the possibility to set the range for the hi-gain outside
2561 the range of MRawEvtPixelIter::GetNumHiGainSamples() and to take
2562 the "low-gain" slices instead. This is necessary for the March
2563 data!
2564
2565 * mjobs/MJCalibration.[h,cc]
2566 - accept arrival time extractors deriving from MTimeExtractor
2567
2568
2569
2570 2004/04/30: Thomas Bretz
2571
2572 * mastro/MAstroCamera.[h,cc]:
2573 - removed obsolete TList data member (use a argument in
2574 GetStarList instead)
2575
2576 * mbase/MTime.h:
2577 - added 'istream &operator<<(istream &in, MTime &t)'
2578
2579 * mbase/BaseLinkDef.h:
2580 - added new operator
2581
2582
2583
2584 2004/04/30: Daniela Dorner
2585
2586 * macros/pointing.C
2587 - implemented plot: Control Deviation vs Time
2588 - rearranged plots
2589
2590
2591
2592 2004/04/30: Markus Gaug
2593
2594 * mcalib/MCalibrationRelTimeCalc.[h,cc]
2595 - new class to treat rel. times after fits
2596
2597 * mcalib/MCalibrationChargeCalc.[h,cc]
2598 - search for outliers in the total F-Factor and set a flag in
2599 MBadPixelsPix
2600
2601 * mcalib/MCalibrationRelTimeCam.h
2602 - new TArrayIs to store number of unsuitable and unreliable pixels
2603
2604
2605 * mbadpixels/MBadPixelsPix.h
2606 - two new flags added: kDeviatingFFactor and kDeviationTimeResolution
2607
2608 * mcalib/MHCalibrationRelTimePix.[h,cc]
2609 - take out commented part of code related to re-normalization
2610
2611 * mcalib/MHCalibrationCam.[h,cc]
2612 - retrieve the used run numbers in order to store them in teh
2613 histogram titles to help transparency of the displays
2614
2615 * mcalib/MHCalibrationRelTimeCam.[h,cc]
2616 - Getter and Setter for the reference pixel
2617
2618 * mcalib/MCalibrate.cc
2619 - make error of nphot to be taken from square root of absolute
2620 number of photons instead of number of photons, otherwise
2621 NaN's are obtained
2622
2623 * msignal/MExtractPINDiode.[h,cc]
2624 - now deriving from MExtractor
2625
2626 * msignal/Makefile
2627 * msignal/SignalLinkDef.h
2628 * msignal/MExtractTimeSpline.[h,cc]
2629 * msignal/MExtractTimeHighestIntegral.[h,cc]
2630 - replacements for MArrivalTimeCalc and MArrivalTimeCalc2
2631
2632 * mjobs/MJCalibration.[h,cc]
2633 - Set time extractor by pointer
2634
2635
2636
2637 2004/04/29: Thomas Bretz
2638
2639 * mbase/MTask.cc:
2640 - fixed behaviour of GetNumExecutions. Because of a root bug
2641 Count returns a number which is to high by 1.
2642
2643
2644
2645 2004/04/29: Abelardo Moralejo
2646
2647 * mmc/MMcEvt.hxx
2648 - Added minor comment (explanation of fPassPhotCone).
2649
2650 * mmc/MMcRunHeader.[hxx,cxx]
2651 - Removed obsolete parameters fSourceOffsetTheta, fSourceOffsetPhi
2652 - Updated class version to 5.
2653
2654
2655
2656 2004/04/29: Nadia Tonello
2657
2658 * mbadpixels/MBadPixelsTreat.h
2659 - changed enums {.. BIT(1), ... BIT(2), ... BIT(3) } in {1,2,3}
2660 to have the right behaviour of the flags (and of SetProcessRMS)
2661
2662 * manalysis/MCT1PointingCorrCalc.[h,cc]
2663 - added pointing correction for 1ES1959
2664
2665
2666
2667 2004/04/29: Markus Gaug
2668
2669 * msignal/MArrivalTimePix.[h,cc]
2670 - removed flag fLoGainUsed which is not used at all
2671
2672 * msignal/MTimeExtractor.[h,cc]
2673 - new base class for arrival time extractors
2674
2675 * msignal/Makefile
2676 * msignal/SignalLinkDef.h
2677 * msignal/MExtractTimeSpline.[h,cc]
2678 - replacement of MArrivalTimeCalc, derived from MTimeExtractor
2679
2680
2681 * msignal/MExtractor.h
2682 - make SetRange virtual
2683 - check for range w.r.t. ranges given in the run header in ReInit
2684
2685 * msignal/MExtractFixedWindow.[h,cc]
2686 * msignal/MExtractSlidingWindow.[h,cc]
2687 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
2688 - overload the SetRange() function in order to do the necessary
2689 checks of the range there. Slight differences in every extractor
2690 because of the floating windows.
2691
2692
2693 * mpedestals/MPedCalcPedRun.[h,cc]
2694 - add the possibility to set ranges and extraction windows. Default
2695 is what has always been
2696
2697
2698 * mjobs/MJPedestals.[h,cc]
2699 - add the possibility to set a signal extractor which gives the
2700 extraction ranges to MPedCalcPedRun
2701 - derive from MHCamDisplays
2702
2703 * mcalib/MCalibrationChargeCam.cc
2704 - updated the Print() a little
2705
2706
2707 2004/04/29: Javier Rico
2708
2709 * mbase/MRunIter.cc
2710 - Remove AddRuns(const char*,const char*) dependence on length of
2711 first character chain
2712
2713
2714 2004/04/28: Javier Rico
2715
2716 * mbase/MRunIter.[h,cc]
2717 - include function to read runs specified in a character chain
2718 with the format, e.g., run1,run2-run3,run4-run5,...
2719
2720
2721
2722 2004/04/28: Abelardo Moralejo
2723
2724 * macros/starmc.C
2725 - adapted to change in MC calibration: replaced
2726 MMcCalibrationCalc::GetHist by GetHistADC2PhotEl and
2727 GetHistPhot2PhotEl.
2728
2729
2730
2731 2004/04/28: Markus Gaug
2732
2733 * mjobs/MGCamDisplays.cc
2734 * mjobs/MJCalibration.cc
2735 - introduced new "fit" flag in DrawProjection allowing to draw
2736 two separate pad with the (fitted) histograms for inner and
2737 outer pixels. This is displayed by MJCalibration if the
2738 kNormalDisplay option is chosen (default).
2739
2740 * mjobs/MJCalibration.h
2741 - took out the const of GetBadPixels() in order to allow compilation
2742 of macros/bootcampstandardanalysis.C. This will change again soon
2743 when mjobs/MJExtraction is updated and used there.
2744
2745 * msignal/MArrivalTimeCalc.[h,cc]
2746 - remove the ReInit() which calls to an MGeomCam which is later not
2747 used
2748
2749 * macros/calibrate_data.C
2750 - fixed a bug in loop 3 taking the default QE Cam instead of the
2751 one filled by MJCalibration
2752
2753 * msignal/MExtractor.[h,cc]
2754 - new base class for signal extractors
2755
2756 * msignal/Makefile
2757 * msignal/SignalLinkDef.h
2758 * msignal/MExtractFixedWindow.[h,cc]
2759 * msignal/MExtractSlidindWindow.[h,cc]
2760 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
2761 - replacements for MExtractSignal, MExtractSignal2, MExtractSignal3
2762
2763 * macros/calibration.C
2764 * macros/calibrate_data.C
2765 * macros/pedphotcalc.C
2766 * macros/bootcampstandardanalysis.C
2767 - adapted to new extractors
2768
2769 * mbadpixels/MBadPixelsPix.h
2770 - set back the old definition of IsOK(), namely no information
2771 available
2772
2773
2774
2775 2004/04/27: Raquel de los Reyes
2776
2777 * mhvstime/MHVsTime.cc
2778 - added a line in the Fill function to avoid empty time events.
2779
2780
2781
2782 2004/04/27: Abelardo Moralejo
2783
2784 * mcalib/MMcCalibrationCalc.[h,cc]
2785 - added histogram which stores the conversion of photons before
2786 the plexiglas to photoelectrons hitting first dynode.
2787
2788 * macros/mccalibrate.C
2789 - added MPointingPosCalc to the tasklist to create and fill an
2790 MPointingPos object, and later write it to the Events tree of
2791 the calibrated MC files. Added some comments and simplified
2792 some lines. One more histogram from MMcCalibrationCalc (see
2793 above) is now written to the output.
2794
2795 * macros/starmc2.C
2796 - added the writing of MPointingPos to output star file.
2797
2798
2799
2800 2004/04/27: Markus Gaug
2801
2802 * mjobs/MJCalibration.[h,cc]
2803 - put the three camera drawing facilities into a separate base
2804 class MGCamDisplays
2805
2806 * mjobs/MGCamDisplays.[h,cc]
2807 * mjobs/Makefile
2808 * mjobs/JobsLinkDef.h
2809 - camera drawing facilities: CamDraw, DrawProjection and
2810 DrawRadialProfile, used by all jobs
2811
2812 * mjobs/MJExtractCalibTest.[h,cc]
2813 * mjobs/Makefile
2814 * mjobs/MJobsLinkDef.h
2815 - new class to test the calibration results
2816
2817 * mcalib/MCalibrationChargeCalc.cc
2818 - set unsuitable pixels to excluded in MCalibrationChargePix, which
2819 will not display them in the status display
2820
2821 * mjobs/MJCalibration.cc
2822 - take out display of previously excluded pixels
2823
2824 * mbadpixels/MBadPixelsCam.cc
2825 - set val to 1 in case that GetPixelContent is true, before display
2826 was not correct
2827
2828 * macros/calibration.C
2829 - added the test class MJExtractCalibTest
2830
2831
2832
2833 2004/04/27: Abelardo Moralejo
2834
2835 * mhistmc/MHMcCollectionArea.[h,cc]
2836 - Added fMCAreaRadius and setter to allow changing the radius of
2837 the circular area in which MC events are produced. Useful for
2838 instance for stereo configuration studies. By default it is 300 m
2839 as was assumed before.
2840
2841
2842
2843 2004/04/26: Markus Gaug
2844
2845 * mcalib/MHCalibrationTestPix.[h,cc]
2846 * mcalib/MHCalibrationTestCam.[h,cc]
2847 * mcalib/Makefile
2848 * mcalib/CalibLinkDef.h
2849 - two new histogram classes to perform claibraion checks, will be
2850 especially useful for the data-check.
2851
2852 * mcalib/MCalibrationQEPix.cc
2853 - found a bug in the setting of validity flags of colours. This
2854 made the QE used for calibration uncorrect by about a factor 1.5
2855 for the outer pixels if only one colour is used for calibration.
2856
2857 * mjobs/MJCalibration.[h,cc]
2858 - moved colour finder from the macros into this class with the
2859 function FindColor()
2860 - had to add ~MJCalibration() {} because otherwise, I get a
2861 segmentation violation in the destructor, the debugger says in
2862 some TString. Maybe it's because of the GetDescriptor() in
2863 ~MParContainer() ?
2864
2865 * macros/calibration.C
2866 * macros/calibrate_data.C
2867 * macros/pedphotcalc.C
2868 * macros/bootcampstandardanalysis.C
2869 - removed function FindColor()
2870
2871 * mcalib/MCalibrationCam.h
2872 - make Init() and InitSize() virtual
2873
2874 * mcalib/MCalibrationChargeCam.[h,cc]
2875 - introduce two TArrayI's for the number of uncalibrated and
2876 unreliable pixels.
2877
2878 * mcalib/MCalibrationChargeCalc.[h,cc]
2879 - calculate and store the above numbers.
2880
2881 * mbadpixels/MBadPixelsPix.[h,cc]
2882 * mbadpixels/MBadPixelsCam.cc
2883 - removed bits: kHiGainNotCalibrated and kLoGainNotCalibrated
2884 - added bits: kDeviatingFFactor, kConversionHiLoNotValid
2885 - removed functions: IsCalibrationResultOK()
2886 and IsCalibrationSignalOK()
2887 - changed function IsOK() such that it returns false only if
2888 the pixels is not suitable (run or evt)
2889
2890 * mcalib/MCalibrate.cc
2891 * mcalib/MCalibrateRelTime.cc
2892 - exchanged query for IsCalibrationResultOK() to
2893 IsUnsuitableRun(MBadPixelsPix::kUnsuitableRun). This includes
2894 now the oscillating pixels (which are sometimes many!!)
2895
2896 * mcalib/MHCalibrationRelTimePix.cc
2897 - commented re-normalization to ns in Renorm()
2898 - introduced Getter to fFADCSliceWidth
2899
2900 * mcalib/MHCalibrationRelTimeCam.cc
2901 - renorm to ns in GetPixelsContent()
2902 --> now, calibration in MCalibrateRelTimes is consistent
2903
2904
2905
2906 2004/04/26: Abelardo Moralejo
2907
2908 * manalysis/MMcCalibrationUpdate.cc
2909 - changed from 1 to 10 the "dummy" value of conversion high to low
2910 gain for old camera 0.6 files. Usually these files have no low
2911 gain at all, but there was a patched version of the program
2912 which did have low gain (with a gain 10 lower than hg).
2913
2914
2915
2916 2004/04/25: Abelardo Moralejo
2917
2918 * mbadpixels/MBadPixelsTreat.cc
2919 - Change in line 204: if ((*fBadPixels)[i].IsBad()) by
2920 if ((*fBadPixels)[j].IsBad()) The way it was done, it never
2921 worked, because the check on whether the neighbour pixels
2922 were OK was performed on the same pixel to be treated (i), which
2923 is obviously not OK. The same problem fixed in the interpolation
2924 of pedestals. Amazingly, this error would have shown up in any
2925 test of the class.... I assume it must have been commited
2926 completely untested.
2927
2928 - In InterpolateSignal: moved division of summed charge over
2929 number of pixels : put it after the check of the number of
2930 valid neighbours to avoid division by 0.
2931
2932
2933
2934 2004/04/23: Markus Gaug
2935
2936 * mcalib/MHCalibrationCam.cc
2937 - fixed a bug in the ReInit() for the number of average events in
2938 each area index and sector
2939
2940
2941 2004/04/23: Thomas Bretz
2942
2943 * */Makefile:
2944 - added some more mpedestal
2945
2946 * mreport/MReportRun.cc:
2947 - changed to work with the latest version of report-files
2948 --> This will make it incompatible with older report files
2949 (for this use older Mars versions for merpping)
2950
2951 * mbase/MStatusDisplay.[h,cc]:
2952 - added combo-box to surf through tabs in MARS-tab
2953
2954
2955
2956 2004/04/22: Nadia Tonello
2957
2958 * mcalib/MCalibrateData.cc
2959 - changed request for MBadPixelsPix::IsCalibrationResultOK() for
2960 MBadPixelsPix::IsUnsuitable(MBadPixelsPix::kUnsuitableRun)
2961
2962
2963
2964 2004/04/22: Thomas Bretz
2965
2966 * mhist/MHCamera.[h,cc]:
2967 - implemented SetUsed
2968
2969 * merpp.cc:
2970 - added "-ff" and interleave mode - both not execcively tested yet
2971
2972 * mhbase/MFillH.cc:
2973 - added a missing 'endl'
2974
2975 * mraw/MRawCrateData.[h,cc], mraw/MRawEvtData.[h,cc],
2976 mraw/MRawEvtHeader.[h,cc]
2977 - added SkipEvt (the number of skipped bytes is untested)
2978
2979 * mraw/MRawEvtHeader.[h,cc]
2980 - return kCONTINUE if time is invalid
2981
2982 * mraw/MRawFileRead.[h,cc]:
2983 - implemented AddFile feature - first draft!
2984 - added feature to skip events
2985
2986 * mraw/MRawFileWrite.h:
2987 - changed default compression level corresponding to merpp to 2
2988
2989 * mraw/MRawRead.[h,cc]:
2990 - added fForceMode flag to be able to suppress event errors
2991
2992 * mbadpixels/MBadPixelsTreat.[h,cc]:
2993 - changes such that the pedestal interpolation is now done
2994 only in ReInit. If you need the old behaviour call
2995 SetProcessRMS()
2996
2997 Another step towards less mess:
2998
2999 * MMcPedestalCopy.[h,cc], MMcPedestalNSBAdd.[h,cc],
3000 MPedPhotCalc.[h,cc], MPedPhotCam.[h,cc], MPedPhotPix.[h,cc],
3001 MPedCalcPedRun.[h,cc], MPedestalCam.[h,cc],
3002 MPedestalPix.[h,cc]:
3003 - moved from manalysis to mpedestal
3004
3005 * mpedestal/Makefile, mpedestal/PedestalLinkDef.h,
3006 mpedestal/PedestalIncl.h:
3007 - added
3008
3009 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
3010 manalysis/AnalysisIncl.h:
3011 - removed files above
3012
3013 * mbadpixels/Makefile:
3014 - added mpedestals
3015
3016 * Makefile:
3017 - added mpedestals
3018
3019
3020 2004/04/22: Antonio Stamerra
3021
3022 * mmain/MEventDisplay.cc
3023 - Added new tab "Trigger" adding a new MHEvent (evt9),
3024 filled through the MMcTriggerLvl2 container.
3025 A new MFillH task for evt9 and MMcTriggerLvl2Calc task
3026 have been added.
3027
3028 * mhist/MHEvent.[h,cc]
3029 - Added new event type kEvtTrigPix
3030
3031 * manalysis/MMcTriggerLvl2.[h,cc]
3032 - The class now inherits from MCamEvent
3033 - Added the methods GetPixelContent and DrawPixelContent (from MCamEvent)
3034 - Added the method IsPixelInTrigger that returns kTRUE if a pixels
3035 is in the trigger region
3036
3037 * manalysis/MMcTriggerLvl2Calc.[h,cc]
3038 - Added the methods CheckRunType and ReInit to check if the file is MC.
3039
3040 * mhistmc/Makefile
3041 - Added the include for mgui
3042
3043
3044 2004/04/22: Markus Gaug
3045
3046 * mcalib/MCalibrate.[h,cc]
3047 - introduced flat-fielding of charges for the muon calibration,
3048 accessible with SetCalibrationMode(kFlatCharge)
3049
3050 * manalysis/MPedCalcPedRun.cc
3051 - added a SetReadyToSave() at the end of PostProcess
3052
3053 * mjobs/Makefile
3054 - added include of mraw
3055
3056 * mjobs/MJCalibration.cc
3057 - added MRawFileRead for option SetDataCheck()
3058
3059 * mjobs/MJPedestal.cc
3060 - added MRawFileRead for option SetDataCheck()
3061
3062
3063 2004/04/21: Thomas Bretz
3064
3065 * mbase/MTask.cc, mbase/MTaskList.cc:
3066 - let MTask in list fTaskProcess to be used as a counter
3067
3068 * mdata/MDataChain.[h,cc]:
3069 - added some treatments for combinations of +/- signs
3070
3071 * mfbase/MFilterList.[h,cc]:
3072 - added a new constructor to simplyfy filter-inversions
3073
3074 * mfileio/MReadReports.cc:
3075 - added comment
3076
3077 * mhbase/MBinning.[h,cc]:
3078 - added new constructor to simplify calls in macros
3079
3080 * mhbase/MFillH.[h,cc]:
3081 - added fDrawOption to be used in MStatusDisplay
3082
3083 * mhist/MHFalseSource.cc:
3084 - added comment
3085
3086
3087
3088 2004/04/20: Thomas Bretz
3089
3090 * macros/derotatedc.C
3091 - added tutorial macro plotting derotated dc currents
3092
3093 * mhist/MHCamEventRot.[h,cc]:
3094 - added histogram to be filled with derotated MCamEvents
3095
3096
3097
3098 2004/04/18: Abelardo Moralejo
3099
3100 * mgeom/MGeomCam.h
3101 - Update class version to 4 (necessary after M. Gaug's change
3102 of the type of member fMaxRadius.
3103
3104
3105
3106 2004/04/16: Abelardo Moralejo
3107
3108 * mcalib/MCalibrationQEPix.[h,cc]
3109 - Added fAverageQE. Same role as gkDefaultAverageQE, but can be
3110 changed via SetAverageQE. Made public GetAverageQE and
3111 GetAverageQERelVar (this changes needed for MC).
3112
3113 * mcalib/MMcCalibrationCalc.[h,cc]
3114 * manalysis/MMcCalibrationUpdate.[h,cc]
3115 - Adapted to M. Gaug's changes in calibration classes. Behaviour
3116 has been tested to be the same as before those changes. Now the
3117 conversion factor from ADC counts to photoelectrons, and the
3118 average QE (photons->photoelectrons) are calculated independently
3119 (and later combined by MCalibrate to obtain the conversion
3120 ADC->photons).
3121
3122 * mmain/MEventDisplay.cc, macros/mccalibrate.C, starmc.C
3123 - Added call to MExtractSignal::SetSaturationLimit(240) Affects
3124 only MC display. This was necessary because if electronic noise
3125 is simulated in the FADC, sometimes saturated slices look not
3126 saturated due to negative fluctuations, so it is better to set
3127 the saturation limit at a safe value (240 ADC counts). Changed
3128 signal integration range (only for MC), now from slices 5 to 10.
3129
3130 * msignal/MExtractSignal3.[h,cc]
3131 - Changed name of function SetRange for the more adecquate
3132 "SetWindows". No change in behaviour of the function.
3133
3134
3135
3136 2004/04/16: Markus Gaug
3137
3138 * msignal/MExtractSignal.cc
3139 - commited proposed larger default window from fgLast = 10 to
3140 fgLast = 14, because in March the pulses have moved to later
3141 arrival times.
3142 - removed some inconsistency with slice numbering in FindSignal()
3143 from pixel.GetHiGainSamples()+fHiGainFirst-1 to
3144 pixel.GetHiGainSamples()+fHiGainFirst and also for the low gain
3145
3146 * msignal/MExtractSignal2.cc
3147 - committed the proposed smaller window egdes from fgFirst=0 to
3148 fgFirst = 3, because in March some of the high-gain pulses reach
3149 into the "low-gain samples" and mislead thus sliding window to
3150 be maximized on the tail of the high-gain pulse.
3151
3152 * mcalib/MHPedestalPix.cc
3153 - fixed a bug which made normalization to values per slice not happen
3154
3155 * macros/pedestalstudies.C
3156 - fixed and documented
3157
3158
3159
3160 2004/04/15: Markus Gaug
3161
3162 * macros/calibration.C
3163 - added a function FindColor() to extract the colour by filename,
3164 works if there is indeed a colour or if the run nubmer is smaller
3165 than 20000 -> take ct1
3166
3167 * macros/bootcampstandardanalysis.C
3168 * macros/pedphotcalc.C
3169 * macros/calibrate_data.C
3170 - updated the macro to the cvs-standard used at the Udine bootcamp
3171
3172 * mcalib/MCalibrateRelTimes.[h,cc]
3173 * mcalib/Makefile
3174 * mcalib/CalibLinkDef.h
3175 - new class to calibrate the relative times
3176
3177 * manalysis/MGeomApply.cc
3178 - added MArrivalTime::Init()
3179
3180 * msignal/MArrivalTime.[h,cc]
3181 - added array fDataErr
3182
3183 * macros/rootlogon.C
3184 - added directories mbadpixels and mjobs
3185
3186 * mcalib/MCalibrationQEPix.cc
3187 - set the fAvNorm variables to 1 in Clean()
3188
3189 * manalysis/MPedPhotCalc.[h,cc]
3190 - included possibility to use an MBadPixelsCam
3191
3192
3193
3194 2004/04/14: Thomas Bretz
3195
3196 * manalysis/MCerPhotEvt.[h,cc]:
3197 - fixed a bug which caused a missing last pixel (in most cases
3198 Index 576)
3199
3200 * manalysis/MCerPhotPix.cc:
3201 - fixed output in Print
3202
3203 * macros/mccalibrate.C, mmain/MEventDisplay.cc:
3204 - added missing SetCalibrationMethod
3205
3206 * mbadpixels/MBadPixelsCam.[h,cc]:
3207 - added copy constructor
3208
3209 * mbadpixels/MBadPixelsMerge.cc:
3210 - added comments
3211
3212 * mraw/MRawRunHeader.[h,cc]:
3213 - added new run-type (kRTPointRun=7)
3214
3215 * mmain/MEventDisplay.cc:
3216 - fixed the broken cleaning levels
3217
3218
3219
3220 2004/04/14: Markus Gaug
3221
3222 * mcalib/MCalibrationQEPix.cc
3223 - found a bug in the calculation of the error, fixed
3224
3225 * macros/mccalibrate.C, mmain/MEventDisplay.cc:
3226 - replaced SetCalibrationMethod by SetCalibrationMode
3227
3228 * htmldoc/images/CalibClasses.gif
3229 * htmldoc/images/RelTimeClasses.gif
3230 - two schemes used in the class descriptions
3231
3232 * mcalib/MHCalibrationCam.[h,cc]
3233 - included function GetAverageAreas() and GetAverageSectors() like
3234 in MCalibrationCam
3235
3236 * mjobs/MJCalibration.[h,cc]
3237 - included calibration of rel.Times, to be chosen with a flag
3238 RelTimeCalibration()
3239 - signal extractor and arrival time extractor can be chosen by
3240 flags as well (see Class description)
3241
3242
3243 * mbadpixels/MBadPixelsCam.cc
3244 - add two new types in GetPixelContent, add documentation of
3245 GetPixelContent
3246
3247 * msignal/MArrivalTimeCalc2.cc
3248 - commented the warning for pixels with lowgain saturation
3249
3250
3251
3252 2004/04/13: Markus Gaug
3253
3254 * macros/dohtml.C
3255 - included directory mbadpixels
3256
3257 * mcalib/MCalibrationPix.[h,cc]
3258 - add functions GetHiLoMeansDivided(), GetHiLoSigmasDivided() and
3259 errors
3260
3261 * mcalib/MCalibrationChargeCam.[h,cc]
3262 - removed hi-vs.Lo histograms (come into a separate MIntensityCam)
3263 - updated GetPixelContents
3264 - updated class documentation
3265
3266 * mgeom/MGeomMirror.h
3267 - include <TVector3.h>, otherwise it does not compile on my machine
3268
3269 * mjobs/MJPedestals.cc
3270 * mjobs/MJCalibration.cc
3271 - replaced MBadPixelsMerge by MParList.AddToList(fBadPixels) until
3272 bug in MBadPixelsMerge is resolved (see bugtracker).
3273
3274 * mcalib/MHCalibrationChargePINDiode.cc
3275 - return in Draw() if histogram is empty (otherwise segm. violation
3276 in eventloop
3277
3278 * msignal/MExtractedSignalCam.cc
3279 - intialize variables by default to 0.
3280
3281 * mcalib/MHCalibrationChargeCam.[h,cc]
3282 - pointer to fSig is not stored, somehow, when running MJCalibration
3283 Don't know why. Removed and stored some variables instead
3284
3285 * mjobs/MJCalibration.[h,cc]
3286 - updated documentation, updated QE Cam
3287 - set the pulser colour (now obligatory)
3288 - set the possibility to choose different displays
3289
3290 * mcalib/MCalibrationChargeCalc.cc
3291 - set the pulser colour (now obligatory)
3292
3293 * mcalib/MCalibrationChargePix.[h,cc]
3294 - put GetRSigmaPerCharge into this class
3295
3296
3297
3298 2004/04/13: Thomas Bretz
3299
3300 * mastro/MAstroCamera.cc, mastro/MAstroCatalog.[h,cc]:
3301 - enhanced comments
3302 - added some new features
3303
3304 * mbase/MAGIC.h:
3305 - removed some empty lines
3306
3307 * mfileio/MWriteRootFile.cc:
3308 - fixed a compiler warning
3309
3310 * mgeom/MGeomCorsikaCT.h:
3311 - removed obsolete include of TArrayF
3312
3313 * mgeom/MGeomMirror.[h,cc]:
3314 - replaced fReflector by *fReflector
3315
3316 * mmain/MGDisplayAdc.cc:
3317 - fixed a bug which caused the wrong histogram entry to be
3318 displayed
3319
3320
3321
3322 2004/04/10: Markus Gaug
3323
3324 * macros/dohtml.C
3325 - included directory mjobs
3326
3327 * mjobs/MJCalibration.[h,cc]
3328 - added and updated documentation (not yet ready)
3329
3330 * htmldoc/images/CalibClasses.gif
3331 - scheme of the calibration classes, used for documentation in
3332 MJCalibration.cc
3333
3334
3335
3336 2004/04/10: Thomas Bretz
3337
3338 * mastro/MAstroCatalog.[h,cc], mastro/MAstroCamera.[h,cc]:
3339 - added comments
3340
3341 * macros/starfield.C:
3342 - added
3343
3344 * mastro/Makefile, mastro/AstroLinkDef.h
3345 - added MAstroCamera
3346
3347
3348
3349 2004/04/09: Markus Gaug
3350
3351 * mcalib/MHCalibrationChargePINDiode.[h,cc]
3352 * mcalib/MHCalibrationChargeCam.[h,cc]
3353 * mcalib/MHCalibrationChargeCalc.[h,cc]
3354 - put abs. time consistency check from MCalibrationChargeCalc into
3355 MHCalibrationChargePINDiode and MHCalibrationChargeCam
3356
3357 * mcalib/MHCalibrationCam.[h,cc]
3358 * mcalib/MHCalibrationChargeCalc.[h,cc]
3359 - number of used FADC slices also stored in MHCalibrationCam,
3360 MHCalibrationChargeCalc needs no pointer to the signal extractors
3361 any more -> removed
3362
3363 * mcalib/MCalibrationChargePINDiode.[h,cc]
3364 * mcalib/MCalibrationChargeBlindPix.[h,cc]
3365 * mcalib/MCalibrationCam.[h,cc]
3366 - put a default pulser color kNONE
3367
3368 * manalysis/MPedestalCam.[h,cc]
3369 * manalysis/MPedCalcPedRun.[h,cc]
3370 * manalysis/MGeomApply.cc
3371 - added average pixels in the way like it is done in MCalibrationCam
3372
3373
3374
3375 2004/04/08: Thomas Bretz
3376
3377 * mfbase/MF.cc:
3378 - optimized output
3379
3380 * mfbase/MFilterList.cc:
3381 - added some comments
3382
3383 * mfileio/MReadMarsFile.[h,cc], mfileio/MReadTree.[h,cc]:
3384 - added SortFiled-option -- RAQUEL, this is for you!
3385
3386 * mfileio/MWriteRootFile.cc:
3387 - class AddSerialNumber in AddContainer
3388
3389 * mhist/MHFalseSource.[h,cc]:
3390 - optimized setting of hist maximum
3391 - added more source dependant cuts
3392 - changed display layout
3393 - scale number of entries to correct for different acceptance
3394 (not perfect, but the best I can currently do)
3395
3396 * mimage/MHHillasExt.[h,cc]:
3397 - added new histogram for fMaxDist
3398
3399 * mimage/MHNewImagePar.[h,cc]:
3400 - added new histograms for Used/CoreArea
3401
3402 * mimage/MHillasCalc.cc:
3403 - optimized output
3404
3405 * mimage/MHillasExt.cc:
3406 - fMaxDist got a sign
3407
3408 * mimage/MNewImagePar.[h,cc]:
3409 - enhanced comments
3410 - added new Print() member function
3411
3412 * macros/readCT1.C, macros/readMagic.C, mmain/MEventDisplay.cc:
3413 - forward geomcam to newimgepar.Print()
3414
3415
3416
3417 2004/04/08: Markus Gaug
3418
3419 * mcalib/MCalibrationChargeCalc.[h,cc]
3420 * mcalib/MCalibrationChargeCam.[h,cc]
3421 * mcalib/MCalibrationChargePix.[h,cc]
3422 * mcalib/MCalibrationChargeBlindPix.[h,cc]
3423 * mcalib/MCalibrationChargePINDiode.[h,cc]
3424 - put calculation of photon fluxes with the three methods into
3425 MCalibrationChargeCalc
3426 - reorganized calculations in a better readable way (hopefully!)
3427
3428 * mbase/MAGIC.h
3429 * mcalib/MCalibrationCam.[h,cc]
3430 * mcalib/MCalibrationQECam.[h,cc]
3431 * mcalib/MCalibrationQEPix.[h,cc]
3432 - put PulserColor_t away from MAGIC.h into MCalibrationCam
3433 - full implementation of the QE-calibration from MCalibrationQEPix
3434
3435 * msignal/MExtractBlindPixel.cc
3436 - removed warning about low-gain saturation of Blind pixel
3437
3438 * mcalib/MCalibrate.[h,cc]
3439 * mcalib/MCalibrateData.[h,cc]
3440 * mcalib/MMcCalibrationCalc.[h,cc]
3441 * manalysis/MMcCalibrationUpdate.[h,cc]
3442 - conversion factors now separated into FADC2phe and then into
3443 call to average Quantum efficiency.
3444
3445
3446 2004/04/07: Markus Gaug
3447
3448 * mcalib/MHGausEvents.[h,cc]
3449 - added fBlackout events
3450
3451
3452
3453 2004/04/06: Thomas Bretz
3454
3455 * mcalib/MCalibrationCam.[h,cc]:
3456 - simplified call to initialization by new function Init()
3457
3458 * mcalib/MH*.cc:
3459 - fixed some warnings (comparision between signed and unsigned)
3460
3461 * manalysis/MGeomApply.cc:
3462 - use new Init-funtion of MCalibrationCam
3463
3464 * mastro/MAstro.cc:
3465 - some fixes to the conversion functions
3466
3467 * mastro/MAstroCamera.[h,cc]:
3468 - added comments
3469 - changed argument type of AddPrimitives
3470
3471 * mastro/MAstroCatalog.[h,cc]:
3472 - many changes to make it possible to overlay the
3473 catalog on top of a 2D histogram
3474
3475 * mbase/MEvtLoop.cc:
3476 - fixed estimation of run-time
3477
3478 * mbase/MMath.[h,cc]:
3479 - added member functions for signed significances
3480
3481 * mbase/MParContainer.cc:
3482 - changed GetterMethod() to support double reference data mebers
3483
3484 * mbase/MStatusDisplay.cc:
3485 - removed some obsolete debug outputs
3486
3487 * mbase/MTask.[h,cc]:
3488 - removed fNumExecutions, fStopwatch already counts the calls
3489 - slight chagnes to output of PrintStatistics
3490
3491 * mbase/MTaskList.[h,cc]:
3492 - slight chagnes to output of PrintStatistics
3493
3494 * mbase/MTime.cc:
3495 - removed +TwoPi from GetGmst
3496
3497 * mcamera/MCameraAUX.h, mcamera/MCameraHV.h, mcamera/MCameraLV.h,
3498 mcamera/MCameraLid.h, mcamera/MCameraLids.h,
3499 mcamera/MCameraPowerSupply.h:
3500 - added missing Getter functions
3501
3502 * mcamera/MCameraHV.h:
3503 - removed obsolete data-meber fMean
3504
3505 * mdata/DataLinkDef.h:
3506 - added MDataFormula
3507
3508 * mdata/MDataChain.cc, mdata/Makefile:
3509 - enhanced dosumentation
3510 - implemented use of multi argument functions
3511 - added ^-operator
3512
3513 * mdata/MDataList.[h,cc]:
3514 - added ^-operator
3515 - enhanced IsValid
3516
3517 * mfbase/MFilterList.cc:
3518 - changed a warn-output to inf
3519
3520 * mgeom/MGeomCam.[h,cc]:
3521 - added getter returning index corresponding to XY
3522
3523 * mgeom/MGeomPix.[h,cc]:
3524 - added getter IsInside
3525
3526 * mhist/MHCamera.cc:
3527 - Return 0 in GetMean if no entries
3528
3529 * mhist/MHFalseSource.[h,cc]:
3530 - removed conversion stuff (mm/deg)
3531 - slight change to calculation of significance
3532 - added dist-cuts
3533 - added histogram showing number of entries
3534 - added display of catalog
3535
3536 * mhist/MHStarMap.cc:
3537 - added comment
3538
3539 * mimage/MHillasExt.[h,cc]:
3540 - changed class version to 3
3541 - added new data-member fMaxDist
3542
3543 * mimage/MNewImagePar.[h,cc]:
3544 - added new data member fUsedArea and fCoreArea
3545
3546 * mmc/MMcConfigRunHeader.h:
3547 - readded GetMirrors (WHY WAS IT GONE?)
3548
3549 * mpointing/MPointingPos.[h,cc]
3550 - implemented Getter to get coordinates in rad
3551
3552 * mpointing/MSrcPosCalc.[h,cc]:
3553 - fixed direction of rotation
3554 - for the moment do use fTime
3555
3556
3557
3558 2004/04/06: Markus Gaug
3559
3560 * mcalib/MCalibrationChargePix.[h,cc]
3561 - change names of the GetLoGain*() functions to
3562 GetConvertedLoGain*() for better clarity
3563
3564 * mcalib/MCalibrationChargeCam.[h,cc]
3565 - updated and enlarged documentation
3566
3567 * mcalib/MHCalibrationChargeCam.cc
3568 * mcalib/MHCalibrationRelTimeCam.cc
3569 - set the arrays by use of memset
3570 - initialize TObjArrays with the Init-Function
3571
3572
3573 2004/04/05: Markus Gaug
3574
3575 * msignal/MExtractedSignalPINDiode.h
3576 - new function GetLastUsedSlice()
3577
3578 * mcalib/MCalibrationChargeCalc.[h,cc],
3579 * mcalib/MCalibrationChargeCam.cc:
3580 - holds also pointers to MExtractedSignalPINDiode and
3581 MExtractedSignalBlindPixel and does the checks inside the task
3582 (instead of inside the containers)
3583
3584 * mcalib/MCalibrationChargeBlindPix.[h,cc],
3585 * mcalib/MCalibrationChargePINDiode.[h,cc]:
3586 - updated and enlarged documentation
3587
3588 * mcalib/MHCalibrationChargePINDiode.cc
3589 * mcalib/MHCalibrationChargeCam.[h,cc]
3590 - rename Setter for fMeanVar from SetMeanErr() to SetMeanVar()
3591 - rename arrays of fAverageSigmaErr to AverageSigmaVar
3592
3593 * mcalib/MCalibrationPix.[h,cc]
3594 * mcalib/MCalibrationChargePix.[h,cc]
3595 * mcalib/MCalibrationChargeBlindPix.[h,cc]
3596 * mcalib/MCalibrationChargePINDiode.[h,cc]
3597 - add Getters to the relative variance
3598
3599 * mcalib/MHGausEvents.[h,cc]
3600 * mcalib/MCalibrationPix.[h,cc]
3601 * mcalib/MHCalibrationCam.cc
3602 - add to Pickup also Blackout events
3603
3604
3605 2004/04/05: Nadia Tonello
3606
3607 * mbadpixels/MBadPixelsTreat.cc
3608 - In Unmap(): replaced SetPixelUnused with SetPixelUnmapped
3609
3610
3611
3612 2004/04/02: Markus Gaug
3613
3614 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.[h,cc],
3615 mcalib/MCalibrationQEPix.[h,cc], mcalib/MCalibrationQECam.[h,cc],
3616 mcalib/MCalibrationRelTimeCam.[h,cc],
3617 mcalib/MCalibrationRelTimePix.[h,cc]:
3618 - updated and enlarged documentation
3619
3620 * mcalib/MHGausEvents.[h,cc], mcalib/MHPedestalPix.[h,cc],
3621 mcalib/MHCalibrationChargePix.[h,cc],
3622 mcalib/MHCalibrationChargeHiGainPix.[h,cc],
3623 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
3624 mcalib/MHCalibrationChargeBlindPix.[h,cc],
3625 mcalib/MHCalibrationChargePINDiode.[h,cc]:
3626 - put fPixId, fPickup, fPickupLimt, CountPickup(), RepeatFit() and
3627 ChangeHistId() into MHGausEvents (before in the derived classes)
3628 - put fChargeNbins, fChargeFirst, fChargeLast,
3629
3630 * mcalib/MHCalibrationRelTimePix.[h,cc]:
3631 - put fRelTimeNbins, fRelTimeFirst, fRelTimeLast together
3632 into MHGausEvents as fNbins, fFirst and fLast
3633
3634 * mcalib/MHCalibrationRelTimePix.[h,cc]:
3635 - remove Renormalization to time slices. Need to think about
3636 more direct way to implement
3637
3638 * mcalib/MHPedestalCam.[h,cc], mcalib/MHCalibrationCam.[h,cc],
3639 mcalib/MHCalibrationChargeCam.[h,cc],
3640 mcalib/MHCalibrationRelTimeCam.[h,cc]:
3641 - put most of the functionality into the base class MHCalibrationCam
3642 - derived classes overload the functions SetupHists, ReInitHists,
3643 FillHists, FinalizeHists and FinalizeBadPixels.
3644 - functions FitHiGainArrays, FitLoGainArrays, FitHiGainHists,
3645 FitLoGainHists and InitHists can be used from base class.
3646
3647 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationChargePix.[h,cc],
3648 mcalib/MCalibrationRelTimePix.[h,cc]:
3649 - put most of the functionality into the base class MCalibrationPix
3650 - other two classes derive now from MCalibrationPix
3651
3652 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationChargeCam.[h,cc]
3653 mcalib/MCalibrationRelTimeCam.[h,cc]:
3654 - put most of the functionality into the base class MCalibrationCam
3655 - other two classes derive now from MCalibrationCam
3656 - calls to MCalibration*Cam[i] now have to cast!
3657
3658 * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
3659 * mcalib/MMcCalibrateCalc.cc, manalysis/MMcCalibrationUpdate.cc,
3660 * mcalib/MCalibrationChargeCalc.cc:
3661 - cast calls to MCalibration*Cam[i]
3662
3663 * manalysis/MGeomApply.cc
3664 - add initialization MCalibrationRelTimeCam
3665 - add intialization of average pixels
3666
3667
3668
3669 2004/04/02: Abelardo Moralejo
3670
3671 * msignal/MExtractSignal3.[h,cc]
3672 - added. Alternative method for signal extraction. Uses sliding
3673 window from event to event, but a common window for all pixels
3674 in an event.
3675
3676 * msignal/Makefile, SignalLinkDef.h
3677 - added MExtractSignal3.
3678
3679
3680
3681 2004/04/02: Markus Gaug
3682
3683 * mbadpixels/MBadPixelsPix.h
3684 - added kRelTimeNotFitted and kRelTimeOscillating to Calibration_t
3685 enum
3686
3687 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationPix.[h,cc],
3688 mcalib/Makefile, mcalib/CalibLinkDef.h:
3689 - two new base classes for general calibration storage containers,
3690 contain average pixel storage functionality
3691
3692 * mcalib/MCalibrationRelTimeCam.[h,cc],
3693 mcalib/MCalibrationRelTimePix.[h,cc]:
3694 - new storage container for the rel. time calibration results, derive
3695 from MCalibrationPix, MCalibrationCam
3696
3697
3698
3699 2004/04/01: Markus Gaug
3700
3701 * msignal/MArrivalTimeCalc.[h,cc]
3702 - set fSaturationLimit as a variable with default (instead of 0xff)
3703
3704 * mcalib/MHCalibrationChargeCam.[h,cc]
3705 mcalib/MCalibrationChargeCam.[h,cc]
3706 mcalib/MCalibrationChargeCalc.cc, manalysis/MGeomApply.cc:
3707 - add average pixels per sector
3708
3709 * mcalib/MHGausEvents.[h,cc], mcalib/MHCalibrationChargePix.[h,cc],
3710 mcalib/MHCalibrationRelTimePix.[h,cc]:
3711 - moved BypassFit() function to MHGausEvents
3712
3713 * mcalib/MHCalibrationChargeCam.[h,cc]:
3714 - updated and enlarged documentation
3715 - derives now from mcalib/MHCalibrationCam
3716
3717 * mcalib/MCalibrationChargePix.[h,cc]:
3718 - removed flag kLoGainSaturation, because it is already in MBadPixelsPix
3719
3720 * mcalib/MCalibrationCam.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
3721 - new base class for all MHCalibration*Cam object, contains the average
3722 pixel functionality
3723
3724
3725
3726 2004/03/31: Markus Gaug
3727
3728 * mcalib/MHCalibrationChargeCam.[h,cc],
3729 mcalib/MCalibrationChargeCam.[h,cc],
3730 mcalib/MCalibrationChargeCalc.cc, manalysis/MGeomApply.cc:
3731 - make the average pixel independent on camera geometry, i.e.
3732 one average pixel per MGeomPix::Aidx
3733
3734
3735
3736 2004/03/31: Abelardo Moralejo
3737
3738 * mmc/MMcConfigRunHeader.[h,cc]
3739 - updated to current version (3) in camera program. Added member
3740 fLightCollectionFactorOuter so that we can store the data on
3741 the simulatedlight collection efficiency (light guides +
3742 plexiglas +...) as a function of incidence angle for outer and
3743 inner pixels independently. Added getters for this information
3744 on light collection efficiency.
3745
3746
3747
3748 2004/03/30: Markus Gaug
3749
3750 * mcalib/MHGausEvents.[h,cc],
3751 mcalib/MHCalibrationChargePix.[h,cc],
3752 mcalib/MHCalibrationChargeHiGainPix.[h,cc],
3753 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
3754 mcalib/MHCalibrationChargeBlindPix.[h,cc],
3755 mcalib/MHCalibrationChargePINDiode.[h,cc],
3756 mcalib/MHCalibrationRelTimeCam.[h,cc],
3757 mcalib/MHCalibrationRelTimePix.[h,cc],
3758 mcalib/MHPedestalPix.[h,cc],
3759 mcalib/MHPedestalCam.[h,cc]:
3760 - updated and enlarged documentation
3761
3762
3763
3764 2004/03/30: Abelardo Moralejo
3765
3766 * mmc/MMcFadcHeader.hxx
3767 - updated to current version (4) in camera program.
3768
3769
3770
3771 2004/03/29: Markus Gaug
3772
3773 * manalysis/MSourcePosFromStarPos.cc
3774 - replaced fabs(ival) by TMath::Abs(ival)
3775
3776 * mbadpixels/MBadPixelsPix.h
3777 - adopt treatment of UnCalibrated_t like the one in Unsuitable_t
3778
3779 * mbadpixels/MBadPixelsPix.cc
3780 - put some documentation in the header
3781
3782 * mcalib/MHCalibrationChargeCam.cc
3783 mcalib/MCalibrationChargeCam.cc
3784 mbadpixels/MBadPixelsCam.cc
3785 - adopt to new style in MBadPixelsPix.h
3786
3787 * mcalib/MCalibrationChargeCalc.[h,cc]
3788 mcalib/MCalibrationChargePix.[h,cc]
3789 - move consistency checks from Pix to Calc
3790
3791 * mcalib/MHGausEvents.[h,cc]
3792 - fixed axes for event and fourier spectrum Draw
3793
3794 * mcalib/MHCalibrationChargePix.[h,cc]
3795 mcalib/MHCalibrationChargeCam.[h,cc]
3796 - moved definition of pulser frequency to MHCalibrationChargeCam
3797
3798
3799
3800 2004/03/24: Thomas Bretz
3801
3802 * mbase/MMath.cc:
3803 - now SignificanceLiMa returns 0 in case sum==0
3804
3805
3806
3807 2004/03/23: Thomas Bretz
3808
3809 * mbase/MContinue.cc, mhbase/MH.cc:
3810 - changed a warning message to an inf-message
3811
3812 * mfileio/MReadTree.cc:
3813 - added an additional logging message when adding files to a
3814 chain successfully.
3815
3816 * mbase/MProgressBar.cc:
3817 - fixed initial size
3818
3819 * mastro/MAstro.[h,cc]:
3820 - changed the code for the rotation angle back to its original
3821 shape. The definition I tried to introduced was already
3822 correctly implemented (assuming that sin is the x-component
3823 of the vector I had it wrong in my mind twice, using
3824 atan2(y,x) everywhere I did recognize it...)
3825
3826 * mreport/MReport.cc:
3827 - fixed a bug which caused a crash when the time is not valid
3828
3829 * mhist/MHStarMap.cc, mpointing/MSrcPosCalc.cc:
3830 - fixed: v.Roatete() must be v=v.Rotate()
3831 - MHStarMap no waorks also without MSrcPosCam, MPointingPos
3832 or MObservatory (leaving out the corresponding translations)
3833
3834
3835
3836 2004/03/22: Markus Gaug
3837
3838 * mfileio/Makefile, mimage/Makefile
3839 - mpointing included
3840
3841
3842
3843 2004/03/22: Thomas Bretz
3844
3845 * mpointing/MSrcPosCalc.[h,cc], MSrcPosCam.[h,cc]:
3846 - added
3847
3848 * mastro/MAstro.[h,cc]:
3849 - added code to calculate rotationangle previously in MObservatory
3850 - changed definition of rotation angle such, that it is now
3851 180deg if Ra and Az grid is parallel
3852
3853 * mastro/MAstroCatalog.[h,cc]:
3854 - fixes and enhancements to the display (such as misscalculated
3855 number of grid lines, title display, etc)
3856 - enhancements to the output
3857 - generalized creation of grid - for further usage
3858
3859 * mastro/MAstroSky2Local.[h,cc]:
3860 - replaced calculation of rotation angle by the function in
3861 MAstro
3862
3863 * mastro/MObservatory.[h,cc]:
3864 - small changes to Print output
3865 - moved code for calculation of rotation angle to MAstro
3866
3867 * mbase/MEvtLoop.cc:
3868 - do not output number of events per second if no events processed
3869
3870 * mbase/MParList.cc:
3871 - updated some comments
3872
3873 * mfileio/MCT1ReadAscii.cc, mfileio/MCT1ReadPreProc.cc,
3874 mfileio/MReadRflFile.cc, mraw/MRawFileRead.cc,
3875 mreport/MReportFileRead.cc:
3876 - output error string if file cannot be opened
3877
3878 * mfileio/MReadTree.cc:
3879 - output name of chain which is scanned
3880
3881 * mimage/MConcentration.cc:
3882 - replaced loop by iterator
3883 - removed obsolete (unused) variables
3884
3885 * mimage/MHNewImagePar.[h,cc]:
3886 - fixed display colors
3887
3888 * mpointing/MPointingPos.[h,cc]:
3889 - added member function to calculate rotation angle
3890 - added comments
3891
3892 * mpointing/Makefile:
3893 - added include MAstro
3894
3895 * manalysis/MSrcPosCam.[h,cc]:
3896 - moved to mpointing
3897
3898 * mpointing/MSrcPosCalc.[h,cc]:
3899 - added: Derotates a star in the camera into MSrcPosCam
3900
3901 * mpointing/Makefile, mpointing/PointingLinkDef.h:
3902 - added MSrcPosCam
3903 - added MSrcPosCalc
3904
3905 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
3906 - removed MSrcPosCam
3907
3908 * mmain/Makefile:
3909 - added include for mpointing
3910
3911 * manalysis/AnalysisIncl.h:
3912 - removed TVector2
3913
3914 * mbase/MParContainer.h:
3915 - added new abstract virtual member function SetVariables
3916 (to be used in fits)
3917 - addeed some text to class description
3918
3919 * mdata/MData.cc:
3920 - added comment
3921
3922 * mdata/MDataArray.[h,cc], mdata/MDataElement.h,
3923 mdata/MDataList.[h,cc], mdata/MDataMember.h,
3924 mfbase/MFDataMember.[h,cc], mfbase/MFilterList.[h,cc]:
3925 - added SetVariables
3926
3927 * mdata/MDataChain.[h,cc]:
3928 - added support for indexed variables [i]
3929 - added SetVariables
3930
3931 * mdata/MDataValue.[h,cc]:
3932 - added support for variable values (through SetVariables)
3933 - added support for an index
3934 - added SetVariables
3935
3936 * mfbase/MF.[h,cc]:
3937 - removed support for {}. This case is now detected
3938 automatically
3939 - added SetVariables
3940 - added support for expressiond like
3941 "MHillas.fLength<2*MHillas.fWidth"
3942
3943 * mfbase/MFDataChain.[h,cc]:
3944 - added fCond data member
3945 - addednew constructor to support fCond
3946 - added support for new condition type
3947 - adapted Print and GetRule
3948
3949 * mimage/MNewImagePar.[h,cc]:
3950 - added some comments
3951
3952 * mhist/MHStarMap.[h,cc]:
3953 - fixed to use the correct MPointingPos instead of the
3954 deprecated MMcEvt. Use MPointingPosCalc to copy the
3955 pointing position from MMcEvt to MPointingPos
3956
3957 * mbase/MMath.[h,cc]:
3958 - added, which currently only implements calculation of
3959 significance and Li/Ma significance
3960
3961 * mbase/Makefile, mbase/BaseLinkDef.h:
3962 - added MMath
3963
3964
3965
3966 2004/03/19: Markus Gaug
3967
3968 * mcalib/MHCalibrationChargePix.cc
3969 - added some style to the default Draw in order to see the
3970 label and axis titles better
3971
3972 * mcalib/MHCalibrationChargeCam.[h,cc]
3973 - store and display more information on the average pxiels
3974
3975 * mcalib/MCalibrationCam.cc
3976 - the GetPixelContent flag were not correct any more, fixed them
3977
3978 * macros/calibration.C
3979 - fixed GetPixelContent flags
3980 - draw radial profile of the variables
3981
3982 * mjobs/MJCalibration.cc
3983 - fixed GetPixelContent flags
3984 - introduced RadialProfile for some displays
3985 - removed some not so important displays
3986
3987 * manalysis/MGeomApply.cc
3988 - included MCalibrationQECam to be initialized
3989
3990 * mcalib/MCalibrationChargePix.[h,cc],
3991 mcalib/MCalibrationQEPix.[h,cc]:
3992 - replace DefinePixId by SetPixId
3993
3994 * mcalib/MCalibrationChargeCalc.[h,cc]
3995 - added MCalibrationQECam
3996 - cleaned the code up a little
3997 - give more information at the end
3998
3999 * mcalib/MCalibrationChargePix.[h,cc]
4000 - took out fNumLoGainSampels whihc is not needed any more because
4001 conversion is only done in the getters
4002 - Canceled function ApplyLoGainConversion (for same reason)
4003
4004 * msignal/MExtractSignal2.cc
4005 - remove uncommented piece of code
4006
4007 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
4008 - remove warning about pixel with low gain saturation,
4009 now in MBadPixelsPix
4010
4011 * mbadpixels/MBadPixelsPix.[h,cc], mcalib/MCalibrationChargeCam.cc:
4012 - added new flag: kDeviatingNumPhes
4013
4014 * mcalib/MCalibrationChargePix.cc
4015 - check for mean arr. time in last bin replaced by check in last
4016 two bins
4017
4018 * mcalib/MCalibrationChargePix.[h,cc],
4019 mcalib/MCalibrationChargeCam.cc,
4020 mcalib/MHCalibrationChargeCam.cc:
4021 - removed flag kHiGainFitted, kLoGainFitted, since they are
4022 available from MBadPixelsPix
4023
4024 * macros/calibration.C, macros/calibrate_data.C
4025 - a few flags from MCalibrationChargeCam::GetPixelContent were wrong,
4026 corrected them
4027
4028
4029
4030 2004/03/18: Raquel de los Reyes
4031
4032 * macros/DAQDataCheck.C
4033 - macro to check the data from the DAQ system (.raw files).
4034
4035
4036
4037 2004/03/18: Thomas Bretz
4038
4039 * manalysis/AnalysisIncl.h:
4040 - added TVector2
4041
4042 * manalysis/MSrcPosCam.[h,cc]:
4043 - added Getter/Setter using TVector2
4044
4045 * mhbase/MH.cc:
4046 - fixed GetMinimumGT for TH2 and TH3
4047
4048 * mpointing/MPointingPos.h:
4049 - added Getter/Setter for Ra/Dec
4050
4051 * mpointing/MPointingPosCalc.cc:
4052 - fill Ra/Dec into MPointingPos
4053
4054
4055
4056 2004/03/18: Markus Gaug
4057
4058 * mgeom/MGeomCam.[h,cc]
4059 - replace fMaxRadius by a TArrayF of pixel area types
4060 - new TArrayF fMinRadius of each pixel area type
4061 - backward compatibility should be given,
4062 call to GetMaxRadius() returns the value for the whole camera
4063 (which corresponds to the previous value for the Magic camera)
4064
4065 * mimage/MConcentration.cc
4066 - fixed on flog to fLog in order to compile
4067
4068
4069
4070 2004/03/17: Thomas Bretz
4071
4072 * mastro/MAstroCatalog.[h,cc]:
4073 - some simplifications and changes
4074
4075 * mastro/MAstroCatalog.[h,cc]:
4076 - some simplifications and changes
4077
4078 * mastro/MAstroSky2Local.[h,cc]:
4079 - rotation matrix from sky to local coordinates
4080 - added
4081
4082 * mastro/Makefile, mastro/AstroLinkDef.h:
4083 - MAstroSky2Local added
4084
4085 * mraw/MRawEvtPixelIter.cc:
4086 - GetIdxMaxLoGainSample(const Byte_t lofirst) const
4087 accelerated and fixed (the first slice was compared to itself
4088 and the last slice was not taken into account)
4089
4090 * manalysis/MCerPhotAnal2.cc:
4091 - fixed a bug in the new treatment of lo-gains
4092
4093 * mhvstime/MHPixVsTime.cc:
4094 - fixed missing initialization of fTypeErr in constructor
4095
4096 * mimage/MHillas.[h,cc]:
4097 - implemented member function which returns MeanX/Y as TVector2
4098
4099 * mimage/ImageIncl.h:
4100 - added TVector2
4101
4102 * manalysis/MCerPhotEvt.[h,cc]:
4103 - fixed a bug in AddPixels which - in some special circumstances -
4104 cutted pixels with high pixel indices
4105
4106
4107
4108 2004/03/17: Antonio Stamerra
4109
4110 * macros/datatrigcheck.C
4111 - added macro for time and trigger data-checking
4112
4113
4114
4115 2004/03/17: Abelardo Moralejo
4116
4117 * manalysis/MSourcePosfromStarPos.cc
4118 - added cast fabs((Double_t)ival), line 703. Otherwise it does not
4119 compile.
4120
4121 * macros/starmc.C
4122 - added parameter accepted_fraction to select fraction of events
4123 to be processed (useful to make smaller outputs).
4124
4125
4126
4127 2004/03/17: Wolfgang Wittek
4128
4129 * manalysis/MSigmabar.[h,cc]
4130 - correct calculation of sector, which was wrong
4131
4132
4133
4134 2004/03/16: Markus Gaug
4135
4136 * mhist/MHCamera.[h,cc]
4137 - added function RadialProfile which returns a TProfile of the
4138 value along the radius from the camera center
4139
4140
4141
4142 2004/03/16: Oscar Blanch Bigas
4143
4144 * mimage/MConcentration.[h,cc]
4145 - new class for Concentration stuff.
4146 - It computes and stores Concentration 1-8
4147
4148 * mimage/MNewImagePar.[h,cc]
4149 - New Concentration stuff is moved to MConcentration.
4150
4151 * mimage/MHillasCalc.[h,cc], Makefile, ImageLinkDef.h
4152 - Modifications needed to support and compile new
4153 MConcentration class.
4154
4155
4156
4157 2004/03/16: Thomas Bretz
4158
4159 * mjobs/MJ*.[h,cc]
4160 - removed some obsolete comments
4161 - removed projections from Directory (SetDirectory(0))
4162
4163
4164
4165 2004/03/16: Wolfgang Wittek
4166
4167 * manalysis/MSigmabar.[h,cc]
4168 - calculate sigmabar as mean of individual pedestalRMS
4169 instead of sqrt of mean pedestalRMS^2
4170
4171
4172
4173 2004/03/16: Oscar Blanch
4174
4175 * mimage/MNewImagePar.[h,cc]
4176 - New variables members added: fInnerSize, fInnerLeakage[1,2],
4177 fConc[3-8].
4178 - It is only ready for Magic Camera geometry. It has to be done
4179 MGeomCam base.
4180 - The version ahs not been updated since it was done on the
4181 2004/03/10 by Abelardo.
4182
4183
4184
4185 2004/03/15: Markus Gaug
4186
4187 * mcalib/MCalibrationChargePix.[h,cc],
4188 mcalib/MCalibrationChargeCam.[h,cc],
4189 mcalib/MCalibrationChargeCalc.cc:
4190 - conversion from hi- to logain now not applied until the value is
4191 exported outside the class. This is necessary for the error
4192 propagation in the F-Factor method: In the calculation of the
4193 number of Phe, the conversion factors cancel out and do not
4194 enlarge the errors
4195 - pixels with number of phe's outside the range defined by
4196 fPheFFactorRelErrLimit are not any more declared as:
4197 MCalibrationChargePix::IsFFactorMethodValid() == kFALSE ,
4198 but instead as:
4199 MBadPixelsPix::IsSuitableRun(MBadPixelsPix::kUnreliableRun) == kTRUE,
4200 Like this, everybody is allowed to calibrate pixels which give
4201 no reasonable results in the calibration without bothering that
4202 too many pixels fall out. Enjoy!
4203 - In that procedure, the classes passed _internally_ from calculation
4204 of sigmas to calculation of variances which saves all the useless
4205 square rooting.
4206 - took out pointers to MCalibrationChargeBlindPix and
4207 MCalibrationChargePINDiode in MCalibrationChargeCam.
4208
4209
4210
4211 2004/03/15: Abelardo Moralejo
4212
4213 * mmc/MMcEvt.hxx
4214 - added getter function for fZFirstInteraction
4215
4216
4217
4218 2004/03/15: Wolfgang Wittek
4219
4220 * mastro/MObservatory.[h,cc]
4221 - remove bugs in RotationAngle(theta, phi, sin, cos)
4222 replaced
4223 cos = sinl + cosl*cosp /denom;
4224 by
4225 cos = (sinl - cosl*cosp) /denom;
4226
4227
4228
4229 2004/03/15: Thomas Bretz
4230
4231 * mastro/MObservatory.[h,cc]:
4232 - implemented RotationAngle(ra, dec, time)
4233
4234 * mbase/MTask.[h,cc]:
4235 - implemented usage of a TStopwatch to retriev time consumtion
4236 informations
4237 - changed PrintStatistics not to print classes having no
4238 Process() function
4239
4240 * mbase/MTaskList.[h,cc], mfileio/MReadReports.[h,cc]:
4241 - changed PrintStatistics according to changes in MTask
4242
4243 * mraw/MRawEvtHeader.cc:
4244 - added a comment to Fill member function
4245
4246 * manalysis/MCerPhotEvt.[h,cc]:
4247 - added fLut.Set to FixSize and resize fLut by a factor of 2
4248 instead of +1 which acelerates creation of all pixels a lot
4249
4250 * mbadpixels/MBadPixelsPix.cc:
4251 - fixed a typo
4252
4253 * mfilter/MFSoftwareTrigger.cc:
4254 - made statistics output meaning independant of usage of filter!
4255
4256 * mhbase/MFill.[h,cc]:
4257 - added possibility to give tab a different name
4258
4259 * mhist/MHCamera.cc:
4260 - fixed a bug when determin scale for same-option
4261
4262 * mjobs/MJCalibration.cc:
4263 - changed tab names for MFillH
4264
4265 * mjobs/MJExtactSignal.cc:
4266 - added MRawEvtHeader to output
4267
4268 * mbase/MStatusDisplay.[h,cc]:
4269 - changed displayed year
4270 - read and store MStatusArray to and from files
4271
4272 * mfileio/MReadTree.cc:
4273 - enhanced output
4274
4275 * mmain/MCameraDisplay.cc, mmain/MEventDisplay.[h,cc]:
4276 - added preliminary mode to display F1/F2/F3-files
4277
4278 * mbase/MStatusArray.[h,cc]:
4279 - added
4280
4281 * mbase/Makefile, mbase/BaseLinkDef.h:
4282 - added MStatusArray
4283
4284 * mhits/MHCamera.[h,cc], mgui/MHexagon.[h,cc]:
4285 - improved drawing MHCamera with 'same' option
4286
4287
4288
4289 2004/03/13: Markus Gaug
4290
4291 * mcalib/MCalibrationChargeCalc.cc, mcalib/MCalibrationChargeCam.cc,
4292 mcalib/MCalibrationChargePix.[h,cc],
4293 mcalib/MHCalibrationChargeCam.cc,
4294 mcalib/MHCalibrationChargeLoGainPix.cc:
4295 - fixed Low Gain calibration
4296
4297 * mcalib/MHGausEvents.cc:
4298 - changed default fit prob. limit from 0.005 to 0.001
4299
4300 * mbadpixels/MBadPixelsPix.h :
4301 - IsCalibrationResultOK does not ask for FitOK any more
4302
4303 * mcalib/MHCalibrationChargeCam.cc:
4304 - replaced Rel. Err. Limit for outliers in Phe's from 5 sigma to 7
4305
4306 * mraw/MRawEvtPixelIter.[h,cc]:
4307 - function GetIdxMaxLoGainSamples can be called optionally with
4308 offset (because first "loGain" samples are often in reality
4309 hiGain with high values.
4310
4311
4312
4313 2004/03/12: Sebastian Raducci
4314
4315 * manalysis/Makefile
4316 - added mastro in the include directories
4317
4318
4319
4320 2004/03/12: Thomas Bretz
4321
4322 * merpp.cc:
4323 - added 'force' option
4324
4325 * manalysis/MCerPhotAnal2.cc:
4326 - extract pedestal and pedestal rms from lo-gain if hi-gain not
4327 above a certain athreshold
4328
4329 * mastro/MAstroCatalog.[h,c]:
4330 - added text argument to DrawStar
4331
4332 * mbase/MStatusDisplay.cc:
4333 - some small changes to output of SaveAsPS
4334
4335 * mfilter/MFCosmics.cc:
4336 - changed output of filter statistics
4337
4338 * mbadpixels/MBadPixelsTreat.[h,cc]:
4339 - fixed some problems with the code - now it should work like
4340 expected
4341 - added a new member function to be able to change the number
4342 of required neighbors
4343
4344
4345
4346 2004/03/12: Wolfgang Wittek
4347
4348 * manalysis/Makefile
4349 - include 'mastro'
4350
4351 * manalysis/MSourcePosfromStarPos.[h,cc]
4352 - include MObservatory.h
4353 - call member function Rotationangle() of MObservatory
4354
4355
4356
4357 2004/03/12: Markus Gaug
4358
4359 * mjobs/MJCalibration.cc
4360 - updated call in displays to the corr. Cams.
4361
4362 * macros/calibrate_data.C
4363 - macro to study calibrate and study data used in Munich and IFAE
4364
4365
4366
4367 2004/03/12: Antonio Stamerra
4368
4369 * mraw/MRawEvtHeader.[h,cc]
4370 - Added the method GetTriggerID() to decode the trigger pattern.
4371
4372
4373
4374 2004/03/11: Abelardo Moralejo
4375
4376 * mimage/MHillasCalc.cc
4377 - Added some printout in PostProcess, to better express the reasons
4378 for which the reconstruction of some events did not succeed.
4379
4380
4381
4382 2004/03/11: Thomas Bretz
4383
4384 * status.cc:
4385 - updated
4386
4387 * manalysis/MCerPhotAnal2.cc:
4388 - removed an obsolete debug output
4389
4390 * mhist/MHCamera.[h,cc]:
4391 - added same-option to camera display
4392
4393 * mbadpixels/MBadPixelsCalc.[h,cc], mbadpixels/MBadPixelsTreat.[h,cc]:
4394 - implemented functionality of MBlindPixelsCalc2
4395
4396 * mbadpixels/MBadPixelsCam.[h,cc], mbadpixels/MBadPixelsPix.[h,cc],
4397 mbadpixels/MMcBadPixelsSet.cc, mcalib/MCalibrationChargeCalc.cc,
4398 mcalib/MCalibrationChargePix.cc, mcalib/MHCalibrationChargeCam.cc:
4399 - replaced several Set/GetUnsuitable* by a single member function
4400
4401
4402
4403 2004/03/11: Markus Gaug
4404
4405 * mbadpixels/MBadPixelsPix.h
4406 - removed bits about validity of calibration methods
4407 - IsCalibrationResultOK asks also from IsSuitableRun
4408
4409 * mbadpixels/MBadPixelsCam.cc
4410 - updated GetPixelContent
4411 - added Print function
4412
4413 * mcalib/MCalibrationChargeCam.[h,cc]
4414 mcalib/MCalibrationChargePix.h, mcalib/MCalibrationChargeCalc.cc:
4415 - removed pointers to MGeomCam and MBadPixelsCam in MCalibrationChargeCam
4416 - use two loops over pixels in order to determine mean flux of phe;s to
4417 discard pixels far outside the normal distribution
4418
4419 * mcalib/MCalibrate.cc
4420 - added case that no MBadPixelsCam is available.
4421
4422 * mcalib/MHCalibrationChargeCam.cc
4423 - adapted to new MBadPixelsPix::SetUnsuitable function
4424
4425
4426 2004/03/10: Abelardo Moralejo
4427
4428 * manalysis/MCerPhotPix.[h,cc]
4429 - Added member fIsHGSaturated, and setter/getter functions.
4430 Updated class version to 4.
4431
4432 * mcalib/MCalibrate.cc, MCalibrateData.cc
4433 - Added setting of MCerPhotPix.fIsHGSaturated if one or more HG
4434 slices saturate.
4435
4436 * mimage/MNewImagePar.[h,cc]
4437 - Added member fNumHGSaturatedPixels to count the number of pixels
4438 in which high gain saturates. Added getter funciton for it.
4439 Updated class version to 3.
4440
4441
4442
4443 2004/03/10: Markus Gaug
4444
4445 * mcalib/MCalibrationChargeCalc.cc,
4446 mcalib/MCalibrationChargePix.[h,cc],
4447 mcalib/MCalibrationChargeCam.[h,cc]:
4448 - calculation of conversion factor with F-Factor method from
4449 same mean number of photons, derived from weighted mean number
4450 of photo-electrons from inner and outer pixels, respectively
4451
4452 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
4453 - fixed the projections (did only display inner pixels up to now)
4454
4455 * macros/calibration.C
4456 - small bug fixed in display of rel. arrival times
4457 ( used MArrivalTimeCam instead of MHCalibrationRelTimeCam)
4458
4459 * mbadpixels/MBadPixelsCam.cc
4460 - replaced some InitSize(idx) by InitSize(idx+1) in order not to crash
4461 to program when reading from an ascii-file.
4462
4463 * mbadpixels/MBadPixelsCalc.cc
4464 - replaced one SetUnsuitableRun(....) by the new version without
4465 argument.
4466
4467
4468
4469 2004/03/10: Thomas Bretz
4470
4471 * mfilter/MFSoftwareTrigger.[h,cc]:
4472 - changed to support also a predifined number of NN
4473
4474 * mastro/MAstroCatalog.[h,cc]:
4475 - many enhancements
4476 - many speed improvements
4477
4478 * mbadpixels/MBadPixelsPix.[h,cc]:
4479 - fixed
4480
4481
4482
4483 2004/03/10: Ester Aliu
4484
4485 * mtemp/MIslands.[h,cc]
4486 - New MParContainer to hold information about islands
4487 (number of islands, pixels in each Island, Signal/Noise of
4488 each Island).
4489
4490 * mtemp/MIslandCalc.[h,cc]
4491 - New MTask to count and characterize Islands.
4492
4493
4494
4495 2004/03/09: Thomas Bretz
4496
4497 * Makefile.rules:
4498 - replaced *.o by $(...) for building archives
4499
4500 * mjobs/MJCalibration.cc:
4501 - exchanged apply and merge task
4502
4503 * mjobs/MJCalibration.h, mjobs/MJExtractSignal.h, mjobs/MJPedestal.h:
4504 - fixed some const-qualifiers
4505
4506 * mcalib/MHCalibrationChargeBlindPix.cc,
4507 mcalib/MHCalibrationChargeCam.cc,
4508 mcalib/MHCalibrationChargePINDiode.cc
4509 - removed some obsolete output when calling FindCreateObj
4510 - changed some 'not found' output messages to be 'Mars-compliant'
4511 - replaced some gLog by *fLog
4512
4513
4514
4515 2004/03/08: Markus Gaug
4516
4517 * mbadpixels/MBadPixelsPix.h
4518 - small modifications for better readability
4519 - remove Getters for calibration methods
4520 - added flag "UnReliableRun" in fInfo[0]
4521
4522 * mcalib/MHCalibrationChargeCam.cc, mcalib/MCalibrationChargePix.cc:
4523 - fill MBadPixelsPix with UnReliableRun or UnSuitableRun when
4524 calibration does not succeed.
4525
4526 * mcalib/MCalibrationChargeCam.cc
4527 - displaying saturation also for not-valid pixels in GetPixelContent
4528
4529 * msignal/MExtractedSignalCam.[h,cc], msignal/MExtractSignal.[h,cc],
4530 msignal/MExtractSignal2.[h,cc], mananlysis/MHPedestalCam.cc,
4531 mcalib/MCalibrationChargeCalc.[h,cc]:
4532 - in SetUsedFADCSlices, also the window (hi-and logain) is set.
4533 This because MExtractSignal2 set the whole window which was much
4534 bigger than the actually used one. This bug is now removed.
4535
4536
4537
4538 2004/03/08: Thomas Bretz
4539
4540 * merpp.cc:
4541 - fixed a bug in the screen output
4542
4543 * mgeom/MGeomMirror.cc:
4544 - added comment
4545
4546 * mmc/MMcConfigRunHeader.h:
4547 - added member function GetMirrors
4548
4549
4550
4551 2004/03/08: Abelardo Moralejo
4552
4553 * macros/starmc.C, starmcstereo.C, mccalibrate.C
4554 - adapted to m. Gaug's changes: now one MBadPixelsCam containers is
4555 added for each telescope to the parameter list.
4556
4557 * mmain/MEventDisplay.cc, Makefile
4558 - added MBadPixelsCam to par list, and mbadpixels/ to includes.
4559 Necessary due to changes in MCalibrate.
4560
4561
4562
4563 2004/03/06: Markus Gaug
4564
4565 * macros/calibration.C
4566 - adapted call to MHCamera::ProjectionS to the new version
4567
4568 * mcalib/Makefile
4569 - include directory mbadpixels
4570
4571 * manalysis/Makefile
4572 - include directory mbadpixels
4573
4574 * mcalib/MCalibrationChargeCalc.[h,cc]
4575 - include MBadPixelsCam
4576 - remove exclusion of pixels from ascii-file
4577 (now accessible from MBadPixelsCam)
4578
4579 * mcalib/MCalibrationChargePix.[h,cc]
4580 - include MBadPixelsCam
4581
4582 * mcalib/MCalibrationChargeCam.[h,cc]
4583 - include MBadPixelsCam
4584
4585 * mcalib/MHCalibrationChargeCam.[h,cc]
4586 - include MBadPixelsCam
4587 - include one additional MBadPixelsPix for the average inner and
4588 outer pixel, respectively
4589
4590 * mcalib/MHCalibrationChargePix.[h,cc]
4591 - make fSaturated and fPickup a Float_t (for average pixel)
4592
4593 * mbadpixels/MBadPixelsPix.h
4594 - include the CalibrationType_t infos
4595 - exchange "SetUnsuitable" by "SetUnsuitableRun"
4596
4597 * mbadpixels/MBadPixelsCam.cc, mbadpixels/MMcBadPixelsSet.cc:
4598 - exchange "SetUnsuitable" by "SetUnsuitableRun"
4599
4600 * mbadpixels/MBadPixelsCalc.cc:
4601 - exchange "SetUnsuitable" by "SetUnsuitableEvt"
4602
4603 * manalysis/MGeomApply.cc
4604 - remove obsolete MArrivalTime
4605 - add MBadPixelsCam
4606
4607 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc]
4608 - implemented calls to MBadPixelsCam
4609
4610 * macros/calibration.C, macros/bootcampstandardanalysis.C,
4611 macros/pedphotcalc.C
4612 - implemented calls to MBadPixelsCam
4613
4614 * mjobs/MJCalibration.cc
4615 - call to MBadPixelsCam
4616
4617
4618
4619 2004/03/05: Nadia Tonello
4620
4621 * manalysis/MBlindPixelsCalc2.[h,cc], manalysis/AnalysisLinkDef.h,
4622 manalysis/Makefile
4623 - Temporary class added (will be included in mbadpixels/ soon)
4624 - All the functions of MBlindPixelCalc are kept(with small improvements)
4625 - New function added: SetCheckPedestalRms
4626
4627 * manalysis/MCerPhotPix.h
4628 - Status Unmapped added (not include the pixel in the cleaned image)
4629
4630 * mimage/MImgCleanStd.cc
4631 - Checks for Unmapped status added
4632
4633 * mastro/MAstroCatalog.cc, msql/MSQLServer.cc:
4634 - include <stdlib.h> to solve compilation error
4635
4636
4637
4638 2004/03/05: Sebastian Raducci
4639
4640 * msignal/MArrivalTimeCalc.cc
4641 - fixed a little bug (exchanged a - with a + in the Calc() method)
4642
4643
4644
4645 2004/03/05: Markus Gaug
4646
4647 * mcalib/MCalibraitonChargeCalc.cc
4648 - remove some runheader line:
4649 if (runheader->IsMonteCarloRun())
4650 return kTRUE;
4651 which gave always true since this week, don't know why.
4652 - added some information in class description
4653
4654
4655
4656 2004/03/04: Sebastian Raducci
4657
4658 * msignal/MArrivalTimeCalc.cc
4659 - fixed a memory leak (the spline was not deleted...)
4660
4661
4662
4663 2004/03/04: Thomas Bretz
4664
4665 * mgeom/MGeomCam.[h,cc]:
4666 - added new data member fNumAreas
4667 - added new function CalcNumAreas
4668 - increased class version to 3
4669
4670 * mgeom/MGeomCamMagic.cc:
4671 - added setting of area index
4672
4673 * mgeom/MGeomPix.[h,cc]:
4674 - added fAidx data member
4675 - added getter function fAidx
4676 - increased class version to 3
4677
4678 * macros/sectorvstime.C:
4679 - added example of how to plot the evolution of a sector vs time
4680
4681 * mhist/MHVsTime.[h,cc], mhist/MHPixVsTime.[h,cc]:
4682 - moved to mhvstime
4683
4684 * mhvstime/MHSectorVsTime.[h,cc]:
4685 - added
4686
4687 * Makefile:
4688 - added mhvstime
4689
4690 * mhvstime/Makefile, mhvstime/HVsTimeLinkDef.h,
4691 mhvstime/HVsTimeIncl.h:
4692 - added
4693
4694 * mhist/Makefile, mhist/HistLinkDef.h,
4695 - removed MHVsTime
4696 - removed MHPixVsTime
4697
4698 * macros/rootlogon.C, macros/dohtml.C:
4699 - added new directory mhvstime
4700
4701 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
4702 - changes such, that it doesn't crash if signal has no lo-gain
4703 (This might still give wrong results!)
4704
4705 * macros/dohtml.C:
4706 - added pixvstime.C
4707 - added sectorvstime.C
4708
4709 * manalysis/MMcCalibrationUpdate.cc:
4710 - some changes on file consistency check done by Abelardo,
4711 he may comment on it
4712
4713 * mhist/MHCamera.[h,cc]:
4714 - changed to support also dividing the camera in pixels area indices
4715
4716 * mhist/MHEvent.cc:
4717 - minor change
4718
4719 * mjobs/MJPedestal.cc:
4720 - adapted to changes in MHCamera
4721
4722 * mastro/MAstroCatalog.[h,cc]:
4723 - added preliminary catalog
4724
4725 * mastro/Makefile, mastro/AstroLinkDef.h:
4726 - added MAstroCatalog
4727
4728
4729
4730 2004/03/03: Thomas Bretz
4731
4732 * mgeom/MGeomCam.cc:
4733 - give a name and title also if the default constructor is used
4734
4735 * mgeom/MGeomMirror.[h,cc]:
4736 - added member function GetReflection
4737 - added persistent data member fReflector
4738
4739 * mjobs/MJCalibration.cc, mjobs/MJExtractSignal.cc, mjobs/MJPedestal.cc:
4740 - fixed a typo in the output
4741
4742 * mraw/MRawFileWrite.cc:
4743 - added the missing '.' to MRawRunHeader. Because of the design of
4744 MReadTree this is backward compatible
4745
4746 * mraw/MRawRunHeader.h:
4747 - removed last change from Abelardo. '>255' is the correct
4748 check for MC files following the definition that all MC files
4749 have run types >255 which was made in the past.
4750
4751 * manalysis/MCerPhotAnal.[h,cc], manalysis/MCerPhotAnal2.[h,cc]:
4752 - created ReInit member function to hold all code (moved from
4753 PreProcess) accessing the run header. The run header is not
4754 available in PreProcess. That it was working before was only
4755 by chance, because the run type is initialized with 65535 which
4756 is != 255 but not >255.
4757
4758
4759
4760 2004/03/03: Sebastian Raducci
4761
4762 * msignal/MArrivalTimeCalc.cc
4763 - The calculation of the arrival times is made only when needed
4764 (when the HalfMax is over the pedestal)
4765
4766 * mtools/MCubicSpline.cc
4767 - Commented out an annoying warn
4768
4769
4770
4771 2004/03/03: Abelardo Moralejo
4772
4773 * mraw/MRawRunHeader.h
4774 - Replaced
4775 Bool_t IsMonteCarloRun() const { return fRunType>0x00ff; } by
4776 Bool_t IsMonteCarloRun() const { return (fRunType==0x0100); }
4777 since the latter is the exact translation of what the function
4778 intends to do. I do not know why, but the display of real data
4779 did not work with the upper line!
4780
4781 * mgeom/MGeomCam.cc
4782 - Undid yesterday change! I do not know why, display completely
4783 fails after that change, both for old and new camera files.
4784 Put back fPixels[i] = new MGeomPix; in constructor.
4785
4786
4787
4788 2004/03/02: Abelardo Moralejo
4789
4790 * mmc/MMcCorsikaRunHeader.[h,cc]
4791 - Added operator [] to get references to the objects in
4792 TObjArray fTelescopes.
4793 - Added Print() function.
4794 - Added GetNumCT() function.
4795 - Replaced
4796 fTelescopes[i]= new MGeomCorsikaCT;
4797 by
4798 MGeomCorsikaCT* dummy = new MGeomCorsikaCT();
4799 fTelescopes.Add(dummy);
4800
4801 * mgeom/MGeomCorsikaCT.[h,cc]
4802 - Added getter functions for telescope coordinates.
4803 - Added Print() function.
4804
4805 * mgeom/MGeomCam.cc => NOTE: this change was undone later!
4806 - Replaced
4807 fPixels[i] = new MGeomPix;
4808 by
4809 MGeomPix* dummy = new MGeomPix();
4810 fPixels.Add(dummy);
4811
4812
4813
4814 2004/03/02: Thomas Bretz
4815
4816 * mcalib/MCalibrateData.cc:
4817 - removed usage of MGeomCam (you have MGeomApply for this!)
4818
4819
4820
4821 2004/03/01: Nadia Tonello
4822
4823 * manalysis/MCerPhotEvt.cc
4824 - TObject *MCerPhotEvtIter::Next() now returns Used pixels
4825 only if fUsedonly=kTRUE, otherwise it returns all the pixels
4826 in the array
4827
4828
4829
4830 2004/03/01: Sebastian Raducci
4831
4832 * msignal/MArrivalTimeCalc.[cc,h]
4833 - now the arrival time is at the half max of the spline:
4834 half max = (maximum - pedestal)/2
4835
4836 * mmain/MEventDisplay.cc
4837 - fixed an include (from MArrivalTime.h to MArrivalTimeCam.h)
4838
4839
4840
4841 2004/03/01: Wolfgang Wittek
4842
4843 * mhist/MHStarMap.[h,cc]
4844 - remove bugs
4845 - change GetRotationAngle() such that it can be called from outside
4846
4847
4848
4849 2004/03/01: Thomas Bretz
4850
4851 * Makefile:
4852 - enhanced all calls to subsequent makes by '-f Makefile' to
4853 make sure the correct Makefile is called
4854
4855 * merpp.cc:
4856 - enhanced interpretation of time
4857 - fixed a bug in determin the file-type
4858
4859 * mbase/MTime.[h,cc]:
4860 - added GetGmst() member function
4861
4862 * mastro/MAstro.[h,cc]:
4863 - added Coordinate2Angle
4864 - added AngularDistance
4865 - implemented UT2GMST
4866 - replaced defined by TMath::Pi()
4867
4868 * mastro/MObservatory.[h,cc]:
4869 - added data members for sin-/cos-component of latitude
4870 - added calculation of rotation angle
4871
4872 * mhist/MHStarMap.[h,cc]:
4873 - changes to use MObservatory member function
4874
4875 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotAnal2.cc,
4876 manalysis/MCerPhotCalc.cc, manalysis/MMcCalibrationUpdate.cc,
4877 manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalNSBAdd.cc,
4878 manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc,
4879 mcalib/MCalibrationChargeCalc.cc, mcalib/MMcCalibrationCalc.cc
4880 - changed to use IsMonteCarloRun() now
4881
4882 * manalysis/MMcCalibrationUpdate.cc:
4883 - unified output to log-stream
4884 - replaced sqrt by TMath::Sqrt
4885
4886 * mcalib/MCalibrationChargeCalc.cc:
4887 - unified output to log-stream
4888 - removed .Data() from TString where obsolete
4889 - fixed memory leak using gSystem->ExpandPathName
4890
4891 * mpointing/MPointingPosCalc.cc, mraw/MRawFileWrite.cc:
4892 - adde class name to used kRT*/kTT* enums
4893
4894 * mraw/MRawEvtHeader.h:
4895 - made enum data member of class
4896
4897 * mraw/MRawRunHeader.[h,cc]:
4898 - made kMagicNumber and kMaxFormatVersion a static data
4899 member of the class
4900 - added IsMonteCarloRun member function
4901
4902
4903
4904 2004/02/27: Markus Gaug
4905
4906 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
4907 - put in call to MHCamera::Projection the name of the calling
4908 class, otherwise the projected hsitogram will be overwritten by
4909 an empyt one.
4910
4911 * mcalib/MHCalibrationChargePix.[h,cc],
4912 mcalib/MHCalibrationHiGainChargePix.[h,cc],
4913 mcalib/MHCalibrationLoGainChargePix.[h,cc]:
4914 - histogram name setting and title setting moved to constructor,
4915 Functions Init and ChangeHistId derive directly from
4916 MHcalibrationChargePix
4917
4918 * mcalib/MHCalibrationChargeCam.[h,cc],
4919 mcalib/MCalibrationChargeCam.[h,cc],
4920 mcalib/MCalibrationChargeCalc.[h,cc]:
4921 - introduced "average inner" and "average outer" higain and logain
4922 pixels.
4923
4924
4925
4926 2004/02/27: Raducci Sebastian
4927
4928 * mhist/Makefile
4929 - added mastro in the include list
4930
4931
4932
4933 2004/02/27: Abelardo Moralejo
4934
4935 * mmain/MEventDisplay.cc
4936 - replaced in fill8 obsolete MArrivalTime with MArrivalTimeCam.
4937 - Updated display of MC data: removed MCerPhotCalc, and replaced
4938 it by MExtractSignal+MMcCalibrationUpdate+MCalibrate. Now
4939 MPedPhotCam is filled and all the camera display tabs are shown
4940 correctly (most were not working for MC events since a while
4941 ago).
4942
4943 * mmain/Makefile
4944 - Added mcalib to list of include directories.
4945
4946 * manalysis/MMcCalibrationUpdate.[h,cc]
4947 - Added member variable Bool_t fOuterPixelsScaling, which is
4948 kTRUE by default. If set to kFALSE, MCalibrationCam is filled
4949 such that MCerPhotEvt will later be filled with the signal as it
4950 is, not corrected for the (possibly) different gain of the outer
4951 pixels electronic chain. This option was necessary to allow for
4952 the change in the camera display (see above).
4953
4954 * macros/starmc.C
4955 - added (optional) division of output into two, for use as train
4956 and test samples in g/h separation studies.
4957
4958
4959
4960 2004/02/26: Hendrik Bartko
4961
4962 * macros/dohtml.C
4963 - included the path msignals/
4964
4965
4966
4967 2004/02/26: Abelardo Moralejo
4968
4969 * macros/starmcstereo.C
4970 - changed filters to divide data between train and test sample for
4971 gamma hadron separation studies. Now we use the modulus operator
4972 applied to (Corsika) event number:
4973 MF filter1("{MMcEvt;1.fEvtNumber%2}<0.5");
4974 MF filter2("{MMcEvt;1.fEvtNumber%2}>0.5");
4975 - cleaned up a bit the way the CT coordinates are fed to the task
4976 MStereoCalc.
4977 - Changed default FADC integration range (center range to adapt to
4978 new camera).
4979
4980
4981
4982 2004/02/26: Thomas Bretz
4983
4984 * mhist/MHCamera.cc:
4985 - fixed a function description
4986
4987 * mreport/MReport.cc, mreport/MReportFileRead.cc:
4988 - introduced return case -1
4989
4990 * Makefile.rules:
4991 - remove all dependancy files when calling 'rmdep'
4992
4993 * mbase/MAGIC.h, mmc/MMcEvt.hxx:
4994 - moved ParticleId_t to MMcEvt
4995 - implemented MMcEvt::GetParticleName
4996 - implemented MMcEvt::GetEnergyStr
4997
4998 * mfilter/MFGeomag.cc, mfilter/MFParticleId.cc, mhist/MHCompProb.cc,
4999 mhist/MHEvent.cc, mhist/MHHadronness.cc,
5000 mmontecarlo/MMcTriggerRateCalc.cc, mranforest/MHRanForest.cc:
5001 - fixed usage of ParticleId_t
5002
5003 * msignal/Makefile:
5004 - removed obsolete includes
5005
5006 * mastro/Makefile, mastro/AstroLinkDef.h, mastro/MAstro.[h,cc],
5007 mastro/MObservatory.[h,cc]:
5008 - added
5009
5010 * mbase/MAstro.[h,cc]:
5011 - removed
5012
5013 * mbase/Makefile, mbase/BaseLinkDef.h:
5014 - removed MAstro
5015
5016 * Makefile:
5017 - added mastro
5018 - added msql
5019 - added mfbase
5020
5021 * mtemp/MObservatory.[h,cc], mtemp/MObservatoryLocation.[h,cc]:
5022 - removed
5023
5024 * merpp.cc:
5025 - added Sql support
5026
5027 * mraw/MRawFileRead.h:
5028 - added GetFileName
5029
5030 * msql/Makefile, msql/SqlLinkDef.h, msql/SqlIncl.h,
5031 MSQLServer.[h,cc], MSqlInsertRun.[h,cc]:
5032 - added
5033
5034 * mfilter/MF.[h,cc], mfilter/MFDataChain.[h,cc],
5035 mfilter/MFDataMember.[h,cc], mfilter/MFEventSelector.[h,cc],
5036 mfilter/MFEventSelector2.[h,cc], mfilter/MFRealTimePeriod.[h,cc]:
5037 - moved to mfbase
5038
5039 * mfbase/Makefile, mfbase/FBaseLinkDef.h, mfbase/FBaseIncl.h:
5040 - added
5041
5042 * merpp.cc:
5043 - implemented control of gDebug (root debugging)
5044
5045 * mfileio/MWriteAsciiFile.[h,cc], mfileio/MWriteFile.[h,cc],
5046 mfileio/MWriteRootFile.[h,cc]:
5047 - implemented CheckAndWrite return value
5048
5049 * mfileio/MWriteRootFile.cc:
5050 - fixed updating already existing branches (eg concatenating report
5051 files)
5052
5053 * macros/dohtml.C, macros/rootlogon.C:
5054 - added mastro
5055 - added mfbase
5056 - added msql
5057
5058 * mraw/MRawEvtHeader.h:
5059 - implemented GetNumTrigLvl1
5060 - implemented GetNumTrigLvl2
5061
5062
5063
5064 2004/02/25: Markus Gaug
5065
5066 * mcalib/MExtractBlindPixel.[h,cc],
5067 mcalib/MExtractPINDiode.[h,cc],
5068 mcalib/MExtractedSignalBlindPixel.[h,cc],
5069 mcalib/MExtractedSignalPINDiode.[h,cc],
5070 mcalib/Makefile, msignal/Makefile, mcalib/CalibLinkDef.h,
5071 msignal/SignalLinkDef.h:
5072 - moved blindpixel and PINdiode extractors to msignal
5073
5074
5075 * mcalib/MCalibrationQECam.[h,cc], mcalib/MCalibrationQEPix.[h,cc]:
5076 - two new classes to hold the quantum efficieny information of the
5077 calibration
5078
5079 * msignal/MArrivalTimeCalc.[h,cc]
5080 - fill now MArrivalTimePix instead of MArrivalTime
5081
5082 * mcalib/MHCalibrationChargeCam.cc
5083 - display only valid pixels for the corr. values in GetPixelContent
5084
5085 * mcalib/MHCalibrationRelTimeCam.cc
5086 - is now filled from MArrivalTimeCam instead of MArrivalTime
5087
5088 * macros/calibration.C
5089 - divided into two macros: calibration.C using the MJPedestal
5090 standard procedure and pedestalstudies.C using the old
5091 procedures
5092
5093 * macros/pedestalstudies.C
5094 - new macro containing the first previous part of calibration.C
5095
5096 * mcalib/MCalibrationChargeBlindPix.h,
5097 mcalib/MCalibrationChargePINDiode.h, mbase/MAGIC.h,
5098 mjobs/MJCalibration.cc:
5099 - definition of PulserColot_t in MAGIC.h.
5100
5101
5102
5103 2004/02/25: Hendrik Bartko
5104
5105 * macros/rootlogon.C
5106 - set the include path also to msignals/
5107
5108 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractSignal2.[h,cc],
5109 manalysis/MExtractedSignalCam.[h,cc],
5110 manalysis/MExtractedSignalPix.[h,cc],
5111 manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc],
5112 manalysis/MArrivalTimeCalc2.[h,cc]:
5113 - removed
5114
5115 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
5116 - removed classes mentioned above
5117
5118 * msignal/MExtractSignal.[h,cc], msignal/MExtractSignal2.[h,cc],
5119 msignal/MExtractedSignalCam.[h,cc],
5120 msignal/MExtractedSignalPix.[h,cc],
5121 msignal/MArrivalTime.[h,cc], msignal/MArrivalTimeCalc.[h,cc],
5122 msignal/MArrivalTimeCalc2.[h,cc]:
5123 - added
5124
5125 * msignal/Makefile, msignal/AnalysisLinkDef.h:
5126 - added classes mentioned above
5127
5128 * mfilter/Makefile, mcalib/Makefile, mjobs/Makefile, mmain/Makefile:
5129 - added include msignal
5130
5131
5132
5133
5134 2004/02/25: Wolfgang Wittek
5135
5136 * mcalib/MCalibrateData.[h,cc]
5137 - initialize size for MPedPhotCam
5138
5139
5140
5141 2004/02/24: Wolfgang Wittek
5142
5143 * manalysis/MSourcPosfromStarPos.[h,cc]
5144 - change member function SetSourceAndStarPosition() to expect sky
5145 coordinates in the standard units
5146 - generalize to more than 1 star
5147 - the class is not yet fully tested
5148
5149 * mfilter/MFSelBasic.[h,cc]
5150 - change default values of cuts
5151
5152
5153
5154 2004/02/24: Markus Gaug
5155
5156 * mjobs/MJCalibration.cc, macros/calibration.C,
5157 macros/bootcampstandardanalysis.C, macros/pedphotcalc.C:
5158 - added MCalibrationChargeBlindPix to plist
5159 - added new filling of histograms with MFillH
5160 - changed SetPulserColor to MCalibrationChargeBlindPix and
5161 MCalibrationChargePINDiode
5162
5163 * mcalib/MHCalibrationChargeBlindPix.[h,cc]:
5164 - receives a pointer to MCalibrationChargePINDiode which is filled
5165 with the results and told to calculate the fluxes in the
5166 Finalize function
5167 - is filled via MFillH from MExtractBlindPixel
5168 - SetPulserColor directly in this class
5169
5170 * mcalib/MCalibrationChargeBlindPix.[h,cc]
5171 - new storage container of the blind pxiel resutls, replaces
5172 MCalibrationBlindPix
5173
5174 * mcalib/MCalibrationChargeCalc.[h,cc]:
5175 - does not fill the histograms any more, but does ony the
5176 calculations in the postprocess. No pointer to MExtractPINDidoe
5177 or MExtractBlindPixel any more.
5178
5179 * mcalib/MCalibrationChargePix.cc
5180 - discovered an error in the calculation of phe's in
5181 CalcFFactorMethod(). The average QE was applied twice.
5182 This error had been introduced on 13/02/04
5183 - loosened criterium convFFactorRelErrLimit from 0.1 to 0.2
5184 - CalcFFactor asks for IsChargeValid before calculating anything
5185
5186 * mcalib/MCalibrationChargePINDiode.[h,cc]
5187 - added function SetFluxOutsidePlexiglassAvailable
5188 - SetPulserColor directly in this class
5189
5190 * mcalib/MCalibrationChargeCam.cc
5191 - removed function SetPulserColor from here
5192
5193 * mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationConfig.h,
5194 mcalib/MHCalibrationPINDiode.[h,cc],
5195 mcalib/MCalibrationBlindPix.[h,cc],
5196 mcalib/MHCalibrationBlindPixel.[h,cc]:
5197 - removed since obsolote
5198
5199 * mcalib/MHCalibrationChargePix.cc
5200 - make fPickup an Int_t
5201
5202 * mcalib/MCalibrate.cc
5203 - test validity of every calibration method before retrieving
5204 conversion factors
5205
5206 * mcalib/MHGausEvents.[h,cc]
5207 - add possibility to set fit ranges in call to FitGaus
5208 - make function CreateXaxis protected
5209
5210
5211
5212 2004/02/23: Markus Gaug
5213
5214 * mraw/MRawEvtPixelIter.h
5215 - include GetNumHiGainSamples and GetNumLoGainSamples
5216
5217 * mcalib/MExtractedSignalBlindPixel.h,
5218 mcalib/MExtractBlindPixel.[h,cc]:
5219 - included storage of pedestal
5220
5221 * mcalib/MHGausEvents.[h,cc]
5222 - make the fit functions protected
5223
5224
5225
5226 2004/02/22: Markus Gaug
5227
5228 * mfilter/MFCosmics.[h,cc]
5229 - fMaxNumEmpty changed from absolute number to relative number of
5230 pixels
5231
5232 * mcalib/MHGausEvents.h
5233 - remove the "->" from the pointers which are initialized only
5234 in certain cases. The streamer did not work in case that
5235 MFGausFit was left at the NULL pointer.
5236
5237
5238
5239 2004/02/21: Markus Gaug
5240
5241 * manalysis/MExtractedSignalPix.[h,cc]
5242 - changed variable fIsLoGainUsed to fLoGainUsed
5243 - added function GetNumHiGainSaturated()
5244
5245
5246 2004/02/20: Markus Gaug
5247
5248 * mcalib/MHCalibrationChargeHiGainPix.[h,cc], mcalib/Makefile,
5249 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
5250 mcalib/CalibLinkDef.h
5251 - new class to replace MHCalibrationPixel,
5252 based on MHCalibrationChargePix
5253
5254 * mcalib/MCalibrationChargeCalc.[h,cc]
5255 mcalib/MCalibrationChargeCam.[h,cc]
5256 mcalib/MCalibrationChargePix.[h,cc]
5257 mcalib/MCalibrationChargePINDiode.[h,cc]
5258 mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
5259 mcalib/MCalibrationPINDiode.[h,cc]:
5260 - added the "charge" versions, remove the old ones. The histograms
5261 should be filled in the MH... versions independently of
5262 MCalibrationChargeCalc. This is fully realized for the PIN Didoe
5263 now and will later be so for the pixels and the blind pixel.
5264
5265 * mcalib/MHCalibrationChargePINDiode.[h,cc]
5266 - receives a pointer to MCalibrationChargePINDiode which is filled
5267 with the results and told to calculate the fluxes in the
5268 Finalize function
5269
5270 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc],
5271 mcalib/MMcCalibrationCalc.[h,cc], mjobs/MJCalibration.[h,cc],
5272 manalysis/MMcCalibrationUpdate.[h,cc],
5273 mjobs/MJExtractSignal.[h,cc], manalysis/MGeomApply.cc,
5274 mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C,
5275 macros/bootcampstandardanalysis.C,
5276 macros/pedphotcalc.C:
5277 - replace MCalibrationCam by MCalibrationChargeCam
5278 - replace MCalibrationCalc by MCalibrationChargeCalc
5279
5280
5281
5282 2004/02/19: Markus Gaug
5283
5284 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc,
5285 mcalib/MCalibrate.cc, mcalib/MCalibrateDate.cc,
5286 manalysis/MMcCalibrationUpdate.cc:
5287 - standardized naming of variables containing "Error", this also affected
5288 the calling functions MCalibrate, MMcCalibrationUpdate and MCalibrateData
5289
5290 * mcalib/MCalibrationCam.cc, mcalib/MCalibrationPix.cc,
5291 mcalib/MCalibrationCalc.cc, mcalib/MCalibrate.cc,
5292 mcalib/MCalibrateData.cc, mcalib/MCalibrationConfig.h:
5293 - took out some configuration numbers and put them directly into
5294 the class
5295 - remove completely MCalibrationConfig.h
5296
5297
5298
5299 2004/02/19: Abelardo Moralejo
5300
5301 * mhist/MHEvent.[h,cc]:
5302 - Changed names of Event "types" to make them more descriptive.
5303 Former kEvtSignal is now called kEvtSignalDensity, and indicates
5304 pixel content scaled by area. Added kEvtSignalRaw, which
5305 corresponds to pixel content (with no scaling) in whatever units
5306 (this depends on how the MHEvent object is filled!). The default
5307 constructor initializes type=kEvtSignalRaw.
5308
5309 * mmain/MEventDisplay.cc
5310 - Changed filling of evt1 and evt2. Now they are filled with raw
5311 content of MCerPhotEvt. Since in MEventDisplay, MCerPhotEvt is
5312 still filled uncalibrated (hence in ADC counts), this means that
5313 what will be now shown in Mars' camera display is now the signal
5314 in each pixel without scaling with pixel area. Given that the
5315 default flat fielding is such that equal light density
5316 corresponds to equal absolute signal (in ADC counts), this is
5317 more reasonable, and allows to check for instance how the
5318 relative pixel gains are adjusted by looking at calibration
5319 events. To be FIXED: there is however an "inconsistency" in
5320 MEventDisplay, and it is that MCerPhotEvt is still used to keep
5321 uncalibrated signals. To be replaced by MExtractedSignalCam?
5322
5323
5324
5325 2004/02/19: Thomas Bretz
5326
5327 * manalysis/MCerPhotEvt.h:
5328 - added operator= to MCerPhotEvtIter -- is this correct?
5329
5330 * mhist/MHCamera.[h,cc]:
5331 - added member function to calculate minimum content and
5332 maximum content for a single sector
5333 - Added possibility to get a projection for a single sector.
5334 - GetMinimum/GetMaximum now only takes used pixels into account
5335 (you can request all pixels using a different member function)
5336 - fixed projection (projection only took pixels with contents!=0
5337 instead of 'used' pixels
5338 - Don't call Sumw2() anymore for projection
5339
5340 * mjobs/MJPedestal.cc:
5341 - added MPedestalCam to output again - MPedestalCam was fixed
5342 yesterday
5343 - Added Histograms for the two camera halves
5344
5345
5346
5347 2004/02/18: Markus Gaug
5348
5349 * macros/calibration.C
5350 - fixed a buggy display of the F-Factor method
5351
5352 * mcalib/MCalibrationCalc.cc
5353 - calculate the F-Factor method already in the post-Process
5354
5355 * mcalib/MCalibrationPix.h
5356 - move CalcFFactorMethod to public
5357
5358
5359
5360 2004/02/18: Abelardo Moralejo
5361
5362 * mtools/MCubicSpline.cc
5363 - in Init, corrected initialization of arrays temp and ysd, which
5364 was done with n-1 elements instead of n.
5365
5366 * mgui/MHexagon.cc
5367 - added comment explaining the algorithm.
5368 - changed explicit values of Sin and Cos 60 degrees by const
5369 variables (more readable).
5370
5371
5372
5373 2004/02/18: Hendrik Bartko
5374
5375 * msignal/:
5376 - removed the backup files *~
5377 - removed the object files *.o
5378 - removed the files SignalCint.*
5379
5380 * mgui/MHexagon.cc
5381 - added comment explaining the algorithm.
5382
5383
5384
5385 2004/02/18: Thomas Bretz
5386
5387 * manalysis/MPedestalCam.[h,cc]:
5388 - Changed order of derivements - seems to be VERY important!
5389 - changed GetSize from UInt_t to Int_t which is the type
5390 of TClonesArray::GetSize() !
5391
5392 * mfileio/MReadReports.cc:
5393 - skip trees with no entries
5394
5395 * mgui/MCamEvent.cc:
5396 - added a comment
5397
5398 * mhbase/MFillH.cc:
5399 - in case SetupFill returns kFALSE and kCanSkip is set
5400 Skip task
5401
5402 * mraw/MRawFileRead.cc:
5403 - don't print warning in case of none executions
5404
5405 * manalysis/MArrivalTimeCalc2.cc:
5406 - added some const-qualifiers
5407
5408
5409
5410 2004/02/17: Raquel de los Reyes
5411
5412 * macros/CCDataCheck.C
5413 - Added some improvements in the plots.
5414
5415
5416
5417 2004/02/17: Abelardo Moralejo
5418
5419 * macros/readrfl.C
5420 - Added missing gPad->cd(1), otherwise the display of events was
5421 not updated.
5422
5423 * mgui/MHexagon.cc
5424 - DistanceToPrimitive(Float_t px, Float_t py) Changed check of
5425 whether px,py is inside the pixel or not. Previous algorithm
5426 was just an approximation.
5427
5428
5429
5430 2004/02/17: Raquel de los Reyes
5431
5432 * mcamera/MCameraHV.h
5433 - Now it derives from a MCamEvent class and implemented the
5434 GetPixContent() and DrawPixelContent() functions. Added the
5435 GetMean function to get the mean HV settings of the camera.
5436
5437 * macros/CCDataCheck.C
5438 - Added the HV settings plots.
5439
5440
5441
5442 2004/02/17: Hendrik Bartko
5443
5444 * msignal:
5445 - new: directory for all signal and time extraction classes
5446
5447 * msignal/MArrivalTimeCam.[h,cc], manalysis/Makefile,
5448 msignal/AnalysisLinkDef.h, MGeomApply.cc:
5449 - new: Storage Container for the ArrivalTime in the camera
5450
5451 * msignal/MArrivalTimePix.[h,cc], manalysis/Makefile,
5452 msignal/AnalysisLinkDef.h:
5453 - new: Storage Container for ArrivalTime information of one pixel
5454
5455 * msignal/Makefile, SignalCint.[h,cc], SignalDep.d, SignalIncl.h,
5456 SignalLinkDef.h
5457 - auxiliary files for msignal directory
5458
5459 * manalysis/MArrivalTimeCalc2.[h,cc]:
5460 - added functionality to compute error of the extracted ArrivalTime
5461 - calculated ArrivalTime is stored in MArrivalTimeCam
5462
5463 * manalysis/MGeomApply.cc
5464 - geometry is applied to MArrivalTimeCam
5465
5466 * Makefile:
5467 - directory msignal is included
5468
5469
5470
5471 2004/02/17: Sebastian Raducci
5472
5473 * mtools/MCubicSpline.[h,cc]
5474 - little corrections in minimums evalustion methods
5475 - changed constructors (they require the fadc slices to be const)
5476
5477 * macros/spline.C
5478 - changed according to the MCubicSpline new constructors
5479
5480 * manalysis/MArrivalTimeCalc.[h,cc]
5481 - changed to use the MCubicSpline class intead of the TSpline class
5482 - warning: now the arrival time is again the maximum of the spline,
5483 soon it will be changed to half maximum
5484
5485
5486
5487 2004/02/17: Wolfgang Wittek
5488
5489 * manalysis/MSourcPosfromStarPos.[h,cc]
5490 - new class; calculates the position of the source in the camera from
5491 the position of a star in the camera and puts it into
5492 MSrcPosCam
5493
5494
5495
5496 2004/02/16: Abelardo Moralejo
5497
5498 * mcalib/MMcCalibrationCalc.cc
5499 - Fixed two typos in screen output.
5500
5501
5502
5503 2004/02/16: Markus Gaug
5504
5505 * mcalib/MCalibrationPix.cc
5506 - documentation from David's email added
5507 - EffectiveQE decreased from 0.2 to 0.18 (see documentation)
5508
5509 * mcalib/Makefile, mcalib/CalibLinkDef.h:
5510 - added MExtractBlindPixel and MExtractedSignalBlindPixel
5511
5512 * mcalib/MExtractBlindPixel.[h,cc]
5513 - new signal extractor for the Blind Pixel
5514
5515 * mcalib/MExtractedSignalBlindPixel.[h,cc]
5516 - new container for the extracted signal of the BlindPixel
5517
5518 * mcalib/MCalibrationCalc.[h,cc]
5519 - does not extract signal from Blind Pixel any more, searches
5520 for MExtractedSignalBlindPixel and fills the hists from there
5521
5522 * macros/calibration.C, macros/bootcampstandardanalysis.C,
5523 macros/pedphotcalc.C, mjobs/MJCalibration.cc:
5524 - introduce the blind pixel and PIN diode extraction in the macro
5525
5526 * manalysis/MPedestalCam.h
5527 - changed type of fTotalEntries from ULong_t to UInt_t
5528 - fixed documentation of fTotalEntries
5529
5530 * manalysis/MPedCalcPedRun.h
5531 - changed type of fNumSamplesTot from ULong_t to UInt_t
5532
5533 * mcalib/MHGausEvents.h
5534 - changed type of fCurrentSize from ULong_t to UInt_t
5535
5536 * mcalib/MCalibrationConfig.h
5537 - removed gkConversionHiLo and gkConversionHiLoErr which is now
5538 directly in the class MCalibrationPix
5539
5540
5541
5542 2004/02/16: Thomas Bretz
5543
5544 * manalysis/AnalysisLinkDef.h:
5545 - added missing MCerPhotEvtIter
5546
5547 * merpp.cc:
5548 - added possible usage of database
5549
5550 * star.cc:
5551 - moved source code into new class MJStar - preliminary
5552
5553 * manalysis/MCerPhotPix.cc:
5554 - updated class header
5555 - fixed Print-output
5556
5557 * mbase/MAGIC.h:
5558 - removed definition of MLog
5559
5560 * mbase/MArgs.h:
5561 - removed include of MAGIC.h
5562
5563 * mbase/MLog.h:
5564 - added extern definition of gLog
5565
5566 * mbase/MParContainer.[h,cc]:
5567 - move body of constructors to source file
5568
5569 * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
5570 mraw/MRawCrateArray.cc, mraw/MRawCrateData.cc,
5571 mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawRead.cc,
5572 mraw/MRawEvtPixelIter.cc, mraw/MRawFileWrite.cc:
5573 - fixed documentation header
5574
5575 * mcalib/MMcCalibrationCalc.[h,cc]:
5576 - fixed documentation header
5577 - fixed usage of FindCreateObj and FindObject
5578 - removed data member to count entries (use histogram instead)
5579 - use TH1 function Integral instead of doing it manually
5580
5581 * mfilter/MFCosmics.cc:
5582 - fixed documentation
5583
5584 * mimage/MHillas.cc, mimage/MImgCleanStd.cc,
5585 mimage/MNewImagePar.[h,cc]:
5586 - replaced for-loops by Iterators
5587
5588 * mraw/MRawFileRead.cc, mraw/MRawSocketRead.cc:
5589 - fixed documentation header
5590 - check return value of MRawRunHeader::ReadEvt
5591
5592 * mraw/mraw/MRawRunHeader.[h,cc]:
5593 - fixed documentation header
5594 - added return value to MRawRunHeader::ReadEvt
5595 - added constant number for max format version - preliminary
5596 (should by a static data member)
5597
5598 * mcalib/MHCalibrationPINDiode.cc:
5599 - do not delete pointers in the destructor which are already
5600 deleted in the base class
5601 - reset histograms in Clear()
5602
5603 * mcalib/MHCalibrationPixel.cc:
5604 - after deletion of instances in Clear() initialize pointer to NULL
5605
5606 * mcalib/MCalibrationCalc.cc, mcalib/MHCalibrationBlindPixel.cc:
5607 - fixed usage of logging stream output levels
5608
5609 * manalysis/MPedCalcPedRun.[h,cc]:
5610 - removed obsolete fSignals
5611
5612 - removed obsolete fNumPixels
5613
5614 * manalysis/MPedestalCam.h:
5615 - added '->' to fArray
5616
5617 * mfileio/MWriteRootFile.cc:
5618 - changed some output to make debugging easier
5619
5620 * mjobs/MJCalibration.cc:
5621 - fixed a bug in drawing
5622
5623 * mjobs/MJExtractSignal.cc:
5624 - removed MPedestalCam from MWriteRootFile output.
5625 When creating the branch it crashes - reason unknown I'll
5626 investigate further
5627
5628
5629
5630 2004/02/16: Markus Gaug
5631
5632 * mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C:
5633 - added MHCalibrationRelTimePix
5634
5635 * mcalib/MHCalibrationRelTimePix.[h,cc],
5636 mcalib/MHCalibrationRelTimeCam.[h,cc]:
5637 - new classes to fit and display the relative arrival times.
5638 - filled from MArrivalTime
5639 - need: MFillH("MHCalibrationRelTimeCam","MArrivalTime")
5640
5641 * manalysis/MCalibrationCalc.cc
5642 - take out all uncommented code referring to the relative arrival time
5643
5644 * manalysis/MArrivalTime.h
5645 - changed function GetNumPixels to GetSize
5646
5647 * macros/bootcampstandardanalysis.C, macros/pedphotcalc.C
5648 - included cosmics rejection which was in MCalibrationCalc before
5649
5650
5651
5652 2004/02/14: Markus Gaug
5653
5654 * mcalib/Makefile, mcalib/CalibLinkDef.h:
5655 - added MHCalibrationChargePINDiode
5656
5657 * mcalib/MHCalibrationChargePINDiode.[h,cc]
5658 - new class to fill the PIN Diode histograms. Derives from
5659 MHCalibrationChargePix and is filled with MFillH from the
5660 container MExtractedSignalPINDiode.
5661 Will replace MHCalibrationPINDiode entirely soon.
5662
5663 * mcalib/MHCalibrationChargePix.[h,cc]
5664 - new base class for the calibration charges histogram pixel.
5665 Derives from MH and can be filled with the MH with the MH
5666 functions.
5667
5668 * mcalib/MExtractPINDiode.[h,cc]
5669 - new signal extractor for the PIN Diode
5670
5671 * mcalib/MExtractedSignalPINDiode.[h,cc]
5672 - new container for the extracted signal of the PIN Diode
5673
5674 * mcalib/MCalibrationCalc.[h,cc]
5675 - remove the PIN Diode signal extraction
5676
5677 * manalysis/MHPedestalPix.[h,cc]
5678 - new version of MHPedestalPixel, deriving from MHGausEvents.
5679
5680 * manalysis/MHPedestalPixel.[h,cc]
5681 - old version removed, since obsolete (and erroneous)
5682
5683 * manalysis/MHPedestalCam.[h,cc]
5684 - histogramming part of MPedestalCam now in own class
5685
5686 * manalysis/MPedestalPix.h
5687 - removed include of MHPedestalPixel
5688
5689 * macros/calibration.C
5690 - changed pedestal displays accordingly
5691
5692 * mjobs/MJPedestal.h
5693 - class TCanvas included (did not compile otherwise)
5694
5695 * mhbase/MH.cc
5696 - included call to FindGoodLimits(..) in CutEdges()
5697 - axe from pointer to reference
5698 - "CutEdges" renamed to "StripZeros"
5699
5700 * manalysis/MHPedestalPixel.cc, mcalib/MHCalibrationPixel.cc,
5701 mcalib/MHCalibrationBlindPixel.cc:
5702 - "CutEdges" renamed to "StripZeros"
5703
5704 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
5705 - replaced by the improved version: MHGausEvents.[h,cc]
5706
5707
5708
5709 2004/02/14: Thomas Bretz
5710
5711 * manalysis/MCerPhotEvt.[h,cc]:
5712 - added 'Iterator' facility, this will replace some for-loops
5713 in the near future
5714
5715 * mbase/MTime.[h,cc]:
5716 - added a more powerfull interface to get and interprete the
5717 MTime contents as string
5718 - added a new constructor
5719
5720 * mreport/MReportTrigger.h:
5721 - fixed GetPixContent
5722
5723 * mtools/MCubicCoeff.cc, mtools/MCubicSpline.[h,cc]:
5724 - many small changes to simple details (like order of includes)
5725 - some speed improvements
5726 - many small simplifications
5727 - changed parts of the code to be more C++ like (eg Iterators
5728 instead of for-loops)
5729 - disentangles some if-cases
5730 - replaced some math.h function by TMath::
5731 - removed data-member fN (obsolete with iterators)
5732
5733
5734
5735 2004/02/13: Wolfgang Wittek
5736
5737 * mcalib/MCalibrateData.[h,cc]
5738 - new class;
5739 like MCalibrate, but in ReInit it fills the MPedPhot container
5740 using informations from MPedestal, MExtracteSignalCam and
5741 MCalibrationCam
5742
5743 * mcalib/Makefile, mcalib/CalibLinkDef.h
5744 - added MCalibrateData
5745
5746 * manalysis/MPedestalWorkaround.[h,cc]
5747 - create MMcEvt container and fill with theta = 10.0
5748 - set pedestalRMS = 0. if it is > 10.0
5749
5750 * manalysis/MSupercuts.[h,cc]
5751 - change default values of parameters
5752
5753 * manalysis/MSupercutsCalc.[h,cc]
5754 - change dNOMLOGSIZE from 4.1 to 5.0
5755
5756 * mhist/MHBlindPixels.[h,cc]
5757 - change MPedestalCam to MPedPhotCam
5758
5759 * mhist/MHSigmaTheta.[h,cc]
5760 - automatic binning for pixel number doesn't work
5761 use default binning
5762
5763
5764
5765 2004/02/13: Markus Gaug
5766
5767 * mcalib/MCalibrationPix.[h,cc]
5768 - added variables gkAverageQE, gkAverageQEErr, and fAverageQE,
5769 fAverageQEErr
5770 - gkAverageQE initializes to 0.2 (according to David)
5771 - gkAverageQEErr initializes to 0.02 (dito)
5772 - added new member function: SetAverageQE
5773 - call to GetMeanConversionFFactorMethod returns:
5774 fMeanConversionFFactorMethod/fAverageQE.
5775 - call to GetErrorConversionFFactorMethod returns:
5776 errors of fMeanConversionFFactorMethod and fAverageQEErr added
5777 quadratically
5778
5779 * mcalib/Makefile
5780 - split into two parts one comment line
5781
5782
5783 2004/02/13: Thomas Bretz
5784
5785 * mbadpixels/MBadPixelsTreat.[h.cc]:
5786 - added for new bad pixel treatment
5787
5788 * mbadpixels/Makefile, mbadpixels/BadPixelsLinkDef.h:
5789 - added MBadPixelsTreat
5790
5791 * merpp.cc:
5792 - changed the name of the "DC" tree to "Currents" to make
5793 MReportRead work correctly with this tree
5794
5795 * mbase/MTime.[h,cc]:
5796 - Changed UpDMagicTime to support nanosec instead of millisec
5797 - exchanged Reset() by Clear() not to clear the yy/mm/dd
5798 information away in an eventloop
5799
5800 * mraw/MRawEvtHeader.[h,cc]:
5801 - implemented decoding of the time-stamp for raw-data files
5802 with version>2. Thanks to Marcos.
5803
5804 * mraw/MRawRead.[h,c]:
5805 - pipe file version number to MRawEvtHeader::ReadEvt
5806 - create fake time for file-version<3
5807
5808 * macros/readMagic.C:
5809 - changed to use MInteractiveTask
5810
5811 * mbase/MPrint.cc:
5812 - fixed debugging level of some output
5813
5814 * mhist/MHCamera.[h,cc]:
5815 - fixed handling in AddNotify (necessayr due to change of
5816 inheritance from MCamEvent)
5817 - replaced cout by gLog
5818 - added fNotify to list of cleanups
5819
5820 * mhist/MHEvent.cc, mjobs/MJCalibration.cc,
5821 mjobs/MJPedestal.cc:
5822 - fixed usage of AddNotify
5823
5824 * mfileio/MReadReports.cc:
5825 - use a different way to determin whether the tree is a valid tree,
5826 skip invalid trees
5827
5828 * mfileio/MReadTree.cc:
5829 - added another sanity check at the beginning of PreProcess
5830
5831 * mhbase/MFillH.[h,cc]:
5832 - added bit kCanSkip which skips MFillH in case the necessary container
5833 wasn't found.
5834 - cd into the corresponding canvas before filling the MH
5835
5836
5837
5838 2004/02/12: Markus Gaug
5839
5840 * mbase/MArray.[h,cc]:
5841 - changed name of StripZeros
5842
5843 * mcalib/MHGausEvent.cc:
5844 - corrected call to StripZeros
5845
5846 * mcalib/MCalibrationPix.[h,cc]
5847 - implemented dummy for combined method
5848
5849 * mcalib/MCalibrate.[h,cc]
5850 - implemented a dummy for calibration factor 1. (requested by
5851 Javier Rico)
5852 - implemented combined method
5853 - check for valid methods moved to ReInit
5854
5855 * mcalib/MCalibrationCalc.cc
5856 - removed initialization of non-used nsamples
5857
5858 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.[h,cc],
5859 mcalib/MCalibrationCalc.[h,cc]
5860 macros/calibration.C
5861 - implemented new histograms:
5862 HSinglePheFADCSlices and HPedestalFADCSlices
5863 They are filled with the FADC slice values of either a s.phe.
5864 event or a pedestal event. The decision is taken with the
5865 variable: MCalibrationCalc::fBlindPixelSinglePheCut, to be set
5866 with a setter
5867
5868 * mtools/MFFT.[h,cc]
5869 - PowerSpectrumDensity of TArrayI implemented
5870
5871
5872
5873 2004/02/12: Thomas Bretz
5874
5875 * mbase/MArray.[h,cc]:
5876 - changed argument of CutEdges from pointer to reference
5877
5878 * mgeom/MGeomPix.h:
5879 - fixed calculation of area of pixel. It was too big for a
5880 factor of 2
5881
5882 * mjobs/MJCalibration.cc:
5883 - slight change of name of a MHCamera
5884
5885 * manalysis/MExtractSignal.cc:
5886 - slight change to the creation of the satpixels list
5887
5888 * mcalib/MHCalibrationBlindPixel.cc, mcalib/MHCalibrationPixel.cc,
5889 mcalib/MHGausEvent.cc:
5890 - corrected call to ProjectArray
5891 - corrected call to CutEdges
5892
5893 * mfilter/MFCosmics.[h,cc]:
5894 - small fixes to logging output
5895 - small simplification to return statement
5896 - declared CosmicsRejection const
5897
5898 * mhbase/MH.[h,cc]:
5899 - changed argument of ProjectArray from pointer to reference
5900 - added missing calcualtion of minimum
5901 - removed obsolete SetEntries
5902 - changed SetDirectory from NULL to gROOT
5903
5904
5905
5906 2004/02/12: Javier L�ez
5907
5908 * macros/pointspreadfunction.C
5909 - added new macro that fits with a 2D gaussian the DC spot for an
5910 star. It gives you the RMS of the PSF and the center of the star,
5911 very useful for misspointing studies.
5912
5913
5914
5915 2004/02/11: Hendrik Bartko
5916
5917 * manalysis/MExtractSignal2.cc:
5918 - introduced a validity check for the set-function of the window
5919 size (even number of slices, WindowSize < NumberSlices)
5920
5921 * manalysis/MArrivalTimeCalc2.[h,cc], manalysis/Makefile,
5922 manalysis/AnalysisLinkDef.h:
5923 - new: introduced the calculation of the arrival time as the signal
5924 weighted mean of the time slices in the maximum window
5925
5926
5927
5928 2004/02/11: Markus Gaug
5929
5930 * mcalib/MCalibrationCalc.cc:
5931 - the blind pixel signal extractor introduced one week ago, counted
5932 one FADC slice too little, thus the normalization w.r.t. pedestals
5933 was wrong. Now corrected.
5934
5935 * manalysis/MExtractSignal.cc, manalysis/MExtractSignal2.cc:
5936 - when "WARNING - Lo Gain saturated" occurs, display also the
5937 corr. pixel numbers.
5938
5939 * mbase/MArray.[h,cc]:
5940 - introduced function to cut array edges with zeros.
5941 (Thomas, should we keep it there or move it to another class? )
5942
5943 * mcalib/MCalibrationCalc.[h,cc]:
5944 - new function SetBlindPixelRange to set start and end of FADC slices
5945 used for the blind pixel signal extraction.
5946 - remove fEvents which are not necessary any more after the shift
5947 to MFCosmics.
5948
5949 * mcalib/MHCalibration(Blind)Pixel.[h,cc]:
5950 - show the fourier spectrum now with axes in frequency [Hz] instead
5951 of inverted events.
5952
5953 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
5954 - new base class for all kind of events with variables having a
5955 Gaussian distribution. Will serve as base class for the
5956 existing and new calibration histogram classes.
5957
5958
5959
5960 2004/02/11: Abelardo Moralejo
5961
5962 * mmain/MEventDisplay.cc
5963 - Switched order of MMcPedestalCopy and MCerPhotCalc in tasklist:
5964 MMcPedestalCopy must be executed earlier!
5965
5966
5967
5968 2004/02/10: Raquel de los Reyes
5969
5970 * mhist/MHPixVsTime.[h,cc]:
5971 - Added a default draw function and replaced the TGraph object
5972 by a pointer to a TGraph object.
5973
5974 * mreport/MReportTrigger.h:
5975 - Now it dereives from a MCamEvent class and implemented the
5976 GetPixContent() and DrawPixelContent() functions.
5977
5978 * maccros/CCDataCheck.C:
5979 - An update of the previous macro. New plots: subsystems status and
5980 macrocells trigger.
5981
5982
5983
5984 2004/02/10: Markus Gaug
5985
5986 * mcalib/MCalibrationCam.cc:
5987 - fixed documentation
5988
5989 * mhbase/MH.[h,cc]:
5990 - new function ProjectArray
5991
5992 * mcalib/MHCalibrationPixel.[h,cc],
5993 mcalib/MHCalibrationBlindPixel.[h,cc]:
5994 - use ProjectArray from MH to plot the projection of the fourier
5995 spectrum
5996
5997 * mfilter/MFCosmics.[h,cc], mfilter/Makefile,
5998 mfilter/FilterLinkDef.h:
5999 - new filter removing cosmics, the same as in MCalibrationCalc
6000 where it was removed now.
6001 Call: MFCosmics cosmics;
6002 MContinue cont(&cosmics);
6003 tlist.AddToList(&cont);
6004
6005 * mcalib/MCalibrationCalc.[h,cc]:
6006 - removed cosmics rejection from there
6007
6008 * macros/calibration.C, mjobs/MJCalibration.cc:
6009 - changed cosmics rejection to the filter algorithm
6010
6011
6012
6013 2004/02/09: Markus Gaug
6014
6015 * mcalib/MCalibrationBlindPix.[h,cc]:
6016 - added histogram to display the average in FADC slices of all
6017 single and double phe events
6018
6019 * mcalib/MCalibrationCalc.cc:
6020 - fill histograms of single-phe events with higain and logain
6021 sampls
6022
6023 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationCalc.cc,
6024 mcalib/MCalibrationConfig.h:
6025 - take all pixel areas out of MGeomPix::GetA(), remove all previous
6026 areas
6027 - calculate photon fluxes from blind pixel and PIN diode, use
6028 area only to fill the conversion factors in MCalibrationPix
6029
6030
6031 * mcalib/MJCalibration.cc:
6032 - display of number of photons for Blindpixel and PIN Diode Method
6033 changed to display of photon flux which is the actually
6034 calculated quantity
6035
6036
6037
6038 2004/02/09: Thomas Bretz
6039
6040 * mbadpixels/*:
6041 - added
6042
6043 * Makefile:
6044 - added MBadPixels
6045
6046 * manalysis/MGeomApply.cc:
6047 - fixed class description
6048
6049 * mjobs/MJCalibration.[h,cc], mjobs/MJExtractSignal.[h,cc]:
6050 - added bad pixel treatment
6051
6052 * mjobs/MJPedestal.[h,cc]:
6053 - reorganized order of functions
6054 - removed a nonsense scrren output (some BLABABLA or so)
6055
6056 * mjobs/Makefile:
6057 - added include for mbadpixels
6058
6059 * mmain/MBrowser.cc:
6060 - do not call construtor of TGTReeLBEntry if pic0=0
6061
6062
6063
6064 2004/02/09: Raquel de los Reyes
6065
6066 * mcamera/MCameraLids.h, mreport/MReportCamera.h
6067 - Added the "Get" functions to access the private data
6068 members of the class.
6069
6070
6071
6072 2004/02/09: Markus Gaug
6073
6074 * MMcCalibrationUpdate.cc, MCalibrate.cc, MCalibrationPix.cc,
6075 MCalibrationPix.h:
6076 - replace MCalibrationPix->IsChargeFitValid() by IsChargeValid()
6077 because we can calibrate with the histogram mean and RMS even
6078 if the fit is not OK. Thus, there is a question: IsFitted() and
6079 IsChargeValid(), i.e. does the charge make any sense?
6080
6081 * MCalibrationCam.cc, MCalibrationConfig.h, MCalibrationCalc.cc:
6082 - found serious bug in calculation of conversion factors for the
6083 outer pixels:
6084 GetMeanConversionBlindPixelMethod and
6085 GetMeanConversionPINDiodeMethod
6086 did not correct for the area of the outer pixel, this did only
6087 MCalibrationCam::GetPixelContent which is not used by MCalibrate
6088
6089
6090
6091 2004/02/06: Markus Gaug
6092
6093 * mgeom/MGeomCam.h
6094 - replaced in Comment of fPixRatio:
6095 "ratio between size of pixel idx and pixel 0" by
6096 "ratio between size of pixel 0 and pixel idx"
6097
6098 * manalysis/MPedestalCam.cc
6099 - catch calls to MHPedestalPixel in case that they are not filled
6100 This led previous calls to segmentation violations
6101 - remove include of MHExtractedSignalPix
6102
6103 * manalysis/MHExtractedSignalPix.[h,cc]
6104 - is everything in MHPedestalPixel, so removed it again
6105
6106 * mjobs/MJPedestal.cc
6107 - put the projections into Display()
6108 - correct the input of Display (0: pedestal, 1: pedestalerror,
6109 2: pedRMS, 3: pedRMSerror)
6110
6111 * manalysis/MHPedestalPixel.cc
6112 - increased number of bins in for charges plot
6113
6114 * mtools/MFFT.[h,cc]
6115 - possibility to have PSD directly from TArray
6116
6117 * mjobs/MJCalibration.[h,cc]
6118 - fixed displays
6119 - replaced MExtractSignal by MExtractSignal2
6120
6121 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc],
6122 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationBlindPix.[h,cc],
6123 mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationPINDiode.[h,cc]:
6124 - remove histograms MHChargevsN..., now keep TArrays directly
6125 - check for oscillations for all pixels (and you will not trust
6126 your eyes when you look at the results :-((((
6127
6128 * mcalib/MCalibrationCalc.[h,cc]
6129 - remove ArrivalTime -> go to separate class
6130 - remove BlindPixel and PIN Diode overflow, now handled directly
6131 inside the corr. classes.
6132 - remove SkipTimeFits -> go the arrival time class
6133
6134 * mcalib/MCalibrationCam.h
6135 - new getters for number of photons
6136 - removed timeslicewidth -> go the corr. time containers
6137
6138 * mcalib/MCalibrationCam.cc
6139 - removed times of GetPixelContent
6140 - added OscillationChecks in GetPixelContent
6141
6142 * manalysis/MMcCalibrationUpdate.cc
6143 - remove calpix.SkipTimeFits which is now obsolet
6144
6145 * macros/calibration.C
6146 - all previous changes now in this macro.
6147 - (NB: Thomas, du brauchst in MJCalibration nicht mehr aendern,
6148 das ging diesmal in einem Aufwasch)
6149
6150
6151
6152 2004/02/06: Thomas Bretz
6153
6154 * mhist/MHPixVsTime.[h,cc]:
6155 - changed such that you can set the name of the time container now
6156
6157 * mraw/MRawRunHeader.[h,cc]:
6158 - added GetMaxPixId()
6159
6160 * mraw/MRawEvtData.cc:
6161 - fixed wrong size calculation for fABflags
6162
6163
6164
6165 2004/02/06: Oscar Blanch
6166
6167 * mmc/MFadcDefine.h && mmc/MMcFadcHeader.cxx
6168 - We cahnged the name (and values) of the global variable
6169 MFADC_RESPONSE_AMPLITUDE to MFADC_RESPONSE_INTEGRAL
6170
6171
6172
6173 2004/02/05: Markus Gaug
6174
6175 * mcalib/MHCalibrationPixel.[h,cc]
6176 - put an NDF limit for the fit
6177 - removed all TStrings and replace them by Form(..)
6178 - Check for nan's of all returned fit values
6179
6180 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc:
6181 - reshuffled HiLoGainConversion, calculation of F-Factor method,
6182 - calculation of total F-Factor of the readout.
6183
6184 * mcalib/MCalibrationCam.cc
6185 - include relative times to display with GetPixelContent
6186
6187 * mcalib/MCalibrationCalc.[h,cc]
6188 - flag to skip Hi-Lo Calibration
6189 - Hi-LO Graph not filled any more after overflow of ChargevsN
6190 - fill the blind pixel differently from the rest of pixels
6191
6192 * mcalib/MCalibrate.cc:
6193 - call to const MCalibrationPix &pix replaced by MCalibrationPix &pix
6194
6195 * manalysis/MArrivalTimeCalc.cc
6196 - default step width 100 ps.
6197 - look for half maximum (at rising edge)
6198
6199 * manalysis/MExtractSignal.[h,cc]
6200 - removed uncommented code (arrival time)
6201 - set start byte back by one like it was before TB's changes
6202 (does not affect the calculation of number of FADC slices)
6203
6204 * manalysis/MExtractSignal2.[h,cc]
6205 - removed uncommented code (arrival time)
6206
6207 * manalysis/MHPedestalPixel.[h,cc]
6208 - is now filled with total pedestals (not per slice), but results are
6209 renormalized to values per slice (this is not to screw up with the
6210 pedestal RMS and the derived uncertainties)
6211 - new function Renorm(nslices)
6212
6213 * manalysis/MPedestalCam.[h,cc]
6214 - introduced function Clone() (like proposed by TB)
6215 - call to MHPedestalPixel operator() not const any more
6216 - take out lots of uncommented code
6217 - found bug in initialization of hists. SetupFill is called in
6218 PreProcess, therefore, TObjArray is not yet enlarged there.
6219 Now, InitUseHists is called in Fill
6220 - MHPedestalPixel is now filled with total pedestals (not per slice),
6221 but results are
6222 renormalized to values per slice (this is not to screw up with the
6223 pedestal RMS and the derived uncertainties)
6224
6225 * manalysis/MPedCalcPedRun.cc
6226 - added author
6227 - split calculation of RMS into two steps to make it more clear to
6228 the user
6229
6230 * macros/calibration.C
6231 - found bug introduced two days ago, namely calculating pedestlas with
6232 MExtractSignal2 which is now fixed
6233 - Skip HiLoConversionCalibration
6234
6235
6236
6237 2004/02/05: Abelardo Moralejo
6238
6239 * macros/starmc2.C
6240 - added 3rd argument, "kFALSE", to call of MWriteRootFile::Add
6241 for both MMcEvt and MMcRunHeader since these containers are
6242 not present in real data. Name of macro is no longer adequate if
6243 we will use it for calibrated real data (to be changed if so).
6244
6245
6246
6247 2004/02/05: Sebastian Raducci
6248
6249 * mtools/MCubicSpline.[h,cc]
6250 - added
6251 - this class will take the place of the TSpline class to
6252 calculate arrival times
6253
6254 * mtools/MCubicCoeff.[h,cc]
6255 - added
6256 - this class is used by MCubicSpline to store coefficients
6257
6258 * macros/spline.C
6259 - added
6260 - test macro. Shows how to use the MCubicSpline class
6261 - it could be used to test the methods of the Spline class
6262
6263
6264
6265 2004/02/05: Thomas Bretz
6266
6267 * mmain/MBrowser.cc:
6268 - fixed a double deletion of a TGLayoutHints
6269
6270
6271
6272 2004/02/04: Markus Gaug
6273
6274 * mmain/MBrowser.cc:
6275 - corrected TGTReeLBEntry for TGTreeLBEntry
6276
6277
6278
6279 2004/02/04: Thomas Bretz
6280
6281 * manalysis/MExtractSignal2.cc:
6282 - don't allow odd numbers for the window size
6283
6284 * mfilter/MFilterList.cc:
6285 - corrected a wrong logging message
6286
6287 * mmain/MBrowser.cc:
6288 - added '/data/MAGIC' as shortcut in the combo box
6289
6290 * mraw/MRawEvtPixelIter.cc:
6291 - optimized calculation of MaxIdx
6292
6293
6294
6295 2004/02/04: Abelardo Moralejo
6296
6297 * macros/starmc2.C
6298 - removed unnecessary variables BinsHigh, BinsLow
6299
6300
6301
6302 2004/02/04: Markus Gaug
6303
6304 * manalysis/MPedestalCam.[h,cc], manalysis/MPedestalPix.[h,cc],
6305 manalysis/MPedCalcPedRun.[h,cc], manalysis/MHPedestalPixel.[h,cc],
6306 macros/calibration.C:
6307 - histograms are now filled with MFillH as proposed and coded by
6308 Thomas Bretz. Some modifications had to be done, however.
6309 - Class to hold MHPedestalPixel is still MPedestalCam
6310 - MPedCalcPedRun does nothing any more (except from what is was
6311 doing before)
6312
6313 * manalysis/MExtractSignal.cc
6314 - remove uncommented code
6315
6316 * mcalib/MCalibrationCalc.[h,cc]
6317 - modified way to handle histogram overflow: Now flags are set and
6318 ChargevsN histogram is not tried to be filled subsequently
6319
6320
6321
6322 2004/02/03: Markus Gaug
6323
6324 * manalysis/MHExtractedSignalPix.[h,cc]
6325 - added Thomas B. modified version of MHPedestalPixel. Later will
6326 remove MHPedestalPixel
6327
6328 * manalysis/MCalibrationPix.[h,cc], manalysis/MHCalibrationPixel.[h,cc],
6329 manalysis/MCalibrationCam.cc, macros/calibration.C:
6330 - now split completely absolute and relative times. Absolute
6331 times are not fitted, but their histogram mean and rms are
6332 returned.
6333
6334
6335
6336 2004/02/03: Thomas Bretz
6337
6338 * mfileio/MReadTree.cc:
6339 - fixed handling of -1 entries in AddFile: root 3.10/02 crashed
6340
6341 * manalysis/MExtractSignal.[h,cc]:
6342 - moved code to extract the signal from Process to
6343 new member function FindSignal, I left the arrival time
6344 extraction as commented-out code in the code just as a
6345 demonstration to do this very fast.
6346
6347
6348
6349 2004/02/02: Markus Gaug
6350
6351 * manalysis/MPedCalcPedRun.cc
6352 - corrected formulae in Class description
6353
6354 * mcalib/MCalibration.[h,cc], mcalib/MHCalibration.[h,cc],
6355 manalysis/MMcCalibrationUpdate.cc:
6356 - calculate relative times and absolute times. Fit only
6357 the relative ones.
6358
6359
6360
6361 2004/02/02: Abelardo Moralejo
6362
6363 * manalysis/MMcCalibrationUpdate.cc, MMcPedestalCopy.cc
6364 - removed file type check (MC or data) from PreProcess since now
6365 run headers are not yet known at that point.
6366
6367 * mcalib/MMcCalibrationCalc.cc
6368 - same as above.
6369
6370 * NEWS
6371 - updated.
6372
6373
6374
6375 2004/02/02: Thomas Bretz
6376
6377 * manalysis/MExtractSignal2.[h,cc]:
6378 - added new task which takes a given number of slices with the
6379 highest integral content as signal.
6380
6381 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
6382 - added MExtractSignal2
6383
6384
6385
6386 2004/01/30: Abelardo Moralejo
6387
6388 * macros/starmc.C
6389 - changed default FADC integration range (more adequate for coming
6390 camera version).
6391
6392 * macros/mccalibrate.C, starmc2.C
6393 - added. First macro transforms input files from camera simulation
6394 into files with pixel data already calibrated in photons. The
6395 second reads in an already calibrated data file and produces an
6396 output file with Hillas parameters. Both together do the same as
6397 starmc.C, but it is convenient to have files containing
6398 calibrated pixel information.
6399
6400
6401
6402 2004/01/30: Thomas Bretz
6403
6404 * mbase/MDirIter.h:
6405 - added GetNumEntries
6406
6407 * mhist/MHEvent.cc:
6408 - added a dynamic_cast from MParContainer to MCamEvent to get the
6409 correct pointer to the correct base-class.
6410
6411 * mbase/MStatusDisplay.cc:
6412 - In EventInfo check whether gPad==0
6413
6414 * mfileio/MReadMarsFile.cc:
6415 - removed reading RunHeaders from PreProcess, this resulted
6416 in strange behaviour of writing RunHeaders
6417 - fixed consistency check for RunType accordingly
6418
6419 * mfilter/MFilterList.cc:
6420 - do not skip adding filter if only a filter with the same name
6421 exists
6422
6423 * mraw/MRawFileRead.cc:
6424 - added an output message if run header is not accessible
6425
6426 * mraw/MRawRunHeader.[h,cc]:
6427 - initialize fRunType to new enum kRTNone
6428
6429 * mfilter/MFGeomag.cc:
6430 - set fResult to kFALSE at the beginning of Process
6431 - according to this removed setting fResult=kFALSE before return
6432 - replaced some float by Float_t
6433 - added some const-qualifiers
6434 - replaced (rig<0.5/pr*R*(r2-r1)+r1) by (rig-r1)*pr<rnd
6435 with rnd = R * (r2-r1)/2 to make sure that we cannot
6436 devide by 0
6437
6438 * manalysis/MPedCalcPedRun.cc:
6439 - added some comments
6440
6441 * Makefile:
6442 - added mjobs
6443
6444 * mjobs/*:
6445 - added
6446
6447 * mbase/Makefile, mbase/BaseLinkDef.h:
6448 - added MRunIter
6449
6450 * mbase/MRunIter.[h,cc]:
6451 - added
6452
6453
6454
6455 2004/01/30: Markus Gaug
6456
6457 * manalysis/MPedestalCam.h
6458 - added function IsUsedHists()
6459
6460 * manalysis/MPedestalCam.cc
6461 - modified GetPixelContent
6462
6463 * manalysis/MPedestalCam.cc, manalysis/MPedCalcPedRun.cc:
6464 - include storage of number of used FADC slices to compare later
6465 the pedestal per slice ( and sigma per slice)
6466 - return relative differences in GetPixelContent
6467
6468 * mcalib/MCalibrationCalc.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc]:
6469 - fBlindPixelId and fPINDiodeId now like in PedestalCam
6470 - fill Blind Pixel with information about its fitted pedestal if
6471 available
6472 - initialize charges histogram with a bigger range
6473 - use pedestal information to constrain the pedestal fit ranges
6474
6475 * manalysis/MHPedestalPixel.cc
6476 - initialize charges histogram with a bigger range
6477
6478 * macros/calibration.C
6479 - SetRange of MExtractSignal to 1,14 (see emails of yesterday)
6480 - apply new GetPixelContents of MPedestalCam (more calculations
6481 and displays of errors, correction for different FADC slice
6482 number)
6483
6484 * manalysis/MExtractSignal.cc
6485 - not access to MArrivalTime any more. The same information is
6486 stored in MRawEvt->GetPixelContent(...)
6487
6488 * manalysis/MCalibrationCalc.cc
6489 - retrieve default arrival time from MRawEvt
6490
6491 * manalysis/MCalibrationBlindPix.cc, manalysis/MCalibrationPix.cc
6492 - check for NaN's in fit results
6493
6494
6495
6496 2004/01/29: Abelardo Moralejo
6497
6498 * mfileio/MWriteFile.h
6499 - added missing declaration of ReInit
6500
6501 * manalysis/MMcCalibrationUpdate.cc
6502 - added call to MCalibrationCam::SetBlindPixelMethodValid(kTRUE)
6503 to adapt to recent changes in MCalibrate.
6504
6505
6506
6507 2004/01/29: Thomas Bretz
6508
6509 * manalysis/MArrivalTime.h, manalysis/MCameraData.h,
6510 manalysis/MCerPhotEvt.h, manalysis/MExtractSignalCam.h,
6511 manalysis/MPedPhotCam.h, manalysis/MPedestalCam.h,
6512 mcalib/MCalibrationCam.h, mcamera/MCameraDC.h,
6513 mraw/MRawEvtData.h, mreflector/MRflEvtData.h:
6514 - split derivement into MParContainer and MCamEvent
6515
6516 * manalysis/MExtractSignalCam.[h,cc]:
6517 - removed obsolete MExtractSignal::ReInit
6518 - added -> to fArray
6519
6520 * mbase/MParList.h:
6521 - added a new bit kIsProcessing
6522
6523 * mbase/MTaskList.cc:
6524 - fixed the handling of kDoNotReset and the bahaviour of
6525 SetReadyToSave, such that it is possible to write all
6526 headers
6527
6528 * mfileio/MWriteFile.cc:
6529 - added ReInit which also calls CheckAndWrite
6530
6531 * mgui/MCamEvent.h:
6532 - does not derive from MParContainer anymore
6533
6534
6535
6536 2004/01/29: Markus Gaug
6537
6538 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
6539 mcalib/MCalibrationConfig.h
6540 - put gkCalibrationBlindPixelId and gkCalibrationPINDiodeId
6541 directly into the corresponding classes.
6542
6543
6544
6545 2004/01/29: Nicola Galante
6546
6547 * mhistmc/MHMcTriggerLvl2.[h,cc]:
6548 - In method MHMcTriggerLvl2::GetHistByName(const TString name)
6549 added string checking to return also
6550 fHistCellPseudoSize, fHistCellPseudoSizeNorm
6551 and fHistCellPseudoSizeEnergy.
6552 - Added inline functions GetHistCellPseudoSize() and
6553 GetHistCellPseudoSizeNorm().
6554
6555
6556
6557 2004/01/28: Javier Rico
6558
6559 * mcalib/MCalibrate.[h.cc]
6560 - include possibility to select the calibration method to be used
6561
6562
6563
6564 2004/01/28: Markus Gaug
6565
6566 * mcalib/MCalibrate.[h.cc]
6567 - corrected Int_t ReInit() to Bool_t ReInit(MParList *pList)
6568
6569 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc]:
6570 - included flags to indicate if Blind Pixel Method or PIn Diode
6571 method was OK. Up to now, program stopped, if one of the two
6572 methods was chosen but not able to being executed.
6573
6574 * manalysis/MArrivalTimeCalc.cc, manalysis/MExtractSignals.cc,
6575 manalysis/MGeomApply.cc:
6576 - put all missing InitSize(npixels) into MGeomApply
6577
6578 * manalysis/MPedCalcPedRun.[h,cc], manalysis/MPedestalCam.[h,cc],
6579 manalysis/MPedestalPix.[h,cc], manalysis/MHPedestalPixel.[h,cc],
6580 manalysis/Makefile, manalysis/AnalysisLinkDef.h:
6581 - include possibility to fit the pedestals with Gaussian.
6582 - old methods are not affected.
6583 - add new method with MPedCalcPedRun::SetUseHists()
6584
6585
6586
6587 2004/01/28: Abelardo Moralejo
6588
6589 * mcalib/MMcCalibration.cc
6590 - fixed wrong variable type in call to TH1F constructor (number of
6591 bins is now integer), which resulted in a compilation warning.
6592
6593
6594
6595 2004/01/28: Thomas Bretz
6596
6597 * manalysis/MPedestalCam.cc:
6598 - removed unwanted CheckBound from operators. CheckBounds is ONLY
6599 ment for really old MC files and will be removed in the future
6600 anyhow.
6601
6602 * mcalib/MHCalibrationPixel.h:
6603 - removed obsolete include of MFFT
6604
6605 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc,
6606 manalysis/MPedestalCam.[h,cc]:
6607 - removed use of obsolete MPedestalCam::CheckBounds. This was
6608 a workaround for a 'bug' in very old camera files, which is not
6609 necessary anymore.
6610
6611 * manalysis/MCerPhotAnal2.[h,cc]:
6612 - replaced MPedestalCam by MPedPhotCam
6613
6614 * manalysis/MExtractSignal.cc:
6615 - some small simplification to the signal extraction
6616 - removed some obsolete variables
6617 - replaced for by while
6618 - removed obsolete casts
6619
6620 * mmain/MEventDisplay.cc:
6621 - gave names to the filters
6622 - removed adding MHCamera to fList because it was deleted twice
6623
6624 * mhist/MHCamera.cc:
6625 - fixed usage of fPainter in Paint() - title was not updated
6626 correctly
6627
6628
6629
6630 2004/01/28: Sebastian Raducci
6631
6632 * manalysis/MArrivalTime.[h,cc]:
6633 - removed all the code relative to the cluster evaluation
6634
6635
6636
6637 2004/01/27: Markus Gaug
6638
6639 * manalysis/MPedestalPix.cc:
6640 - initialize default values to 0 instead of -1.
6641
6642 * manalysis/MPedestalCam.[h,cc]:
6643 - include CheckBounds, also in operator[]
6644
6645 * mcalib/MCalibrationCam.[h,cc]:
6646 - apparently, there was a reference to InitSize(UInt_t i) instead
6647 of InitSize(Int_t i), where compiler complained, now changed
6648
6649 * mcalib/MHCalibration*, mcalib/MCalibration*:
6650 - fixed all Clear()'s, Reset()'s, direct intializers
6651
6652
6653
6654 2004/01/27: Thomas Bretz
6655
6656 * mdata/MDataChain.cc:
6657 - added '%' to supported operators
6658
6659
6660
6661 2004/01/26: Nicola Galante
6662
6663 * manalysis/MMcTriggerLvl2.[cc,h]:
6664
6665 - Defined some static constants to avoid ugly "magic numbers"
6666 in arrays: gsNCells, gsNTrigPixels,
6667 gsNPixInCell, gsNLutInCell, gsNPixInLut, fNumPixCell.
6668 - Added method
6669 MMcTriggerLvl2::GetCellCompactPixel(int cell, MGeomCam *fCam)
6670 which computes compact pixels into a given L2T macrocell.
6671 - Added method
6672 MMcTriggerLvl2::CalcBiggerCellPseudoSize()
6673 which computes fCellPseudoSize, the maximum Pseudo Size into L2T
6674 macrocells
6675 - Added method
6676 MMcTriggerLvl2::GetCellPseudoSize() const
6677 which returns fCellPseudoSize
6678 - Added method
6679 MMcTriggerLvl2::IsPixelInCell(Int_t pixel, Int_t cell),
6680 which controls whether a pixel belongs to a given L2T cell.
6681 - Added method
6682 MMcTriggerLvl2::GetMaxCell() const
6683 which returns fMaxCell, the cell with the maximum
6684 fCellPseudoSize.
6685
6686
6687
6688 2004/01/26: Markus Gaug, Michele Doro
6689
6690 * manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc]:
6691 - moved calculation of arrival time from MArrivalTime to
6692 MArrivalTimeCalc. MArrivalTime does not do any Process-job
6693 anymore
6694 - TSpline5 now on stack.
6695 - function to set the stepsize
6696
6697 * mcalib/MHCalibrationBlindPixel.[h,cc]:
6698 - force mu_{0} in Blind Pixel Fit to be around 0 in fKPoisson4
6699 - implement combined Polya fit and Michele's back-scattered electron
6700 fit
6701
6702 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.cc,
6703 mcalib/MCalibrationPINDiode.cc:
6704 - combine FitChargeHiGain and FitChargeLoGain into one function
6705
6706 * macros/calibration.C
6707 - improve double gauss fit a bit
6708
6709
6710
6711 2004/01/26: Thomas Bretz
6712
6713 * mraw/MRawEvtPixelIter.[h,cc]:
6714 - removed member function GetNumPixels. For more details see mantis.
6715
6716 * manalysis/MArrivalTime.[h,cc]:
6717 - reorganized includes
6718 - fixed InitSize and ClearArray (now Reset) to fit MParContainer
6719 definition
6720 - for the moment removed usage of fPixelChecked - THIS WILL CRASH YOUR
6721 PROGRAM
6722
6723 * manalysis/MArrivalTimeCalc.[h,cc]:
6724 - reorganized includes
6725 - removed many obsolete code, exspecially copy&paste relicts!
6726 - fixed usage of InitSize
6727 - removed CleanArray. Reset() is called automatically before Process()
6728
6729 * manalysis/MExtractedSignalCam.[h,cc]:
6730 - added SetLogStream
6731 - removed obsolete include MGeomCam
6732 - replaced PrintOut by Print
6733 - added const-qualifiers to all Getters
6734 - fixed documentation
6735
6736 * manalysis/MExtractedSignalPix.[h,cc]:
6737 - replaced PrintOut by Print
6738 - fixed documentation
6739
6740 * manalysis/MEventRateCalc.cc, manalysis/MPedCalcPedRun.cc:
6741 - replaced memset by Reset()
6742
6743
6744
6745 2004/01/24: Abelardo Moralejo
6746
6747 * macros/starmcstereo.C
6748 - Added. Example of how to run the analysis chain for MC files
6749 containing simulation of stereo systems of 2 telescopes.
6750
6751 * mcalib/MCalibrate.cc
6752 - Added check that value of signal from MExtractedSignalPix is not
6753 the default (error) value. In such a case, the signal in
6754 MCerPhotEvt is now set to 0. Before, all pixels got very high
6755 values in MCerPhotEvt in case the MRawEvtData object for the
6756 event was missing in the file. This happened in MC files, in
6757 which in some circumstances an event is written without the
6758 pixel information (for instance, when running stereo simulations
6759 the pixel data is missing for non-triggered telescopes, but the
6760 event headers are present).
6761
6762
6763
6764 2004/01/23: Markus Gaug
6765
6766 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractedSignalPix.[h,cc],
6767 manalysis/MArrivalTime.[h,cc], mcalib/MCalibrationBlindPix.h,
6768 mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MCalibrationPINDiode.h,
6769 mcalib/MHCalibrationPINDiode.[h,cc], mcalib/MCalibrationPix.[h,cc],
6770 mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationCalc.[h,cc]:
6771 - use MArrivalTime for Storage (or calculation) of time
6772 in MExtractSignal
6773 - pass from TH1I histos to TH1F for times
6774
6775 * mcalib/MCalibrationBlindPix.h, mcalib/MHCalibrationBlindPixel.[h,cc],
6776 mcalib/MCalibrationPix.[h,cc], mcalib/MHCalibrationPixel.[h,cc],
6777 mcalib/MCalibrationCalc.[h,cc]:
6778 - clean up setters
6779 - pass to bit-fields for all flags
6780
6781 * mcalib/MCalibrationCam.cc
6782 - exclude Blind Pixel from Camera display
6783 - do not fill &val when return kFALSE
6784
6785 * macros/calibration.C
6786 - include functions to exclude the blind pixel,
6787 calculation of times and quality checks
6788
6789
6790
6791 2004/01/23: Abelardo Moralejo
6792
6793 * mcalib/MCalibrate.cc, manalysis/MExtractSignal.cc
6794 - Added support (using AddSerialNumber) for stereo MC files.
6795
6796
6797
6798 2004/01/23: Thomas Bretz
6799
6800 * mbase/MAstro.cc:
6801 - Fixed calculation of MJD. In Ymd2Mjd a plus should be a minus.
6802
6803 * mreport/MReport*.[h,cc]:
6804 - changed all classes to return Int_t instead of Bool_t in
6805 InterpreteBody
6806 - changed MReportFileRead such, that a wrong line results in
6807 skipping the line instead of abort reading.
6808
6809 * manalysis/MExtractSignal.cc:
6810 - do not print information for each pixel - it's too much.
6811
6812 * mbase/MStatusDisplay.cc:
6813 - when reading a status display do not display tabs with
6814 the same name than one which is already existing.
6815
6816 * mcalib/MCalibrate.cc:
6817 - directly store pointer to pixel when setting saturation flag
6818
6819 * mcamera/MCameraDC.cc:
6820 - fixed some comments
6821
6822 * mhist/MHCamEvent.cc:
6823 - fixed a crash when no geometry was available
6824
6825 * mhist/MHCamera.[h,cc]:
6826 - removed obsolete member function SetPix
6827
6828 * mbase/MStatusDisplay.[h,cc]:
6829 - added EventInfo member function
6830 - implemented preliminary redirection of GetObjectInfo to
6831 StatusLine2 -> An own status line for this is missing
6832
6833 * manalysis/MExtractSignal.[h,cc]:
6834 - implemented StreamPrimitive
6835 - changed deafults to be static const data members
6836
6837 * manalysis/MGeomApply.[h,cc]:
6838 - implemented StreamPrimitive
6839
6840
6841
6842 2004/01/23: Abelardo Moralejo
6843
6844 * manalysis/MMcCalibrationUpdate.[h,cc]
6845 - Added check to guarantee that the FADC simulation parameters of
6846 all read files (those used for calibration and those analyzed)
6847 are the same.
6848 - Added missing support for analysis of stereo files.
6849
6850 * mcalib/MMcCalibrationCalc.cc
6851 - Removed obsolete FIXME comment.
6852 - Added missing support for analysis of stereo files.
6853
6854
6855 2004/01/23: Raquel de los Reyes
6856
6857 * macros/CCDataCheck.C
6858 - Added the temperature distribution of the optical links
6859 and the plots of the LV power supplies.
6860 * mcamera/MCameraLV.h
6861 - Added the "Get" functions to access the private data
6862 members of the class.
6863
6864
6865 2004/01/22: Abelardo Moralejo
6866
6867 * manalysis/MMcCalibrationUpdate.[h,cc]
6868 - Now ratio of high to low gain is taken from MCalibrationCam if
6869 it existed previously in the parameter list, instead of being
6870 read again from the MMcFadcHeader. Removed Setter function for
6871 fADC2PhInner, no longer necessary. Fixed error regarding the
6872 pedestal conversion to photons (did not read conversion factor
6873 from preexisting MCalibrationCam object).
6874
6875 * mcalib/MMcCalibrationCalc.cc
6876 - Changed parameters of the histogram, and also the quantity being
6877 histogrammed. Check that input data come from a noiseless camera
6878 file before proceeding to do the calibration. Introduced lower
6879 size in cut for calibration. Now rhe calibration constant is not
6880 calculated from the mean of photons/ADC counts, but from the peak
6881 of the histogram.
6882
6883 * macros/starmc.C
6884 - Introduced new scheme. Now there are two loops over two different
6885 sets of files. First loop calculates the calibration constants,
6886 second one does the analysis. Introduced comments. Now the
6887 histogram used in the light calibration is written to the output
6888 file.
6889
6890
6891
6892 2004/01/22: Thomas Bretz
6893
6894 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrationCam.[h,cc],
6895 mcalib/MCalibrationBlindPix.[h,cc], mcalib/MCalibrationCalc.[h,cc],
6896 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationPINDiode.[h,cc],
6897 mcalib/MCalibrationBlindPixel.[h,cc],
6898 mcalib/MHCalibrationPixel.[h,cc], mcalib/MMcCalibrationCalc.[h,cc],
6899 mcalib/MHCalibrationBlindPixel.[h,cc],
6900 mcalib/MHCalibrationPINDiode.[h,cc]:
6901 - cleaned up includes
6902
6903
6904
6905 2004/01/22: Raquel de los Reyes
6906
6907 * macros/CCDataCheck.C
6908 - macro to check the data from the central control (.rep files).
6909
6910
6911
6912 2004/01/22: Markus Gaug
6913
6914 * macros/calibration.C
6915 - made MStatusDisplay 3 bit smaller
6916
6917 * manalysis/MExtractSignal.cc
6918 - put fSignals->SetUsedFADCSlices into PreProcess
6919
6920 * manalysis/MPedCalcPedRun.cc
6921 - calculate PedRMS as RMS of the sums, later renormalized to units
6922 of RMS/slice (eliminate the wrong effect of odd and even slices)
6923
6924 * mcalib/MCalibrationCalc.cc
6925 - if bit SkipBlindPixelFit is set, now number of photons outside
6926 plexiglass is not intended to be calculated any more (previous
6927 bug)
6928 - exclude excluded pixels in eventloop
6929
6930 * mcalib/MHCalibrationBlindPixel.[h,cc]
6931 - move functions to pointer again (otherwise, Clone will give
6932 strange results)
6933
6934
6935
6936 2004/01/21: Abelardo Moralejo
6937
6938 * mcalib/MMcCalibrationCalc.[h,cc]
6939 - Added. First version of the task intended to calculate the
6940 conversion factors from ADC counts to photons in the MC. It has
6941 a different aim than the recently renamed class
6942 "MMcCalibrationUpdate" (which takes care that the correct
6943 pedestals and conversion factors are supplied to each event, but
6944 does not really calculate anything).
6945
6946 * mcalib/Makefile, CalibLinkDef.h
6947 - Added new class MMcCalibrationCalc
6948
6949 * manalysis/MMcCalibrationUpdate.[h,cc]
6950 - Now the container MCalibrationCam is not created or modified if
6951 it is found that one such container already exists in the
6952 Parameter list (from a previous calibration).
6953
6954
6955
6956 2004/01/21: Thomas Bretz
6957
6958 * mraw/MRawRead.cc:
6959 - restore the fake time for all runs (current time stamp in
6960 the data seems to be toally nonsense)
6961
6962 * mraw/MRawEvtHeader.cc:
6963 - removed decoding of real time (current time stamp in the data
6964 seems to be toally nonsense)
6965
6966
6967
6968 2004/01/21: Abelardo Moralejo
6969
6970 * mmc/MMcEvt.hxx
6971 - Uncommented 6 Getter functions (those regarding the number of
6972 photons surviving the different stages of simulation).
6973
6974 * manalysis/MMcCalibrationUpdate.[h,cc]
6975 - Added (see below).
6976
6977 * manalysis/MMcCalibrationCalc.[h,cc]
6978 - Removed: changed name of this class to MMcCalibrationUpdate,
6979 which is more representative of what it really does. Moved
6980 the filling of the MCalibrationCam container from Process to
6981 ReInit, since it does not change on an event by event basis.
6982 Simplified PreProcess (MCalibrationCam was searched for twice).
6983 Updated class description and comments.
6984
6985 * manalysis/Makefile, AnalysisLinkDef.h
6986 - Adapted to change above
6987
6988 * macros/starmc.C
6989 - Adapted to change above. Changed also task instance name from
6990 mccalibcalc to mccalibupdate.
6991
6992
6993
6994 2004/01/21: Raquel de los Reyes
6995
6996 * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
6997 and mcamera/MCameraCalibration.h
6998 - Added the "Get" functions (e.g GetStatus() for fStatus) to access
6999 the private data members of the class.
7000
7001
7002
7003 2004/01/20: Thomas Hengstebeck
7004
7005 * mranforest/MRanForestCalc.[h,cc]
7006 - Added member functions Grow (training of RF) and Fill (reading in
7007 trained forest from file) which simplify macros.
7008 One just needs to call them instead of using MRanForestGrow and
7009 MRanForestFill (and the related training and fill loops) in a
7010 macro.
7011
7012
7013
7014 2004/01/20: Abelardo moralejo
7015
7016 * manalysis/MMcCalibrationCalc.cc
7017 - removed call to MCalibrationPix::SetPedestal, which was not
7018 needed.
7019
7020
7021
7022 2004/01/20: Thomas Bretz
7023
7024 * Makefile:
7025 - replaced 'make' by '$(MAKE)'
7026
7027 * Makefile.rules:
7028 - added Makefile itself to dependencies
7029
7030 * mbase/MTask.cc:
7031 - added comment about ReInit
7032
7033 * mhbase/MH.cc:
7034 - do not clear pad in DrawClone if 'same' option given
7035
7036 * mhist/MHVsTime.cc:
7037 - evaluate 'same' option
7038
7039 * mfileio/MReadCurrents.[h,cc]:
7040 - obsolete, removed
7041
7042 * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
7043 - added some comments
7044
7045
7046
7047 2004/01/20: Abelardo moralejo
7048
7049 * mcalib/MHCalibrationPINDiode.cc
7050 - Added call to SetDirecory(0) for histograms fHErrCharge,
7051 fHPCharge, fHPTime.
7052
7053 * manalysis/MCerPhotPix.h:
7054 - Changed position of declaration of fIsSaturated to be the last
7055 private variable. Otherwise, since in the constructor it is
7056 initialized in the last place, a warning is displayed upon
7057 compilation in some systems.
7058
7059
7060
7061 2004/01/20: Markus Gaug
7062 * mcalib/Makefile, manalysis/Makefile:
7063 - include directory ../mtools
7064
7065 * mtools/MFFT.[h,cc]
7066 - class inherits from TObject now
7067
7068
7069
7070 2004/01/19: Markus Gaug
7071
7072 * mcalib/MHCalibrationBlindPixel.[h,cc]
7073 - fixed a bug in fFitLegend due to which program crashed by calls
7074 to DrawClone
7075 - Modified way to change the fit function
7076
7077 * mcalib/MHCalibrationPixel.[h,cc]
7078 - reordered function calls
7079 - removed SetupFill
7080
7081 * mcalib/MHCalibrationPINDiode.h
7082 - reordered function calls
7083
7084 * mcalib/MCalibrationPix.[h,cc]
7085 - limits to define fFitValid now as variables in class
7086
7087 * mcalib/MCalibrationCam.[h,cc]
7088 - reordered function calls
7089 - incorporate option to exclude pixels
7090
7091 * mcalib/MCalibrationBlindPix.h
7092 - Modified way to change the fit function
7093
7094 * mcalib/MCalibrationCalc.[h,cc]
7095 - Modified way to change the fit function
7096 - incorporate option to exclude pixels from configuration file
7097
7098 * macros/calibration.C
7099 - Modified way to change the fit function
7100 - incorporate option to exclude pixels from configuration file
7101
7102
7103
7104 2004/01/19: Javier Rico
7105
7106 * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
7107 - Added documentation of member functions
7108
7109
7110
7111 2004/01/19: Abelardo Moralejo
7112
7113 * manalysis/MCerPhotPix.[h,cc]
7114 - Added fIsSaturated to flag whether low gain of the pixel is
7115 saturated. Added corresponding getter and setter functions.
7116 Updated ClassDef to version 2.
7117
7118 * mcalib/MCalibrate.cc
7119 - Set the new saturation flag of MCerPhotPix to kTRUE if at least
7120 one low gain FADC slice is saturated.
7121
7122 * mimage/MNewImagePar.[h,cc]
7123 - Added new member variable fNumSaturatedPixels to count how many
7124 pixels were saturated. Updated ClassDef to version 2.
7125
7126
7127
7128 2004/01/19: Thomas Bretz
7129
7130 * manalysis/MPedPhotCalc.[cc,h]:
7131 - fixed order of includes
7132 - removed obsolete forward declarations
7133 - removed obsolete data member fNumPixels (stored already twice in
7134 the two TArrayF)
7135 - fixed some small bugs in the documentation
7136
7137 * manalysis/MPedCalcPedRun.cc:
7138 - updated my eMail address
7139
7140
7141
7142 2004/01/19: Javier Rico
7143
7144 * macros/dohtml.C, NEWS
7145 - include some missing info
7146
7147
7148
7149 2004/01/19: Abelardo Moralejo
7150
7151 * manalysis/MExtractedSignalPix.h
7152 - added GetNumLoGainSaturated()
7153
7154
7155
7156 2004/01/19: Markus Gaug
7157
7158 * macros/dohtml.C
7159 - include calibration.C
7160
7161 * manalysis/MExtractSignal.cc
7162 - warning of logain saturation now only once per event (out of loop)
7163
7164 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
7165 - new Flag fExcluded to indicate if pixel has been excluded from
7166 further analysis
7167
7168
7169
7170 2004/01/16: Javier Rico & Pepe Flix
7171
7172 * manalysis/MPedPhotCalc.[cc,h]
7173 - added
7174 - new class for the evaluation of pedestals in units of photons
7175 using the extracted signal from pedestal runs and calibration
7176 constants defined in MCalibrate
7177
7178 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
7179 - added entries for MPedPhotCalc
7180
7181 * macros/pedphotcalc.C
7182 - added
7183 - example on how to use MPedPhotCalc task
7184
7185
7186
7187 2004/01/16: Markus Gaug
7188
7189 * mcalib/MCalibrationFits.h
7190 - removed and incorporated in MHCalibrationBlindPixel.h
7191
7192 * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
7193 mcalib/MCalibrationBlindPix.h:
7194 - incorporate Fit functions
7195 - fixed a bug due to which DrawClone crashed when class was used
7196 in a compiled macro
7197
7198 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
7199 mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
7200 mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
7201 mcalib/MHCalibrationPixel.cc:
7202 - fixed the warns and errs in fLog's
7203
7204
7205
7206 2004/01/16: Abelardo Moralejo
7207
7208 * manalysis/MMcCalibrationCalc.cc
7209 - TMath::Max() is no longer used because it did not compile in some
7210 systems for unkown reasons. I replaced it by a safer (and may be
7211 slower) code.
7212 - Added calpix.SetFitValid();
7213
7214 * mhist/MHEvent.cc
7215 - In MHEvent::Fill, fixed: second parameter of SetCamContent must
7216 be 1 in case of RMS:
7217 case kEvtPedestalRMS:
7218 fHist->SetCamContent(*(MCamEvent*)par, 1);
7219
7220
7221
7222 2004/01/15: Abelardo Moralejo
7223
7224 * macros/starmc.C
7225 - Added. Version of star showing new chain to get Hillas
7226 parameters (with Size calibrated in photons) from MC files.
7227
7228
7229
7230 2004/01/15: Javier Rico
7231
7232 * manalysis/MPedCalcPedRun.[h,cc]
7233 - optimize the running time
7234 - add (some) documentation
7235 - correct treatment for the case of several input files
7236
7237 * macros/pedvsevent.C
7238 - added
7239 - draw pedestal mean and rms vs event# for input pixel# and run
7240 file, and compares them to the global pedestal mean and rms
7241
7242
7243
7244 2004/01/15: Raquel de los Reyes
7245
7246 * mhist/MHCamEvent.cc, mhist/MHCamera.cc
7247 - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
7248 functions to compute the estimation of the error of the
7249 mean. It can be done calling to the function
7250 MCamEvent::SetBit(MHCamera::kVariance) in the macro
7251
7252
7253
7254 2004/01/15: Markus Gaug
7255
7256 * mhist/MHCamera.[h,cc]
7257 - incorporate Thomas's changes
7258 - replace void CreateProjection() by TH1D *Projection(const char*)
7259
7260 * macros/calibration.C
7261 - replace MHCamera->Draw("proj") by MHCamera->Projection()
7262 - produce better fits to the projection
7263
7264 * manalysis/MSimulatedAnnealing.[h,cc],
7265 mhist/MHSimulatedAnnealing.[h,cc]:
7266 - moved to directory mtools
7267 - MSimulatedAnnealing now inherits from TObject
7268
7269 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
7270 mhist/Makefile, mhist/HistLinkDef.h:
7271 - removed MSimulatedAnnealing
7272 - removed MHSimulatedAnnealing
7273
7274 * mtools/Makefile, mtools/AnalysisLinkDef.h:
7275 - added MSimulatedAnnealing
7276 - added MHSimulatedAnnealing
7277
7278
7279
7280 2004/01/15: Thomas Bretz
7281
7282 * manalysis/AnalysisLinkDef.h:
7283 - removed MCurrents
7284
7285 * mhist/MHCamera.[h,cc]:
7286 - added member function Projection
7287 - removed fYproj
7288
7289 * mreport/MReport*.*:
7290 - added more comments
7291
7292
7293
7294 2004/01/14: Markus Gaug
7295
7296 * mtools/MFFT.[h,cc]
7297 - new class to perform Fast Fourier Transforms
7298
7299 * mtools/Makefile
7300 * mtools/ToolsLinkDef.h
7301 - include MFFT
7302
7303 * manalysis/MExtractedSignalCam.h
7304 - removed variables fNumHiGainSamples and fNumLoGainSamples
7305 - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
7306
7307 * manalysis/MExtractSignal.cc
7308 - updated call to SetUsedFADCSlices
7309
7310
7311
7312 2004/01/14: Abelardo Moralejo
7313
7314 * manalysis/MMcCalibrationCalc.cc:
7315 - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
7316 This can happen (depending on camera simulation parameters), and
7317 rms = 0 later resulted in the pixel being eliminated in the
7318 image cleaning.
7319
7320
7321
7322 2004/01/14: Thomas Bretz
7323
7324 * Makefile:
7325 - replaced old style Makefile.depend by directory specific
7326 dependancy files
7327
7328 * Makefile.rules:
7329 - changed obsolete '.cc.o' style to newer style '%.o: %.c'
7330 - added rule to make dependency files
7331 - added rule to remove dependancy files.
7332 - added rmdep as prerequisite to clean
7333 - include dependency file
7334
7335 * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
7336 mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
7337 mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
7338 mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
7339 mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
7340 mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
7341 mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
7342 mtools/Makefile:
7343 - removed clean-rule, use the one in Makefile.rules instead
7344
7345 * mreport/Makefile, mreport/ReportLinkDef.h:
7346 - added MReportHelp
7347
7348 * mreport/MReportFileRead.cc:
7349 - moved code from MReportHelp to new file
7350 - removed usage of MReport class completely
7351
7352 * mfilter/MFGeomag.[h,cc]:
7353 - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
7354 - changed the second loop from 0->1151 to 1152->2304
7355 - removed dummy arrays used for reading
7356 - output filename in case of 'file not found'
7357 - removed obsolete data members
7358 - removed obsolete Init function
7359 - removed forbidden underscore from member variable
7360 - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
7361
7362 * mbase/MStatusDisplay.[h,cc]:
7363 - added new member function Open
7364 - added new menu entry kFileOpen
7365 - changed UpdatePSheader algorithm (the old one was much too slow)
7366
7367 * manalysis/MCurrents.[h,cc]:
7368 - removed (old outdated)
7369
7370 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
7371 - removed MCurrents
7372
7373
7374
7375 2004/01/14: Wolfgang Wittek
7376
7377 * macros/ONOFFAnalysis.C:
7378 - current version
7379
7380 * mhist/MHSigmaTheta.[h,cc]:
7381 - replace MPedestalCam by MPedPhotCam
7382
7383 * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
7384 manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
7385 manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
7386 - replace MPedestalCam by MPedPhotCam
7387
7388 * manalysis/MPedPhotPix.[h,cc]
7389 - uncomment SetRms()
7390
7391
7392
7393 2004/01/13: Markus Gaug
7394
7395 * manalysis/MExtractSignal.h
7396 - seems that the reduced light intensity of the CT1 Pulser
7397 results in broader pulses -> Set Default time slices to [3,10]
7398
7399 * mhist/MHCamera.cc
7400 - make Stat Window in option 'proj' bigger
7401 - add comment line at beginning of Draw()
7402
7403 * mcalib/MHCalibrationBlindPixel.[h.cc]
7404 - add Function DrawClone()
7405 - fix bug in calculation of integral (GetIntegral("width"))
7406 - restrict parameters tighter
7407 - declare fit as not valid, if less than 100 events
7408 in single photo-electron peak
7409
7410 * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
7411 - fit now with fixed normalization
7412
7413 * mcalib/MHCalibrationPixel.[h.cc]
7414 - new function IsEmpty()
7415 - Time fit accepted if ChiSquare less than 30. (instead of 20.)
7416
7417 * mcalib/MCalibrationPix.[h.cc]
7418 - F-Factor corrected and added error
7419 - Histograms not fitted if they are empty
7420 - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
7421
7422 * mcalib/MCalibrationCam.cc
7423 - Square Root of Reduced Sigmas not taken, if they are < 0.
7424 - Reduced Sigma / Charge squared replaced by reduced sigma / charge
7425
7426 * mcalib/MCalibrationCalc.cc
7427 - Blind Pixel is not additionally treated as normal pixel any more
7428 - Blind Pixel Draw replaced by DrawClone
7429
7430 * macros/calibration.C
7431 - took out some unused code
7432 - some default axis labelling corrected
7433
7434
7435
7436 2004/01/13: Abelardo Moralejo
7437
7438 * manalysis/MMcPedestalCopy.cc
7439 - added check of whether input file is a MC file before executing
7440 the PreProcess.
7441
7442
7443
7444 2004/01/13: Wolfgang Wittek
7445
7446 * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
7447 - change macro to handle also MC events with finite sigmabar
7448
7449 * manalysis/MPadOn.[h,cc]:
7450 - deleted, is replaced by MPad
7451
7452 * manalysis/MPadOnOFF.[h,cc]:
7453 - deleted, is replaced by MPad
7454
7455 * manalysis/MPad.[h,cc]:
7456 - new class, replacing MPadON and MPadONOFF
7457 - handle also MC events with finite sigmabar
7458
7459 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
7460 - replace MPadON and MPadONOFF by MPad
7461
7462
7463
7464 2004/01/13: Thomas Bretz
7465
7466 * mraw/MRawRunHeader.[h,cc]:
7467 - implemented new member function GetRunTypeStr
7468
7469 * Changelog.03:
7470 - added (contains entries of 2003)
7471
7472 * Changelog:
7473 - removed entries of 2003
7474
7475 * mfilter/MFGeomag.cc:
7476 - simplified open/close of input files
7477
7478 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
7479 - added some comments
7480 - added new member function GetError
7481
7482 * Makefile:
7483 - updated 'make dox' output for convinience
7484
7485 * macros/dohtml.C:
7486 - do not print Info's
7487 - added mcamera
7488 - added mpointing
7489 - added mreport
7490
7491 * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
7492 - removed some obsolete comments (these comments confused THtml)
7493
7494 * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
7495 mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
7496 mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
7497 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
7498 mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
7499 - replaced MPedestalCam by MPedPhotCam
7500 - removed some obsolete includes
7501
7502 * mbase/BaseLinkDef.h, mbase/Makefile:
7503 - added MLogPlugin
7504 - added MLogHtml
7505
7506 * mbase/MLog.[h,cc]:
7507 - added use of plugins
7508
7509 * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
7510 - added
7511
7512 * mbase/MStatusDisplay.[h,cc]:
7513 - added a Save-As dialog
7514
7515
7516
7517 2004/01/12: Thomas Bretz
7518
7519 * macros/rootlogon.C:
7520 - added mcamera to include path
7521 - added mpointing to include path
7522 - added mreport to include path
7523
7524 * mbase/MLog.cc:
7525 - updated my eMail address
7526
7527 * mbase/MParContainer.h:
7528 - added Read member function
7529
7530 * mbase/MStatusDisplay.[h,cc]:
7531 - changed size of ps-paper
7532 - added a user defined bottom line to the ps-files
7533 - added name (currently unused)
7534 - added title (used as possible bottom line in ps-file)
7535
7536 * mraw/MRawRunHeader.cc:
7537 - added some comments
7538
7539 * status.cc:
7540 - set name of input as bottom line of status display
7541
7542
7543
7544 2004/01/12: Abelardo Moralejo
7545
7546 * mimage/MStereoPar.cc
7547 - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
7548 instead of fSourceY = scale2*hillas1.GetMeanY() + ...
7549 Bug had no effect unless scale1 != scale2 (-> telescopes of
7550 different size).
7551
7552
7553
7554 2004/01/12: Markus Gaug
7555
7556 * manalysis/MExtractSignal.[h,cc]
7557 - take out some uncommented code
7558 - replace logainshift by two independent variables:
7559 logainfirst, logainlast
7560 - because in most data, maximum occurs in slice 4, shift default
7561 from slices 4-9 to slices 3-8.
7562
7563 * manalysis/MExtractedSignalPix.[h,cc]
7564 - took out some uncommented code
7565 - new initializers: instead of -1. now 99999.9
7566
7567
7568
7569 2004/01/09: Markus Gaug
7570
7571 * mcalib/MCalibrationCam.[h,cc]
7572 - take out 1-dim histos because we can use
7573 the projections in MHCamera (s.b.)
7574
7575 * mcalib/MHCalibrationBlindPixel.h
7576 - make the fit by default quiet
7577
7578 * mcalib/MHCalibrationPixel.[h,cc]
7579 * mcalib/MCalibrationPix.[h,cc]
7580 - Ranges of time slices stored independently for HiGain and LoGain
7581 in order to allow consecutive checks
7582
7583 * mhist/MHCamera.[h.cc]
7584 - add the possibility to call a Draw("proj") which will
7585 draw a Y-Projection of the histogram
7586
7587 * macros/calibration.C
7588 - apply the drawing of the projections and fit them
7589
7590 * mcalib/MCalibrationCalc.cc
7591 - catch the possibility of a calibration file,
7592 unintendedly being a pedestal or cosmic file.
7593 Program now exits with an error before doing the fits
7594
7595 * mcalib/MCalibrationPix.[h,cc]
7596 - fixed a bug in calculation of fFitValid.
7597 before, a call to IsFitValid() always returned false
7598
7599
7600
7601 2004/01/09: Javier Lpez
7602
7603 * macros/bootcampstandardanalysis.C
7604 - added new macro that holds the main scheleton discussed in the
7605 december bootcamp in Wuerzburg. It runs first over a pedestal
7606 run, then over a calibration run, again over the pedestal run
7607 to compute de pedestal in number of photons and finally over a
7608 data run to calibrate the data.
7609
7610
7611
7612 2004/01/06: Sebastian Raducci
7613
7614 * manalysis/MArrivalTime.[h,cc]
7615 - added new method to calculate photon arrival times. It uses the
7616 TSpline5 Root Class to interpolate the Fadc Slices. The time is
7617 the abscissa value of the absolute maximum of the interpolation
7618 - added new method to find clusters with similar arrival times.
7619 For now it's a preliminary version. It simply search for adiacent
7620 pixels having the same arrival time (color).
7621
7622 * manalysis/MArrivalTimeCalc.[h,cc]
7623 - modified the Process() method according to the changes in the
7624 Arrival Time Cointainer
7625
7626 * mmain/MEventDisplay.cc
7627 - added new tab in the camera event display to show the arrival
7628 time. This arrival time is calculated with the spline method
7629 - the old Arrival Time pad now it's called Max Slice Idx, because
7630 it's only the index of the slice with the max content.
7631
7632 * mhist/MHEvent.[h,cc]
7633 - added new fType in te enumeration to handle the arrival time
7634 histos
Note: See TracBrowser for help on using the repository browser.