source: trunk/MagicSoft/Mars/Changelog@ 4782

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