source: trunk/MagicSoft/Mars/Changelog@ 4775

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