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