source: trunk/MagicSoft/Mars/Changelog@ 4751

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