source: trunk/MagicSoft/Mars/Changelog@ 4835

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