source: trunk/MagicSoft/Mars/Changelog@ 4579

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