source: trunk/MagicSoft/Mars/Changelog@ 3701

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