source: trunk/MagicSoft/Mars/Changelog@ 3687

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