source: trunk/MagicSoft/Mars/Changelog@ 4812

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