source: trunk/MagicSoft/Mars/Changelog@ 4710

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