source: trunk/MagicSoft/Mars/Changelog@ 3776

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