source: trunk/MagicSoft/Mars/Changelog@ 4790

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