source: trunk/MagicSoft/Mars/Changelog@ 4809

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