source: trunk/MagicSoft/Mars/Changelog@ 4464

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