source: trunk/MagicSoft/Mars/Changelog@ 4838

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