source: trunk/MagicSoft/Mars/Changelog@ 4756

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