source: trunk/MagicSoft/Mars/Changelog@ 4723

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