source: trunk/MagicSoft/Mars/Changelog@ 4826

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