source: trunk/MagicSoft/Mars/Changelog@ 3697

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