source: trunk/MagicSoft/Mars/Changelog@ 4777

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