source: trunk/MagicSoft/Mars/Changelog@ 3695

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