source: trunk/MagicSoft/Mars/Changelog@ 4475

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