source: trunk/MagicSoft/Mars/Changelog@ 3709

Last change on this file since 3709 was 3709, checked in by gaug, 21 years ago
*** empty log message ***
File size: 126.1 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4For your entries please follow EXACTLY this style:
5
6_yyyy/mm/dd:_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20 2004/04/10: Markus Gaug
21
22 * macros/dohtml.C
23 - included directory mjobs
24
25 * mjobs/MJCalibration.[h,cc]
26 - added and updated documentation (not yet ready)
27
28 * htmldoc/images/CalibClasses.gif
29 - scheme of the calibration classes, used for documentation in
30 MJCalibration.cc
31
32
33 2004/04/10: Thomas Bretz
34
35 * mastro/MAstroCatalog.[h,cc], mastro/MAstroCamera.[h,cc]:
36 - added comments
37
38 * macros/starfield.C:
39 - added
40
41 * mastro/Makefile, mastro/AstroLinkDef.h
42 - added MAstroCamera
43
44
45
46 2004/04/09: Markus Gaug
47
48 * mcalib/MHCalibrationChargePINDiode.[h,cc]
49 * mcalib/MHCalibrationChargeCam.[h,cc]
50 * mcalib/MHCalibrationChargeCalc.[h,cc]
51 - put abs. time consistency check from MCalibrationChargeCalc into
52 MHCalibrationChargePINDiode and MHCalibrationChargeCam
53
54 * mcalib/MHCalibrationCam.[h,cc]
55 * mcalib/MHCalibrationChargeCalc.[h,cc]
56 - number of used FADC slices also stored in MHCalibrationCam,
57 MHCalibrationChargeCalc needs no pointer to the signal extractors
58 any more -> removed
59
60 * mcalib/MCalibrationChargePINDiode.[h,cc]
61 * mcalib/MCalibrationChargeBlindPix.[h,cc]
62 * mcalib/MCalibrationCam.[h,cc]
63 - put a default pulser color kNONE
64
65 * manalysis/MPedestalCam.[h,cc]
66 * manalysis/MPedCalcPedRun.[h,cc]
67 * manalysis/MGeomApply.cc
68 - added average pixels in the way like it is done in MCalibrationCam
69
70
71
72 2004/04/08: Thomas Bretz
73
74 * mfbase/MF.cc:
75 - optimized output
76
77 * mfbase/MFilterList.cc:
78 - added some comments
79
80 * mfileio/MReadMarsFile.[h,cc], mfileio/MReadTree.[h,cc]:
81 - added SortFiled-option -- RAQUEL, this is for you!
82
83 * mfileio/MWriteRootFile.cc:
84 - class AddSerialNumber in AddContainer
85
86 * mhist/MHFalseSource.[h,cc]:
87 - optimized setting of hist maximum
88 - added more source dependant cuts
89 - changed display layout
90 - scale number of entries to correct for different acceptance
91 (not perfect, but the best I can currently do)
92
93 * mimage/MHHillasExt.[h,cc]:
94 - added new histogram for fMaxDist
95
96 * mimage/MHNewImagePar.[h,cc]:
97 - added new histograms for Used/CoreArea
98
99 * mimage/MHillasCalc.cc:
100 - optimized output
101
102 * mimage/MHillasExt.cc:
103 - fMaxDist got a sign
104
105 * mimage/MNewImagePar.[h,cc]:
106 - enhanced comments
107 - added new Print() member function
108
109 * macros/readCT1.C, macros/readMagic.C, mmain/MEventDisplay.cc:
110 - forward geomcam to newimgepar.Print()
111
112
113
114 2004/04/08: Markus Gaug
115
116 * mcalib/MCalibrationChargeCalc.[h,cc]
117 * mcalib/MCalibrationChargeCam.[h,cc]
118 * mcalib/MCalibrationChargePix.[h,cc]
119 * mcalib/MCalibrationChargeBlindPix.[h,cc]
120 * mcalib/MCalibrationChargePINDiode.[h,cc]
121 - put calculation of photon fluxes with the three methods into
122 MCalibrationChargeCalc
123 - reorganized calculations in a better readable way (hopefully!)
124
125 * mbase/MAGIC.h
126 * mcalib/MCalibrationCam.[h,cc]
127 * mcalib/MCalibrationQECam.[h,cc]
128 * mcalib/MCalibrationQEPix.[h,cc]
129 - put PulserColor_t away from MAGIC.h into MCalibrationCam
130 - full implementation of the QE-calibration from MCalibrationQEPix
131
132 * msignal/MExtractBlindPixel.cc
133 - removed warning about low-gain saturation of Blind pixel
134
135 * mcalib/MCalibrate.[h,cc]
136 * mcalib/MCalibrateData.[h,cc]
137 * mcalib/MMcCalibrationCalc.[h,cc]
138 * manalysis/MMcCalibrationUpdate.[h,cc]
139 - conversion factors now separated into FADC2phe and then into
140 call to average Quantum efficiency.
141
142
143 2004/04/07: Markus Gaug
144
145 * mcalib/MHGausEvents.[h,cc]
146 - added fBlackout events
147
148
149
150 2004/04/06: Thomas Bretz
151
152 * mcalib/MCalibrationCam.[h,cc]:
153 - simplified call to initialization by new function Init()
154
155 * mcalib/MH*.cc:
156 - fixed some warnings (comparision between signed and unsigned)
157
158 * manalysis/MGeomApply.cc:
159 - use new Init-funtion of MCalibrationCam
160
161 * mastro/MAstro.cc:
162 - some fixes to the conversion functions
163
164 * mastro/MAstroCamera.[h,cc]:
165 - added comments
166 - changed argument type of AddPrimitives
167
168 * mastro/MAstroCatalog.[h,cc]:
169 - many changes to make it possible to overlay the
170 catalog on top of a 2D histogram
171
172 * mbase/MEvtLoop.cc:
173 - fixed estimation of run-time
174
175 * mbase/MMath.[h,cc]:
176 - added member functions for signed significances
177
178 * mbase/MParContainer.cc:
179 - changed GetterMethod() to support double reference data mebers
180
181 * mbase/MStatusDisplay.cc:
182 - removed some obsolete debug outputs
183
184 * mbase/MTask.[h,cc]:
185 - removed fNumExecutions, fStopwatch already counts the calls
186 - slight chagnes to output of PrintStatistics
187
188 * mbase/MTaskList.[h,cc]:
189 - slight chagnes to output of PrintStatistics
190
191 * mbase/MTime.cc:
192 - removed +TwoPi from GetGmst
193
194 * mcamera/MCameraAUX.h, mcamera/MCameraHV.h, mcamera/MCameraLV.h,
195 mcamera/MCameraLid.h, mcamera/MCameraLids.h,
196 mcamera/MCameraPowerSupply.h:
197 - added missing Getter functions
198
199 * mcamera/MCameraHV.h:
200 - removed obsolete data-meber fMean
201
202 * mdata/DataLinkDef.h:
203 - added MDataFormula
204
205 * mdata/MDataChain.cc, mdata/Makefile:
206 - enhanced dosumentation
207 - implemented use of multi argument functions
208 - added ^-operator
209
210 * mdata/MDataList.[h,cc]:
211 - added ^-operator
212 - enhanced IsValid
213
214 * mfbase/MFilterList.cc:
215 - changed a warn-output to inf
216
217 * mgeom/MGeomCam.[h,cc]:
218 - added getter returning index corresponding to XY
219
220 * mgeom/MGeomPix.[h,cc]:
221 - added getter IsInside
222
223 * mhist/MHCamera.cc:
224 - Return 0 in GetMean if no entries
225
226 * mhist/MHFalseSource.[h,cc]:
227 - removed conversion stuff (mm/deg)
228 - slight change to calculation of significance
229 - added dist-cuts
230 - added histogram showing number of entries
231 - added display of catalog
232
233 * mhist/MHStarMap.cc:
234 - added comment
235
236 * mimage/MHillasExt.[h,cc]:
237 - changed class version to 3
238 - added new data-member fMaxDist
239
240 * mimage/MNewImagePar.[h,cc]:
241 - added new data member fUsedArea and fCoreArea
242
243 * mmc/MMcConfigRunHeader.h:
244 - readded GetMirrors (WHY WAS IT GONE?)
245
246 * mpointing/MPointingPos.[h,cc]
247 - implemented Getter to get coordinates in rad
248
249 * mpointing/MSrcPosCalc.[h,cc]:
250 - fixed direction of rotation
251 - for the moment do use fTime
252
253
254
255 2004/04/06: Markus Gaug
256
257 * mcalib/MCalibrationChargePix.[h,cc]
258 - change names of the GetLoGain*() functions to
259 GetConvertedLoGain*() for better clarity
260
261 * mcalib/MCalibrationChargeCam.[h,cc]
262 - updated and enlarged documentation
263
264 * mcalib/MHCalibrationChargeCam.cc
265 * mcalib/MHCalibrationRelTimeCam.cc
266 - set the arrays by use of memset
267 - initialize TObjArrays with the Init-Function
268
269
270 2004/04/05: Markus Gaug
271
272 * msignal/MExtractedSignalPINDiode.h
273 - new function GetLastUsedSlice()
274
275 * mcalib/MCalibrationChargeCalc.[h,cc],
276 * mcalib/MCalibrationChargeCam.cc:
277 - holds also pointers to MExtractedSignalPINDiode and
278 MExtractedSignalBlindPixel and does the checks inside the task
279 (instead of inside the containers)
280
281 * mcalib/MCalibrationChargeBlindPix.[h,cc],
282 * mcalib/MCalibrationChargePINDiode.[h,cc]:
283 - updated and enlarged documentation
284
285 * mcalib/MHCalibrationChargePINDiode.cc
286 * mcalib/MHCalibrationChargeCam.[h,cc]
287 - rename Setter for fMeanVar from SetMeanErr() to SetMeanVar()
288 - rename arrays of fAverageSigmaErr to AverageSigmaVar
289
290 * mcalib/MCalibrationPix.[h,cc]
291 * mcalib/MCalibrationChargePix.[h,cc]
292 * mcalib/MCalibrationChargeBlindPix.[h,cc]
293 * mcalib/MCalibrationChargePINDiode.[h,cc]
294 - add Getters to the relative variance
295
296 * mcalib/MHGausEvents.[h,cc]
297 * mcalib/MCalibrationPix.[h,cc]
298 * mcalib/MHCalibrationCam.cc
299 - add to Pickup also Blackout events
300
301
302 2004/04/05: Nadia Tonello
303
304 * mbadpixels/MBadPixelsTreat.cc
305 - In Unmap(): replaced SetPixelUnused with SetPixelUnmapped
306
307
308
309 2004/04/02: Markus Gaug
310
311 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.[h,cc],
312 mcalib/MCalibrationQEPix.[h,cc], mcalib/MCalibrationQECam.[h,cc],
313 mcalib/MCalibrationRelTimeCam.[h,cc],
314 mcalib/MCalibrationRelTimePix.[h,cc]:
315 - updated and enlarged documentation
316
317 * mcalib/MHGausEvents.[h,cc], mcalib/MHPedestalPix.[h,cc],
318 mcalib/MHCalibrationChargePix.[h,cc],
319 mcalib/MHCalibrationChargeHiGainPix.[h,cc],
320 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
321 mcalib/MHCalibrationChargeBlindPix.[h,cc],
322 mcalib/MHCalibrationChargePINDiode.[h,cc]:
323 - put fPixId, fPickup, fPickupLimt, CountPickup(), RepeatFit() and
324 ChangeHistId() into MHGausEvents (before in the derived classes)
325 - put fChargeNbins, fChargeFirst, fChargeLast,
326
327 * mcalib/MHCalibrationRelTimePix.[h,cc]:
328 - put fRelTimeNbins, fRelTimeFirst, fRelTimeLast together
329 into MHGausEvents as fNbins, fFirst and fLast
330
331 * mcalib/MHCalibrationRelTimePix.[h,cc]:
332 - remove Renormalization to time slices. Need to think about
333 more direct way to implement
334
335 * mcalib/MHPedestalCam.[h,cc], mcalib/MHCalibrationCam.[h,cc],
336 mcalib/MHCalibrationChargeCam.[h,cc],
337 mcalib/MHCalibrationRelTimeCam.[h,cc]:
338 - put most of the functionality into the base class MHCalibrationCam
339 - derived classes overload the functions SetupHists, ReInitHists,
340 FillHists, FinalizeHists and FinalizeBadPixels.
341 - functions FitHiGainArrays, FitLoGainArrays, FitHiGainHists,
342 FitLoGainHists and InitHists can be used from base class.
343
344 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationChargePix.[h,cc],
345 mcalib/MCalibrationRelTimePix.[h,cc]:
346 - put most of the functionality into the base class MCalibrationPix
347 - other two classes derive now from MCalibrationPix
348
349 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationChargeCam.[h,cc]
350 mcalib/MCalibrationRelTimeCam.[h,cc]:
351 - put most of the functionality into the base class MCalibrationCam
352 - other two classes derive now from MCalibrationCam
353 - calls to MCalibration*Cam[i] now have to cast!
354
355 * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
356 * mcalib/MMcCalibrateCalc.cc, manalysis/MMcCalibrationUpdate.cc,
357 * mcalib/MCalibrationChargeCalc.cc:
358 - cast calls to MCalibration*Cam[i]
359
360 * manalysis/MGeomApply.cc
361 - add initialization MCalibrationRelTimeCam
362 - add intialization of average pixels
363
364
365
366 2004/04/02: Abelardo Moralejo
367
368 * msignal/MExtractSignal3.[h,cc]
369 - added. Alternative method for signal extraction. Uses sliding
370 window from event to event, but a common window for all pixels
371 in an event.
372
373 * msignal/Makefile, SignalLinkDef.h
374 - added MExtractSignal3.
375
376
377
378 2004/04/02: Markus Gaug
379
380 * mbadpixels/MBadPixelsPix.h
381 - added kRelTimeNotFitted and kRelTimeOscillating to Calibration_t
382 enum
383
384 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationPix.[h,cc],
385 mcalib/Makefile, mcalib/CalibLinkDef.h:
386 - two new base classes for general calibration storage containers,
387 contain average pixel storage functionality
388
389 * mcalib/MCalibrationRelTimeCam.[h,cc],
390 mcalib/MCalibrationRelTimePix.[h,cc]:
391 - new storage container for the rel. time calibration results, derive
392 from MCalibrationPix, MCalibrationCam
393
394
395
396 2004/04/01: Markus Gaug
397
398 * msignal/MArrivalTimeCalc.[h,cc]
399 - set fSaturationLimit as a variable with default (instead of 0xff)
400
401 * mcalib/MHCalibrationChargeCam.[h,cc]
402 mcalib/MCalibrationChargeCam.[h,cc]
403 mcalib/MCalibrationChargeCalc.cc, manalysis/MGeomApply.cc:
404 - add average pixels per sector
405
406 * mcalib/MHGausEvents.[h,cc], mcalib/MHCalibrationChargePix.[h,cc],
407 mcalib/MHCalibrationRelTimePix.[h,cc]:
408 - moved BypassFit() function to MHGausEvents
409
410 * mcalib/MHCalibrationChargeCam.[h,cc]:
411 - updated and enlarged documentation
412 - derives now from mcalib/MHCalibrationCam
413
414 * mcalib/MCalibrationChargePix.[h,cc]:
415 - removed flag kLoGainSaturation, because it is already in MBadPixelsPix
416
417 * mcalib/MCalibrationCam.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
418 - new base class for all MHCalibration*Cam object, contains the average
419 pixel functionality
420
421
422
423 2004/03/31: Markus Gaug
424
425 * mcalib/MHCalibrationChargeCam.[h,cc],
426 mcalib/MCalibrationChargeCam.[h,cc],
427 mcalib/MCalibrationChargeCalc.cc, manalysis/MGeomApply.cc:
428 - make the average pixel independent on camera geometry, i.e.
429 one average pixel per MGeomPix::Aidx
430
431
432
433 2004/03/31: Abelardo Moralejo
434
435 * mmc/MMcConfigRunHeader.[h,cc]
436 - updated to current version (3) in camera program. Added member
437 fLightCollectionFactorOuter so that we can store the data on
438 the simulatedlight collection efficiency (light guides +
439 plexiglas +...) as a function of incidence angle for outer and
440 inner pixels independently. Added getters for this information
441 on light collection efficiency.
442
443
444
445 2004/03/30: Markus Gaug
446
447 * mcalib/MHGausEvents.[h,cc],
448 mcalib/MHCalibrationChargePix.[h,cc],
449 mcalib/MHCalibrationChargeHiGainPix.[h,cc],
450 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
451 mcalib/MHCalibrationChargeBlindPix.[h,cc],
452 mcalib/MHCalibrationChargePINDiode.[h,cc],
453 mcalib/MHCalibrationRelTimeCam.[h,cc],
454 mcalib/MHCalibrationRelTimePix.[h,cc],
455 mcalib/MHPedestalPix.[h,cc],
456 mcalib/MHPedestalCam.[h,cc]:
457 - updated and enlarged documentation
458
459
460
461 2004/03/30: Abelardo Moralejo
462
463 * mmc/MMcFadcHeader.hxx
464 - updated to current version (4) in camera program.
465
466
467
468 2004/03/29: Markus Gaug
469
470 * manalysis/MSourcePosFromStarPos.cc
471 - replaced fabs(ival) by TMath::Abs(ival)
472
473 * mbadpixels/MBadPixelsPix.h
474 - adopt treatment of UnCalibrated_t like the one in Unsuitable_t
475
476 * mbadpixels/MBadPixelsPix.cc
477 - put some documentation in the header
478
479 * mcalib/MHCalibrationChargeCam.cc
480 mcalib/MCalibrationChargeCam.cc
481 mbadpixels/MBadPixelsCam.cc
482 - adopt to new style in MBadPixelsPix.h
483
484 * mcalib/MCalibrationChargeCalc.[h,cc]
485 mcalib/MCalibrationChargePix.[h,cc]
486 - move consistency checks from Pix to Calc
487
488 * mcalib/MHGausEvents.[h,cc]
489 - fixed axes for event and fourier spectrum Draw
490
491 * mcalib/MHCalibrationChargePix.[h,cc]
492 mcalib/MHCalibrationChargeCam.[h,cc]
493 - moved definition of pulser frequency to MHCalibrationChargeCam
494
495
496
497 2004/03/24: Thomas Bretz
498
499 * mbase/MMath.cc:
500 - now SignificanceLiMa returns 0 in case sum==0
501
502
503
504 2004/03/23: Thomas Bretz
505
506 * mbase/MContinue.cc, mhbase/MH.cc:
507 - changed a warning message to an inf-message
508
509 * mfileio/MReadTree.cc:
510 - added an additional logging message when adding files to a
511 chain successfully.
512
513 * mbase/MProgressBar.cc:
514 - fixed initial size
515
516 * mastro/MAstro.[h,cc]:
517 - changed the code for the rotation angle back to its original
518 shape. The definition I tried to introduced was already
519 correctly implemented (assuming that sin is the x-component
520 of the vector I had it wrong in my mind twice, using
521 atan2(y,x) everywhere I did recognize it...)
522
523 * mreport/MReport.cc:
524 - fixed a bug which caused a crash when the time is not valid
525
526 * mhist/MHStarMap.cc, mpointing/MSrcPosCalc.cc:
527 - fixed: v.Roatete() must be v=v.Rotate()
528 - MHStarMap no waorks also without MSrcPosCam, MPointingPos
529 or MObservatory (leaving out the corresponding translations)
530
531
532
533 2004/03/22: Markus Gaug
534
535 * mfileio/Makefile, mimage/Makefile
536 - mpointing included
537
538
539
540 2004/03/22: Thomas Bretz
541
542 * mpointing/MSrcPosCalc.[h,cc], MSrcPosCam.[h,cc]:
543 - added
544
545 * mastro/MAstro.[h,cc]:
546 - added code to calculate rotationangle previously in MObservatory
547 - changed definition of rotation angle such, that it is now
548 180deg if Ra and Az grid is parallel
549
550 * mastro/MAstroCatalog.[h,cc]:
551 - fixes and enhancements to the display (such as misscalculated
552 number of grid lines, title display, etc)
553 - enhancements to the output
554 - generalized creation of grid - for further usage
555
556 * mastro/MAstroSky2Local.[h,cc]:
557 - replaced calculation of rotation angle by the function in
558 MAstro
559
560 * mastro/MObservatory.[h,cc]:
561 - small changes to Print output
562 - moved code for calculation of rotation angle to MAstro
563
564 * mbase/MEvtLoop.cc:
565 - do not output number of events per second if no events processed
566
567 * mbase/MParList.cc:
568 - updated some comments
569
570 * mfileio/MCT1ReadAscii.cc, mfileio/MCT1ReadPreProc.cc,
571 mfileio/MReadRflFile.cc, mraw/MRawFileRead.cc,
572 mreport/MReportFileRead.cc:
573 - output error string if file cannot be opened
574
575 * mfileio/MReadTree.cc:
576 - output name of chain which is scanned
577
578 * mimage/MConcentration.cc:
579 - replaced loop by iterator
580 - removed obsolete (unused) variables
581
582 * mimage/MHNewImagePar.[h,cc]:
583 - fixed display colors
584
585 * mpointing/MPointingPos.[h,cc]:
586 - added member function to calculate rotation angle
587 - added comments
588
589 * mpointing/Makefile:
590 - added include MAstro
591
592 * manalysis/MSrcPosCam.[h,cc]:
593 - moved to mpointing
594
595 * mpointing/MSrcPosCalc.[h,cc]:
596 - added: Derotates a star in the camera into MSrcPosCam
597
598 * mpointing/Makefile, mpointing/PointingLinkDef.h:
599 - added MSrcPosCam
600 - added MSrcPosCalc
601
602 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
603 - removed MSrcPosCam
604
605 * mmain/Makefile:
606 - added include for mpointing
607
608 * manalysis/AnalysisIncl.h:
609 - removed TVector2
610
611 * mbase/MParContainer.h:
612 - added new abstract virtual member function SetVariables
613 (to be used in fits)
614 - addeed some text to class description
615
616 * mdata/MData.cc:
617 - added comment
618
619 * mdata/MDataArray.[h,cc], mdata/MDataElement.h,
620 mdata/MDataList.[h,cc], mdata/MDataMember.h,
621 mfbase/MFDataMember.[h,cc], mfbase/MFilterList.[h,cc]:
622 - added SetVariables
623
624 * mdata/MDataChain.[h,cc]:
625 - added support for indexed variables [i]
626 - added SetVariables
627
628 * mdata/MDataValue.[h,cc]:
629 - added support for variable values (through SetVariables)
630 - added support for an index
631 - added SetVariables
632
633 * mfbase/MF.[h,cc]:
634 - removed support for {}. This case is now detected
635 automatically
636 - added SetVariables
637 - added support for expressiond like
638 "MHillas.fLength<2*MHillas.fWidth"
639
640 * mfbase/MFDataChain.[h,cc]:
641 - added fCond data member
642 - addednew constructor to support fCond
643 - added support for new condition type
644 - adapted Print and GetRule
645
646 * mimage/MNewImagePar.[h,cc]:
647 - added some comments
648
649 * mhist/MHStarMap.[h,cc]:
650 - fixed to use the correct MPointingPos instead of the
651 deprecated MMcEvt. Use MPointingPosCalc to copy the
652 pointing position from MMcEvt to MPointingPos
653
654 * mbase/MMath.[h,cc]:
655 - added, which currently only implements calculation of
656 significance and Li/Ma significance
657
658 * mbase/Makefile, mbase/BaseLinkDef.h:
659 - added MMath
660
661
662
663 2004/03/19: Markus Gaug
664
665 * mcalib/MHCalibrationChargePix.cc
666 - added some style to the default Draw in order to see the
667 label and axis titles better
668
669 * mcalib/MHCalibrationChargeCam.[h,cc]
670 - store and display more information on the average pxiels
671
672 * mcalib/MCalibrationCam.cc
673 - the GetPixelContent flag were not correct any more, fixed them
674
675 * macros/calibration.C
676 - fixed GetPixelContent flags
677 - draw radial profile of the variables
678
679 * mjobs/MJCalibration.cc
680 - fixed GetPixelContent flags
681 - introduced RadialProfile for some displays
682 - removed some not so important displays
683
684 * manalysis/MGeomApply.cc
685 - included MCalibrationQECam to be initialized
686
687 * mcalib/MCalibrationChargePix.[h,cc],
688 mcalib/MCalibrationQEPix.[h,cc]:
689 - replace DefinePixId by SetPixId
690
691 * mcalib/MCalibrationChargeCalc.[h,cc]
692 - added MCalibrationQECam
693 - cleaned the code up a little
694 - give more information at the end
695
696 * mcalib/MCalibrationChargePix.[h,cc]
697 - took out fNumLoGainSampels whihc is not needed any more because
698 conversion is only done in the getters
699 - Canceled function ApplyLoGainConversion (for same reason)
700
701 * msignal/MExtractSignal2.cc
702 - remove uncommented piece of code
703
704 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
705 - remove warning about pixel with low gain saturation,
706 now in MBadPixelsPix
707
708 * mbadpixels/MBadPixelsPix.[h,cc], mcalib/MCalibrationChargeCam.cc:
709 - added new flag: kDeviatingNumPhes
710
711 * mcalib/MCalibrationChargePix.cc
712 - check for mean arr. time in last bin replaced by check in last
713 two bins
714
715 * mcalib/MCalibrationChargePix.[h,cc],
716 mcalib/MCalibrationChargeCam.cc,
717 mcalib/MHCalibrationChargeCam.cc:
718 - removed flag kHiGainFitted, kLoGainFitted, since they are
719 available from MBadPixelsPix
720
721 * macros/calibration.C, macros/calibrate_data.C
722 - a few flags from MCalibrationChargeCam::GetPixelContent were wrong,
723 corrected them
724
725
726
727 2004/03/18: Raquel de los Reyes
728
729 * macros/DAQDataCheck.C
730 - macro to check the data from the DAQ system (.raw files).
731
732
733
734 2004/03/18: Thomas Bretz
735
736 * manalysis/AnalysisIncl.h:
737 - added TVector2
738
739 * manalysis/MSrcPosCam.[h,cc]:
740 - added Getter/Setter using TVector2
741
742 * mhbase/MH.cc:
743 - fixed GetMinimumGT for TH2 and TH3
744
745 * mpointing/MPointingPos.h:
746 - added Getter/Setter for Ra/Dec
747
748 * mpointing/MPointingPosCalc.cc:
749 - fill Ra/Dec into MPointingPos
750
751
752
753 2004/03/18: Markus Gaug
754
755 * mgeom/MGeomCam.[h,cc]
756 - replace fMaxRadius by a TArrayF of pixel area types
757 - new TArrayF fMinRadius of each pixel area type
758 - backward compatibility should be given,
759 call to GetMaxRadius() returns the value for the whole camera
760 (which corresponds to the previous value for the Magic camera)
761
762 * mimage/MConcentration.cc
763 - fixed on flog to fLog in order to compile
764
765
766
767 2004/03/17: Thomas Bretz
768
769 * mastro/MAstroCatalog.[h,cc]:
770 - some simplifications and changes
771
772 * mastro/MAstroCatalog.[h,cc]:
773 - some simplifications and changes
774
775 * mastro/MAstroSky2Local.[h,cc]:
776 - rotation matrix from sky to local coordinates
777 - added
778
779 * mastro/Makefile, mastro/AstroLinkDef.h:
780 - MAstroSky2Local added
781
782 * mraw/MRawEvtPixelIter.cc:
783 - GetIdxMaxLoGainSample(const Byte_t lofirst) const
784 accelerated and fixed (the first slice was compared to itself
785 and the last slice was not taken into account)
786
787 * manalysis/MCerPhotAnal2.cc:
788 - fixed a bug in the new treatment of lo-gains
789
790 * mhvstime/MHPixVsTime.cc:
791 - fixed missing initialization of fTypeErr in constructor
792
793 * mimage/MHillas.[h,cc]:
794 - implemented member function which returns MeanX/Y as TVector2
795
796 * mimage/ImageIncl.h:
797 - added TVector2
798
799 * manalysis/MCerPhotEvt.[h,cc]:
800 - fixed a bug in AddPixels which - in some special circumstances -
801 cutted pixels with high pixel indices
802
803
804
805 2004/03/17: Antonio Stamerra
806
807 * macros/datatrigcheck.C
808 - added macro for time and trigger data-checking
809
810
811
812 2004/03/17: Abelardo Moralejo
813
814 * manalysis/MSourcePosfromStarPos.cc
815 - added cast fabs((Double_t)ival), line 703. Otherwise it does not
816 compile.
817
818 * macros/starmc.C
819 - added parameter accepted_fraction to select fraction of events
820 to be processed (useful to make smaller outputs).
821
822
823
824 2004/03/17: Wolfgang Wittek
825
826 * manalysis/MSigmabar.[h,cc]
827 - correct calculation of sector, which was wrong
828
829
830
831 2004/03/16: Markus Gaug
832
833 * mhist/MHCamera.[h,cc]
834 - added function RadialProfile which returns a TProfile of the
835 value along the radius from the camera center
836
837
838
839 2004/03/16: Oscar Blanch Bigas
840
841 * mimage/MConcentration.[h,cc]
842 - new class for Concentration stuff.
843 - It computes and stores Concentration 1-8
844
845 * mimage/MNewImagePar.[h,cc]
846 - New Concentration stuff is moved to MConcentration.
847
848 * mimage/MHillasCalc.[h,cc], Makefile, ImageLinkDef.h
849 - Modifications needed to support and compile new
850 MConcentration class.
851
852
853
854 2004/03/16: Thomas Bretz
855
856 * mjobs/MJ*.[h,cc]
857 - removed some obsolete comments
858 - removed projections from Directory (SetDirectory(0))
859
860
861
862 2004/03/16: Wolfgang Wittek
863
864 * manalysis/MSigmabar.[h,cc]
865 - calculate sigmabar as mean of individual pedestalRMS
866 instead of sqrt of mean pedestalRMS^2
867
868
869
870 2004/03/16: Oscar Blanch
871
872 * mimage/MNewImagePar.[h,cc]
873 - New variables members added: fInnerSize, fInnerLeakage[1,2],
874 fConc[3-8].
875 - It is only ready for Magic Camera geometry. It has to be done
876 MGeomCam base.
877 - The version ahs not been updated since it was done on the
878 2004/03/10 by Abelardo.
879
880
881
882 2004/03/15: Markus Gaug
883
884 * mcalib/MCalibrationChargePix.[h,cc],
885 mcalib/MCalibrationChargeCam.[h,cc],
886 mcalib/MCalibrationChargeCalc.cc:
887 - conversion from hi- to logain now not applied until the value is
888 exported outside the class. This is necessary for the error
889 propagation in the F-Factor method: In the calculation of the
890 number of Phe, the conversion factors cancel out and do not
891 enlarge the errors
892 - pixels with number of phe's outside the range defined by
893 fPheFFactorRelErrLimit are not any more declared as:
894 MCalibrationChargePix::IsFFactorMethodValid() == kFALSE ,
895 but instead as:
896 MBadPixelsPix::IsSuitableRun(MBadPixelsPix::kUnreliableRun) == kTRUE,
897 Like this, everybody is allowed to calibrate pixels which give
898 no reasonable results in the calibration without bothering that
899 too many pixels fall out. Enjoy!
900 - In that procedure, the classes passed _internally_ from calculation
901 of sigmas to calculation of variances which saves all the useless
902 square rooting.
903 - took out pointers to MCalibrationChargeBlindPix and
904 MCalibrationChargePINDiode in MCalibrationChargeCam.
905
906
907
908 2004/03/15: Abelardo Moralejo
909
910 * mmc/MMcEvt.hxx
911 - added getter function for fZFirstInteraction
912
913
914
915 2004/03/15: Wolfgang Wittek
916
917 * mastro/MObservatory.[h,cc]
918 - remove bugs in RotationAngle(theta, phi, sin, cos)
919 replaced
920 cos = sinl + cosl*cosp /denom;
921 by
922 cos = (sinl - cosl*cosp) /denom;
923
924
925
926 2004/03/15: Thomas Bretz
927
928 * mastro/MObservatory.[h,cc]:
929 - implemented RotationAngle(ra, dec, time)
930
931 * mbase/MTask.[h,cc]:
932 - implemented usage of a TStopwatch to retriev time consumtion
933 informations
934 - changed PrintStatistics not to print classes having no
935 Process() function
936
937 * mbase/MTaskList.[h,cc], mfileio/MReadReports.[h,cc]:
938 - changed PrintStatistics according to changes in MTask
939
940 * mraw/MRawEvtHeader.cc:
941 - added a comment to Fill member function
942
943 * manalysis/MCerPhotEvt.[h,cc]:
944 - added fLut.Set to FixSize and resize fLut by a factor of 2
945 instead of +1 which acelerates creation of all pixels a lot
946
947 * mbadpixels/MBadPixelsPix.cc:
948 - fixed a typo
949
950 * mfilter/MFSoftwareTrigger.cc:
951 - made statistics output meaning independant of usage of filter!
952
953 * mhbase/MFill.[h,cc]:
954 - added possibility to give tab a different name
955
956 * mhist/MHCamera.cc:
957 - fixed a bug when determin scale for same-option
958
959 * mjobs/MJCalibration.cc:
960 - changed tab names for MFillH
961
962 * mjobs/MJExtactSignal.cc:
963 - added MRawEvtHeader to output
964
965 * mbase/MStatusDisplay.[h,cc]:
966 - changed displayed year
967 - read and store MStatusArray to and from files
968
969 * mfileio/MReadTree.cc:
970 - enhanced output
971
972 * mmain/MCameraDisplay.cc, mmain/MEventDisplay.[h,cc]:
973 - added preliminary mode to display F1/F2/F3-files
974
975 * mbase/MStatusArray.[h,cc]:
976 - added
977
978 * mbase/Makefile, mbase/BaseLinkDef.h:
979 - added MStatusArray
980
981 * mhits/MHCamera.[h,cc], mgui/MHexagon.[h,cc]:
982 - improved drawing MHCamera with 'same' option
983
984
985
986 2004/03/13: Markus Gaug
987
988 * mcalib/MCalibrationChargeCalc.cc, mcalib/MCalibrationChargeCam.cc,
989 mcalib/MCalibrationChargePix.[h,cc],
990 mcalib/MHCalibrationChargeCam.cc,
991 mcalib/MHCalibrationChargeLoGainPix.cc:
992 - fixed Low Gain calibration
993
994 * mcalib/MHGausEvents.cc:
995 - changed default fit prob. limit from 0.005 to 0.001
996
997 * mbadpixels/MBadPixelsPix.h :
998 - IsCalibrationResultOK does not ask for FitOK any more
999
1000 * mcalib/MHCalibrationChargeCam.cc:
1001 - replaced Rel. Err. Limit for outliers in Phe's from 5 sigma to 7
1002
1003 * mraw/MRawEvtPixelIter.[h,cc]:
1004 - function GetIdxMaxLoGainSamples can be called optionally with
1005 offset (because first "loGain" samples are often in reality
1006 hiGain with high values.
1007
1008
1009
1010 2004/03/12: Sebastian Raducci
1011
1012 * manalysis/Makefile
1013 - added mastro in the include directories
1014
1015
1016
1017 2004/03/12: Thomas Bretz
1018
1019 * merpp.cc:
1020 - added 'force' option
1021
1022 * manalysis/MCerPhotAnal2.cc:
1023 - extract pedestal and pedestal rms from lo-gain if hi-gain not
1024 above a certain athreshold
1025
1026 * mastro/MAstroCatalog.[h,c]:
1027 - added text argument to DrawStar
1028
1029 * mbase/MStatusDisplay.cc:
1030 - some small changes to output of SaveAsPS
1031
1032 * mfilter/MFCosmics.cc:
1033 - changed output of filter statistics
1034
1035 * mbadpixels/MBadPixelsTreat.[h,cc]:
1036 - fixed some problems with the code - now it should work like
1037 expected
1038 - added a new member function to be able to change the number
1039 of required neighbors
1040
1041
1042
1043 2004/03/12: Wolfgang Wittek
1044
1045 * manalysis/Makefile
1046 - include 'mastro'
1047
1048 * manalysis/MSourcePosfromStarPos.[h,cc]
1049 - include MObservatory.h
1050 - call member function Rotationangle() of MObservatory
1051
1052
1053
1054 2004/03/12: Markus Gaug
1055
1056 * mjobs/MJCalibration.cc
1057 - updated call in displays to the corr. Cams.
1058
1059 * macros/calibrate_data.C
1060 - macro to study calibrate and study data used in Munich and IFAE
1061
1062
1063
1064 2004/03/12: Antonio Stamerra
1065
1066 * mraw/MRawEvtHeader.[h,cc]
1067 - Added the method GetTriggerID() to decode the trigger pattern.
1068
1069
1070
1071 2004/03/11: Abelardo Moralejo
1072
1073 * mimage/MHillasCalc.cc
1074 - Added some printout in PostProcess, to better express the reasons
1075 for which the reconstruction of some events did not succeed.
1076
1077
1078
1079 2004/03/11: Thomas Bretz
1080
1081 * status.cc:
1082 - updated
1083
1084 * manalysis/MCerPhotAnal2.cc:
1085 - removed an obsolete debug output
1086
1087 * mhist/MHCamera.[h,cc]:
1088 - added same-option to camera display
1089
1090 * mbadpixels/MBadPixelsCalc.[h,cc], mbadpixels/MBadPixelsTreat.[h,cc]:
1091 - implemented functionality of MBlindPixelsCalc2
1092
1093 * mbadpixels/MBadPixelsCam.[h,cc], mbadpixels/MBadPixelsPix.[h,cc],
1094 mbadpixels/MMcBadPixelsSet.cc, mcalib/MCalibrationChargeCalc.cc,
1095 mcalib/MCalibrationChargePix.cc, mcalib/MHCalibrationChargeCam.cc:
1096 - replaced several Set/GetUnsuitable* by a single member function
1097
1098
1099
1100 2004/03/11: Markus Gaug
1101
1102 * mbadpixels/MBadPixelsPix.h
1103 - removed bits about validity of calibration methods
1104 - IsCalibrationResultOK asks also from IsSuitableRun
1105
1106 * mbadpixels/MBadPixelsCam.cc
1107 - updated GetPixelContent
1108 - added Print function
1109
1110 * mcalib/MCalibrationChargeCam.[h,cc]
1111 mcalib/MCalibrationChargePix.h, mcalib/MCalibrationChargeCalc.cc:
1112 - removed pointers to MGeomCam and MBadPixelsCam in MCalibrationChargeCam
1113 - use two loops over pixels in order to determine mean flux of phe;s to
1114 discard pixels far outside the normal distribution
1115
1116 * mcalib/MCalibrate.cc
1117 - added case that no MBadPixelsCam is available.
1118
1119 * mcalib/MHCalibrationChargeCam.cc
1120 - adapted to new MBadPixelsPix::SetUnsuitable function
1121
1122
1123 2004/03/10: Abelardo Moralejo
1124
1125 * manalysis/MCerPhotPix.[h,cc]
1126 - Added member fIsHGSaturated, and setter/getter functions.
1127 Updated class version to 4.
1128
1129 * mcalib/MCalibrate.cc, MCalibrateData.cc
1130 - Added setting of MCerPhotPix.fIsHGSaturated if one or more HG
1131 slices saturate.
1132
1133 * mimage/MNewImagePar.[h,cc]
1134 - Added member fNumHGSaturatedPixels to count the number of pixels
1135 in which high gain saturates. Added getter funciton for it.
1136 Updated class version to 3.
1137
1138
1139
1140 2004/03/10: Markus Gaug
1141
1142 * mcalib/MCalibrationChargeCalc.cc,
1143 mcalib/MCalibrationChargePix.[h,cc],
1144 mcalib/MCalibrationChargeCam.[h,cc]:
1145 - calculation of conversion factor with F-Factor method from
1146 same mean number of photons, derived from weighted mean number
1147 of photo-electrons from inner and outer pixels, respectively
1148
1149 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
1150 - fixed the projections (did only display inner pixels up to now)
1151
1152 * macros/calibration.C
1153 - small bug fixed in display of rel. arrival times
1154 ( used MArrivalTimeCam instead of MHCalibrationRelTimeCam)
1155
1156 * mbadpixels/MBadPixelsCam.cc
1157 - replaced some InitSize(idx) by InitSize(idx+1) in order not to crash
1158 to program when reading from an ascii-file.
1159
1160 * mbadpixels/MBadPixelsCalc.cc
1161 - replaced one SetUnsuitableRun(....) by the new version without
1162 argument.
1163
1164
1165
1166 2004/03/10: Thomas Bretz
1167
1168 * mfilter/MFSoftwareTrigger.[h,cc]:
1169 - changed to support also a predifined number of NN
1170
1171 * mastro/MAstroCatalog.[h,cc]:
1172 - many enhancements
1173 - many speed improvements
1174
1175 * mbadpixels/MBadPixelsPix.[h,cc]:
1176 - fixed
1177
1178
1179
1180 2004/03/10: Ester Aliu
1181
1182 * mtemp/MIslands.[h,cc]
1183 - New MParContainer to hold information about islands
1184 (number of islands, pixels in each Island, Signal/Noise of
1185 each Island).
1186
1187 * mtemp/MIslandCalc.[h,cc]
1188 - New MTask to count and characterize Islands.
1189
1190
1191
1192 2004/03/09: Thomas Bretz
1193
1194 * Makefile.rules:
1195 - replaced *.o by $(...) for building archives
1196
1197 * mjobs/MJCalibration.cc:
1198 - exchanged apply and merge task
1199
1200 * mjobs/MJCalibration.h, mjobs/MJExtractSignal.h, mjobs/MJPedestal.h:
1201 - fixed some const-qualifiers
1202
1203 * mcalib/MHCalibrationChargeBlindPix.cc,
1204 mcalib/MHCalibrationChargeCam.cc,
1205 mcalib/MHCalibrationChargePINDiode.cc
1206 - removed some obsolete output when calling FindCreateObj
1207 - changed some 'not found' output messages to be 'Mars-compliant'
1208 - replaced some gLog by *fLog
1209
1210
1211
1212 2004/03/08: Markus Gaug
1213
1214 * mbadpixels/MBadPixelsPix.h
1215 - small modifications for better readability
1216 - remove Getters for calibration methods
1217 - added flag "UnReliableRun" in fInfo[0]
1218
1219 * mcalib/MHCalibrationChargeCam.cc, mcalib/MCalibrationChargePix.cc:
1220 - fill MBadPixelsPix with UnReliableRun or UnSuitableRun when
1221 calibration does not succeed.
1222
1223 * mcalib/MCalibrationChargeCam.cc
1224 - displaying saturation also for not-valid pixels in GetPixelContent
1225
1226 * msignal/MExtractedSignalCam.[h,cc], msignal/MExtractSignal.[h,cc],
1227 msignal/MExtractSignal2.[h,cc], mananlysis/MHPedestalCam.cc,
1228 mcalib/MCalibrationChargeCalc.[h,cc]:
1229 - in SetUsedFADCSlices, also the window (hi-and logain) is set.
1230 This because MExtractSignal2 set the whole window which was much
1231 bigger than the actually used one. This bug is now removed.
1232
1233
1234
1235 2004/03/08: Thomas Bretz
1236
1237 * merpp.cc:
1238 - fixed a bug in the screen output
1239
1240 * mgeom/MGeomMirror.cc:
1241 - added comment
1242
1243 * mmc/MMcConfigRunHeader.h:
1244 - added member function GetMirrors
1245
1246
1247
1248 2004/03/08: Abelardo Moralejo
1249
1250 * macros/starmc.C, starmcstereo.C, mccalibrate.C
1251 - adapted to m. Gaug's changes: now one MBadPixelsCam containers is
1252 added for each telescope to the parameter list.
1253
1254 * mmain/MEventDisplay.cc, Makefile
1255 - added MBadPixelsCam to par list, and mbadpixels/ to includes.
1256 Necessary due to changes in MCalibrate.
1257
1258
1259
1260 2004/03/06: Markus Gaug
1261
1262 * macros/calibration.C
1263 - adapted call to MHCamera::ProjectionS to the new version
1264
1265 * mcalib/Makefile
1266 - include directory mbadpixels
1267
1268 * manalysis/Makefile
1269 - include directory mbadpixels
1270
1271 * mcalib/MCalibrationChargeCalc.[h,cc]
1272 - include MBadPixelsCam
1273 - remove exclusion of pixels from ascii-file
1274 (now accessible from MBadPixelsCam)
1275
1276 * mcalib/MCalibrationChargePix.[h,cc]
1277 - include MBadPixelsCam
1278
1279 * mcalib/MCalibrationChargeCam.[h,cc]
1280 - include MBadPixelsCam
1281
1282 * mcalib/MHCalibrationChargeCam.[h,cc]
1283 - include MBadPixelsCam
1284 - include one additional MBadPixelsPix for the average inner and
1285 outer pixel, respectively
1286
1287 * mcalib/MHCalibrationChargePix.[h,cc]
1288 - make fSaturated and fPickup a Float_t (for average pixel)
1289
1290 * mbadpixels/MBadPixelsPix.h
1291 - include the CalibrationType_t infos
1292 - exchange "SetUnsuitable" by "SetUnsuitableRun"
1293
1294 * mbadpixels/MBadPixelsCam.cc, mbadpixels/MMcBadPixelsSet.cc:
1295 - exchange "SetUnsuitable" by "SetUnsuitableRun"
1296
1297 * mbadpixels/MBadPixelsCalc.cc:
1298 - exchange "SetUnsuitable" by "SetUnsuitableEvt"
1299
1300 * manalysis/MGeomApply.cc
1301 - remove obsolete MArrivalTime
1302 - add MBadPixelsCam
1303
1304 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc]
1305 - implemented calls to MBadPixelsCam
1306
1307 * macros/calibration.C, macros/bootcampstandardanalysis.C,
1308 macros/pedphotcalc.C
1309 - implemented calls to MBadPixelsCam
1310
1311 * mjobs/MJCalibration.cc
1312 - call to MBadPixelsCam
1313
1314
1315
1316 2004/03/05: Nadia Tonello
1317
1318 * manalysis/MBlindPixelsCalc2.[h,cc], manalysis/AnalysisLinkDef.h,
1319 manalysis/Makefile
1320 - Temporary class added (will be included in mbadpixels/ soon)
1321 - All the functions of MBlindPixelCalc are kept(with small improvements)
1322 - New function added: SetCheckPedestalRms
1323
1324 * manalysis/MCerPhotPix.h
1325 - Status Unmapped added (not include the pixel in the cleaned image)
1326
1327 * mimage/MImgCleanStd.cc
1328 - Checks for Unmapped status added
1329
1330 * mastro/MAstroCatalog.cc, msql/MSQLServer.cc:
1331 - include <stdlib.h> to solve compilation error
1332
1333
1334
1335 2004/03/05: Sebastian Raducci
1336
1337 * msignal/MArrivalTimeCalc.cc
1338 - fixed a little bug (exchanged a - with a + in the Calc() method)
1339
1340
1341
1342 2004/03/05: Markus Gaug
1343
1344 * mcalib/MCalibraitonChargeCalc.cc
1345 - remove some runheader line:
1346 if (runheader->IsMonteCarloRun())
1347 return kTRUE;
1348 which gave always true since this week, don't know why.
1349 - added some information in class description
1350
1351
1352
1353 2004/03/04: Sebastian Raducci
1354
1355 * msignal/MArrivalTimeCalc.cc
1356 - fixed a memory leak (the spline was not deleted...)
1357
1358
1359
1360 2004/03/04: Thomas Bretz
1361
1362 * mgeom/MGeomCam.[h,cc]:
1363 - added new data member fNumAreas
1364 - added new function CalcNumAreas
1365 - increased class version to 3
1366
1367 * mgeom/MGeomCamMagic.cc:
1368 - added setting of area index
1369
1370 * mgeom/MGeomPix.[h,cc]:
1371 - added fAidx data member
1372 - added getter function fAidx
1373 - increased class version to 3
1374
1375 * macros/sectorvstime.C:
1376 - added example of how to plot the evolution of a sector vs time
1377
1378 * mhist/MHVsTime.[h,cc], mhist/MHPixVsTime.[h,cc]:
1379 - moved to mhvstime
1380
1381 * mhvstime/MHSectorVsTime.[h,cc]:
1382 - added
1383
1384 * Makefile:
1385 - added mhvstime
1386
1387 * mhvstime/Makefile, mhvstime/HVsTimeLinkDef.h,
1388 mhvstime/HVsTimeIncl.h:
1389 - added
1390
1391 * mhist/Makefile, mhist/HistLinkDef.h,
1392 - removed MHVsTime
1393 - removed MHPixVsTime
1394
1395 * macros/rootlogon.C, macros/dohtml.C:
1396 - added new directory mhvstime
1397
1398 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
1399 - changes such, that it doesn't crash if signal has no lo-gain
1400 (This might still give wrong results!)
1401
1402 * macros/dohtml.C:
1403 - added pixvstime.C
1404 - added sectorvstime.C
1405
1406 * manalysis/MMcCalibrationUpdate.cc:
1407 - some changes on file consistency check done by Abelardo,
1408 he may comment on it
1409
1410 * mhist/MHCamera.[h,cc]:
1411 - changed to support also dividing the camera in pixels area indices
1412
1413 * mhist/MHEvent.cc:
1414 - minor change
1415
1416 * mjobs/MJPedestal.cc:
1417 - adapted to changes in MHCamera
1418
1419 * mastro/MAstroCatalog.[h,cc]:
1420 - added preliminary catalog
1421
1422 * mastro/Makefile, mastro/AstroLinkDef.h:
1423 - added MAstroCatalog
1424
1425
1426
1427 2004/03/03: Thomas Bretz
1428
1429 * mgeom/MGeomCam.cc:
1430 - give a name and title also if the default constructor is used
1431
1432 * mgeom/MGeomMirror.[h,cc]:
1433 - added member function GetReflection
1434 - added persistent data member fReflector
1435
1436 * mjobs/MJCalibration.cc, mjobs/MJExtractSignal.cc, mjobs/MJPedestal.cc:
1437 - fixed a typo in the output
1438
1439 * mraw/MRawFileWrite.cc:
1440 - added the missing '.' to MRawRunHeader. Because of the design of
1441 MReadTree this is backward compatible
1442
1443 * mraw/MRawRunHeader.h:
1444 - removed last change from Abelardo. '>255' is the correct
1445 check for MC files following the definition that all MC files
1446 have run types >255 which was made in the past.
1447
1448 * manalysis/MCerPhotAnal.[h,cc], manalysis/MCerPhotAnal2.[h,cc]:
1449 - created ReInit member function to hold all code (moved from
1450 PreProcess) accessing the run header. The run header is not
1451 available in PreProcess. That it was working before was only
1452 by chance, because the run type is initialized with 65535 which
1453 is != 255 but not >255.
1454
1455
1456
1457 2004/03/03: Sebastian Raducci
1458
1459 * msignal/MArrivalTimeCalc.cc
1460 - The calculation of the arrival times is made only when needed
1461 (when the HalfMax is over the pedestal)
1462
1463 * mtools/MCubicSpline.cc
1464 - Commented out an annoying warn
1465
1466
1467
1468 2004/03/03: Abelardo Moralejo
1469
1470 * mraw/MRawRunHeader.h
1471 - Replaced
1472 Bool_t IsMonteCarloRun() const { return fRunType>0x00ff; } by
1473 Bool_t IsMonteCarloRun() const { return (fRunType==0x0100); }
1474 since the latter is the exact translation of what the function
1475 intends to do. I do not know why, but the display of real data
1476 did not work with the upper line!
1477
1478 * mgeom/MGeomCam.cc
1479 - Undid yesterday change! I do not know why, display completely
1480 fails after that change, both for old and new camera files.
1481 Put back fPixels[i] = new MGeomPix; in constructor.
1482
1483
1484
1485 2004/03/02: Abelardo Moralejo
1486
1487 * mmc/MMcCorsikaRunHeader.[h,cc]
1488 - Added operator [] to get references to the objects in
1489 TObjArray fTelescopes.
1490 - Added Print() function.
1491 - Added GetNumCT() function.
1492 - Replaced
1493 fTelescopes[i]= new MGeomCorsikaCT;
1494 by
1495 MGeomCorsikaCT* dummy = new MGeomCorsikaCT();
1496 fTelescopes.Add(dummy);
1497
1498 * mgeom/MGeomCorsikaCT.[h,cc]
1499 - Added getter functions for telescope coordinates.
1500 - Added Print() function.
1501
1502 * mgeom/MGeomCam.cc => NOTE: this change was undone later!
1503 - Replaced
1504 fPixels[i] = new MGeomPix;
1505 by
1506 MGeomPix* dummy = new MGeomPix();
1507 fPixels.Add(dummy);
1508
1509
1510
1511 2004/03/02: Thomas Bretz
1512
1513 * mcalib/MCalibrateData.cc:
1514 - removed usage of MGeomCam (you have MGeomApply for this!)
1515
1516
1517
1518 2004/03/01: Nadia Tonello
1519
1520 * manalysis/MCerPhotEvt.cc
1521 - TObject *MCerPhotEvtIter::Next() now returns Used pixels
1522 only if fUsedonly=kTRUE, otherwise it returns all the pixels
1523 in the array
1524
1525
1526
1527 2004/03/01: Sebastian Raducci
1528
1529 * msignal/MArrivalTimeCalc.[cc,h]
1530 - now the arrival time is at the half max of the spline:
1531 half max = (maximum - pedestal)/2
1532
1533 * mmain/MEventDisplay.cc
1534 - fixed an include (from MArrivalTime.h to MArrivalTimeCam.h)
1535
1536
1537
1538 2004/03/01: Wolfgang Wittek
1539
1540 * mhist/MHStarMap.[h,cc]
1541 - remove bugs
1542 - change GetRotationAngle() such that it can be called from outside
1543
1544
1545
1546 2004/03/01: Thomas Bretz
1547
1548 * Makefile:
1549 - enhanced all calls to subsequent makes by '-f Makefile' to
1550 make sure the correct Makefile is called
1551
1552 * merpp.cc:
1553 - enhanced interpretation of time
1554 - fixed a bug in determin the file-type
1555
1556 * mbase/MTime.[h,cc]:
1557 - added GetGmst() member function
1558
1559 * mastro/MAstro.[h,cc]:
1560 - added Coordinate2Angle
1561 - added AngularDistance
1562 - implemented UT2GMST
1563 - replaced defined by TMath::Pi()
1564
1565 * mastro/MObservatory.[h,cc]:
1566 - added data members for sin-/cos-component of latitude
1567 - added calculation of rotation angle
1568
1569 * mhist/MHStarMap.[h,cc]:
1570 - changes to use MObservatory member function
1571
1572 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotAnal2.cc,
1573 manalysis/MCerPhotCalc.cc, manalysis/MMcCalibrationUpdate.cc,
1574 manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalNSBAdd.cc,
1575 manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc,
1576 mcalib/MCalibrationChargeCalc.cc, mcalib/MMcCalibrationCalc.cc
1577 - changed to use IsMonteCarloRun() now
1578
1579 * manalysis/MMcCalibrationUpdate.cc:
1580 - unified output to log-stream
1581 - replaced sqrt by TMath::Sqrt
1582
1583 * mcalib/MCalibrationChargeCalc.cc:
1584 - unified output to log-stream
1585 - removed .Data() from TString where obsolete
1586 - fixed memory leak using gSystem->ExpandPathName
1587
1588 * mpointing/MPointingPosCalc.cc, mraw/MRawFileWrite.cc:
1589 - adde class name to used kRT*/kTT* enums
1590
1591 * mraw/MRawEvtHeader.h:
1592 - made enum data member of class
1593
1594 * mraw/MRawRunHeader.[h,cc]:
1595 - made kMagicNumber and kMaxFormatVersion a static data
1596 member of the class
1597 - added IsMonteCarloRun member function
1598
1599
1600
1601 2004/02/27: Markus Gaug
1602
1603 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
1604 - put in call to MHCamera::Projection the name of the calling
1605 class, otherwise the projected hsitogram will be overwritten by
1606 an empyt one.
1607
1608 * mcalib/MHCalibrationChargePix.[h,cc],
1609 mcalib/MHCalibrationHiGainChargePix.[h,cc],
1610 mcalib/MHCalibrationLoGainChargePix.[h,cc]:
1611 - histogram name setting and title setting moved to constructor,
1612 Functions Init and ChangeHistId derive directly from
1613 MHcalibrationChargePix
1614
1615 * mcalib/MHCalibrationChargeCam.[h,cc],
1616 mcalib/MCalibrationChargeCam.[h,cc],
1617 mcalib/MCalibrationChargeCalc.[h,cc]:
1618 - introduced "average inner" and "average outer" higain and logain
1619 pixels.
1620
1621
1622
1623 2004/02/27: Raducci Sebastian
1624
1625 * mhist/Makefile
1626 - added mastro in the include list
1627
1628
1629
1630 2004/02/27: Abelardo Moralejo
1631
1632 * mmain/MEventDisplay.cc
1633 - replaced in fill8 obsolete MArrivalTime with MArrivalTimeCam.
1634 - Updated display of MC data: removed MCerPhotCalc, and replaced
1635 it by MExtractSignal+MMcCalibrationUpdate+MCalibrate. Now
1636 MPedPhotCam is filled and all the camera display tabs are shown
1637 correctly (most were not working for MC events since a while
1638 ago).
1639
1640 * mmain/Makefile
1641 - Added mcalib to list of include directories.
1642
1643 * manalysis/MMcCalibrationUpdate.[h,cc]
1644 - Added member variable Bool_t fOuterPixelsScaling, which is
1645 kTRUE by default. If set to kFALSE, MCalibrationCam is filled
1646 such that MCerPhotEvt will later be filled with the signal as it
1647 is, not corrected for the (possibly) different gain of the outer
1648 pixels electronic chain. This option was necessary to allow for
1649 the change in the camera display (see above).
1650
1651 * macros/starmc.C
1652 - added (optional) division of output into two, for use as train
1653 and test samples in g/h separation studies.
1654
1655
1656
1657 2004/02/26: Hendrik Bartko
1658
1659 * macros/dohtml.C
1660 - included the path msignals/
1661
1662
1663
1664 2004/02/26: Abelardo Moralejo
1665
1666 * macros/starmcstereo.C
1667 - changed filters to divide data between train and test sample for
1668 gamma hadron separation studies. Now we use the modulus operator
1669 applied to (Corsika) event number:
1670 MF filter1("{MMcEvt;1.fEvtNumber%2}<0.5");
1671 MF filter2("{MMcEvt;1.fEvtNumber%2}>0.5");
1672 - cleaned up a bit the way the CT coordinates are fed to the task
1673 MStereoCalc.
1674 - Changed default FADC integration range (center range to adapt to
1675 new camera).
1676
1677
1678
1679 2004/02/26: Thomas Bretz
1680
1681 * mhist/MHCamera.cc:
1682 - fixed a function description
1683
1684 * mreport/MReport.cc, mreport/MReportFileRead.cc:
1685 - introduced return case -1
1686
1687 * Makefile.rules:
1688 - remove all dependancy files when calling 'rmdep'
1689
1690 * mbase/MAGIC.h, mmc/MMcEvt.hxx:
1691 - moved ParticleId_t to MMcEvt
1692 - implemented MMcEvt::GetParticleName
1693 - implemented MMcEvt::GetEnergyStr
1694
1695 * mfilter/MFGeomag.cc, mfilter/MFParticleId.cc, mhist/MHCompProb.cc,
1696 mhist/MHEvent.cc, mhist/MHHadronness.cc,
1697 mmontecarlo/MMcTriggerRateCalc.cc, mranforest/MHRanForest.cc:
1698 - fixed usage of ParticleId_t
1699
1700 * msignal/Makefile:
1701 - removed obsolete includes
1702
1703 * mastro/Makefile, mastro/AstroLinkDef.h, mastro/MAstro.[h,cc],
1704 mastro/MObservatory.[h,cc]:
1705 - added
1706
1707 * mbase/MAstro.[h,cc]:
1708 - removed
1709
1710 * mbase/Makefile, mbase/BaseLinkDef.h:
1711 - removed MAstro
1712
1713 * Makefile:
1714 - added mastro
1715 - added msql
1716 - added mfbase
1717
1718 * mtemp/MObservatory.[h,cc], mtemp/MObservatoryLocation.[h,cc]:
1719 - removed
1720
1721 * merpp.cc:
1722 - added Sql support
1723
1724 * mraw/MRawFileRead.h:
1725 - added GetFileName
1726
1727 * msql/Makefile, msql/SqlLinkDef.h, msql/SqlIncl.h,
1728 MSQLServer.[h,cc], MSqlInsertRun.[h,cc]:
1729 - added
1730
1731 * mfilter/MF.[h,cc], mfilter/MFDataChain.[h,cc],
1732 mfilter/MFDataMember.[h,cc], mfilter/MFEventSelector.[h,cc],
1733 mfilter/MFEventSelector2.[h,cc], mfilter/MFRealTimePeriod.[h,cc]:
1734 - moved to mfbase
1735
1736 * mfbase/Makefile, mfbase/FBaseLinkDef.h, mfbase/FBaseIncl.h:
1737 - added
1738
1739 * merpp.cc:
1740 - implemented control of gDebug (root debugging)
1741
1742 * mfileio/MWriteAsciiFile.[h,cc], mfileio/MWriteFile.[h,cc],
1743 mfileio/MWriteRootFile.[h,cc]:
1744 - implemented CheckAndWrite return value
1745
1746 * mfileio/MWriteRootFile.cc:
1747 - fixed updating already existing branches (eg concatenating report
1748 files)
1749
1750 * macros/dohtml.C, macros/rootlogon.C:
1751 - added mastro
1752 - added mfbase
1753 - added msql
1754
1755 * mraw/MRawEvtHeader.h:
1756 - implemented GetNumTrigLvl1
1757 - implemented GetNumTrigLvl2
1758
1759
1760
1761 2004/02/25: Markus Gaug
1762
1763 * mcalib/MExtractBlindPixel.[h,cc],
1764 mcalib/MExtractPINDiode.[h,cc],
1765 mcalib/MExtractedSignalBlindPixel.[h,cc],
1766 mcalib/MExtractedSignalPINDiode.[h,cc],
1767 mcalib/Makefile, msignal/Makefile, mcalib/CalibLinkDef.h,
1768 msignal/SignalLinkDef.h:
1769 - moved blindpixel and PINdiode extractors to msignal
1770
1771
1772 * mcalib/MCalibrationQECam.[h,cc], mcalib/MCalibrationQEPix.[h,cc]:
1773 - two new classes to hold the quantum efficieny information of the
1774 calibration
1775
1776 * msignal/MArrivalTimeCalc.[h,cc]
1777 - fill now MArrivalTimePix instead of MArrivalTime
1778
1779 * mcalib/MHCalibrationChargeCam.cc
1780 - display only valid pixels for the corr. values in GetPixelContent
1781
1782 * mcalib/MHCalibrationRelTimeCam.cc
1783 - is now filled from MArrivalTimeCam instead of MArrivalTime
1784
1785 * macros/calibration.C
1786 - divided into two macros: calibration.C using the MJPedestal
1787 standard procedure and pedestalstudies.C using the old
1788 procedures
1789
1790 * macros/pedestalstudies.C
1791 - new macro containing the first previous part of calibration.C
1792
1793 * mcalib/MCalibrationChargeBlindPix.h,
1794 mcalib/MCalibrationChargePINDiode.h, mbase/MAGIC.h,
1795 mjobs/MJCalibration.cc:
1796 - definition of PulserColot_t in MAGIC.h.
1797
1798
1799
1800 2004/02/25: Hendrik Bartko
1801
1802 * macros/rootlogon.C
1803 - set the include path also to msignals/
1804
1805 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractSignal2.[h,cc],
1806 manalysis/MExtractedSignalCam.[h,cc],
1807 manalysis/MExtractedSignalPix.[h,cc],
1808 manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc],
1809 manalysis/MArrivalTimeCalc2.[h,cc]:
1810 - removed
1811
1812 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1813 - removed classes mentioned above
1814
1815 * msignal/MExtractSignal.[h,cc], msignal/MExtractSignal2.[h,cc],
1816 msignal/MExtractedSignalCam.[h,cc],
1817 msignal/MExtractedSignalPix.[h,cc],
1818 msignal/MArrivalTime.[h,cc], msignal/MArrivalTimeCalc.[h,cc],
1819 msignal/MArrivalTimeCalc2.[h,cc]:
1820 - added
1821
1822 * msignal/Makefile, msignal/AnalysisLinkDef.h:
1823 - added classes mentioned above
1824
1825 * mfilter/Makefile, mcalib/Makefile, mjobs/Makefile, mmain/Makefile:
1826 - added include msignal
1827
1828
1829
1830
1831 2004/02/25: Wolfgang Wittek
1832
1833 * mcalib/MCalibrateData.[h,cc]
1834 - initialize size for MPedPhotCam
1835
1836
1837
1838 2004/02/24: Wolfgang Wittek
1839
1840 * manalysis/MSourcPosfromStarPos.[h,cc]
1841 - change member function SetSourceAndStarPosition() to expect sky
1842 coordinates in the standard units
1843 - generalize to more than 1 star
1844 - the class is not yet fully tested
1845
1846 * mfilter/MFSelBasic.[h,cc]
1847 - change default values of cuts
1848
1849
1850
1851 2004/02/24: Markus Gaug
1852
1853 * mjobs/MJCalibration.cc, macros/calibration.C,
1854 macros/bootcampstandardanalysis.C, macros/pedphotcalc.C:
1855 - added MCalibrationChargeBlindPix to plist
1856 - added new filling of histograms with MFillH
1857 - changed SetPulserColor to MCalibrationChargeBlindPix and
1858 MCalibrationChargePINDiode
1859
1860 * mcalib/MHCalibrationChargeBlindPix.[h,cc]:
1861 - receives a pointer to MCalibrationChargePINDiode which is filled
1862 with the results and told to calculate the fluxes in the
1863 Finalize function
1864 - is filled via MFillH from MExtractBlindPixel
1865 - SetPulserColor directly in this class
1866
1867 * mcalib/MCalibrationChargeBlindPix.[h,cc]
1868 - new storage container of the blind pxiel resutls, replaces
1869 MCalibrationBlindPix
1870
1871 * mcalib/MCalibrationChargeCalc.[h,cc]:
1872 - does not fill the histograms any more, but does ony the
1873 calculations in the postprocess. No pointer to MExtractPINDidoe
1874 or MExtractBlindPixel any more.
1875
1876 * mcalib/MCalibrationChargePix.cc
1877 - discovered an error in the calculation of phe's in
1878 CalcFFactorMethod(). The average QE was applied twice.
1879 This error had been introduced on 13/02/04
1880 - loosened criterium convFFactorRelErrLimit from 0.1 to 0.2
1881 - CalcFFactor asks for IsChargeValid before calculating anything
1882
1883 * mcalib/MCalibrationChargePINDiode.[h,cc]
1884 - added function SetFluxOutsidePlexiglassAvailable
1885 - SetPulserColor directly in this class
1886
1887 * mcalib/MCalibrationChargeCam.cc
1888 - removed function SetPulserColor from here
1889
1890 * mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationConfig.h,
1891 mcalib/MHCalibrationPINDiode.[h,cc],
1892 mcalib/MCalibrationBlindPix.[h,cc],
1893 mcalib/MHCalibrationBlindPixel.[h,cc]:
1894 - removed since obsolote
1895
1896 * mcalib/MHCalibrationChargePix.cc
1897 - make fPickup an Int_t
1898
1899 * mcalib/MCalibrate.cc
1900 - test validity of every calibration method before retrieving
1901 conversion factors
1902
1903 * mcalib/MHGausEvents.[h,cc]
1904 - add possibility to set fit ranges in call to FitGaus
1905 - make function CreateXaxis protected
1906
1907
1908
1909 2004/02/23: Markus Gaug
1910
1911 * mraw/MRawEvtPixelIter.h
1912 - include GetNumHiGainSamples and GetNumLoGainSamples
1913
1914 * mcalib/MExtractedSignalBlindPixel.h,
1915 mcalib/MExtractBlindPixel.[h,cc]:
1916 - included storage of pedestal
1917
1918 * mcalib/MHGausEvents.[h,cc]
1919 - make the fit functions protected
1920
1921
1922
1923 2004/02/22: Markus Gaug
1924
1925 * mfilter/MFCosmics.[h,cc]
1926 - fMaxNumEmpty changed from absolute number to relative number of
1927 pixels
1928
1929 * mcalib/MHGausEvents.h
1930 - remove the "->" from the pointers which are initialized only
1931 in certain cases. The streamer did not work in case that
1932 MFGausFit was left at the NULL pointer.
1933
1934
1935
1936 2004/02/21: Markus Gaug
1937
1938 * manalysis/MExtractedSignalPix.[h,cc]
1939 - changed variable fIsLoGainUsed to fLoGainUsed
1940 - added function GetNumHiGainSaturated()
1941
1942
1943 2004/02/20: Markus Gaug
1944
1945 * mcalib/MHCalibrationChargeHiGainPix.[h,cc], mcalib/Makefile,
1946 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
1947 mcalib/CalibLinkDef.h
1948 - new class to replace MHCalibrationPixel,
1949 based on MHCalibrationChargePix
1950
1951 * mcalib/MCalibrationChargeCalc.[h,cc]
1952 mcalib/MCalibrationChargeCam.[h,cc]
1953 mcalib/MCalibrationChargePix.[h,cc]
1954 mcalib/MCalibrationChargePINDiode.[h,cc]
1955 mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
1956 mcalib/MCalibrationPINDiode.[h,cc]:
1957 - added the "charge" versions, remove the old ones. The histograms
1958 should be filled in the MH... versions independently of
1959 MCalibrationChargeCalc. This is fully realized for the PIN Didoe
1960 now and will later be so for the pixels and the blind pixel.
1961
1962 * mcalib/MHCalibrationChargePINDiode.[h,cc]
1963 - receives a pointer to MCalibrationChargePINDiode which is filled
1964 with the results and told to calculate the fluxes in the
1965 Finalize function
1966
1967 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc],
1968 mcalib/MMcCalibrationCalc.[h,cc], mjobs/MJCalibration.[h,cc],
1969 manalysis/MMcCalibrationUpdate.[h,cc],
1970 mjobs/MJExtractSignal.[h,cc], manalysis/MGeomApply.cc,
1971 mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C,
1972 macros/bootcampstandardanalysis.C,
1973 macros/pedphotcalc.C:
1974 - replace MCalibrationCam by MCalibrationChargeCam
1975 - replace MCalibrationCalc by MCalibrationChargeCalc
1976
1977
1978
1979 2004/02/19: Markus Gaug
1980
1981 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc,
1982 mcalib/MCalibrate.cc, mcalib/MCalibrateDate.cc,
1983 manalysis/MMcCalibrationUpdate.cc:
1984 - standardized naming of variables containing "Error", this also affected
1985 the calling functions MCalibrate, MMcCalibrationUpdate and MCalibrateData
1986
1987 * mcalib/MCalibrationCam.cc, mcalib/MCalibrationPix.cc,
1988 mcalib/MCalibrationCalc.cc, mcalib/MCalibrate.cc,
1989 mcalib/MCalibrateData.cc, mcalib/MCalibrationConfig.h:
1990 - took out some configuration numbers and put them directly into
1991 the class
1992 - remove completely MCalibrationConfig.h
1993
1994
1995
1996 2004/02/19: Abelardo Moralejo
1997
1998 * mhist/MHEvent.[h,cc]:
1999 - Changed names of Event "types" to make them more descriptive.
2000 Former kEvtSignal is now called kEvtSignalDensity, and indicates
2001 pixel content scaled by area. Added kEvtSignalRaw, which
2002 corresponds to pixel content (with no scaling) in whatever units
2003 (this depends on how the MHEvent object is filled!). The default
2004 constructor initializes type=kEvtSignalRaw.
2005
2006 * mmain/MEventDisplay.cc
2007 - Changed filling of evt1 and evt2. Now they are filled with raw
2008 content of MCerPhotEvt. Since in MEventDisplay, MCerPhotEvt is
2009 still filled uncalibrated (hence in ADC counts), this means that
2010 what will be now shown in Mars' camera display is now the signal
2011 in each pixel without scaling with pixel area. Given that the
2012 default flat fielding is such that equal light density
2013 corresponds to equal absolute signal (in ADC counts), this is
2014 more reasonable, and allows to check for instance how the
2015 relative pixel gains are adjusted by looking at calibration
2016 events. To be FIXED: there is however an "inconsistency" in
2017 MEventDisplay, and it is that MCerPhotEvt is still used to keep
2018 uncalibrated signals. To be replaced by MExtractedSignalCam?
2019
2020
2021
2022 2004/02/19: Thomas Bretz
2023
2024 * manalysis/MCerPhotEvt.h:
2025 - added operator= to MCerPhotEvtIter -- is this correct?
2026
2027 * mhist/MHCamera.[h,cc]:
2028 - added member function to calculate minimum content and
2029 maximum content for a single sector
2030 - Added possibility to get a projection for a single sector.
2031 - GetMinimum/GetMaximum now only takes used pixels into account
2032 (you can request all pixels using a different member function)
2033 - fixed projection (projection only took pixels with contents!=0
2034 instead of 'used' pixels
2035 - Don't call Sumw2() anymore for projection
2036
2037 * mjobs/MJPedestal.cc:
2038 - added MPedestalCam to output again - MPedestalCam was fixed
2039 yesterday
2040 - Added Histograms for the two camera halves
2041
2042
2043
2044 2004/02/18: Markus Gaug
2045
2046 * macros/calibration.C
2047 - fixed a buggy display of the F-Factor method
2048
2049 * mcalib/MCalibrationCalc.cc
2050 - calculate the F-Factor method already in the post-Process
2051
2052 * mcalib/MCalibrationPix.h
2053 - move CalcFFactorMethod to public
2054
2055
2056
2057 2004/02/18: Abelardo Moralejo
2058
2059 * mtools/MCubicSpline.cc
2060 - in Init, corrected initialization of arrays temp and ysd, which
2061 was done with n-1 elements instead of n.
2062
2063 * mgui/MHexagon.cc
2064 - added comment explaining the algorithm.
2065 - changed explicit values of Sin and Cos 60 degrees by const
2066 variables (more readable).
2067
2068
2069
2070 2004/02/18: Hendrik Bartko
2071
2072 * msignal/:
2073 - removed the backup files *~
2074 - removed the object files *.o
2075 - removed the files SignalCint.*
2076
2077 * mgui/MHexagon.cc
2078 - added comment explaining the algorithm.
2079
2080
2081
2082 2004/02/18: Thomas Bretz
2083
2084 * manalysis/MPedestalCam.[h,cc]:
2085 - Changed order of derivements - seems to be VERY important!
2086 - changed GetSize from UInt_t to Int_t which is the type
2087 of TClonesArray::GetSize() !
2088
2089 * mfileio/MReadReports.cc:
2090 - skip trees with no entries
2091
2092 * mgui/MCamEvent.cc:
2093 - added a comment
2094
2095 * mhbase/MFillH.cc:
2096 - in case SetupFill returns kFALSE and kCanSkip is set
2097 Skip task
2098
2099 * mraw/MRawFileRead.cc:
2100 - don't print warning in case of none executions
2101
2102 * manalysis/MArrivalTimeCalc2.cc:
2103 - added some const-qualifiers
2104
2105
2106
2107 2004/02/17: Raquel de los Reyes
2108
2109 * macros/CCDataCheck.C
2110 - Added some improvements in the plots.
2111
2112
2113
2114 2004/02/17: Abelardo Moralejo
2115
2116 * macros/readrfl.C
2117 - Added missing gPad->cd(1), otherwise the display of events was
2118 not updated.
2119
2120 * mgui/MHexagon.cc
2121 - DistanceToPrimitive(Float_t px, Float_t py) Changed check of
2122 whether px,py is inside the pixel or not. Previous algorithm
2123 was just an approximation.
2124
2125
2126
2127 2004/02/17: Raquel de los Reyes
2128
2129 * mcamera/MCameraHV.h
2130 - Now it derives from a MCamEvent class and implemented the
2131 GetPixContent() and DrawPixelContent() functions. Added the
2132 GetMean function to get the mean HV settings of the camera.
2133
2134 * macros/CCDataCheck.C
2135 - Added the HV settings plots.
2136
2137
2138
2139 2004/02/17: Hendrik Bartko
2140
2141 * msignal:
2142 - new: directory for all signal and time extraction classes
2143
2144 * msignal/MArrivalTimeCam.[h,cc], manalysis/Makefile,
2145 msignal/AnalysisLinkDef.h, MGeomApply.cc:
2146 - new: Storage Container for the ArrivalTime in the camera
2147
2148 * msignal/MArrivalTimePix.[h,cc], manalysis/Makefile,
2149 msignal/AnalysisLinkDef.h:
2150 - new: Storage Container for ArrivalTime information of one pixel
2151
2152 * msignal/Makefile, SignalCint.[h,cc], SignalDep.d, SignalIncl.h,
2153 SignalLinkDef.h
2154 - auxiliary files for msignal directory
2155
2156 * manalysis/MArrivalTimeCalc2.[h,cc]:
2157 - added functionality to compute error of the extracted ArrivalTime
2158 - calculated ArrivalTime is stored in MArrivalTimeCam
2159
2160 * manalysis/MGeomApply.cc
2161 - geometry is applied to MArrivalTimeCam
2162
2163 * Makefile:
2164 - directory msignal is included
2165
2166
2167
2168 2004/02/17: Sebastian Raducci
2169
2170 * mtools/MCubicSpline.[h,cc]
2171 - little corrections in minimums evalustion methods
2172 - changed constructors (they require the fadc slices to be const)
2173
2174 * macros/spline.C
2175 - changed according to the MCubicSpline new constructors
2176
2177 * manalysis/MArrivalTimeCalc.[h,cc]
2178 - changed to use the MCubicSpline class intead of the TSpline class
2179 - warning: now the arrival time is again the maximum of the spline,
2180 soon it will be changed to half maximum
2181
2182
2183
2184 2004/02/17: Wolfgang Wittek
2185
2186 * manalysis/MSourcPosfromStarPos.[h,cc]
2187 - new class; calculates the position of the source in the camera from
2188 the position of a star in the camera and puts it into
2189 MSrcPosCam
2190
2191
2192
2193 2004/02/16: Abelardo Moralejo
2194
2195 * mcalib/MMcCalibrationCalc.cc
2196 - Fixed two typos in screen output.
2197
2198
2199
2200 2004/02/16: Markus Gaug
2201
2202 * mcalib/MCalibrationPix.cc
2203 - documentation from David's email added
2204 - EffectiveQE decreased from 0.2 to 0.18 (see documentation)
2205
2206 * mcalib/Makefile, mcalib/CalibLinkDef.h:
2207 - added MExtractBlindPixel and MExtractedSignalBlindPixel
2208
2209 * mcalib/MExtractBlindPixel.[h,cc]
2210 - new signal extractor for the Blind Pixel
2211
2212 * mcalib/MExtractedSignalBlindPixel.[h,cc]
2213 - new container for the extracted signal of the BlindPixel
2214
2215 * mcalib/MCalibrationCalc.[h,cc]
2216 - does not extract signal from Blind Pixel any more, searches
2217 for MExtractedSignalBlindPixel and fills the hists from there
2218
2219 * macros/calibration.C, macros/bootcampstandardanalysis.C,
2220 macros/pedphotcalc.C, mjobs/MJCalibration.cc:
2221 - introduce the blind pixel and PIN diode extraction in the macro
2222
2223 * manalysis/MPedestalCam.h
2224 - changed type of fTotalEntries from ULong_t to UInt_t
2225 - fixed documentation of fTotalEntries
2226
2227 * manalysis/MPedCalcPedRun.h
2228 - changed type of fNumSamplesTot from ULong_t to UInt_t
2229
2230 * mcalib/MHGausEvents.h
2231 - changed type of fCurrentSize from ULong_t to UInt_t
2232
2233 * mcalib/MCalibrationConfig.h
2234 - removed gkConversionHiLo and gkConversionHiLoErr which is now
2235 directly in the class MCalibrationPix
2236
2237
2238
2239 2004/02/16: Thomas Bretz
2240
2241 * manalysis/AnalysisLinkDef.h:
2242 - added missing MCerPhotEvtIter
2243
2244 * merpp.cc:
2245 - added possible usage of database
2246
2247 * star.cc:
2248 - moved source code into new class MJStar - preliminary
2249
2250 * manalysis/MCerPhotPix.cc:
2251 - updated class header
2252 - fixed Print-output
2253
2254 * mbase/MAGIC.h:
2255 - removed definition of MLog
2256
2257 * mbase/MArgs.h:
2258 - removed include of MAGIC.h
2259
2260 * mbase/MLog.h:
2261 - added extern definition of gLog
2262
2263 * mbase/MParContainer.[h,cc]:
2264 - move body of constructors to source file
2265
2266 * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
2267 mraw/MRawCrateArray.cc, mraw/MRawCrateData.cc,
2268 mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawRead.cc,
2269 mraw/MRawEvtPixelIter.cc, mraw/MRawFileWrite.cc:
2270 - fixed documentation header
2271
2272 * mcalib/MMcCalibrationCalc.[h,cc]:
2273 - fixed documentation header
2274 - fixed usage of FindCreateObj and FindObject
2275 - removed data member to count entries (use histogram instead)
2276 - use TH1 function Integral instead of doing it manually
2277
2278 * mfilter/MFCosmics.cc:
2279 - fixed documentation
2280
2281 * mimage/MHillas.cc, mimage/MImgCleanStd.cc,
2282 mimage/MNewImagePar.[h,cc]:
2283 - replaced for-loops by Iterators
2284
2285 * mraw/MRawFileRead.cc, mraw/MRawSocketRead.cc:
2286 - fixed documentation header
2287 - check return value of MRawRunHeader::ReadEvt
2288
2289 * mraw/mraw/MRawRunHeader.[h,cc]:
2290 - fixed documentation header
2291 - added return value to MRawRunHeader::ReadEvt
2292 - added constant number for max format version - preliminary
2293 (should by a static data member)
2294
2295 * mcalib/MHCalibrationPINDiode.cc:
2296 - do not delete pointers in the destructor which are already
2297 deleted in the base class
2298 - reset histograms in Clear()
2299
2300 * mcalib/MHCalibrationPixel.cc:
2301 - after deletion of instances in Clear() initialize pointer to NULL
2302
2303 * mcalib/MCalibrationCalc.cc, mcalib/MHCalibrationBlindPixel.cc:
2304 - fixed usage of logging stream output levels
2305
2306 * manalysis/MPedCalcPedRun.[h,cc]:
2307 - removed obsolete fSignals
2308
2309 - removed obsolete fNumPixels
2310
2311 * manalysis/MPedestalCam.h:
2312 - added '->' to fArray
2313
2314 * mfileio/MWriteRootFile.cc:
2315 - changed some output to make debugging easier
2316
2317 * mjobs/MJCalibration.cc:
2318 - fixed a bug in drawing
2319
2320 * mjobs/MJExtractSignal.cc:
2321 - removed MPedestalCam from MWriteRootFile output.
2322 When creating the branch it crashes - reason unknown I'll
2323 investigate further
2324
2325
2326
2327 2004/02/16: Markus Gaug
2328
2329 * mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C:
2330 - added MHCalibrationRelTimePix
2331
2332 * mcalib/MHCalibrationRelTimePix.[h,cc],
2333 mcalib/MHCalibrationRelTimeCam.[h,cc]:
2334 - new classes to fit and display the relative arrival times.
2335 - filled from MArrivalTime
2336 - need: MFillH("MHCalibrationRelTimeCam","MArrivalTime")
2337
2338 * manalysis/MCalibrationCalc.cc
2339 - take out all uncommented code referring to the relative arrival time
2340
2341 * manalysis/MArrivalTime.h
2342 - changed function GetNumPixels to GetSize
2343
2344 * macros/bootcampstandardanalysis.C, macros/pedphotcalc.C
2345 - included cosmics rejection which was in MCalibrationCalc before
2346
2347
2348
2349 2004/02/14: Markus Gaug
2350
2351 * mcalib/Makefile, mcalib/CalibLinkDef.h:
2352 - added MHCalibrationChargePINDiode
2353
2354 * mcalib/MHCalibrationChargePINDiode.[h,cc]
2355 - new class to fill the PIN Diode histograms. Derives from
2356 MHCalibrationChargePix and is filled with MFillH from the
2357 container MExtractedSignalPINDiode.
2358 Will replace MHCalibrationPINDiode entirely soon.
2359
2360 * mcalib/MHCalibrationChargePix.[h,cc]
2361 - new base class for the calibration charges histogram pixel.
2362 Derives from MH and can be filled with the MH with the MH
2363 functions.
2364
2365 * mcalib/MExtractPINDiode.[h,cc]
2366 - new signal extractor for the PIN Diode
2367
2368 * mcalib/MExtractedSignalPINDiode.[h,cc]
2369 - new container for the extracted signal of the PIN Diode
2370
2371 * mcalib/MCalibrationCalc.[h,cc]
2372 - remove the PIN Diode signal extraction
2373
2374 * manalysis/MHPedestalPix.[h,cc]
2375 - new version of MHPedestalPixel, deriving from MHGausEvents.
2376
2377 * manalysis/MHPedestalPixel.[h,cc]
2378 - old version removed, since obsolete (and erroneous)
2379
2380 * manalysis/MHPedestalCam.[h,cc]
2381 - histogramming part of MPedestalCam now in own class
2382
2383 * manalysis/MPedestalPix.h
2384 - removed include of MHPedestalPixel
2385
2386 * macros/calibration.C
2387 - changed pedestal displays accordingly
2388
2389 * mjobs/MJPedestal.h
2390 - class TCanvas included (did not compile otherwise)
2391
2392 * mhbase/MH.cc
2393 - included call to FindGoodLimits(..) in CutEdges()
2394 - axe from pointer to reference
2395 - "CutEdges" renamed to "StripZeros"
2396
2397 * manalysis/MHPedestalPixel.cc, mcalib/MHCalibrationPixel.cc,
2398 mcalib/MHCalibrationBlindPixel.cc:
2399 - "CutEdges" renamed to "StripZeros"
2400
2401 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
2402 - replaced by the improved version: MHGausEvents.[h,cc]
2403
2404
2405
2406 2004/02/14: Thomas Bretz
2407
2408 * manalysis/MCerPhotEvt.[h,cc]:
2409 - added 'Iterator' facility, this will replace some for-loops
2410 in the near future
2411
2412 * mbase/MTime.[h,cc]:
2413 - added a more powerfull interface to get and interprete the
2414 MTime contents as string
2415 - added a new constructor
2416
2417 * mreport/MReportTrigger.h:
2418 - fixed GetPixContent
2419
2420 * mtools/MCubicCoeff.cc, mtools/MCubicSpline.[h,cc]:
2421 - many small changes to simple details (like order of includes)
2422 - some speed improvements
2423 - many small simplifications
2424 - changed parts of the code to be more C++ like (eg Iterators
2425 instead of for-loops)
2426 - disentangles some if-cases
2427 - replaced some math.h function by TMath::
2428 - removed data-member fN (obsolete with iterators)
2429
2430
2431
2432 2004/02/13: Wolfgang Wittek
2433
2434 * mcalib/MCalibrateData.[h,cc]
2435 - new class;
2436 like MCalibrate, but in ReInit it fills the MPedPhot container
2437 using informations from MPedestal, MExtracteSignalCam and
2438 MCalibrationCam
2439
2440 * mcalib/Makefile, mcalib/CalibLinkDef.h
2441 - added MCalibrateData
2442
2443 * manalysis/MPedestalWorkaround.[h,cc]
2444 - create MMcEvt container and fill with theta = 10.0
2445 - set pedestalRMS = 0. if it is > 10.0
2446
2447 * manalysis/MSupercuts.[h,cc]
2448 - change default values of parameters
2449
2450 * manalysis/MSupercutsCalc.[h,cc]
2451 - change dNOMLOGSIZE from 4.1 to 5.0
2452
2453 * mhist/MHBlindPixels.[h,cc]
2454 - change MPedestalCam to MPedPhotCam
2455
2456 * mhist/MHSigmaTheta.[h,cc]
2457 - automatic binning for pixel number doesn't work
2458 use default binning
2459
2460
2461
2462 2004/02/13: Markus Gaug
2463
2464 * mcalib/MCalibrationPix.[h,cc]
2465 - added variables gkAverageQE, gkAverageQEErr, and fAverageQE,
2466 fAverageQEErr
2467 - gkAverageQE initializes to 0.2 (according to David)
2468 - gkAverageQEErr initializes to 0.02 (dito)
2469 - added new member function: SetAverageQE
2470 - call to GetMeanConversionFFactorMethod returns:
2471 fMeanConversionFFactorMethod/fAverageQE.
2472 - call to GetErrorConversionFFactorMethod returns:
2473 errors of fMeanConversionFFactorMethod and fAverageQEErr added
2474 quadratically
2475
2476 * mcalib/Makefile
2477 - split into two parts one comment line
2478
2479
2480 2004/02/13: Thomas Bretz
2481
2482 * mbadpixels/MBadPixelsTreat.[h.cc]:
2483 - added for new bad pixel treatment
2484
2485 * mbadpixels/Makefile, mbadpixels/BadPixelsLinkDef.h:
2486 - added MBadPixelsTreat
2487
2488 * merpp.cc:
2489 - changed the name of the "DC" tree to "Currents" to make
2490 MReportRead work correctly with this tree
2491
2492 * mbase/MTime.[h,cc]:
2493 - Changed UpDMagicTime to support nanosec instead of millisec
2494 - exchanged Reset() by Clear() not to clear the yy/mm/dd
2495 information away in an eventloop
2496
2497 * mraw/MRawEvtHeader.[h,cc]:
2498 - implemented decoding of the time-stamp for raw-data files
2499 with version>2. Thanks to Marcos.
2500
2501 * mraw/MRawRead.[h,c]:
2502 - pipe file version number to MRawEvtHeader::ReadEvt
2503 - create fake time for file-version<3
2504
2505 * macros/readMagic.C:
2506 - changed to use MInteractiveTask
2507
2508 * mbase/MPrint.cc:
2509 - fixed debugging level of some output
2510
2511 * mhist/MHCamera.[h,cc]:
2512 - fixed handling in AddNotify (necessayr due to change of
2513 inheritance from MCamEvent)
2514 - replaced cout by gLog
2515 - added fNotify to list of cleanups
2516
2517 * mhist/MHEvent.cc, mjobs/MJCalibration.cc,
2518 mjobs/MJPedestal.cc:
2519 - fixed usage of AddNotify
2520
2521 * mfileio/MReadReports.cc:
2522 - use a different way to determin whether the tree is a valid tree,
2523 skip invalid trees
2524
2525 * mfileio/MReadTree.cc:
2526 - added another sanity check at the beginning of PreProcess
2527
2528 * mhbase/MFillH.[h,cc]:
2529 - added bit kCanSkip which skips MFillH in case the necessary container
2530 wasn't found.
2531 - cd into the corresponding canvas before filling the MH
2532
2533
2534
2535 2004/02/12: Markus Gaug
2536
2537 * mbase/MArray.[h,cc]:
2538 - changed name of StripZeros
2539
2540 * mcalib/MHGausEvent.cc:
2541 - corrected call to StripZeros
2542
2543 * mcalib/MCalibrationPix.[h,cc]
2544 - implemented dummy for combined method
2545
2546 * mcalib/MCalibrate.[h,cc]
2547 - implemented a dummy for calibration factor 1. (requested by
2548 Javier Rico)
2549 - implemented combined method
2550 - check for valid methods moved to ReInit
2551
2552 * mcalib/MCalibrationCalc.cc
2553 - removed initialization of non-used nsamples
2554
2555 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.[h,cc],
2556 mcalib/MCalibrationCalc.[h,cc]
2557 macros/calibration.C
2558 - implemented new histograms:
2559 HSinglePheFADCSlices and HPedestalFADCSlices
2560 They are filled with the FADC slice values of either a s.phe.
2561 event or a pedestal event. The decision is taken with the
2562 variable: MCalibrationCalc::fBlindPixelSinglePheCut, to be set
2563 with a setter
2564
2565 * mtools/MFFT.[h,cc]
2566 - PowerSpectrumDensity of TArrayI implemented
2567
2568
2569
2570 2004/02/12: Thomas Bretz
2571
2572 * mbase/MArray.[h,cc]:
2573 - changed argument of CutEdges from pointer to reference
2574
2575 * mgeom/MGeomPix.h:
2576 - fixed calculation of area of pixel. It was too big for a
2577 factor of 2
2578
2579 * mjobs/MJCalibration.cc:
2580 - slight change of name of a MHCamera
2581
2582 * manalysis/MExtractSignal.cc:
2583 - slight change to the creation of the satpixels list
2584
2585 * mcalib/MHCalibrationBlindPixel.cc, mcalib/MHCalibrationPixel.cc,
2586 mcalib/MHGausEvent.cc:
2587 - corrected call to ProjectArray
2588 - corrected call to CutEdges
2589
2590 * mfilter/MFCosmics.[h,cc]:
2591 - small fixes to logging output
2592 - small simplification to return statement
2593 - declared CosmicsRejection const
2594
2595 * mhbase/MH.[h,cc]:
2596 - changed argument of ProjectArray from pointer to reference
2597 - added missing calcualtion of minimum
2598 - removed obsolete SetEntries
2599 - changed SetDirectory from NULL to gROOT
2600
2601
2602
2603 2004/02/12: Javier López
2604
2605 * macros/pointspreadfunction.C
2606 - added new macro that fits with a 2D gaussian the DC spot for an
2607 star. It gives you the RMS of the PSF and the center of the star,
2608 very useful for misspointing studies.
2609
2610
2611
2612 2004/02/11: Hendrik Bartko
2613
2614 * manalysis/MExtractSignal2.cc:
2615 - introduced a validity check for the set-function of the window
2616 size (even number of slices, WindowSize < NumberSlices)
2617
2618 * manalysis/MArrivalTimeCalc2.[h,cc], manalysis/Makefile,
2619 manalysis/AnalysisLinkDef.h:
2620 - new: introduced the calculation of the arrival time as the signal
2621 weighted mean of the time slices in the maximum window
2622
2623
2624
2625 2004/02/11: Markus Gaug
2626
2627 * mcalib/MCalibrationCalc.cc:
2628 - the blind pixel signal extractor introduced one week ago, counted
2629 one FADC slice too little, thus the normalization w.r.t. pedestals
2630 was wrong. Now corrected.
2631
2632 * manalysis/MExtractSignal.cc, manalysis/MExtractSignal2.cc:
2633 - when "WARNING - Lo Gain saturated" occurs, display also the
2634 corr. pixel numbers.
2635
2636 * mbase/MArray.[h,cc]:
2637 - introduced function to cut array edges with zeros.
2638 (Thomas, should we keep it there or move it to another class? )
2639
2640 * mcalib/MCalibrationCalc.[h,cc]:
2641 - new function SetBlindPixelRange to set start and end of FADC slices
2642 used for the blind pixel signal extraction.
2643 - remove fEvents which are not necessary any more after the shift
2644 to MFCosmics.
2645
2646 * mcalib/MHCalibration(Blind)Pixel.[h,cc]:
2647 - show the fourier spectrum now with axes in frequency [Hz] instead
2648 of inverted events.
2649
2650 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
2651 - new base class for all kind of events with variables having a
2652 Gaussian distribution. Will serve as base class for the
2653 existing and new calibration histogram classes.
2654
2655
2656
2657 2004/02/11: Abelardo Moralejo
2658
2659 * mmain/MEventDisplay.cc
2660 - Switched order of MMcPedestalCopy and MCerPhotCalc in tasklist:
2661 MMcPedestalCopy must be executed earlier!
2662
2663
2664
2665 2004/02/10: Raquel de los Reyes
2666
2667 * mhist/MHPixVsTime.[h,cc]:
2668 - Added a default draw function and replaced the TGraph object
2669 by a pointer to a TGraph object.
2670
2671 * mreport/MReportTrigger.h:
2672 - Now it dereives from a MCamEvent class and implemented the
2673 GetPixContent() and DrawPixelContent() functions.
2674
2675 * maccros/CCDataCheck.C:
2676 - An update of the previous macro. New plots: subsystems status and
2677 macrocells trigger.
2678
2679
2680
2681 2004/02/10: Markus Gaug
2682
2683 * mcalib/MCalibrationCam.cc:
2684 - fixed documentation
2685
2686 * mhbase/MH.[h,cc]:
2687 - new function ProjectArray
2688
2689 * mcalib/MHCalibrationPixel.[h,cc],
2690 mcalib/MHCalibrationBlindPixel.[h,cc]:
2691 - use ProjectArray from MH to plot the projection of the fourier
2692 spectrum
2693
2694 * mfilter/MFCosmics.[h,cc], mfilter/Makefile,
2695 mfilter/FilterLinkDef.h:
2696 - new filter removing cosmics, the same as in MCalibrationCalc
2697 where it was removed now.
2698 Call: MFCosmics cosmics;
2699 MContinue cont(&cosmics);
2700 tlist.AddToList(&cont);
2701
2702 * mcalib/MCalibrationCalc.[h,cc]:
2703 - removed cosmics rejection from there
2704
2705 * macros/calibration.C, mjobs/MJCalibration.cc:
2706 - changed cosmics rejection to the filter algorithm
2707
2708
2709
2710 2004/02/09: Markus Gaug
2711
2712 * mcalib/MCalibrationBlindPix.[h,cc]:
2713 - added histogram to display the average in FADC slices of all
2714 single and double phe events
2715
2716 * mcalib/MCalibrationCalc.cc:
2717 - fill histograms of single-phe events with higain and logain
2718 sampls
2719
2720 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationCalc.cc,
2721 mcalib/MCalibrationConfig.h:
2722 - take all pixel areas out of MGeomPix::GetA(), remove all previous
2723 areas
2724 - calculate photon fluxes from blind pixel and PIN diode, use
2725 area only to fill the conversion factors in MCalibrationPix
2726
2727
2728 * mcalib/MJCalibration.cc:
2729 - display of number of photons for Blindpixel and PIN Diode Method
2730 changed to display of photon flux which is the actually
2731 calculated quantity
2732
2733
2734
2735 2004/02/09: Thomas Bretz
2736
2737 * mbadpixels/*:
2738 - added
2739
2740 * Makefile:
2741 - added MBadPixels
2742
2743 * manalysis/MGeomApply.cc:
2744 - fixed class description
2745
2746 * mjobs/MJCalibration.[h,cc], mjobs/MJExtractSignal.[h,cc]:
2747 - added bad pixel treatment
2748
2749 * mjobs/MJPedestal.[h,cc]:
2750 - reorganized order of functions
2751 - removed a nonsense scrren output (some BLABABLA or so)
2752
2753 * mjobs/Makefile:
2754 - added include for mbadpixels
2755
2756 * mmain/MBrowser.cc:
2757 - do not call construtor of TGTReeLBEntry if pic0=0
2758
2759
2760
2761 2004/02/09: Raquel de los Reyes
2762
2763 * mcamera/MCameraLids.h, mreport/MReportCamera.h
2764 - Added the "Get" functions to access the private data
2765 members of the class.
2766
2767
2768
2769 2004/02/09: Markus Gaug
2770
2771 * MMcCalibrationUpdate.cc, MCalibrate.cc, MCalibrationPix.cc,
2772 MCalibrationPix.h:
2773 - replace MCalibrationPix->IsChargeFitValid() by IsChargeValid()
2774 because we can calibrate with the histogram mean and RMS even
2775 if the fit is not OK. Thus, there is a question: IsFitted() and
2776 IsChargeValid(), i.e. does the charge make any sense?
2777
2778 * MCalibrationCam.cc, MCalibrationConfig.h, MCalibrationCalc.cc:
2779 - found serious bug in calculation of conversion factors for the
2780 outer pixels:
2781 GetMeanConversionBlindPixelMethod and
2782 GetMeanConversionPINDiodeMethod
2783 did not correct for the area of the outer pixel, this did only
2784 MCalibrationCam::GetPixelContent which is not used by MCalibrate
2785
2786
2787
2788 2004/02/06: Markus Gaug
2789
2790 * mgeom/MGeomCam.h
2791 - replaced in Comment of fPixRatio:
2792 "ratio between size of pixel idx and pixel 0" by
2793 "ratio between size of pixel 0 and pixel idx"
2794
2795 * manalysis/MPedestalCam.cc
2796 - catch calls to MHPedestalPixel in case that they are not filled
2797 This led previous calls to segmentation violations
2798 - remove include of MHExtractedSignalPix
2799
2800 * manalysis/MHExtractedSignalPix.[h,cc]
2801 - is everything in MHPedestalPixel, so removed it again
2802
2803 * mjobs/MJPedestal.cc
2804 - put the projections into Display()
2805 - correct the input of Display (0: pedestal, 1: pedestalerror,
2806 2: pedRMS, 3: pedRMSerror)
2807
2808 * manalysis/MHPedestalPixel.cc
2809 - increased number of bins in for charges plot
2810
2811 * mtools/MFFT.[h,cc]
2812 - possibility to have PSD directly from TArray
2813
2814 * mjobs/MJCalibration.[h,cc]
2815 - fixed displays
2816 - replaced MExtractSignal by MExtractSignal2
2817
2818 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc],
2819 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationBlindPix.[h,cc],
2820 mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationPINDiode.[h,cc]:
2821 - remove histograms MHChargevsN..., now keep TArrays directly
2822 - check for oscillations for all pixels (and you will not trust
2823 your eyes when you look at the results :-((((
2824
2825 * mcalib/MCalibrationCalc.[h,cc]
2826 - remove ArrivalTime -> go to separate class
2827 - remove BlindPixel and PIN Diode overflow, now handled directly
2828 inside the corr. classes.
2829 - remove SkipTimeFits -> go the arrival time class
2830
2831 * mcalib/MCalibrationCam.h
2832 - new getters for number of photons
2833 - removed timeslicewidth -> go the corr. time containers
2834
2835 * mcalib/MCalibrationCam.cc
2836 - removed times of GetPixelContent
2837 - added OscillationChecks in GetPixelContent
2838
2839 * manalysis/MMcCalibrationUpdate.cc
2840 - remove calpix.SkipTimeFits which is now obsolet
2841
2842 * macros/calibration.C
2843 - all previous changes now in this macro.
2844 - (NB: Thomas, du brauchst in MJCalibration nicht mehr aendern,
2845 das ging diesmal in einem Aufwasch)
2846
2847
2848
2849 2004/02/06: Thomas Bretz
2850
2851 * mhist/MHPixVsTime.[h,cc]:
2852 - changed such that you can set the name of the time container now
2853
2854 * mraw/MRawRunHeader.[h,cc]:
2855 - added GetMaxPixId()
2856
2857 * mraw/MRawEvtData.cc:
2858 - fixed wrong size calculation for fABflags
2859
2860
2861
2862 2004/02/06: Oscar Blanch
2863
2864 * mmc/MFadcDefine.h && mmc/MMcFadcHeader.cxx
2865 - We cahnged the name (and values) of the global variable
2866 MFADC_RESPONSE_AMPLITUDE to MFADC_RESPONSE_INTEGRAL
2867
2868
2869
2870 2004/02/05: Markus Gaug
2871
2872 * mcalib/MHCalibrationPixel.[h,cc]
2873 - put an NDF limit for the fit
2874 - removed all TStrings and replace them by Form(..)
2875 - Check for nan's of all returned fit values
2876
2877 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc:
2878 - reshuffled HiLoGainConversion, calculation of F-Factor method,
2879 - calculation of total F-Factor of the readout.
2880
2881 * mcalib/MCalibrationCam.cc
2882 - include relative times to display with GetPixelContent
2883
2884 * mcalib/MCalibrationCalc.[h,cc]
2885 - flag to skip Hi-Lo Calibration
2886 - Hi-LO Graph not filled any more after overflow of ChargevsN
2887 - fill the blind pixel differently from the rest of pixels
2888
2889 * mcalib/MCalibrate.cc:
2890 - call to const MCalibrationPix &pix replaced by MCalibrationPix &pix
2891
2892 * manalysis/MArrivalTimeCalc.cc
2893 - default step width 100 ps.
2894 - look for half maximum (at rising edge)
2895
2896 * manalysis/MExtractSignal.[h,cc]
2897 - removed uncommented code (arrival time)
2898 - set start byte back by one like it was before TB's changes
2899 (does not affect the calculation of number of FADC slices)
2900
2901 * manalysis/MExtractSignal2.[h,cc]
2902 - removed uncommented code (arrival time)
2903
2904 * manalysis/MHPedestalPixel.[h,cc]
2905 - is now filled with total pedestals (not per slice), but results are
2906 renormalized to values per slice (this is not to screw up with the
2907 pedestal RMS and the derived uncertainties)
2908 - new function Renorm(nslices)
2909
2910 * manalysis/MPedestalCam.[h,cc]
2911 - introduced function Clone() (like proposed by TB)
2912 - call to MHPedestalPixel operator() not const any more
2913 - take out lots of uncommented code
2914 - found bug in initialization of hists. SetupFill is called in
2915 PreProcess, therefore, TObjArray is not yet enlarged there.
2916 Now, InitUseHists is called in Fill
2917 - MHPedestalPixel is now filled with total pedestals (not per slice),
2918 but results are
2919 renormalized to values per slice (this is not to screw up with the
2920 pedestal RMS and the derived uncertainties)
2921
2922 * manalysis/MPedCalcPedRun.cc
2923 - added author
2924 - split calculation of RMS into two steps to make it more clear to
2925 the user
2926
2927 * macros/calibration.C
2928 - found bug introduced two days ago, namely calculating pedestlas with
2929 MExtractSignal2 which is now fixed
2930 - Skip HiLoConversionCalibration
2931
2932
2933
2934 2004/02/05: Abelardo Moralejo
2935
2936 * macros/starmc2.C
2937 - added 3rd argument, "kFALSE", to call of MWriteRootFile::Add
2938 for both MMcEvt and MMcRunHeader since these containers are
2939 not present in real data. Name of macro is no longer adequate if
2940 we will use it for calibrated real data (to be changed if so).
2941
2942
2943
2944 2004/02/05: Sebastian Raducci
2945
2946 * mtools/MCubicSpline.[h,cc]
2947 - added
2948 - this class will take the place of the TSpline class to
2949 calculate arrival times
2950
2951 * mtools/MCubicCoeff.[h,cc]
2952 - added
2953 - this class is used by MCubicSpline to store coefficients
2954
2955 * macros/spline.C
2956 - added
2957 - test macro. Shows how to use the MCubicSpline class
2958 - it could be used to test the methods of the Spline class
2959
2960
2961
2962 2004/02/05: Thomas Bretz
2963
2964 * mmain/MBrowser.cc:
2965 - fixed a double deletion of a TGLayoutHints
2966
2967
2968
2969 2004/02/04: Markus Gaug
2970
2971 * mmain/MBrowser.cc:
2972 - corrected TGTReeLBEntry for TGTreeLBEntry
2973
2974
2975
2976 2004/02/04: Thomas Bretz
2977
2978 * manalysis/MExtractSignal2.cc:
2979 - don't allow odd numbers for the window size
2980
2981 * mfilter/MFilterList.cc:
2982 - corrected a wrong logging message
2983
2984 * mmain/MBrowser.cc:
2985 - added '/data/MAGIC' as shortcut in the combo box
2986
2987 * mraw/MRawEvtPixelIter.cc:
2988 - optimized calculation of MaxIdx
2989
2990
2991
2992 2004/02/04: Abelardo Moralejo
2993
2994 * macros/starmc2.C
2995 - removed unnecessary variables BinsHigh, BinsLow
2996
2997
2998
2999 2004/02/04: Markus Gaug
3000
3001 * manalysis/MPedestalCam.[h,cc], manalysis/MPedestalPix.[h,cc],
3002 manalysis/MPedCalcPedRun.[h,cc], manalysis/MHPedestalPixel.[h,cc],
3003 macros/calibration.C:
3004 - histograms are now filled with MFillH as proposed and coded by
3005 Thomas Bretz. Some modifications had to be done, however.
3006 - Class to hold MHPedestalPixel is still MPedestalCam
3007 - MPedCalcPedRun does nothing any more (except from what is was
3008 doing before)
3009
3010 * manalysis/MExtractSignal.cc
3011 - remove uncommented code
3012
3013 * mcalib/MCalibrationCalc.[h,cc]
3014 - modified way to handle histogram overflow: Now flags are set and
3015 ChargevsN histogram is not tried to be filled subsequently
3016
3017
3018
3019 2004/02/03: Markus Gaug
3020
3021 * manalysis/MHExtractedSignalPix.[h,cc]
3022 - added Thomas B. modified version of MHPedestalPixel. Later will
3023 remove MHPedestalPixel
3024
3025 * manalysis/MCalibrationPix.[h,cc], manalysis/MHCalibrationPixel.[h,cc],
3026 manalysis/MCalibrationCam.cc, macros/calibration.C:
3027 - now split completely absolute and relative times. Absolute
3028 times are not fitted, but their histogram mean and rms are
3029 returned.
3030
3031
3032
3033 2004/02/03: Thomas Bretz
3034
3035 * mfileio/MReadTree.cc:
3036 - fixed handling of -1 entries in AddFile: root 3.10/02 crashed
3037
3038 * manalysis/MExtractSignal.[h,cc]:
3039 - moved code to extract the signal from Process to
3040 new member function FindSignal, I left the arrival time
3041 extraction as commented-out code in the code just as a
3042 demonstration to do this very fast.
3043
3044
3045
3046 2004/02/02: Markus Gaug
3047
3048 * manalysis/MPedCalcPedRun.cc
3049 - corrected formulae in Class description
3050
3051 * mcalib/MCalibration.[h,cc], mcalib/MHCalibration.[h,cc],
3052 manalysis/MMcCalibrationUpdate.cc:
3053 - calculate relative times and absolute times. Fit only
3054 the relative ones.
3055
3056
3057
3058 2004/02/02: Abelardo Moralejo
3059
3060 * manalysis/MMcCalibrationUpdate.cc, MMcPedestalCopy.cc
3061 - removed file type check (MC or data) from PreProcess since now
3062 run headers are not yet known at that point.
3063
3064 * mcalib/MMcCalibrationCalc.cc
3065 - same as above.
3066
3067 * NEWS
3068 - updated.
3069
3070
3071
3072 2004/02/02: Thomas Bretz
3073
3074 * manalysis/MExtractSignal2.[h,cc]:
3075 - added new task which takes a given number of slices with the
3076 highest integral content as signal.
3077
3078 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
3079 - added MExtractSignal2
3080
3081
3082
3083 2004/01/30: Abelardo Moralejo
3084
3085 * macros/starmc.C
3086 - changed default FADC integration range (more adequate for coming
3087 camera version).
3088
3089 * macros/mccalibrate.C, starmc2.C
3090 - added. First macro transforms input files from camera simulation
3091 into files with pixel data already calibrated in photons. The
3092 second reads in an already calibrated data file and produces an
3093 output file with Hillas parameters. Both together do the same as
3094 starmc.C, but it is convenient to have files containing
3095 calibrated pixel information.
3096
3097
3098
3099 2004/01/30: Thomas Bretz
3100
3101 * mbase/MDirIter.h:
3102 - added GetNumEntries
3103
3104 * mhist/MHEvent.cc:
3105 - added a dynamic_cast from MParContainer to MCamEvent to get the
3106 correct pointer to the correct base-class.
3107
3108 * mbase/MStatusDisplay.cc:
3109 - In EventInfo check whether gPad==0
3110
3111 * mfileio/MReadMarsFile.cc:
3112 - removed reading RunHeaders from PreProcess, this resulted
3113 in strange behaviour of writing RunHeaders
3114 - fixed consistency check for RunType accordingly
3115
3116 * mfilter/MFilterList.cc:
3117 - do not skip adding filter if only a filter with the same name
3118 exists
3119
3120 * mraw/MRawFileRead.cc:
3121 - added an output message if run header is not accessible
3122
3123 * mraw/MRawRunHeader.[h,cc]:
3124 - initialize fRunType to new enum kRTNone
3125
3126 * mfilter/MFGeomag.cc:
3127 - set fResult to kFALSE at the beginning of Process
3128 - according to this removed setting fResult=kFALSE before return
3129 - replaced some float by Float_t
3130 - added some const-qualifiers
3131 - replaced (rig<0.5/pr*R*(r2-r1)+r1) by (rig-r1)*pr<rnd
3132 with rnd = R * (r2-r1)/2 to make sure that we cannot
3133 devide by 0
3134
3135 * manalysis/MPedCalcPedRun.cc:
3136 - added some comments
3137
3138 * Makefile:
3139 - added mjobs
3140
3141 * mjobs/*:
3142 - added
3143
3144 * mbase/Makefile, mbase/BaseLinkDef.h:
3145 - added MRunIter
3146
3147 * mbase/MRunIter.[h,cc]:
3148 - added
3149
3150
3151
3152 2004/01/30: Markus Gaug
3153
3154 * manalysis/MPedestalCam.h
3155 - added function IsUsedHists()
3156
3157 * manalysis/MPedestalCam.cc
3158 - modified GetPixelContent
3159
3160 * manalysis/MPedestalCam.cc, manalysis/MPedCalcPedRun.cc:
3161 - include storage of number of used FADC slices to compare later
3162 the pedestal per slice ( and sigma per slice)
3163 - return relative differences in GetPixelContent
3164
3165 * mcalib/MCalibrationCalc.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc]:
3166 - fBlindPixelId and fPINDiodeId now like in PedestalCam
3167 - fill Blind Pixel with information about its fitted pedestal if
3168 available
3169 - initialize charges histogram with a bigger range
3170 - use pedestal information to constrain the pedestal fit ranges
3171
3172 * manalysis/MHPedestalPixel.cc
3173 - initialize charges histogram with a bigger range
3174
3175 * macros/calibration.C
3176 - SetRange of MExtractSignal to 1,14 (see emails of yesterday)
3177 - apply new GetPixelContents of MPedestalCam (more calculations
3178 and displays of errors, correction for different FADC slice
3179 number)
3180
3181 * manalysis/MExtractSignal.cc
3182 - not access to MArrivalTime any more. The same information is
3183 stored in MRawEvt->GetPixelContent(...)
3184
3185 * manalysis/MCalibrationCalc.cc
3186 - retrieve default arrival time from MRawEvt
3187
3188 * manalysis/MCalibrationBlindPix.cc, manalysis/MCalibrationPix.cc
3189 - check for NaN's in fit results
3190
3191
3192
3193 2004/01/29: Abelardo Moralejo
3194
3195 * mfileio/MWriteFile.h
3196 - added missing declaration of ReInit
3197
3198 * manalysis/MMcCalibrationUpdate.cc
3199 - added call to MCalibrationCam::SetBlindPixelMethodValid(kTRUE)
3200 to adapt to recent changes in MCalibrate.
3201
3202
3203
3204 2004/01/29: Thomas Bretz
3205
3206 * manalysis/MArrivalTime.h, manalysis/MCameraData.h,
3207 manalysis/MCerPhotEvt.h, manalysis/MExtractSignalCam.h,
3208 manalysis/MPedPhotCam.h, manalysis/MPedestalCam.h,
3209 mcalib/MCalibrationCam.h, mcamera/MCameraDC.h,
3210 mraw/MRawEvtData.h, mreflector/MRflEvtData.h:
3211 - split derivement into MParContainer and MCamEvent
3212
3213 * manalysis/MExtractSignalCam.[h,cc]:
3214 - removed obsolete MExtractSignal::ReInit
3215 - added -> to fArray
3216
3217 * mbase/MParList.h:
3218 - added a new bit kIsProcessing
3219
3220 * mbase/MTaskList.cc:
3221 - fixed the handling of kDoNotReset and the bahaviour of
3222 SetReadyToSave, such that it is possible to write all
3223 headers
3224
3225 * mfileio/MWriteFile.cc:
3226 - added ReInit which also calls CheckAndWrite
3227
3228 * mgui/MCamEvent.h:
3229 - does not derive from MParContainer anymore
3230
3231
3232
3233 2004/01/29: Markus Gaug
3234
3235 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
3236 mcalib/MCalibrationConfig.h
3237 - put gkCalibrationBlindPixelId and gkCalibrationPINDiodeId
3238 directly into the corresponding classes.
3239
3240
3241
3242 2004/01/29: Nicola Galante
3243
3244 * mhistmc/MHMcTriggerLvl2.[h,cc]:
3245 - In method MHMcTriggerLvl2::GetHistByName(const TString name)
3246 added string checking to return also
3247 fHistCellPseudoSize, fHistCellPseudoSizeNorm
3248 and fHistCellPseudoSizeEnergy.
3249 - Added inline functions GetHistCellPseudoSize() and
3250 GetHistCellPseudoSizeNorm().
3251
3252
3253
3254 2004/01/28: Javier Rico
3255
3256 * mcalib/MCalibrate.[h.cc]
3257 - include possibility to select the calibration method to be used
3258
3259
3260
3261 2004/01/28: Markus Gaug
3262
3263 * mcalib/MCalibrate.[h.cc]
3264 - corrected Int_t ReInit() to Bool_t ReInit(MParList *pList)
3265
3266 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc]:
3267 - included flags to indicate if Blind Pixel Method or PIn Diode
3268 method was OK. Up to now, program stopped, if one of the two
3269 methods was chosen but not able to being executed.
3270
3271 * manalysis/MArrivalTimeCalc.cc, manalysis/MExtractSignals.cc,
3272 manalysis/MGeomApply.cc:
3273 - put all missing InitSize(npixels) into MGeomApply
3274
3275 * manalysis/MPedCalcPedRun.[h,cc], manalysis/MPedestalCam.[h,cc],
3276 manalysis/MPedestalPix.[h,cc], manalysis/MHPedestalPixel.[h,cc],
3277 manalysis/Makefile, manalysis/AnalysisLinkDef.h:
3278 - include possibility to fit the pedestals with Gaussian.
3279 - old methods are not affected.
3280 - add new method with MPedCalcPedRun::SetUseHists()
3281
3282
3283
3284 2004/01/28: Abelardo Moralejo
3285
3286 * mcalib/MMcCalibration.cc
3287 - fixed wrong variable type in call to TH1F constructor (number of
3288 bins is now integer), which resulted in a compilation warning.
3289
3290
3291
3292 2004/01/28: Thomas Bretz
3293
3294 * manalysis/MPedestalCam.cc:
3295 - removed unwanted CheckBound from operators. CheckBounds is ONLY
3296 ment for really old MC files and will be removed in the future
3297 anyhow.
3298
3299 * mcalib/MHCalibrationPixel.h:
3300 - removed obsolete include of MFFT
3301
3302 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc,
3303 manalysis/MPedestalCam.[h,cc]:
3304 - removed use of obsolete MPedestalCam::CheckBounds. This was
3305 a workaround for a 'bug' in very old camera files, which is not
3306 necessary anymore.
3307
3308 * manalysis/MCerPhotAnal2.[h,cc]:
3309 - replaced MPedestalCam by MPedPhotCam
3310
3311 * manalysis/MExtractSignal.cc:
3312 - some small simplification to the signal extraction
3313 - removed some obsolete variables
3314 - replaced for by while
3315 - removed obsolete casts
3316
3317 * mmain/MEventDisplay.cc:
3318 - gave names to the filters
3319 - removed adding MHCamera to fList because it was deleted twice
3320
3321 * mhist/MHCamera.cc:
3322 - fixed usage of fPainter in Paint() - title was not updated
3323 correctly
3324
3325
3326
3327 2004/01/28: Sebastian Raducci
3328
3329 * manalysis/MArrivalTime.[h,cc]:
3330 - removed all the code relative to the cluster evaluation
3331
3332
3333
3334 2004/01/27: Markus Gaug
3335
3336 * manalysis/MPedestalPix.cc:
3337 - initialize default values to 0 instead of -1.
3338
3339 * manalysis/MPedestalCam.[h,cc]:
3340 - include CheckBounds, also in operator[]
3341
3342 * mcalib/MCalibrationCam.[h,cc]:
3343 - apparently, there was a reference to InitSize(UInt_t i) instead
3344 of InitSize(Int_t i), where compiler complained, now changed
3345
3346 * mcalib/MHCalibration*, mcalib/MCalibration*:
3347 - fixed all Clear()'s, Reset()'s, direct intializers
3348
3349
3350
3351 2004/01/27: Thomas Bretz
3352
3353 * mdata/MDataChain.cc:
3354 - added '%' to supported operators
3355
3356
3357
3358 2004/01/26: Nicola Galante
3359
3360 * manalysis/MMcTriggerLvl2.[cc,h]:
3361
3362 - Defined some static constants to avoid ugly "magic numbers"
3363 in arrays: gsNCells, gsNTrigPixels,
3364 gsNPixInCell, gsNLutInCell, gsNPixInLut, fNumPixCell.
3365 - Added method
3366 MMcTriggerLvl2::GetCellCompactPixel(int cell, MGeomCam *fCam)
3367 which computes compact pixels into a given L2T macrocell.
3368 - Added method
3369 MMcTriggerLvl2::CalcBiggerCellPseudoSize()
3370 which computes fCellPseudoSize, the maximum Pseudo Size into L2T
3371 macrocells
3372 - Added method
3373 MMcTriggerLvl2::GetCellPseudoSize() const
3374 which returns fCellPseudoSize
3375 - Added method
3376 MMcTriggerLvl2::IsPixelInCell(Int_t pixel, Int_t cell),
3377 which controls whether a pixel belongs to a given L2T cell.
3378 - Added method
3379 MMcTriggerLvl2::GetMaxCell() const
3380 which returns fMaxCell, the cell with the maximum
3381 fCellPseudoSize.
3382
3383
3384
3385 2004/01/26: Markus Gaug, Michele Doro
3386
3387 * manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc]:
3388 - moved calculation of arrival time from MArrivalTime to
3389 MArrivalTimeCalc. MArrivalTime does not do any Process-job
3390 anymore
3391 - TSpline5 now on stack.
3392 - function to set the stepsize
3393
3394 * mcalib/MHCalibrationBlindPixel.[h,cc]:
3395 - force mu_{0} in Blind Pixel Fit to be around 0 in fKPoisson4
3396 - implement combined Polya fit and Michele's back-scattered electron
3397 fit
3398
3399 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.cc,
3400 mcalib/MCalibrationPINDiode.cc:
3401 - combine FitChargeHiGain and FitChargeLoGain into one function
3402
3403 * macros/calibration.C
3404 - improve double gauss fit a bit
3405
3406
3407
3408 2004/01/26: Thomas Bretz
3409
3410 * mraw/MRawEvtPixelIter.[h,cc]:
3411 - removed member function GetNumPixels. For more details see mantis.
3412
3413 * manalysis/MArrivalTime.[h,cc]:
3414 - reorganized includes
3415 - fixed InitSize and ClearArray (now Reset) to fit MParContainer
3416 definition
3417 - for the moment removed usage of fPixelChecked - THIS WILL CRASH YOUR
3418 PROGRAM
3419
3420 * manalysis/MArrivalTimeCalc.[h,cc]:
3421 - reorganized includes
3422 - removed many obsolete code, exspecially copy&paste relicts!
3423 - fixed usage of InitSize
3424 - removed CleanArray. Reset() is called automatically before Process()
3425
3426 * manalysis/MExtractedSignalCam.[h,cc]:
3427 - added SetLogStream
3428 - removed obsolete include MGeomCam
3429 - replaced PrintOut by Print
3430 - added const-qualifiers to all Getters
3431 - fixed documentation
3432
3433 * manalysis/MExtractedSignalPix.[h,cc]:
3434 - replaced PrintOut by Print
3435 - fixed documentation
3436
3437 * manalysis/MEventRateCalc.cc, manalysis/MPedCalcPedRun.cc:
3438 - replaced memset by Reset()
3439
3440
3441
3442 2004/01/24: Abelardo Moralejo
3443
3444 * macros/starmcstereo.C
3445 - Added. Example of how to run the analysis chain for MC files
3446 containing simulation of stereo systems of 2 telescopes.
3447
3448 * mcalib/MCalibrate.cc
3449 - Added check that value of signal from MExtractedSignalPix is not
3450 the default (error) value. In such a case, the signal in
3451 MCerPhotEvt is now set to 0. Before, all pixels got very high
3452 values in MCerPhotEvt in case the MRawEvtData object for the
3453 event was missing in the file. This happened in MC files, in
3454 which in some circumstances an event is written without the
3455 pixel information (for instance, when running stereo simulations
3456 the pixel data is missing for non-triggered telescopes, but the
3457 event headers are present).
3458
3459
3460
3461 2004/01/23: Markus Gaug
3462
3463 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractedSignalPix.[h,cc],
3464 manalysis/MArrivalTime.[h,cc], mcalib/MCalibrationBlindPix.h,
3465 mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MCalibrationPINDiode.h,
3466 mcalib/MHCalibrationPINDiode.[h,cc], mcalib/MCalibrationPix.[h,cc],
3467 mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationCalc.[h,cc]:
3468 - use MArrivalTime for Storage (or calculation) of time
3469 in MExtractSignal
3470 - pass from TH1I histos to TH1F for times
3471
3472 * mcalib/MCalibrationBlindPix.h, mcalib/MHCalibrationBlindPixel.[h,cc],
3473 mcalib/MCalibrationPix.[h,cc], mcalib/MHCalibrationPixel.[h,cc],
3474 mcalib/MCalibrationCalc.[h,cc]:
3475 - clean up setters
3476 - pass to bit-fields for all flags
3477
3478 * mcalib/MCalibrationCam.cc
3479 - exclude Blind Pixel from Camera display
3480 - do not fill &val when return kFALSE
3481
3482 * macros/calibration.C
3483 - include functions to exclude the blind pixel,
3484 calculation of times and quality checks
3485
3486
3487
3488 2004/01/23: Abelardo Moralejo
3489
3490 * mcalib/MCalibrate.cc, manalysis/MExtractSignal.cc
3491 - Added support (using AddSerialNumber) for stereo MC files.
3492
3493
3494
3495 2004/01/23: Thomas Bretz
3496
3497 * mbase/MAstro.cc:
3498 - Fixed calculation of MJD. In Ymd2Mjd a plus should be a minus.
3499
3500 * mreport/MReport*.[h,cc]:
3501 - changed all classes to return Int_t instead of Bool_t in
3502 InterpreteBody
3503 - changed MReportFileRead such, that a wrong line results in
3504 skipping the line instead of abort reading.
3505
3506 * manalysis/MExtractSignal.cc:
3507 - do not print information for each pixel - it's too much.
3508
3509 * mbase/MStatusDisplay.cc:
3510 - when reading a status display do not display tabs with
3511 the same name than one which is already existing.
3512
3513 * mcalib/MCalibrate.cc:
3514 - directly store pointer to pixel when setting saturation flag
3515
3516 * mcamera/MCameraDC.cc:
3517 - fixed some comments
3518
3519 * mhist/MHCamEvent.cc:
3520 - fixed a crash when no geometry was available
3521
3522 * mhist/MHCamera.[h,cc]:
3523 - removed obsolete member function SetPix
3524
3525 * mbase/MStatusDisplay.[h,cc]:
3526 - added EventInfo member function
3527 - implemented preliminary redirection of GetObjectInfo to
3528 StatusLine2 -> An own status line for this is missing
3529
3530 * manalysis/MExtractSignal.[h,cc]:
3531 - implemented StreamPrimitive
3532 - changed deafults to be static const data members
3533
3534 * manalysis/MGeomApply.[h,cc]:
3535 - implemented StreamPrimitive
3536
3537
3538
3539 2004/01/23: Abelardo Moralejo
3540
3541 * manalysis/MMcCalibrationUpdate.[h,cc]
3542 - Added check to guarantee that the FADC simulation parameters of
3543 all read files (those used for calibration and those analyzed)
3544 are the same.
3545 - Added missing support for analysis of stereo files.
3546
3547 * mcalib/MMcCalibrationCalc.cc
3548 - Removed obsolete FIXME comment.
3549 - Added missing support for analysis of stereo files.
3550
3551
3552 2004/01/23: Raquel de los Reyes
3553
3554 * macros/CCDataCheck.C
3555 - Added the temperature distribution of the optical links
3556 and the plots of the LV power supplies.
3557 * mcamera/MCameraLV.h
3558 - Added the "Get" functions to access the private data
3559 members of the class.
3560
3561
3562 2004/01/22: Abelardo Moralejo
3563
3564 * manalysis/MMcCalibrationUpdate.[h,cc]
3565 - Now ratio of high to low gain is taken from MCalibrationCam if
3566 it existed previously in the parameter list, instead of being
3567 read again from the MMcFadcHeader. Removed Setter function for
3568 fADC2PhInner, no longer necessary. Fixed error regarding the
3569 pedestal conversion to photons (did not read conversion factor
3570 from preexisting MCalibrationCam object).
3571
3572 * mcalib/MMcCalibrationCalc.cc
3573 - Changed parameters of the histogram, and also the quantity being
3574 histogrammed. Check that input data come from a noiseless camera
3575 file before proceeding to do the calibration. Introduced lower
3576 size in cut for calibration. Now rhe calibration constant is not
3577 calculated from the mean of photons/ADC counts, but from the peak
3578 of the histogram.
3579
3580 * macros/starmc.C
3581 - Introduced new scheme. Now there are two loops over two different
3582 sets of files. First loop calculates the calibration constants,
3583 second one does the analysis. Introduced comments. Now the
3584 histogram used in the light calibration is written to the output
3585 file.
3586
3587
3588
3589 2004/01/22: Thomas Bretz
3590
3591 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrationCam.[h,cc],
3592 mcalib/MCalibrationBlindPix.[h,cc], mcalib/MCalibrationCalc.[h,cc],
3593 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationPINDiode.[h,cc],
3594 mcalib/MCalibrationBlindPixel.[h,cc],
3595 mcalib/MHCalibrationPixel.[h,cc], mcalib/MMcCalibrationCalc.[h,cc],
3596 mcalib/MHCalibrationBlindPixel.[h,cc],
3597 mcalib/MHCalibrationPINDiode.[h,cc]:
3598 - cleaned up includes
3599
3600
3601
3602 2004/01/22: Raquel de los Reyes
3603
3604 * macros/CCDataCheck.C
3605 - macro to check the data from the central control (.rep files).
3606
3607
3608
3609 2004/01/22: Markus Gaug
3610
3611 * macros/calibration.C
3612 - made MStatusDisplay 3 bit smaller
3613
3614 * manalysis/MExtractSignal.cc
3615 - put fSignals->SetUsedFADCSlices into PreProcess
3616
3617 * manalysis/MPedCalcPedRun.cc
3618 - calculate PedRMS as RMS of the sums, later renormalized to units
3619 of RMS/slice (eliminate the wrong effect of odd and even slices)
3620
3621 * mcalib/MCalibrationCalc.cc
3622 - if bit SkipBlindPixelFit is set, now number of photons outside
3623 plexiglass is not intended to be calculated any more (previous
3624 bug)
3625 - exclude excluded pixels in eventloop
3626
3627 * mcalib/MHCalibrationBlindPixel.[h,cc]
3628 - move functions to pointer again (otherwise, Clone will give
3629 strange results)
3630
3631
3632
3633 2004/01/21: Abelardo Moralejo
3634
3635 * mcalib/MMcCalibrationCalc.[h,cc]
3636 - Added. First version of the task intended to calculate the
3637 conversion factors from ADC counts to photons in the MC. It has
3638 a different aim than the recently renamed class
3639 "MMcCalibrationUpdate" (which takes care that the correct
3640 pedestals and conversion factors are supplied to each event, but
3641 does not really calculate anything).
3642
3643 * mcalib/Makefile, CalibLinkDef.h
3644 - Added new class MMcCalibrationCalc
3645
3646 * manalysis/MMcCalibrationUpdate.[h,cc]
3647 - Now the container MCalibrationCam is not created or modified if
3648 it is found that one such container already exists in the
3649 Parameter list (from a previous calibration).
3650
3651
3652
3653 2004/01/21: Thomas Bretz
3654
3655 * mraw/MRawRead.cc:
3656 - restore the fake time for all runs (current time stamp in
3657 the data seems to be toally nonsense)
3658
3659 * mraw/MRawEvtHeader.cc:
3660 - removed decoding of real time (current time stamp in the data
3661 seems to be toally nonsense)
3662
3663
3664
3665 2004/01/21: Abelardo Moralejo
3666
3667 * mmc/MMcEvt.hxx
3668 - Uncommented 6 Getter functions (those regarding the number of
3669 photons surviving the different stages of simulation).
3670
3671 * manalysis/MMcCalibrationUpdate.[h,cc]
3672 - Added (see below).
3673
3674 * manalysis/MMcCalibrationCalc.[h,cc]
3675 - Removed: changed name of this class to MMcCalibrationUpdate,
3676 which is more representative of what it really does. Moved
3677 the filling of the MCalibrationCam container from Process to
3678 ReInit, since it does not change on an event by event basis.
3679 Simplified PreProcess (MCalibrationCam was searched for twice).
3680 Updated class description and comments.
3681
3682 * manalysis/Makefile, AnalysisLinkDef.h
3683 - Adapted to change above
3684
3685 * macros/starmc.C
3686 - Adapted to change above. Changed also task instance name from
3687 mccalibcalc to mccalibupdate.
3688
3689
3690
3691 2004/01/21: Raquel de los Reyes
3692
3693 * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
3694 and mcamera/MCameraCalibration.h
3695 - Added the "Get" functions (e.g GetStatus() for fStatus) to access
3696 the private data members of the class.
3697
3698
3699
3700 2004/01/20: Thomas Hengstebeck
3701
3702 * mranforest/MRanForestCalc.[h,cc]
3703 - Added member functions Grow (training of RF) and Fill (reading in
3704 trained forest from file) which simplify macros.
3705 One just needs to call them instead of using MRanForestGrow and
3706 MRanForestFill (and the related training and fill loops) in a
3707 macro.
3708
3709
3710
3711 2004/01/20: Abelardo moralejo
3712
3713 * manalysis/MMcCalibrationCalc.cc
3714 - removed call to MCalibrationPix::SetPedestal, which was not
3715 needed.
3716
3717
3718
3719 2004/01/20: Thomas Bretz
3720
3721 * Makefile:
3722 - replaced 'make' by '$(MAKE)'
3723
3724 * Makefile.rules:
3725 - added Makefile itself to dependencies
3726
3727 * mbase/MTask.cc:
3728 - added comment about ReInit
3729
3730 * mhbase/MH.cc:
3731 - do not clear pad in DrawClone if 'same' option given
3732
3733 * mhist/MHVsTime.cc:
3734 - evaluate 'same' option
3735
3736 * mfileio/MReadCurrents.[h,cc]:
3737 - obsolete, removed
3738
3739 * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
3740 - added some comments
3741
3742
3743
3744 2004/01/20: Abelardo moralejo
3745
3746 * mcalib/MHCalibrationPINDiode.cc
3747 - Added call to SetDirecory(0) for histograms fHErrCharge,
3748 fHPCharge, fHPTime.
3749
3750 * manalysis/MCerPhotPix.h:
3751 - Changed position of declaration of fIsSaturated to be the last
3752 private variable. Otherwise, since in the constructor it is
3753 initialized in the last place, a warning is displayed upon
3754 compilation in some systems.
3755
3756
3757
3758 2004/01/20: Markus Gaug
3759 * mcalib/Makefile, manalysis/Makefile:
3760 - include directory ../mtools
3761
3762 * mtools/MFFT.[h,cc]
3763 - class inherits from TObject now
3764
3765
3766
3767 2004/01/19: Markus Gaug
3768
3769 * mcalib/MHCalibrationBlindPixel.[h,cc]
3770 - fixed a bug in fFitLegend due to which program crashed by calls
3771 to DrawClone
3772 - Modified way to change the fit function
3773
3774 * mcalib/MHCalibrationPixel.[h,cc]
3775 - reordered function calls
3776 - removed SetupFill
3777
3778 * mcalib/MHCalibrationPINDiode.h
3779 - reordered function calls
3780
3781 * mcalib/MCalibrationPix.[h,cc]
3782 - limits to define fFitValid now as variables in class
3783
3784 * mcalib/MCalibrationCam.[h,cc]
3785 - reordered function calls
3786 - incorporate option to exclude pixels
3787
3788 * mcalib/MCalibrationBlindPix.h
3789 - Modified way to change the fit function
3790
3791 * mcalib/MCalibrationCalc.[h,cc]
3792 - Modified way to change the fit function
3793 - incorporate option to exclude pixels from configuration file
3794
3795 * macros/calibration.C
3796 - Modified way to change the fit function
3797 - incorporate option to exclude pixels from configuration file
3798
3799
3800
3801 2004/01/19: Javier Rico
3802
3803 * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
3804 - Added documentation of member functions
3805
3806
3807
3808 2004/01/19: Abelardo Moralejo
3809
3810 * manalysis/MCerPhotPix.[h,cc]
3811 - Added fIsSaturated to flag whether low gain of the pixel is
3812 saturated. Added corresponding getter and setter functions.
3813 Updated ClassDef to version 2.
3814
3815 * mcalib/MCalibrate.cc
3816 - Set the new saturation flag of MCerPhotPix to kTRUE if at least
3817 one low gain FADC slice is saturated.
3818
3819 * mimage/MNewImagePar.[h,cc]
3820 - Added new member variable fNumSaturatedPixels to count how many
3821 pixels were saturated. Updated ClassDef to version 2.
3822
3823
3824
3825 2004/01/19: Thomas Bretz
3826
3827 * manalysis/MPedPhotCalc.[cc,h]:
3828 - fixed order of includes
3829 - removed obsolete forward declarations
3830 - removed obsolete data member fNumPixels (stored already twice in
3831 the two TArrayF)
3832 - fixed some small bugs in the documentation
3833
3834 * manalysis/MPedCalcPedRun.cc:
3835 - updated my eMail address
3836
3837
3838
3839 2004/01/19: Javier Rico
3840
3841 * macros/dohtml.C, NEWS
3842 - include some missing info
3843
3844
3845
3846 2004/01/19: Abelardo Moralejo
3847
3848 * manalysis/MExtractedSignalPix.h
3849 - added GetNumLoGainSaturated()
3850
3851
3852
3853 2004/01/19: Markus Gaug
3854
3855 * macros/dohtml.C
3856 - include calibration.C
3857
3858 * manalysis/MExtractSignal.cc
3859 - warning of logain saturation now only once per event (out of loop)
3860
3861 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
3862 - new Flag fExcluded to indicate if pixel has been excluded from
3863 further analysis
3864
3865
3866
3867 2004/01/16: Javier Rico & Pepe Flix
3868
3869 * manalysis/MPedPhotCalc.[cc,h]
3870 - added
3871 - new class for the evaluation of pedestals in units of photons
3872 using the extracted signal from pedestal runs and calibration
3873 constants defined in MCalibrate
3874
3875 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
3876 - added entries for MPedPhotCalc
3877
3878 * macros/pedphotcalc.C
3879 - added
3880 - example on how to use MPedPhotCalc task
3881
3882
3883
3884 2004/01/16: Markus Gaug
3885
3886 * mcalib/MCalibrationFits.h
3887 - removed and incorporated in MHCalibrationBlindPixel.h
3888
3889 * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
3890 mcalib/MCalibrationBlindPix.h:
3891 - incorporate Fit functions
3892 - fixed a bug due to which DrawClone crashed when class was used
3893 in a compiled macro
3894
3895 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
3896 mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
3897 mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
3898 mcalib/MHCalibrationPixel.cc:
3899 - fixed the warns and errs in fLog's
3900
3901
3902
3903 2004/01/16: Abelardo Moralejo
3904
3905 * manalysis/MMcCalibrationCalc.cc
3906 - TMath::Max() is no longer used because it did not compile in some
3907 systems for unkown reasons. I replaced it by a safer (and may be
3908 slower) code.
3909 - Added calpix.SetFitValid();
3910
3911 * mhist/MHEvent.cc
3912 - In MHEvent::Fill, fixed: second parameter of SetCamContent must
3913 be 1 in case of RMS:
3914 case kEvtPedestalRMS:
3915 fHist->SetCamContent(*(MCamEvent*)par, 1);
3916
3917
3918
3919 2004/01/15: Abelardo Moralejo
3920
3921 * macros/starmc.C
3922 - Added. Version of star showing new chain to get Hillas
3923 parameters (with Size calibrated in photons) from MC files.
3924
3925
3926
3927 2004/01/15: Javier Rico
3928
3929 * manalysis/MPedCalcPedRun.[h,cc]
3930 - optimize the running time
3931 - add (some) documentation
3932 - correct treatment for the case of several input files
3933
3934 * macros/pedvsevent.C
3935 - added
3936 - draw pedestal mean and rms vs event# for input pixel# and run
3937 file, and compares them to the global pedestal mean and rms
3938
3939
3940
3941 2004/01/15: Raquel de los Reyes
3942
3943 * mhist/MHCamEvent.cc, mhist/MHCamera.cc
3944 - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
3945 functions to compute the estimation of the error of the
3946 mean. It can be done calling to the function
3947 MCamEvent::SetBit(MHCamera::kVariance) in the macro
3948
3949
3950
3951 2004/01/15: Markus Gaug
3952
3953 * mhist/MHCamera.[h,cc]
3954 - incorporate Thomas's changes
3955 - replace void CreateProjection() by TH1D *Projection(const char*)
3956
3957 * macros/calibration.C
3958 - replace MHCamera->Draw("proj") by MHCamera->Projection()
3959 - produce better fits to the projection
3960
3961 * manalysis/MSimulatedAnnealing.[h,cc],
3962 mhist/MHSimulatedAnnealing.[h,cc]:
3963 - moved to directory mtools
3964 - MSimulatedAnnealing now inherits from TObject
3965
3966 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
3967 mhist/Makefile, mhist/HistLinkDef.h:
3968 - removed MSimulatedAnnealing
3969 - removed MHSimulatedAnnealing
3970
3971 * mtools/Makefile, mtools/AnalysisLinkDef.h:
3972 - added MSimulatedAnnealing
3973 - added MHSimulatedAnnealing
3974
3975
3976
3977 2004/01/15: Thomas Bretz
3978
3979 * manalysis/AnalysisLinkDef.h:
3980 - removed MCurrents
3981
3982 * mhist/MHCamera.[h,cc]:
3983 - added member function Projection
3984 - removed fYproj
3985
3986 * mreport/MReport*.*:
3987 - added more comments
3988
3989
3990
3991 2004/01/14: Markus Gaug
3992
3993 * mtools/MFFT.[h,cc]
3994 - new class to perform Fast Fourier Transforms
3995
3996 * mtools/Makefile
3997 * mtools/ToolsLinkDef.h
3998 - include MFFT
3999
4000 * manalysis/MExtractedSignalCam.h
4001 - removed variables fNumHiGainSamples and fNumLoGainSamples
4002 - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
4003
4004 * manalysis/MExtractSignal.cc
4005 - updated call to SetUsedFADCSlices
4006
4007
4008
4009 2004/01/14: Abelardo Moralejo
4010
4011 * manalysis/MMcCalibrationCalc.cc:
4012 - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
4013 This can happen (depending on camera simulation parameters), and
4014 rms = 0 later resulted in the pixel being eliminated in the
4015 image cleaning.
4016
4017
4018
4019 2004/01/14: Thomas Bretz
4020
4021 * Makefile:
4022 - replaced old style Makefile.depend by directory specific
4023 dependancy files
4024
4025 * Makefile.rules:
4026 - changed obsolete '.cc.o' style to newer style '%.o: %.c'
4027 - added rule to make dependency files
4028 - added rule to remove dependancy files.
4029 - added rmdep as prerequisite to clean
4030 - include dependency file
4031
4032 * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
4033 mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
4034 mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
4035 mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
4036 mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
4037 mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
4038 mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
4039 mtools/Makefile:
4040 - removed clean-rule, use the one in Makefile.rules instead
4041
4042 * mreport/Makefile, mreport/ReportLinkDef.h:
4043 - added MReportHelp
4044
4045 * mreport/MReportFileRead.cc:
4046 - moved code from MReportHelp to new file
4047 - removed usage of MReport class completely
4048
4049 * mfilter/MFGeomag.[h,cc]:
4050 - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
4051 - changed the second loop from 0->1151 to 1152->2304
4052 - removed dummy arrays used for reading
4053 - output filename in case of 'file not found'
4054 - removed obsolete data members
4055 - removed obsolete Init function
4056 - removed forbidden underscore from member variable
4057 - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
4058
4059 * mbase/MStatusDisplay.[h,cc]:
4060 - added new member function Open
4061 - added new menu entry kFileOpen
4062 - changed UpdatePSheader algorithm (the old one was much too slow)
4063
4064 * manalysis/MCurrents.[h,cc]:
4065 - removed (old outdated)
4066
4067 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
4068 - removed MCurrents
4069
4070
4071
4072 2004/01/14: Wolfgang Wittek
4073
4074 * macros/ONOFFAnalysis.C:
4075 - current version
4076
4077 * mhist/MHSigmaTheta.[h,cc]:
4078 - replace MPedestalCam by MPedPhotCam
4079
4080 * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
4081 manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
4082 manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
4083 - replace MPedestalCam by MPedPhotCam
4084
4085 * manalysis/MPedPhotPix.[h,cc]
4086 - uncomment SetRms()
4087
4088
4089
4090 2004/01/13: Markus Gaug
4091
4092 * manalysis/MExtractSignal.h
4093 - seems that the reduced light intensity of the CT1 Pulser
4094 results in broader pulses -> Set Default time slices to [3,10]
4095
4096 * mhist/MHCamera.cc
4097 - make Stat Window in option 'proj' bigger
4098 - add comment line at beginning of Draw()
4099
4100 * mcalib/MHCalibrationBlindPixel.[h.cc]
4101 - add Function DrawClone()
4102 - fix bug in calculation of integral (GetIntegral("width"))
4103 - restrict parameters tighter
4104 - declare fit as not valid, if less than 100 events
4105 in single photo-electron peak
4106
4107 * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
4108 - fit now with fixed normalization
4109
4110 * mcalib/MHCalibrationPixel.[h.cc]
4111 - new function IsEmpty()
4112 - Time fit accepted if ChiSquare less than 30. (instead of 20.)
4113
4114 * mcalib/MCalibrationPix.[h.cc]
4115 - F-Factor corrected and added error
4116 - Histograms not fitted if they are empty
4117 - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
4118
4119 * mcalib/MCalibrationCam.cc
4120 - Square Root of Reduced Sigmas not taken, if they are < 0.
4121 - Reduced Sigma / Charge squared replaced by reduced sigma / charge
4122
4123 * mcalib/MCalibrationCalc.cc
4124 - Blind Pixel is not additionally treated as normal pixel any more
4125 - Blind Pixel Draw replaced by DrawClone
4126
4127 * macros/calibration.C
4128 - took out some unused code
4129 - some default axis labelling corrected
4130
4131
4132
4133 2004/01/13: Abelardo Moralejo
4134
4135 * manalysis/MMcPedestalCopy.cc
4136 - added check of whether input file is a MC file before executing
4137 the PreProcess.
4138
4139
4140
4141 2004/01/13: Wolfgang Wittek
4142
4143 * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
4144 - change macro to handle also MC events with finite sigmabar
4145
4146 * manalysis/MPadOn.[h,cc]:
4147 - deleted, is replaced by MPad
4148
4149 * manalysis/MPadOnOFF.[h,cc]:
4150 - deleted, is replaced by MPad
4151
4152 * manalysis/MPad.[h,cc]:
4153 - new class, replacing MPadON and MPadONOFF
4154 - handle also MC events with finite sigmabar
4155
4156 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
4157 - replace MPadON and MPadONOFF by MPad
4158
4159
4160
4161 2004/01/13: Thomas Bretz
4162
4163 * mraw/MRawRunHeader.[h,cc]:
4164 - implemented new member function GetRunTypeStr
4165
4166 * Changelog.03:
4167 - added (contains entries of 2003)
4168
4169 * Changelog:
4170 - removed entries of 2003
4171
4172 * mfilter/MFGeomag.cc:
4173 - simplified open/close of input files
4174
4175 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
4176 - added some comments
4177 - added new member function GetError
4178
4179 * Makefile:
4180 - updated 'make dox' output for convinience
4181
4182 * macros/dohtml.C:
4183 - do not print Info's
4184 - added mcamera
4185 - added mpointing
4186 - added mreport
4187
4188 * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
4189 - removed some obsolete comments (these comments confused THtml)
4190
4191 * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
4192 mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
4193 mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
4194 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
4195 mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
4196 - replaced MPedestalCam by MPedPhotCam
4197 - removed some obsolete includes
4198
4199 * mbase/BaseLinkDef.h, mbase/Makefile:
4200 - added MLogPlugin
4201 - added MLogHtml
4202
4203 * mbase/MLog.[h,cc]:
4204 - added use of plugins
4205
4206 * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
4207 - added
4208
4209 * mbase/MStatusDisplay.[h,cc]:
4210 - added a Save-As dialog
4211
4212
4213
4214 2004/01/12: Thomas Bretz
4215
4216 * macros/rootlogon.C:
4217 - added mcamera to include path
4218 - added mpointing to include path
4219 - added mreport to include path
4220
4221 * mbase/MLog.cc:
4222 - updated my eMail address
4223
4224 * mbase/MParContainer.h:
4225 - added Read member function
4226
4227 * mbase/MStatusDisplay.[h,cc]:
4228 - changed size of ps-paper
4229 - added a user defined bottom line to the ps-files
4230 - added name (currently unused)
4231 - added title (used as possible bottom line in ps-file)
4232
4233 * mraw/MRawRunHeader.cc:
4234 - added some comments
4235
4236 * status.cc:
4237 - set name of input as bottom line of status display
4238
4239
4240
4241 2004/01/12: Abelardo Moralejo
4242
4243 * mimage/MStereoPar.cc
4244 - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
4245 instead of fSourceY = scale2*hillas1.GetMeanY() + ...
4246 Bug had no effect unless scale1 != scale2 (-> telescopes of
4247 different size).
4248
4249
4250
4251 2004/01/12: Markus Gaug
4252
4253 * manalysis/MExtractSignal.[h,cc]
4254 - take out some uncommented code
4255 - replace logainshift by two independent variables:
4256 logainfirst, logainlast
4257 - because in most data, maximum occurs in slice 4, shift default
4258 from slices 4-9 to slices 3-8.
4259
4260 * manalysis/MExtractedSignalPix.[h,cc]
4261 - took out some uncommented code
4262 - new initializers: instead of -1. now 99999.9
4263
4264
4265
4266 2004/01/09: Markus Gaug
4267
4268 * mcalib/MCalibrationCam.[h,cc]
4269 - take out 1-dim histos because we can use
4270 the projections in MHCamera (s.b.)
4271
4272 * mcalib/MHCalibrationBlindPixel.h
4273 - make the fit by default quiet
4274
4275 * mcalib/MHCalibrationPixel.[h,cc]
4276 * mcalib/MCalibrationPix.[h,cc]
4277 - Ranges of time slices stored independently for HiGain and LoGain
4278 in order to allow consecutive checks
4279
4280 * mhist/MHCamera.[h.cc]
4281 - add the possibility to call a Draw("proj") which will
4282 draw a Y-Projection of the histogram
4283
4284 * macros/calibration.C
4285 - apply the drawing of the projections and fit them
4286
4287 * mcalib/MCalibrationCalc.cc
4288 - catch the possibility of a calibration file,
4289 unintendedly being a pedestal or cosmic file.
4290 Program now exits with an error before doing the fits
4291
4292 * mcalib/MCalibrationPix.[h,cc]
4293 - fixed a bug in calculation of fFitValid.
4294 before, a call to IsFitValid() always returned false
4295
4296
4297
4298 2004/01/09: Javier L¢pez
4299
4300 * macros/bootcampstandardanalysis.C
4301 - added new macro that holds the main scheleton discussed in the
4302 december bootcamp in Wuerzburg. It runs first over a pedestal
4303 run, then over a calibration run, again over the pedestal run
4304 to compute de pedestal in number of photons and finally over a
4305 data run to calibrate the data.
4306
4307
4308
4309 2004/01/06: Sebastian Raducci
4310
4311 * manalysis/MArrivalTime.[h,cc]
4312 - added new method to calculate photon arrival times. It uses the
4313 TSpline5 Root Class to interpolate the Fadc Slices. The time is
4314 the abscissa value of the absolute maximum of the interpolation
4315 - added new method to find clusters with similar arrival times.
4316 For now it's a preliminary version. It simply search for adiacent
4317 pixels having the same arrival time (color).
4318
4319 * manalysis/MArrivalTimeCalc.[h,cc]
4320 - modified the Process() method according to the changes in the
4321 Arrival Time Cointainer
4322
4323 * mmain/MEventDisplay.cc
4324 - added new tab in the camera event display to show the arrival
4325 time. This arrival time is calculated with the spline method
4326 - the old Arrival Time pad now it's called Max Slice Idx, because
4327 it's only the index of the slice with the max content.
4328
4329 * mhist/MHEvent.[h,cc]
4330 - added new fType in te enumeration to handle the arrival time
4331 histos
Note: See TracBrowser for help on using the repository browser.