source: trunk/MagicSoft/Mars/Changelog@ 3696

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