source: trunk/MagicSoft/Mars/Changelog@ 3675

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