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 |
|
---|
5 | -*-*- END OF LINE -*-*-
|
---|
6 | 2004/02/27: Raducci Sebastian
|
---|
7 | * mhist/Makefile
|
---|
8 | - added mastro in the include list
|
---|
9 |
|
---|
10 | 2004/02/27: Abelardo Moralejo
|
---|
11 | * macros/starmc.C
|
---|
12 | - added (optional) division of output into two, for use as train
|
---|
13 | and test samples in g/h separation studies.
|
---|
14 |
|
---|
15 |
|
---|
16 | 2004/02/26: Hendrik Bartko
|
---|
17 |
|
---|
18 | * macros/dohtml.C
|
---|
19 | - included the path msignals/
|
---|
20 |
|
---|
21 |
|
---|
22 | 2004/02/26: Abelardo Moralejo
|
---|
23 |
|
---|
24 | * macros/starmcstereo.C
|
---|
25 | - changed filters to divide data between train and test sample for
|
---|
26 | gamma hadron separation studies. Now we use the modulus operator
|
---|
27 | applied to (Corsika) event number:
|
---|
28 | MF filter1("{MMcEvt;1.fEvtNumber%2}<0.5");
|
---|
29 | MF filter2("{MMcEvt;1.fEvtNumber%2}>0.5");
|
---|
30 | - cleaned up a bit the way the CT coordinates are fed to the task
|
---|
31 | MStereoCalc.
|
---|
32 | - Changed default FADC integration range (center range to adapt to
|
---|
33 | new camera).
|
---|
34 |
|
---|
35 |
|
---|
36 |
|
---|
37 | 2004/02/26: Thomas Bretz
|
---|
38 |
|
---|
39 | * mhist/MHCamera.cc:
|
---|
40 | - fixed a function description
|
---|
41 |
|
---|
42 | * mreport/MReport.cc, mreport/MReportFileRead.cc:
|
---|
43 | - introduced return case -1
|
---|
44 |
|
---|
45 | * Makefile.rules:
|
---|
46 | - remove all dependancy files when calling 'rmdep'
|
---|
47 |
|
---|
48 | * mbase/MAGIC.h, mmc/MMcEvt.hxx:
|
---|
49 | - moved ParticleId_t to MMcEvt
|
---|
50 | - implemented MMcEvt::GetParticleName
|
---|
51 | - implemented MMcEvt::GetEnergyStr
|
---|
52 |
|
---|
53 | * mfilter/MFGeomag.cc, mfilter/MFParticleId.cc, mhist/MHCompProb.cc,
|
---|
54 | mhist/MHEvent.cc, mhist/MHHadronness.cc,
|
---|
55 | mmontecarlo/MMcTriggerRateCalc.cc, mranforest/MHRanForest.cc:
|
---|
56 | - fixed usage of ParticleId_t
|
---|
57 |
|
---|
58 | * msignal/Makefile:
|
---|
59 | - removed obsolete includes
|
---|
60 |
|
---|
61 | * mastro/Makefile, mastro/AstroLinkDef.h, mastro/MAstro.[h,cc],
|
---|
62 | mastro/MObservatory.[h,cc]:
|
---|
63 | - added
|
---|
64 |
|
---|
65 | * mbase/MAstro.[h,cc]:
|
---|
66 | - removed
|
---|
67 |
|
---|
68 | * mbase/Makefile, mbase/BaseLinkDef.h:
|
---|
69 | - removed MAstro
|
---|
70 |
|
---|
71 | * Makefile:
|
---|
72 | - added mastro
|
---|
73 | - added msql
|
---|
74 | - added mfbase
|
---|
75 |
|
---|
76 | * mtemp/MObservatory.[h,cc], mtemp/MObservatoryLocation.[h,cc]:
|
---|
77 | - removed
|
---|
78 |
|
---|
79 | * merpp.cc:
|
---|
80 | - added Sql support
|
---|
81 |
|
---|
82 | * mraw/MRawFileRead.h:
|
---|
83 | - added GetFileName
|
---|
84 |
|
---|
85 | * msql/Makefile, msql/SqlLinkDef.h, msql/SqlIncl.h,
|
---|
86 | MSQLServer.[h,cc], MSqlInsertRun.[h,cc]:
|
---|
87 | - added
|
---|
88 |
|
---|
89 | * mfilter/MF.[h,cc], mfilter/MFDataChain.[h,cc],
|
---|
90 | mfilter/MFDataMember.[h,cc], mfilter/MFEventSelector.[h,cc],
|
---|
91 | mfilter/MFEventSelector2.[h,cc], mfilter/MFRealTimePeriod.[h,cc]:
|
---|
92 | - moved to mfbase
|
---|
93 |
|
---|
94 | * mfbase/Makefile, mfbase/FBaseLinkDef.h, mfbase/FBaseIncl.h:
|
---|
95 | - added
|
---|
96 |
|
---|
97 | * merpp.cc:
|
---|
98 | - implemented control of gDebug (root debugging)
|
---|
99 |
|
---|
100 | * mfileio/MWriteAsciiFile.[h,cc], mfileio/MWriteFile.[h,cc],
|
---|
101 | mfileio/MWriteRootFile.[h,cc]:
|
---|
102 | - implemented CheckAndWrite return value
|
---|
103 |
|
---|
104 | * mfileio/MWriteRootFile.cc:
|
---|
105 | - fixed updating already existing branches (eg concatenating report
|
---|
106 | files)
|
---|
107 |
|
---|
108 | * macros/dohtml.C, macros/rootlogon.C:
|
---|
109 | - added mastro
|
---|
110 | - added mfbase
|
---|
111 | - added msql
|
---|
112 |
|
---|
113 | * mraw/MRawEvtHeader.h:
|
---|
114 | - implemented GetNumTrigLvl1
|
---|
115 | - implemented GetNumTrigLvl2
|
---|
116 |
|
---|
117 |
|
---|
118 |
|
---|
119 | 2004/02/25: Markus Gaug
|
---|
120 |
|
---|
121 | * mcalib/MExtractBlindPixel.[h,cc],
|
---|
122 | mcalib/MExtractPINDiode.[h,cc],
|
---|
123 | mcalib/MExtractedSignalBlindPixel.[h,cc],
|
---|
124 | mcalib/MExtractedSignalPINDiode.[h,cc],
|
---|
125 | mcalib/Makefile, msignal/Makefile, mcalib/CalibLinkDef.h,
|
---|
126 | msignal/SignalLinkDef.h:
|
---|
127 | - moved blindpixel and PINdiode extractors to msignal
|
---|
128 |
|
---|
129 |
|
---|
130 | * mcalib/MCalibrationQECam.[h,cc], mcalib/MCalibrationQEPix.[h,cc]:
|
---|
131 | - two new classes to hold the quantum efficieny information of the
|
---|
132 | calibration
|
---|
133 |
|
---|
134 | * msignal/MArrivalTimeCalc.[h,cc]
|
---|
135 | - fill now MArrivalTimePix instead of MArrivalTime
|
---|
136 |
|
---|
137 | * mcalib/MHCalibrationChargeCam.cc
|
---|
138 | - display only valid pixels for the corr. values in GetPixelContent
|
---|
139 |
|
---|
140 | * mcalib/MHCalibrationRelTimeCam.cc
|
---|
141 | - is now filled from MArrivalTimeCam instead of MArrivalTime
|
---|
142 |
|
---|
143 | * macros/calibration.C
|
---|
144 | - divided into two macros: calibration.C using the MJPedestal
|
---|
145 | standard procedure and pedestalstudies.C using the old
|
---|
146 | procedures
|
---|
147 |
|
---|
148 | * macros/pedestalstudies.C
|
---|
149 | - new macro containing the first previous part of calibration.C
|
---|
150 |
|
---|
151 | * mcalib/MCalibrationChargeBlindPix.h,
|
---|
152 | mcalib/MCalibrationChargePINDiode.h, mbase/MAGIC.h,
|
---|
153 | mjobs/MJCalibration.cc:
|
---|
154 | - definition of PulserColot_t in MAGIC.h.
|
---|
155 |
|
---|
156 |
|
---|
157 |
|
---|
158 | 2004/02/25: Hendrik Bartko
|
---|
159 |
|
---|
160 | * macros/rootlogon.C
|
---|
161 | - set the include path also to msignals/
|
---|
162 |
|
---|
163 | * manalysis/MExtractSignal.[h,cc], manalysis/MExtractSignal2.[h,cc],
|
---|
164 | manalysis/MExtractedSignalCam.[h,cc],
|
---|
165 | manalysis/MExtractedSignalPix.[h,cc],
|
---|
166 | manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc],
|
---|
167 | manalysis/MArrivalTimeCalc2.[h,cc]:
|
---|
168 | - removed
|
---|
169 |
|
---|
170 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
---|
171 | - removed classes mentioned above
|
---|
172 |
|
---|
173 | * msignal/MExtractSignal.[h,cc], msignal/MExtractSignal2.[h,cc],
|
---|
174 | msignal/MExtractedSignalCam.[h,cc],
|
---|
175 | msignal/MExtractedSignalPix.[h,cc],
|
---|
176 | msignal/MArrivalTime.[h,cc], msignal/MArrivalTimeCalc.[h,cc],
|
---|
177 | msignal/MArrivalTimeCalc2.[h,cc]:
|
---|
178 | - added
|
---|
179 |
|
---|
180 | * msignal/Makefile, msignal/AnalysisLinkDef.h:
|
---|
181 | - added classes mentioned above
|
---|
182 |
|
---|
183 | * mfilter/Makefile, mcalib/Makefile, mjobs/Makefile, mmain/Makefile:
|
---|
184 | - added include msignal
|
---|
185 |
|
---|
186 |
|
---|
187 |
|
---|
188 |
|
---|
189 | 2004/02/25: Wolfgang Wittek
|
---|
190 |
|
---|
191 | * mcalib/MCalibrateData.[h,cc]
|
---|
192 | - initialize size for MPedPhotCam
|
---|
193 |
|
---|
194 |
|
---|
195 |
|
---|
196 | 2004/02/24: Wolfgang Wittek
|
---|
197 |
|
---|
198 | * manalysis/MSourcPosfromStarPos.[h,cc]
|
---|
199 | - change member function SetSourceAndStarPosition() to expect sky
|
---|
200 | coordinates in the standard units
|
---|
201 | - generalize to more than 1 star
|
---|
202 | - the class is not yet fully tested
|
---|
203 |
|
---|
204 | * mfilter/MFSelBasic.[h,cc]
|
---|
205 | - change default values of cuts
|
---|
206 |
|
---|
207 |
|
---|
208 |
|
---|
209 | 2004/02/24: Markus Gaug
|
---|
210 |
|
---|
211 | * mjobs/MJCalibration.cc, macros/calibration.C,
|
---|
212 | macros/bootcampstandardanalysis.C, macros/pedphotcalc.C:
|
---|
213 | - added MCalibrationChargeBlindPix to plist
|
---|
214 | - added new filling of histograms with MFillH
|
---|
215 | - changed SetPulserColor to MCalibrationChargeBlindPix and
|
---|
216 | MCalibrationChargePINDiode
|
---|
217 |
|
---|
218 | * mcalib/MHCalibrationChargeBlindPix.[h,cc]:
|
---|
219 | - receives a pointer to MCalibrationChargePINDiode which is filled
|
---|
220 | with the results and told to calculate the fluxes in the
|
---|
221 | Finalize function
|
---|
222 | - is filled via MFillH from MExtractBlindPixel
|
---|
223 | - SetPulserColor directly in this class
|
---|
224 |
|
---|
225 | * mcalib/MCalibrationChargeBlindPix.[h,cc]
|
---|
226 | - new storage container of the blind pxiel resutls, replaces
|
---|
227 | MCalibrationBlindPix
|
---|
228 |
|
---|
229 | * mcalib/MCalibrationChargeCalc.[h,cc]:
|
---|
230 | - does not fill the histograms any more, but does ony the
|
---|
231 | calculations in the postprocess. No pointer to MExtractPINDidoe
|
---|
232 | or MExtractBlindPixel any more.
|
---|
233 |
|
---|
234 | * mcalib/MCalibrationChargePix.cc
|
---|
235 | - discovered an error in the calculation of phe's in
|
---|
236 | CalcFFactorMethod(). The average QE was applied twice.
|
---|
237 | This error had been introduced on 13/02/04
|
---|
238 | - loosened criterium convFFactorRelErrLimit from 0.1 to 0.2
|
---|
239 | - CalcFFactor asks for IsChargeValid before calculating anything
|
---|
240 |
|
---|
241 | * mcalib/MCalibrationChargePINDiode.[h,cc]
|
---|
242 | - added function SetFluxOutsidePlexiglassAvailable
|
---|
243 | - SetPulserColor directly in this class
|
---|
244 |
|
---|
245 | * mcalib/MCalibrationChargeCam.cc
|
---|
246 | - removed function SetPulserColor from here
|
---|
247 |
|
---|
248 | * mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationConfig.h,
|
---|
249 | mcalib/MHCalibrationPINDiode.[h,cc],
|
---|
250 | mcalib/MCalibrationBlindPix.[h,cc],
|
---|
251 | mcalib/MHCalibrationBlindPixel.[h,cc]:
|
---|
252 | - removed since obsolote
|
---|
253 |
|
---|
254 | * mcalib/MHCalibrationChargePix.cc
|
---|
255 | - make fPickup an Int_t
|
---|
256 |
|
---|
257 | * mcalib/MCalibrate.cc
|
---|
258 | - test validity of every calibration method before retrieving
|
---|
259 | conversion factors
|
---|
260 |
|
---|
261 | * mcalib/MHGausEvents.[h,cc]
|
---|
262 | - add possibility to set fit ranges in call to FitGaus
|
---|
263 | - make function CreateXaxis protected
|
---|
264 |
|
---|
265 |
|
---|
266 |
|
---|
267 | 2004/02/23: Markus Gaug
|
---|
268 |
|
---|
269 | * mraw/MRawEvtPixelIter.h
|
---|
270 | - include GetNumHiGainSamples and GetNumLoGainSamples
|
---|
271 |
|
---|
272 | * mcalib/MExtractedSignalBlindPixel.h,
|
---|
273 | mcalib/MExtractBlindPixel.[h,cc]:
|
---|
274 | - included storage of pedestal
|
---|
275 |
|
---|
276 | * mcalib/MHGausEvents.[h,cc]
|
---|
277 | - make the fit functions protected
|
---|
278 |
|
---|
279 |
|
---|
280 |
|
---|
281 | 2004/02/22: Markus Gaug
|
---|
282 |
|
---|
283 | * mfilter/MFCosmics.[h,cc]
|
---|
284 | - fMaxNumEmpty changed from absolute number to relative number of
|
---|
285 | pixels
|
---|
286 |
|
---|
287 | * mcalib/MHGausEvents.h
|
---|
288 | - remove the "->" from the pointers which are initialized only
|
---|
289 | in certain cases. The streamer did not work in case that
|
---|
290 | MFGausFit was left at the NULL pointer.
|
---|
291 |
|
---|
292 |
|
---|
293 |
|
---|
294 | 2004/02/21: Markus Gaug
|
---|
295 |
|
---|
296 | * manalysis/MExtractedSignalPix.[h,cc]
|
---|
297 | - changed variable fIsLoGainUsed to fLoGainUsed
|
---|
298 | - added function GetNumHiGainSaturated()
|
---|
299 |
|
---|
300 |
|
---|
301 | 2004/02/20: Markus Gaug
|
---|
302 |
|
---|
303 | * mcalib/MHCalibrationChargeHiGainPix.[h,cc], mcalib/Makefile,
|
---|
304 | mcalib/MHCalibrationChargeLoGainPix.[h,cc],
|
---|
305 | mcalib/CalibLinkDef.h
|
---|
306 | - new class to replace MHCalibrationPixel,
|
---|
307 | based on MHCalibrationChargePix
|
---|
308 |
|
---|
309 | * mcalib/MCalibrationChargeCalc.[h,cc]
|
---|
310 | mcalib/MCalibrationChargeCam.[h,cc]
|
---|
311 | mcalib/MCalibrationChargePix.[h,cc]
|
---|
312 | mcalib/MCalibrationChargePINDiode.[h,cc]
|
---|
313 | mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
|
---|
314 | mcalib/MCalibrationPINDiode.[h,cc]:
|
---|
315 | - added the "charge" versions, remove the old ones. The histograms
|
---|
316 | should be filled in the MH... versions independently of
|
---|
317 | MCalibrationChargeCalc. This is fully realized for the PIN Didoe
|
---|
318 | now and will later be so for the pixels and the blind pixel.
|
---|
319 |
|
---|
320 | * mcalib/MHCalibrationChargePINDiode.[h,cc]
|
---|
321 | - receives a pointer to MCalibrationChargePINDiode which is filled
|
---|
322 | with the results and told to calculate the fluxes in the
|
---|
323 | Finalize function
|
---|
324 |
|
---|
325 | * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc],
|
---|
326 | mcalib/MMcCalibrationCalc.[h,cc], mjobs/MJCalibration.[h,cc],
|
---|
327 | manalysis/MMcCalibrationUpdate.[h,cc],
|
---|
328 | mjobs/MJExtractSignal.[h,cc], manalysis/MGeomApply.cc,
|
---|
329 | mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C,
|
---|
330 | macros/bootcampstandardanalysis.C,
|
---|
331 | macros/pedphotcalc.C:
|
---|
332 | - replace MCalibrationCam by MCalibrationChargeCam
|
---|
333 | - replace MCalibrationCalc by MCalibrationChargeCalc
|
---|
334 |
|
---|
335 |
|
---|
336 |
|
---|
337 | 2004/02/19: Markus Gaug
|
---|
338 |
|
---|
339 | * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc,
|
---|
340 | mcalib/MCalibrate.cc, mcalib/MCalibrateDate.cc,
|
---|
341 | manalysis/MMcCalibrationUpdate.cc:
|
---|
342 | - standardized naming of variables containing "Error", this also affected
|
---|
343 | the calling functions MCalibrate, MMcCalibrationUpdate and MCalibrateData
|
---|
344 |
|
---|
345 | * mcalib/MCalibrationCam.cc, mcalib/MCalibrationPix.cc,
|
---|
346 | mcalib/MCalibrationCalc.cc, mcalib/MCalibrate.cc,
|
---|
347 | mcalib/MCalibrateData.cc, mcalib/MCalibrationConfig.h:
|
---|
348 | - took out some configuration numbers and put them directly into
|
---|
349 | the class
|
---|
350 | - remove completely MCalibrationConfig.h
|
---|
351 |
|
---|
352 |
|
---|
353 |
|
---|
354 | 2004/02/19: Abelardo Moralejo
|
---|
355 |
|
---|
356 | * mhist/MHEvent.[h,cc]:
|
---|
357 | - Changed names of Event "types" to make them more descriptive.
|
---|
358 | Former kEvtSignal is now called kEvtSignalDensity, and indicates
|
---|
359 | pixel content scaled by area. Added kEvtSignalRaw, which
|
---|
360 | corresponds to pixel content (with no scaling) in whatever units
|
---|
361 | (this depends on how the MHEvent object is filled!). The default
|
---|
362 | constructor initializes type=kEvtSignalRaw.
|
---|
363 |
|
---|
364 | * mmain/MEventDisplay.cc
|
---|
365 | - Changed filling of evt1 and evt2. Now they are filled with raw
|
---|
366 | content of MCerPhotEvt. Since in MEventDisplay, MCerPhotEvt is
|
---|
367 | still filled uncalibrated (hence in ADC counts), this means that
|
---|
368 | what will be now shown in Mars' camera display is now the signal
|
---|
369 | in each pixel without scaling with pixel area. Given that the
|
---|
370 | default flat fielding is such that equal light density
|
---|
371 | corresponds to equal absolute signal (in ADC counts), this is
|
---|
372 | more reasonable, and allows to check for instance how the
|
---|
373 | relative pixel gains are adjusted by looking at calibration
|
---|
374 | events. To be FIXED: there is however an "inconsistency" in
|
---|
375 | MEventDisplay, and it is that MCerPhotEvt is still used to keep
|
---|
376 | uncalibrated signals. To be replaced by MExtractedSignalCam?
|
---|
377 |
|
---|
378 |
|
---|
379 |
|
---|
380 | 2004/02/19: Thomas Bretz
|
---|
381 |
|
---|
382 | * manalysis/MCerPhotEvt.h:
|
---|
383 | - added operator= to MCerPhotEvtIter -- is this correct?
|
---|
384 |
|
---|
385 | * mhist/MHCamera.[h,cc]:
|
---|
386 | - added member function to calculate minimum content and
|
---|
387 | maximum content for a single sector
|
---|
388 | - Added possibility to get a projection for a single sector.
|
---|
389 | - GetMinimum/GetMaximum now only takes used pixels into account
|
---|
390 | (you can request all pixels using a different member function)
|
---|
391 | - fixed projection (projection only took pixels with contents!=0
|
---|
392 | instead of 'used' pixels
|
---|
393 | - Don't call Sumw2() anymore for projection
|
---|
394 |
|
---|
395 | * mjobs/MJPedestal.cc:
|
---|
396 | - added MPedestalCam to output again - MPedestalCam was fixed
|
---|
397 | yesterday
|
---|
398 | - Added Histograms for the two camera halves
|
---|
399 |
|
---|
400 |
|
---|
401 |
|
---|
402 | 2004/02/18: Markus Gaug
|
---|
403 |
|
---|
404 | * macros/calibration.C
|
---|
405 | - fixed a buggy display of the F-Factor method
|
---|
406 |
|
---|
407 | * mcalib/MCalibrationCalc.cc
|
---|
408 | - calculate the F-Factor method already in the post-Process
|
---|
409 |
|
---|
410 | * mcalib/MCalibrationPix.h
|
---|
411 | - move CalcFFactorMethod to public
|
---|
412 |
|
---|
413 |
|
---|
414 |
|
---|
415 | 2004/02/18: Abelardo Moralejo
|
---|
416 |
|
---|
417 | * mtools/MCubicSpline.cc
|
---|
418 | - in Init, corrected initialization of arrays temp and ysd, which
|
---|
419 | was done with n-1 elements instead of n.
|
---|
420 |
|
---|
421 | * mgui/MHexagon.cc
|
---|
422 | - added comment explaining the algorithm.
|
---|
423 | - changed explicit values of Sin and Cos 60 degrees by const
|
---|
424 | variables (more readable).
|
---|
425 |
|
---|
426 |
|
---|
427 |
|
---|
428 | 2004/02/18: Hendrik Bartko
|
---|
429 |
|
---|
430 | * msignal/:
|
---|
431 | - removed the backup files *~
|
---|
432 | - removed the object files *.o
|
---|
433 | - removed the files SignalCint.*
|
---|
434 |
|
---|
435 | * mgui/MHexagon.cc
|
---|
436 | - added comment explaining the algorithm.
|
---|
437 |
|
---|
438 |
|
---|
439 |
|
---|
440 | 2004/02/18: Thomas Bretz
|
---|
441 |
|
---|
442 | * manalysis/MPedestalCam.[h,cc]:
|
---|
443 | - Changed order of derivements - seems to be VERY important!
|
---|
444 | - changed GetSize from UInt_t to Int_t which is the type
|
---|
445 | of TClonesArray::GetSize() !
|
---|
446 |
|
---|
447 | * mfileio/MReadReports.cc:
|
---|
448 | - skip trees with no entries
|
---|
449 |
|
---|
450 | * mgui/MCamEvent.cc:
|
---|
451 | - added a comment
|
---|
452 |
|
---|
453 | * mhbase/MFillH.cc:
|
---|
454 | - in case SetupFill returns kFALSE and kCanSkip is set
|
---|
455 | Skip task
|
---|
456 |
|
---|
457 | * mraw/MRawFileRead.cc:
|
---|
458 | - don't print warning in case of none executions
|
---|
459 |
|
---|
460 | * manalysis/MArrivalTimeCalc2.cc:
|
---|
461 | - added some const-qualifiers
|
---|
462 |
|
---|
463 |
|
---|
464 |
|
---|
465 | 2004/02/17: Raquel de los Reyes
|
---|
466 |
|
---|
467 | * macros/CCDataCheck.C
|
---|
468 | - Added some improvements in the plots.
|
---|
469 |
|
---|
470 |
|
---|
471 |
|
---|
472 | 2004/02/17: Abelardo Moralejo
|
---|
473 |
|
---|
474 | * macros/readrfl.C
|
---|
475 | - Added missing gPad->cd(1), otherwise the display of events was
|
---|
476 | not updated.
|
---|
477 |
|
---|
478 | * mgui/MHexagon.cc
|
---|
479 | - DistanceToPrimitive(Float_t px, Float_t py) Changed check of
|
---|
480 | whether px,py is inside the pixel or not. Previous algorithm
|
---|
481 | was just an approximation.
|
---|
482 |
|
---|
483 |
|
---|
484 |
|
---|
485 | 2004/02/17: Raquel de los Reyes
|
---|
486 |
|
---|
487 | * mcamera/MCameraHV.h
|
---|
488 | - Now it derives from a MCamEvent class and implemented the
|
---|
489 | GetPixContent() and DrawPixelContent() functions. Added the
|
---|
490 | GetMean function to get the mean HV settings of the camera.
|
---|
491 |
|
---|
492 | * macros/CCDataCheck.C
|
---|
493 | - Added the HV settings plots.
|
---|
494 |
|
---|
495 |
|
---|
496 |
|
---|
497 | 2004/02/17: Hendrik Bartko
|
---|
498 |
|
---|
499 | * msignal:
|
---|
500 | - new: directory for all signal and time extraction classes
|
---|
501 |
|
---|
502 | * msignal/MArrivalTimeCam.[h,cc], manalysis/Makefile,
|
---|
503 | msignal/AnalysisLinkDef.h, MGeomApply.cc:
|
---|
504 | - new: Storage Container for the ArrivalTime in the camera
|
---|
505 |
|
---|
506 | * msignal/MArrivalTimePix.[h,cc], manalysis/Makefile,
|
---|
507 | msignal/AnalysisLinkDef.h:
|
---|
508 | - new: Storage Container for ArrivalTime information of one pixel
|
---|
509 |
|
---|
510 | * msignal/Makefile, SignalCint.[h,cc], SignalDep.d, SignalIncl.h,
|
---|
511 | SignalLinkDef.h
|
---|
512 | - auxiliary files for msignal directory
|
---|
513 |
|
---|
514 | * manalysis/MArrivalTimeCalc2.[h,cc]:
|
---|
515 | - added functionality to compute error of the extracted ArrivalTime
|
---|
516 | - calculated ArrivalTime is stored in MArrivalTimeCam
|
---|
517 |
|
---|
518 | * manalysis/MGeomApply.cc
|
---|
519 | - geometry is applied to MArrivalTimeCam
|
---|
520 |
|
---|
521 | * Makefile:
|
---|
522 | - directory msignal is included
|
---|
523 |
|
---|
524 |
|
---|
525 |
|
---|
526 | 2004/02/17: Sebastian Raducci
|
---|
527 |
|
---|
528 | * mtools/MCubicSpline.[h,cc]
|
---|
529 | - little corrections in minimums evalustion methods
|
---|
530 | - changed constructors (they require the fadc slices to be const)
|
---|
531 |
|
---|
532 | * macros/spline.C
|
---|
533 | - changed according to the MCubicSpline new constructors
|
---|
534 |
|
---|
535 | * manalysis/MArrivalTimeCalc.[h,cc]
|
---|
536 | - changed to use the MCubicSpline class intead of the TSpline class
|
---|
537 | - warning: now the arrival time is again the maximum of the spline,
|
---|
538 | soon it will be changed to half maximum
|
---|
539 |
|
---|
540 |
|
---|
541 |
|
---|
542 | 2004/02/17: Wolfgang Wittek
|
---|
543 |
|
---|
544 | * manalysis/MSourcPosfromStarPos.[h,cc]
|
---|
545 | - new class; calculates the position of the source in the camera from
|
---|
546 | the position of a star in the camera and puts it into
|
---|
547 | MSrcPosCam
|
---|
548 |
|
---|
549 |
|
---|
550 |
|
---|
551 | 2004/02/16: Abelardo Moralejo
|
---|
552 |
|
---|
553 | * mcalib/MMcCalibrationCalc.cc
|
---|
554 | - Fixed two typos in screen output.
|
---|
555 |
|
---|
556 |
|
---|
557 |
|
---|
558 | 2004/02/16: Markus Gaug
|
---|
559 |
|
---|
560 | * mcalib/MCalibrationPix.cc
|
---|
561 | - documentation from David's email added
|
---|
562 | - EffectiveQE decreased from 0.2 to 0.18 (see documentation)
|
---|
563 |
|
---|
564 | * mcalib/Makefile, mcalib/CalibLinkDef.h:
|
---|
565 | - added MExtractBlindPixel and MExtractedSignalBlindPixel
|
---|
566 |
|
---|
567 | * mcalib/MExtractBlindPixel.[h,cc]
|
---|
568 | - new signal extractor for the Blind Pixel
|
---|
569 |
|
---|
570 | * mcalib/MExtractedSignalBlindPixel.[h,cc]
|
---|
571 | - new container for the extracted signal of the BlindPixel
|
---|
572 |
|
---|
573 | * mcalib/MCalibrationCalc.[h,cc]
|
---|
574 | - does not extract signal from Blind Pixel any more, searches
|
---|
575 | for MExtractedSignalBlindPixel and fills the hists from there
|
---|
576 |
|
---|
577 | * macros/calibration.C, macros/bootcampstandardanalysis.C,
|
---|
578 | macros/pedphotcalc.C, mjobs/MJCalibration.cc:
|
---|
579 | - introduce the blind pixel and PIN diode extraction in the macro
|
---|
580 |
|
---|
581 | * manalysis/MPedestalCam.h
|
---|
582 | - changed type of fTotalEntries from ULong_t to UInt_t
|
---|
583 | - fixed documentation of fTotalEntries
|
---|
584 |
|
---|
585 | * manalysis/MPedCalcPedRun.h
|
---|
586 | - changed type of fNumSamplesTot from ULong_t to UInt_t
|
---|
587 |
|
---|
588 | * mcalib/MHGausEvents.h
|
---|
589 | - changed type of fCurrentSize from ULong_t to UInt_t
|
---|
590 |
|
---|
591 | * mcalib/MCalibrationConfig.h
|
---|
592 | - removed gkConversionHiLo and gkConversionHiLoErr which is now
|
---|
593 | directly in the class MCalibrationPix
|
---|
594 |
|
---|
595 |
|
---|
596 |
|
---|
597 | 2004/02/16: Thomas Bretz
|
---|
598 |
|
---|
599 | * manalysis/AnalysisLinkDef.h:
|
---|
600 | - added missing MCerPhotEvtIter
|
---|
601 |
|
---|
602 | * merpp.cc:
|
---|
603 | - added possible usage of database
|
---|
604 |
|
---|
605 | * star.cc:
|
---|
606 | - moved source code into new class MJStar - preliminary
|
---|
607 |
|
---|
608 | * manalysis/MCerPhotPix.cc:
|
---|
609 | - updated class header
|
---|
610 | - fixed Print-output
|
---|
611 |
|
---|
612 | * mbase/MAGIC.h:
|
---|
613 | - removed definition of MLog
|
---|
614 |
|
---|
615 | * mbase/MArgs.h:
|
---|
616 | - removed include of MAGIC.h
|
---|
617 |
|
---|
618 | * mbase/MLog.h:
|
---|
619 | - added extern definition of gLog
|
---|
620 |
|
---|
621 | * mbase/MParContainer.[h,cc]:
|
---|
622 | - move body of constructors to source file
|
---|
623 |
|
---|
624 | * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
|
---|
625 | mraw/MRawCrateArray.cc, mraw/MRawCrateData.cc,
|
---|
626 | mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawRead.cc,
|
---|
627 | mraw/MRawEvtPixelIter.cc, mraw/MRawFileWrite.cc:
|
---|
628 | - fixed documentation header
|
---|
629 |
|
---|
630 | * mcalib/MMcCalibrationCalc.[h,cc]:
|
---|
631 | - fixed documentation header
|
---|
632 | - fixed usage of FindCreateObj and FindObject
|
---|
633 | - removed data member to count entries (use histogram instead)
|
---|
634 | - use TH1 function Integral instead of doing it manually
|
---|
635 |
|
---|
636 | * mfilter/MFCosmics.cc:
|
---|
637 | - fixed documentation
|
---|
638 |
|
---|
639 | * mimage/MHillas.cc, mimage/MImgCleanStd.cc,
|
---|
640 | mimage/MNewImagePar.[h,cc]:
|
---|
641 | - replaced for-loops by Iterators
|
---|
642 |
|
---|
643 | * mraw/MRawFileRead.cc, mraw/MRawSocketRead.cc:
|
---|
644 | - fixed documentation header
|
---|
645 | - check return value of MRawRunHeader::ReadEvt
|
---|
646 |
|
---|
647 | * mraw/mraw/MRawRunHeader.[h,cc]:
|
---|
648 | - fixed documentation header
|
---|
649 | - added return value to MRawRunHeader::ReadEvt
|
---|
650 | - added constant number for max format version - preliminary
|
---|
651 | (should by a static data member)
|
---|
652 |
|
---|
653 | * mcalib/MHCalibrationPINDiode.cc:
|
---|
654 | - do not delete pointers in the destructor which are already
|
---|
655 | deleted in the base class
|
---|
656 | - reset histograms in Clear()
|
---|
657 |
|
---|
658 | * mcalib/MHCalibrationPixel.cc:
|
---|
659 | - after deletion of instances in Clear() initialize pointer to NULL
|
---|
660 |
|
---|
661 | * mcalib/MCalibrationCalc.cc, mcalib/MHCalibrationBlindPixel.cc:
|
---|
662 | - fixed usage of logging stream output levels
|
---|
663 |
|
---|
664 | * manalysis/MPedCalcPedRun.[h,cc]:
|
---|
665 | - removed obsolete fSignals
|
---|
666 |
|
---|
667 | - removed obsolete fNumPixels
|
---|
668 |
|
---|
669 | * manalysis/MPedestalCam.h:
|
---|
670 | - added '->' to fArray
|
---|
671 |
|
---|
672 | * mfileio/MWriteRootFile.cc:
|
---|
673 | - changed some output to make debugging easier
|
---|
674 |
|
---|
675 | * mjobs/MJCalibration.cc:
|
---|
676 | - fixed a bug in drawing
|
---|
677 |
|
---|
678 | * mjobs/MJExtractSignal.cc:
|
---|
679 | - removed MPedestalCam from MWriteRootFile output.
|
---|
680 | When creating the branch it crashes - reason unknown I'll
|
---|
681 | investigate further
|
---|
682 |
|
---|
683 |
|
---|
684 |
|
---|
685 | 2004/02/16: Markus Gaug
|
---|
686 |
|
---|
687 | * mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C:
|
---|
688 | - added MHCalibrationRelTimePix
|
---|
689 |
|
---|
690 | * mcalib/MHCalibrationRelTimePix.[h,cc],
|
---|
691 | mcalib/MHCalibrationRelTimeCam.[h,cc]:
|
---|
692 | - new classes to fit and display the relative arrival times.
|
---|
693 | - filled from MArrivalTime
|
---|
694 | - need: MFillH("MHCalibrationRelTimeCam","MArrivalTime")
|
---|
695 |
|
---|
696 | * manalysis/MCalibrationCalc.cc
|
---|
697 | - take out all uncommented code referring to the relative arrival time
|
---|
698 |
|
---|
699 | * manalysis/MArrivalTime.h
|
---|
700 | - changed function GetNumPixels to GetSize
|
---|
701 |
|
---|
702 | * macros/bootcampstandardanalysis.C, macros/pedphotcalc.C
|
---|
703 | - included cosmics rejection which was in MCalibrationCalc before
|
---|
704 |
|
---|
705 |
|
---|
706 |
|
---|
707 | 2004/02/14: Markus Gaug
|
---|
708 |
|
---|
709 | * mcalib/Makefile, mcalib/CalibLinkDef.h:
|
---|
710 | - added MHCalibrationChargePINDiode
|
---|
711 |
|
---|
712 | * mcalib/MHCalibrationChargePINDiode.[h,cc]
|
---|
713 | - new class to fill the PIN Diode histograms. Derives from
|
---|
714 | MHCalibrationChargePix and is filled with MFillH from the
|
---|
715 | container MExtractedSignalPINDiode.
|
---|
716 | Will replace MHCalibrationPINDiode entirely soon.
|
---|
717 |
|
---|
718 | * mcalib/MHCalibrationChargePix.[h,cc]
|
---|
719 | - new base class for the calibration charges histogram pixel.
|
---|
720 | Derives from MH and can be filled with the MH with the MH
|
---|
721 | functions.
|
---|
722 |
|
---|
723 | * mcalib/MExtractPINDiode.[h,cc]
|
---|
724 | - new signal extractor for the PIN Diode
|
---|
725 |
|
---|
726 | * mcalib/MExtractedSignalPINDiode.[h,cc]
|
---|
727 | - new container for the extracted signal of the PIN Diode
|
---|
728 |
|
---|
729 | * mcalib/MCalibrationCalc.[h,cc]
|
---|
730 | - remove the PIN Diode signal extraction
|
---|
731 |
|
---|
732 | * manalysis/MHPedestalPix.[h,cc]
|
---|
733 | - new version of MHPedestalPixel, deriving from MHGausEvents.
|
---|
734 |
|
---|
735 | * manalysis/MHPedestalPixel.[h,cc]
|
---|
736 | - old version removed, since obsolete (and erroneous)
|
---|
737 |
|
---|
738 | * manalysis/MHPedestalCam.[h,cc]
|
---|
739 | - histogramming part of MPedestalCam now in own class
|
---|
740 |
|
---|
741 | * manalysis/MPedestalPix.h
|
---|
742 | - removed include of MHPedestalPixel
|
---|
743 |
|
---|
744 | * macros/calibration.C
|
---|
745 | - changed pedestal displays accordingly
|
---|
746 |
|
---|
747 | * mjobs/MJPedestal.h
|
---|
748 | - class TCanvas included (did not compile otherwise)
|
---|
749 |
|
---|
750 | * mhbase/MH.cc
|
---|
751 | - included call to FindGoodLimits(..) in CutEdges()
|
---|
752 | - axe from pointer to reference
|
---|
753 | - "CutEdges" renamed to "StripZeros"
|
---|
754 |
|
---|
755 | * manalysis/MHPedestalPixel.cc, mcalib/MHCalibrationPixel.cc,
|
---|
756 | mcalib/MHCalibrationBlindPixel.cc:
|
---|
757 | - "CutEdges" renamed to "StripZeros"
|
---|
758 |
|
---|
759 | * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
|
---|
760 | - replaced by the improved version: MHGausEvents.[h,cc]
|
---|
761 |
|
---|
762 |
|
---|
763 |
|
---|
764 | 2004/02/14: Thomas Bretz
|
---|
765 |
|
---|
766 | * manalysis/MCerPhotEvt.[h,cc]:
|
---|
767 | - added 'Iterator' facility, this will replace some for-loops
|
---|
768 | in the near future
|
---|
769 |
|
---|
770 | * mbase/MTime.[h,cc]:
|
---|
771 | - added a more powerfull interface to get and interprete the
|
---|
772 | MTime contents as string
|
---|
773 | - added a new constructor
|
---|
774 |
|
---|
775 | * mreport/MReportTrigger.h:
|
---|
776 | - fixed GetPixContent
|
---|
777 |
|
---|
778 | * mtools/MCubicCoeff.cc, mtools/MCubicSpline.[h,cc]:
|
---|
779 | - many small changes to simple details (like order of includes)
|
---|
780 | - some speed improvements
|
---|
781 | - many small simplifications
|
---|
782 | - changed parts of the code to be more C++ like (eg Iterators
|
---|
783 | instead of for-loops)
|
---|
784 | - disentangles some if-cases
|
---|
785 | - replaced some math.h function by TMath::
|
---|
786 | - removed data-member fN (obsolete with iterators)
|
---|
787 |
|
---|
788 |
|
---|
789 |
|
---|
790 | 2004/02/13: Wolfgang Wittek
|
---|
791 |
|
---|
792 | * mcalib/MCalibrateData.[h,cc]
|
---|
793 | - new class;
|
---|
794 | like MCalibrate, but in ReInit it fills the MPedPhot container
|
---|
795 | using informations from MPedestal, MExtracteSignalCam and
|
---|
796 | MCalibrationCam
|
---|
797 |
|
---|
798 | * mcalib/Makefile, mcalib/CalibLinkDef.h
|
---|
799 | - added MCalibrateData
|
---|
800 |
|
---|
801 | * manalysis/MPedestalWorkaround.[h,cc]
|
---|
802 | - create MMcEvt container and fill with theta = 10.0
|
---|
803 | - set pedestalRMS = 0. if it is > 10.0
|
---|
804 |
|
---|
805 | * manalysis/MSupercuts.[h,cc]
|
---|
806 | - change default values of parameters
|
---|
807 |
|
---|
808 | * manalysis/MSupercutsCalc.[h,cc]
|
---|
809 | - change dNOMLOGSIZE from 4.1 to 5.0
|
---|
810 |
|
---|
811 | * mhist/MHBlindPixels.[h,cc]
|
---|
812 | - change MPedestalCam to MPedPhotCam
|
---|
813 |
|
---|
814 | * mhist/MHSigmaTheta.[h,cc]
|
---|
815 | - automatic binning for pixel number doesn't work
|
---|
816 | use default binning
|
---|
817 |
|
---|
818 |
|
---|
819 |
|
---|
820 | 2004/02/13: Markus Gaug
|
---|
821 |
|
---|
822 | * mcalib/MCalibrationPix.[h,cc]
|
---|
823 | - added variables gkAverageQE, gkAverageQEErr, and fAverageQE,
|
---|
824 | fAverageQEErr
|
---|
825 | - gkAverageQE initializes to 0.2 (according to David)
|
---|
826 | - gkAverageQEErr initializes to 0.02 (dito)
|
---|
827 | - added new member function: SetAverageQE
|
---|
828 | - call to GetMeanConversionFFactorMethod returns:
|
---|
829 | fMeanConversionFFactorMethod/fAverageQE.
|
---|
830 | - call to GetErrorConversionFFactorMethod returns:
|
---|
831 | errors of fMeanConversionFFactorMethod and fAverageQEErr added
|
---|
832 | quadratically
|
---|
833 |
|
---|
834 | * mcalib/Makefile
|
---|
835 | - split into two parts one comment line
|
---|
836 |
|
---|
837 |
|
---|
838 | 2004/02/13: Thomas Bretz
|
---|
839 |
|
---|
840 | * mbadpixels/MBadPixelsTreat.[h.cc]:
|
---|
841 | - added for new bad pixel treatment
|
---|
842 |
|
---|
843 | * mbadpixels/Makefile, mbadpixels/BadPixelsLinkDef.h:
|
---|
844 | - added MBadPixelsTreat
|
---|
845 |
|
---|
846 | * merpp.cc:
|
---|
847 | - changed the name of the "DC" tree to "Currents" to make
|
---|
848 | MReportRead work correctly with this tree
|
---|
849 |
|
---|
850 | * mbase/MTime.[h,cc]:
|
---|
851 | - Changed UpDMagicTime to support nanosec instead of millisec
|
---|
852 | - exchanged Reset() by Clear() not to clear the yy/mm/dd
|
---|
853 | information away in an eventloop
|
---|
854 |
|
---|
855 | * mraw/MRawEvtHeader.[h,cc]:
|
---|
856 | - implemented decoding of the time-stamp for raw-data files
|
---|
857 | with version>2. Thanks to Marcos.
|
---|
858 |
|
---|
859 | * mraw/MRawRead.[h,c]:
|
---|
860 | - pipe file version number to MRawEvtHeader::ReadEvt
|
---|
861 | - create fake time for file-version<3
|
---|
862 |
|
---|
863 | * macros/readMagic.C:
|
---|
864 | - changed to use MInteractiveTask
|
---|
865 |
|
---|
866 | * mbase/MPrint.cc:
|
---|
867 | - fixed debugging level of some output
|
---|
868 |
|
---|
869 | * mhist/MHCamera.[h,cc]:
|
---|
870 | - fixed handling in AddNotify (necessayr due to change of
|
---|
871 | inheritance from MCamEvent)
|
---|
872 | - replaced cout by gLog
|
---|
873 | - added fNotify to list of cleanups
|
---|
874 |
|
---|
875 | * mhist/MHEvent.cc, mjobs/MJCalibration.cc,
|
---|
876 | mjobs/MJPedestal.cc:
|
---|
877 | - fixed usage of AddNotify
|
---|
878 |
|
---|
879 | * mfileio/MReadReports.cc:
|
---|
880 | - use a different way to determin whether the tree is a valid tree,
|
---|
881 | skip invalid trees
|
---|
882 |
|
---|
883 | * mfileio/MReadTree.cc:
|
---|
884 | - added another sanity check at the beginning of PreProcess
|
---|
885 |
|
---|
886 | * mhbase/MFillH.[h,cc]:
|
---|
887 | - added bit kCanSkip which skips MFillH in case the necessary container
|
---|
888 | wasn't found.
|
---|
889 | - cd into the corresponding canvas before filling the MH
|
---|
890 |
|
---|
891 |
|
---|
892 |
|
---|
893 | 2004/02/12: Markus Gaug
|
---|
894 |
|
---|
895 | * mbase/MArray.[h,cc]:
|
---|
896 | - changed name of StripZeros
|
---|
897 |
|
---|
898 | * mcalib/MHGausEvent.cc:
|
---|
899 | - corrected call to StripZeros
|
---|
900 |
|
---|
901 | * mcalib/MCalibrationPix.[h,cc]
|
---|
902 | - implemented dummy for combined method
|
---|
903 |
|
---|
904 | * mcalib/MCalibrate.[h,cc]
|
---|
905 | - implemented a dummy for calibration factor 1. (requested by
|
---|
906 | Javier Rico)
|
---|
907 | - implemented combined method
|
---|
908 | - check for valid methods moved to ReInit
|
---|
909 |
|
---|
910 | * mcalib/MCalibrationCalc.cc
|
---|
911 | - removed initialization of non-used nsamples
|
---|
912 |
|
---|
913 | * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.[h,cc],
|
---|
914 | mcalib/MCalibrationCalc.[h,cc]
|
---|
915 | macros/calibration.C
|
---|
916 | - implemented new histograms:
|
---|
917 | HSinglePheFADCSlices and HPedestalFADCSlices
|
---|
918 | They are filled with the FADC slice values of either a s.phe.
|
---|
919 | event or a pedestal event. The decision is taken with the
|
---|
920 | variable: MCalibrationCalc::fBlindPixelSinglePheCut, to be set
|
---|
921 | with a setter
|
---|
922 |
|
---|
923 | * mtools/MFFT.[h,cc]
|
---|
924 | - PowerSpectrumDensity of TArrayI implemented
|
---|
925 |
|
---|
926 |
|
---|
927 |
|
---|
928 | 2004/02/12: Thomas Bretz
|
---|
929 |
|
---|
930 | * mbase/MArray.[h,cc]:
|
---|
931 | - changed argument of CutEdges from pointer to reference
|
---|
932 |
|
---|
933 | * mgeom/MGeomPix.h:
|
---|
934 | - fixed calculation of area of pixel. It was too big for a
|
---|
935 | factor of 2
|
---|
936 |
|
---|
937 | * mjobs/MJCalibration.cc:
|
---|
938 | - slight change of name of a MHCamera
|
---|
939 |
|
---|
940 | * manalysis/MExtractSignal.cc:
|
---|
941 | - slight change to the creation of the satpixels list
|
---|
942 |
|
---|
943 | * mcalib/MHCalibrationBlindPixel.cc, mcalib/MHCalibrationPixel.cc,
|
---|
944 | mcalib/MHGausEvent.cc:
|
---|
945 | - corrected call to ProjectArray
|
---|
946 | - corrected call to CutEdges
|
---|
947 |
|
---|
948 | * mfilter/MFCosmics.[h,cc]:
|
---|
949 | - small fixes to logging output
|
---|
950 | - small simplification to return statement
|
---|
951 | - declared CosmicsRejection const
|
---|
952 |
|
---|
953 | * mhbase/MH.[h,cc]:
|
---|
954 | - changed argument of ProjectArray from pointer to reference
|
---|
955 | - added missing calcualtion of minimum
|
---|
956 | - removed obsolete SetEntries
|
---|
957 | - changed SetDirectory from NULL to gROOT
|
---|
958 |
|
---|
959 |
|
---|
960 |
|
---|
961 | 2004/02/12: Javier López
|
---|
962 |
|
---|
963 | * macros/pointspreadfunction.C
|
---|
964 | - added new macro that fits with a 2D gaussian the DC spot for an
|
---|
965 | star. It gives you the RMS of the PSF and the center of the star,
|
---|
966 | very useful for misspointing studies.
|
---|
967 |
|
---|
968 |
|
---|
969 |
|
---|
970 | 2004/02/11: Hendrik Bartko
|
---|
971 |
|
---|
972 | * manalysis/MExtractSignal2.cc:
|
---|
973 | - introduced a validity check for the set-function of the window
|
---|
974 | size (even number of slices, WindowSize < NumberSlices)
|
---|
975 |
|
---|
976 | * manalysis/MArrivalTimeCalc2.[h,cc], manalysis/Makefile,
|
---|
977 | manalysis/AnalysisLinkDef.h:
|
---|
978 | - new: introduced the calculation of the arrival time as the signal
|
---|
979 | weighted mean of the time slices in the maximum window
|
---|
980 |
|
---|
981 |
|
---|
982 |
|
---|
983 | 2004/02/11: Markus Gaug
|
---|
984 |
|
---|
985 | * mcalib/MCalibrationCalc.cc:
|
---|
986 | - the blind pixel signal extractor introduced one week ago, counted
|
---|
987 | one FADC slice too little, thus the normalization w.r.t. pedestals
|
---|
988 | was wrong. Now corrected.
|
---|
989 |
|
---|
990 | * manalysis/MExtractSignal.cc, manalysis/MExtractSignal2.cc:
|
---|
991 | - when "WARNING - Lo Gain saturated" occurs, display also the
|
---|
992 | corr. pixel numbers.
|
---|
993 |
|
---|
994 | * mbase/MArray.[h,cc]:
|
---|
995 | - introduced function to cut array edges with zeros.
|
---|
996 | (Thomas, should we keep it there or move it to another class? )
|
---|
997 |
|
---|
998 | * mcalib/MCalibrationCalc.[h,cc]:
|
---|
999 | - new function SetBlindPixelRange to set start and end of FADC slices
|
---|
1000 | used for the blind pixel signal extraction.
|
---|
1001 | - remove fEvents which are not necessary any more after the shift
|
---|
1002 | to MFCosmics.
|
---|
1003 |
|
---|
1004 | * mcalib/MHCalibration(Blind)Pixel.[h,cc]:
|
---|
1005 | - show the fourier spectrum now with axes in frequency [Hz] instead
|
---|
1006 | of inverted events.
|
---|
1007 |
|
---|
1008 | * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
|
---|
1009 | - new base class for all kind of events with variables having a
|
---|
1010 | Gaussian distribution. Will serve as base class for the
|
---|
1011 | existing and new calibration histogram classes.
|
---|
1012 |
|
---|
1013 |
|
---|
1014 |
|
---|
1015 | 2004/02/11: Abelardo Moralejo
|
---|
1016 |
|
---|
1017 | * mmain/MEventDisplay.cc
|
---|
1018 | - Switched order of MMcPedestalCopy and MCerPhotCalc in tasklist:
|
---|
1019 | MMcPedestalCopy must be executed earlier!
|
---|
1020 |
|
---|
1021 |
|
---|
1022 |
|
---|
1023 | 2004/02/10: Raquel de los Reyes
|
---|
1024 |
|
---|
1025 | * mhist/MHPixVsTime.[h,cc]:
|
---|
1026 | - Added a default draw function and replaced the TGraph object
|
---|
1027 | by a pointer to a TGraph object.
|
---|
1028 |
|
---|
1029 | * mreport/MReportTrigger.h:
|
---|
1030 | - Now it dereives from a MCamEvent class and implemented the
|
---|
1031 | GetPixContent() and DrawPixelContent() functions.
|
---|
1032 |
|
---|
1033 | * maccros/CCDataCheck.C:
|
---|
1034 | - An update of the previous macro. New plots: subsystems status and
|
---|
1035 | macrocells trigger.
|
---|
1036 |
|
---|
1037 |
|
---|
1038 |
|
---|
1039 | 2004/02/10: Markus Gaug
|
---|
1040 |
|
---|
1041 | * mcalib/MCalibrationCam.cc:
|
---|
1042 | - fixed documentation
|
---|
1043 |
|
---|
1044 | * mhbase/MH.[h,cc]:
|
---|
1045 | - new function ProjectArray
|
---|
1046 |
|
---|
1047 | * mcalib/MHCalibrationPixel.[h,cc],
|
---|
1048 | mcalib/MHCalibrationBlindPixel.[h,cc]:
|
---|
1049 | - use ProjectArray from MH to plot the projection of the fourier
|
---|
1050 | spectrum
|
---|
1051 |
|
---|
1052 | * mfilter/MFCosmics.[h,cc], mfilter/Makefile,
|
---|
1053 | mfilter/FilterLinkDef.h:
|
---|
1054 | - new filter removing cosmics, the same as in MCalibrationCalc
|
---|
1055 | where it was removed now.
|
---|
1056 | Call: MFCosmics cosmics;
|
---|
1057 | MContinue cont(&cosmics);
|
---|
1058 | tlist.AddToList(&cont);
|
---|
1059 |
|
---|
1060 | * mcalib/MCalibrationCalc.[h,cc]:
|
---|
1061 | - removed cosmics rejection from there
|
---|
1062 |
|
---|
1063 | * macros/calibration.C, mjobs/MJCalibration.cc:
|
---|
1064 | - changed cosmics rejection to the filter algorithm
|
---|
1065 |
|
---|
1066 |
|
---|
1067 |
|
---|
1068 | 2004/02/09: Markus Gaug
|
---|
1069 |
|
---|
1070 | * mcalib/MCalibrationBlindPix.[h,cc]:
|
---|
1071 | - added histogram to display the average in FADC slices of all
|
---|
1072 | single and double phe events
|
---|
1073 |
|
---|
1074 | * mcalib/MCalibrationCalc.cc:
|
---|
1075 | - fill histograms of single-phe events with higain and logain
|
---|
1076 | sampls
|
---|
1077 |
|
---|
1078 | * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationCalc.cc,
|
---|
1079 | mcalib/MCalibrationConfig.h:
|
---|
1080 | - take all pixel areas out of MGeomPix::GetA(), remove all previous
|
---|
1081 | areas
|
---|
1082 | - calculate photon fluxes from blind pixel and PIN diode, use
|
---|
1083 | area only to fill the conversion factors in MCalibrationPix
|
---|
1084 |
|
---|
1085 |
|
---|
1086 | * mcalib/MJCalibration.cc:
|
---|
1087 | - display of number of photons for Blindpixel and PIN Diode Method
|
---|
1088 | changed to display of photon flux which is the actually
|
---|
1089 | calculated quantity
|
---|
1090 |
|
---|
1091 |
|
---|
1092 |
|
---|
1093 | 2004/02/09: Thomas Bretz
|
---|
1094 |
|
---|
1095 | * mbadpixels/*:
|
---|
1096 | - added
|
---|
1097 |
|
---|
1098 | * Makefile:
|
---|
1099 | - added MBadPixels
|
---|
1100 |
|
---|
1101 | * manalysis/MGeomApply.cc:
|
---|
1102 | - fixed class description
|
---|
1103 |
|
---|
1104 | * mjobs/MJCalibration.[h,cc], mjobs/MJExtractSignal.[h,cc]:
|
---|
1105 | - added bad pixel treatment
|
---|
1106 |
|
---|
1107 | * mjobs/MJPedestal.[h,cc]:
|
---|
1108 | - reorganized order of functions
|
---|
1109 | - removed a nonsense scrren output (some BLABABLA or so)
|
---|
1110 |
|
---|
1111 | * mjobs/Makefile:
|
---|
1112 | - added include for mbadpixels
|
---|
1113 |
|
---|
1114 | * mmain/MBrowser.cc:
|
---|
1115 | - do not call construtor of TGTReeLBEntry if pic0=0
|
---|
1116 |
|
---|
1117 |
|
---|
1118 |
|
---|
1119 | 2004/02/09: Raquel de los Reyes
|
---|
1120 |
|
---|
1121 | * mcamera/MCameraLids.h, mreport/MReportCamera.h
|
---|
1122 | - Added the "Get" functions to access the private data
|
---|
1123 | members of the class.
|
---|
1124 |
|
---|
1125 |
|
---|
1126 |
|
---|
1127 | 2004/02/09: Markus Gaug
|
---|
1128 |
|
---|
1129 | * MMcCalibrationUpdate.cc, MCalibrate.cc, MCalibrationPix.cc,
|
---|
1130 | MCalibrationPix.h:
|
---|
1131 | - replace MCalibrationPix->IsChargeFitValid() by IsChargeValid()
|
---|
1132 | because we can calibrate with the histogram mean and RMS even
|
---|
1133 | if the fit is not OK. Thus, there is a question: IsFitted() and
|
---|
1134 | IsChargeValid(), i.e. does the charge make any sense?
|
---|
1135 |
|
---|
1136 | * MCalibrationCam.cc, MCalibrationConfig.h, MCalibrationCalc.cc:
|
---|
1137 | - found serious bug in calculation of conversion factors for the
|
---|
1138 | outer pixels:
|
---|
1139 | GetMeanConversionBlindPixelMethod and
|
---|
1140 | GetMeanConversionPINDiodeMethod
|
---|
1141 | did not correct for the area of the outer pixel, this did only
|
---|
1142 | MCalibrationCam::GetPixelContent which is not used by MCalibrate
|
---|
1143 |
|
---|
1144 |
|
---|
1145 |
|
---|
1146 | 2004/02/06: Markus Gaug
|
---|
1147 |
|
---|
1148 | * mgeom/MGeomCam.h
|
---|
1149 | - replaced in Comment of fPixRatio:
|
---|
1150 | "ratio between size of pixel idx and pixel 0" by
|
---|
1151 | "ratio between size of pixel 0 and pixel idx"
|
---|
1152 |
|
---|
1153 | * manalysis/MPedestalCam.cc
|
---|
1154 | - catch calls to MHPedestalPixel in case that they are not filled
|
---|
1155 | This led previous calls to segmentation violations
|
---|
1156 | - remove include of MHExtractedSignalPix
|
---|
1157 |
|
---|
1158 | * manalysis/MHExtractedSignalPix.[h,cc]
|
---|
1159 | - is everything in MHPedestalPixel, so removed it again
|
---|
1160 |
|
---|
1161 | * mjobs/MJPedestal.cc
|
---|
1162 | - put the projections into Display()
|
---|
1163 | - correct the input of Display (0: pedestal, 1: pedestalerror,
|
---|
1164 | 2: pedRMS, 3: pedRMSerror)
|
---|
1165 |
|
---|
1166 | * manalysis/MHPedestalPixel.cc
|
---|
1167 | - increased number of bins in for charges plot
|
---|
1168 |
|
---|
1169 | * mtools/MFFT.[h,cc]
|
---|
1170 | - possibility to have PSD directly from TArray
|
---|
1171 |
|
---|
1172 | * mjobs/MJCalibration.[h,cc]
|
---|
1173 | - fixed displays
|
---|
1174 | - replaced MExtractSignal by MExtractSignal2
|
---|
1175 |
|
---|
1176 | * mcalib/MHCalibrationPixel.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc],
|
---|
1177 | mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationBlindPix.[h,cc],
|
---|
1178 | mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationPINDiode.[h,cc]:
|
---|
1179 | - remove histograms MHChargevsN..., now keep TArrays directly
|
---|
1180 | - check for oscillations for all pixels (and you will not trust
|
---|
1181 | your eyes when you look at the results :-((((
|
---|
1182 |
|
---|
1183 | * mcalib/MCalibrationCalc.[h,cc]
|
---|
1184 | - remove ArrivalTime -> go to separate class
|
---|
1185 | - remove BlindPixel and PIN Diode overflow, now handled directly
|
---|
1186 | inside the corr. classes.
|
---|
1187 | - remove SkipTimeFits -> go the arrival time class
|
---|
1188 |
|
---|
1189 | * mcalib/MCalibrationCam.h
|
---|
1190 | - new getters for number of photons
|
---|
1191 | - removed timeslicewidth -> go the corr. time containers
|
---|
1192 |
|
---|
1193 | * mcalib/MCalibrationCam.cc
|
---|
1194 | - removed times of GetPixelContent
|
---|
1195 | - added OscillationChecks in GetPixelContent
|
---|
1196 |
|
---|
1197 | * manalysis/MMcCalibrationUpdate.cc
|
---|
1198 | - remove calpix.SkipTimeFits which is now obsolet
|
---|
1199 |
|
---|
1200 | * macros/calibration.C
|
---|
1201 | - all previous changes now in this macro.
|
---|
1202 | - (NB: Thomas, du brauchst in MJCalibration nicht mehr aendern,
|
---|
1203 | das ging diesmal in einem Aufwasch)
|
---|
1204 |
|
---|
1205 |
|
---|
1206 |
|
---|
1207 | 2004/02/06: Thomas Bretz
|
---|
1208 |
|
---|
1209 | * mhist/MHPixVsTime.[h,cc]:
|
---|
1210 | - changed such that you can set the name of the time container now
|
---|
1211 |
|
---|
1212 | * mraw/MRawRunHeader.[h,cc]:
|
---|
1213 | - added GetMaxPixId()
|
---|
1214 |
|
---|
1215 | * mraw/MRawEvtData.cc:
|
---|
1216 | - fixed wrong size calculation for fABflags
|
---|
1217 |
|
---|
1218 |
|
---|
1219 |
|
---|
1220 | 2004/02/06: Oscar Blanch
|
---|
1221 |
|
---|
1222 | * mmc/MFadcDefine.h && mmc/MMcFadcHeader.cxx
|
---|
1223 | - We cahnged the name (and values) of the global variable
|
---|
1224 | MFADC_RESPONSE_AMPLITUDE to MFADC_RESPONSE_INTEGRAL
|
---|
1225 |
|
---|
1226 |
|
---|
1227 |
|
---|
1228 | 2004/02/05: Markus Gaug
|
---|
1229 |
|
---|
1230 | * mcalib/MHCalibrationPixel.[h,cc]
|
---|
1231 | - put an NDF limit for the fit
|
---|
1232 | - removed all TStrings and replace them by Form(..)
|
---|
1233 | - Check for nan's of all returned fit values
|
---|
1234 |
|
---|
1235 | * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc:
|
---|
1236 | - reshuffled HiLoGainConversion, calculation of F-Factor method,
|
---|
1237 | - calculation of total F-Factor of the readout.
|
---|
1238 |
|
---|
1239 | * mcalib/MCalibrationCam.cc
|
---|
1240 | - include relative times to display with GetPixelContent
|
---|
1241 |
|
---|
1242 | * mcalib/MCalibrationCalc.[h,cc]
|
---|
1243 | - flag to skip Hi-Lo Calibration
|
---|
1244 | - Hi-LO Graph not filled any more after overflow of ChargevsN
|
---|
1245 | - fill the blind pixel differently from the rest of pixels
|
---|
1246 |
|
---|
1247 | * mcalib/MCalibrate.cc:
|
---|
1248 | - call to const MCalibrationPix &pix replaced by MCalibrationPix &pix
|
---|
1249 |
|
---|
1250 | * manalysis/MArrivalTimeCalc.cc
|
---|
1251 | - default step width 100 ps.
|
---|
1252 | - look for half maximum (at rising edge)
|
---|
1253 |
|
---|
1254 | * manalysis/MExtractSignal.[h,cc]
|
---|
1255 | - removed uncommented code (arrival time)
|
---|
1256 | - set start byte back by one like it was before TB's changes
|
---|
1257 | (does not affect the calculation of number of FADC slices)
|
---|
1258 |
|
---|
1259 | * manalysis/MExtractSignal2.[h,cc]
|
---|
1260 | - removed uncommented code (arrival time)
|
---|
1261 |
|
---|
1262 | * manalysis/MHPedestalPixel.[h,cc]
|
---|
1263 | - is now filled with total pedestals (not per slice), but results are
|
---|
1264 | renormalized to values per slice (this is not to screw up with the
|
---|
1265 | pedestal RMS and the derived uncertainties)
|
---|
1266 | - new function Renorm(nslices)
|
---|
1267 |
|
---|
1268 | * manalysis/MPedestalCam.[h,cc]
|
---|
1269 | - introduced function Clone() (like proposed by TB)
|
---|
1270 | - call to MHPedestalPixel operator() not const any more
|
---|
1271 | - take out lots of uncommented code
|
---|
1272 | - found bug in initialization of hists. SetupFill is called in
|
---|
1273 | PreProcess, therefore, TObjArray is not yet enlarged there.
|
---|
1274 | Now, InitUseHists is called in Fill
|
---|
1275 | - MHPedestalPixel is now filled with total pedestals (not per slice),
|
---|
1276 | but results are
|
---|
1277 | renormalized to values per slice (this is not to screw up with the
|
---|
1278 | pedestal RMS and the derived uncertainties)
|
---|
1279 |
|
---|
1280 | * manalysis/MPedCalcPedRun.cc
|
---|
1281 | - added author
|
---|
1282 | - split calculation of RMS into two steps to make it more clear to
|
---|
1283 | the user
|
---|
1284 |
|
---|
1285 | * macros/calibration.C
|
---|
1286 | - found bug introduced two days ago, namely calculating pedestlas with
|
---|
1287 | MExtractSignal2 which is now fixed
|
---|
1288 | - Skip HiLoConversionCalibration
|
---|
1289 |
|
---|
1290 |
|
---|
1291 |
|
---|
1292 | 2004/02/05: Abelardo Moralejo
|
---|
1293 |
|
---|
1294 | * macros/starmc2.C
|
---|
1295 | - added 3rd argument, "kFALSE", to call of MWriteRootFile::Add
|
---|
1296 | for both MMcEvt and MMcRunHeader since these containers are
|
---|
1297 | not present in real data. Name of macro is no longer adequate if
|
---|
1298 | we will use it for calibrated real data (to be changed if so).
|
---|
1299 |
|
---|
1300 |
|
---|
1301 |
|
---|
1302 | 2004/02/05: Sebastian Raducci
|
---|
1303 |
|
---|
1304 | * mtools/MCubicSpline.[h,cc]
|
---|
1305 | - added
|
---|
1306 | - this class will take the place of the TSpline class to
|
---|
1307 | calculate arrival times
|
---|
1308 |
|
---|
1309 | * mtools/MCubicCoeff.[h,cc]
|
---|
1310 | - added
|
---|
1311 | - this class is used by MCubicSpline to store coefficients
|
---|
1312 |
|
---|
1313 | * macros/spline.C
|
---|
1314 | - added
|
---|
1315 | - test macro. Shows how to use the MCubicSpline class
|
---|
1316 | - it could be used to test the methods of the Spline class
|
---|
1317 |
|
---|
1318 |
|
---|
1319 |
|
---|
1320 | 2004/02/05: Thomas Bretz
|
---|
1321 |
|
---|
1322 | * mmain/MBrowser.cc:
|
---|
1323 | - fixed a double deletion of a TGLayoutHints
|
---|
1324 |
|
---|
1325 |
|
---|
1326 |
|
---|
1327 | 2004/02/04: Markus Gaug
|
---|
1328 |
|
---|
1329 | * mmain/MBrowser.cc:
|
---|
1330 | - corrected TGTReeLBEntry for TGTreeLBEntry
|
---|
1331 |
|
---|
1332 |
|
---|
1333 |
|
---|
1334 | 2004/02/04: Thomas Bretz
|
---|
1335 |
|
---|
1336 | * manalysis/MExtractSignal2.cc:
|
---|
1337 | - don't allow odd numbers for the window size
|
---|
1338 |
|
---|
1339 | * mfilter/MFilterList.cc:
|
---|
1340 | - corrected a wrong logging message
|
---|
1341 |
|
---|
1342 | * mmain/MBrowser.cc:
|
---|
1343 | - added '/data/MAGIC' as shortcut in the combo box
|
---|
1344 |
|
---|
1345 | * mraw/MRawEvtPixelIter.cc:
|
---|
1346 | - optimized calculation of MaxIdx
|
---|
1347 |
|
---|
1348 |
|
---|
1349 |
|
---|
1350 | 2004/02/04: Abelardo Moralejo
|
---|
1351 |
|
---|
1352 | * macros/starmc2.C
|
---|
1353 | - removed unnecessary variables BinsHigh, BinsLow
|
---|
1354 |
|
---|
1355 |
|
---|
1356 |
|
---|
1357 | 2004/02/04: Markus Gaug
|
---|
1358 |
|
---|
1359 | * manalysis/MPedestalCam.[h,cc], manalysis/MPedestalPix.[h,cc],
|
---|
1360 | manalysis/MPedCalcPedRun.[h,cc], manalysis/MHPedestalPixel.[h,cc],
|
---|
1361 | macros/calibration.C:
|
---|
1362 | - histograms are now filled with MFillH as proposed and coded by
|
---|
1363 | Thomas Bretz. Some modifications had to be done, however.
|
---|
1364 | - Class to hold MHPedestalPixel is still MPedestalCam
|
---|
1365 | - MPedCalcPedRun does nothing any more (except from what is was
|
---|
1366 | doing before)
|
---|
1367 |
|
---|
1368 | * manalysis/MExtractSignal.cc
|
---|
1369 | - remove uncommented code
|
---|
1370 |
|
---|
1371 | * mcalib/MCalibrationCalc.[h,cc]
|
---|
1372 | - modified way to handle histogram overflow: Now flags are set and
|
---|
1373 | ChargevsN histogram is not tried to be filled subsequently
|
---|
1374 |
|
---|
1375 |
|
---|
1376 |
|
---|
1377 | 2004/02/03: Markus Gaug
|
---|
1378 |
|
---|
1379 | * manalysis/MHExtractedSignalPix.[h,cc]
|
---|
1380 | - added Thomas B. modified version of MHPedestalPixel. Later will
|
---|
1381 | remove MHPedestalPixel
|
---|
1382 |
|
---|
1383 | * manalysis/MCalibrationPix.[h,cc], manalysis/MHCalibrationPixel.[h,cc],
|
---|
1384 | manalysis/MCalibrationCam.cc, macros/calibration.C:
|
---|
1385 | - now split completely absolute and relative times. Absolute
|
---|
1386 | times are not fitted, but their histogram mean and rms are
|
---|
1387 | returned.
|
---|
1388 |
|
---|
1389 |
|
---|
1390 |
|
---|
1391 | 2004/02/03: Thomas Bretz
|
---|
1392 |
|
---|
1393 | * mfileio/MReadTree.cc:
|
---|
1394 | - fixed handling of -1 entries in AddFile: root 3.10/02 crashed
|
---|
1395 |
|
---|
1396 | * manalysis/MExtractSignal.[h,cc]:
|
---|
1397 | - moved code to extract the signal from Process to
|
---|
1398 | new member function FindSignal, I left the arrival time
|
---|
1399 | extraction as commented-out code in the code just as a
|
---|
1400 | demonstration to do this very fast.
|
---|
1401 |
|
---|
1402 |
|
---|
1403 |
|
---|
1404 | 2004/02/02: Markus Gaug
|
---|
1405 |
|
---|
1406 | * manalysis/MPedCalcPedRun.cc
|
---|
1407 | - corrected formulae in Class description
|
---|
1408 |
|
---|
1409 | * mcalib/MCalibration.[h,cc], mcalib/MHCalibration.[h,cc],
|
---|
1410 | manalysis/MMcCalibrationUpdate.cc:
|
---|
1411 | - calculate relative times and absolute times. Fit only
|
---|
1412 | the relative ones.
|
---|
1413 |
|
---|
1414 |
|
---|
1415 |
|
---|
1416 | 2004/02/02: Abelardo Moralejo
|
---|
1417 |
|
---|
1418 | * manalysis/MMcCalibrationUpdate.cc, MMcPedestalCopy.cc
|
---|
1419 | - removed file type check (MC or data) from PreProcess since now
|
---|
1420 | run headers are not yet known at that point.
|
---|
1421 |
|
---|
1422 | * mcalib/MMcCalibrationCalc.cc
|
---|
1423 | - same as above.
|
---|
1424 |
|
---|
1425 | * NEWS
|
---|
1426 | - updated.
|
---|
1427 |
|
---|
1428 |
|
---|
1429 |
|
---|
1430 | 2004/02/02: Thomas Bretz
|
---|
1431 |
|
---|
1432 | * manalysis/MExtractSignal2.[h,cc]:
|
---|
1433 | - added new task which takes a given number of slices with the
|
---|
1434 | highest integral content as signal.
|
---|
1435 |
|
---|
1436 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
---|
1437 | - added MExtractSignal2
|
---|
1438 |
|
---|
1439 |
|
---|
1440 |
|
---|
1441 | 2004/01/30: Abelardo Moralejo
|
---|
1442 |
|
---|
1443 | * macros/starmc.C
|
---|
1444 | - changed default FADC integration range (more adequate for coming
|
---|
1445 | camera version).
|
---|
1446 |
|
---|
1447 | * macros/mccalibrate.C, starmc2.C
|
---|
1448 | - added. First macro transforms input files from camera simulation
|
---|
1449 | into files with pixel data already calibrated in photons. The
|
---|
1450 | second reads in an already calibrated data file and produces an
|
---|
1451 | output file with Hillas parameters. Both together do the same as
|
---|
1452 | starmc.C, but it is convenient to have files containing
|
---|
1453 | calibrated pixel information.
|
---|
1454 |
|
---|
1455 |
|
---|
1456 |
|
---|
1457 | 2004/01/30: Thomas Bretz
|
---|
1458 |
|
---|
1459 | * mbase/MDirIter.h:
|
---|
1460 | - added GetNumEntries
|
---|
1461 |
|
---|
1462 | * mhist/MHEvent.cc:
|
---|
1463 | - added a dynamic_cast from MParContainer to MCamEvent to get the
|
---|
1464 | correct pointer to the correct base-class.
|
---|
1465 |
|
---|
1466 | * mbase/MStatusDisplay.cc:
|
---|
1467 | - In EventInfo check whether gPad==0
|
---|
1468 |
|
---|
1469 | * mfileio/MReadMarsFile.cc:
|
---|
1470 | - removed reading RunHeaders from PreProcess, this resulted
|
---|
1471 | in strange behaviour of writing RunHeaders
|
---|
1472 | - fixed consistency check for RunType accordingly
|
---|
1473 |
|
---|
1474 | * mfilter/MFilterList.cc:
|
---|
1475 | - do not skip adding filter if only a filter with the same name
|
---|
1476 | exists
|
---|
1477 |
|
---|
1478 | * mraw/MRawFileRead.cc:
|
---|
1479 | - added an output message if run header is not accessible
|
---|
1480 |
|
---|
1481 | * mraw/MRawRunHeader.[h,cc]:
|
---|
1482 | - initialize fRunType to new enum kRTNone
|
---|
1483 |
|
---|
1484 | * mfilter/MFGeomag.cc:
|
---|
1485 | - set fResult to kFALSE at the beginning of Process
|
---|
1486 | - according to this removed setting fResult=kFALSE before return
|
---|
1487 | - replaced some float by Float_t
|
---|
1488 | - added some const-qualifiers
|
---|
1489 | - replaced (rig<0.5/pr*R*(r2-r1)+r1) by (rig-r1)*pr<rnd
|
---|
1490 | with rnd = R * (r2-r1)/2 to make sure that we cannot
|
---|
1491 | devide by 0
|
---|
1492 |
|
---|
1493 | * manalysis/MPedCalcPedRun.cc:
|
---|
1494 | - added some comments
|
---|
1495 |
|
---|
1496 | * Makefile:
|
---|
1497 | - added mjobs
|
---|
1498 |
|
---|
1499 | * mjobs/*:
|
---|
1500 | - added
|
---|
1501 |
|
---|
1502 | * mbase/Makefile, mbase/BaseLinkDef.h:
|
---|
1503 | - added MRunIter
|
---|
1504 |
|
---|
1505 | * mbase/MRunIter.[h,cc]:
|
---|
1506 | - added
|
---|
1507 |
|
---|
1508 |
|
---|
1509 |
|
---|
1510 | 2004/01/30: Markus Gaug
|
---|
1511 |
|
---|
1512 | * manalysis/MPedestalCam.h
|
---|
1513 | - added function IsUsedHists()
|
---|
1514 |
|
---|
1515 | * manalysis/MPedestalCam.cc
|
---|
1516 | - modified GetPixelContent
|
---|
1517 |
|
---|
1518 | * manalysis/MPedestalCam.cc, manalysis/MPedCalcPedRun.cc:
|
---|
1519 | - include storage of number of used FADC slices to compare later
|
---|
1520 | the pedestal per slice ( and sigma per slice)
|
---|
1521 | - return relative differences in GetPixelContent
|
---|
1522 |
|
---|
1523 | * mcalib/MCalibrationCalc.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc]:
|
---|
1524 | - fBlindPixelId and fPINDiodeId now like in PedestalCam
|
---|
1525 | - fill Blind Pixel with information about its fitted pedestal if
|
---|
1526 | available
|
---|
1527 | - initialize charges histogram with a bigger range
|
---|
1528 | - use pedestal information to constrain the pedestal fit ranges
|
---|
1529 |
|
---|
1530 | * manalysis/MHPedestalPixel.cc
|
---|
1531 | - initialize charges histogram with a bigger range
|
---|
1532 |
|
---|
1533 | * macros/calibration.C
|
---|
1534 | - SetRange of MExtractSignal to 1,14 (see emails of yesterday)
|
---|
1535 | - apply new GetPixelContents of MPedestalCam (more calculations
|
---|
1536 | and displays of errors, correction for different FADC slice
|
---|
1537 | number)
|
---|
1538 |
|
---|
1539 | * manalysis/MExtractSignal.cc
|
---|
1540 | - not access to MArrivalTime any more. The same information is
|
---|
1541 | stored in MRawEvt->GetPixelContent(...)
|
---|
1542 |
|
---|
1543 | * manalysis/MCalibrationCalc.cc
|
---|
1544 | - retrieve default arrival time from MRawEvt
|
---|
1545 |
|
---|
1546 | * manalysis/MCalibrationBlindPix.cc, manalysis/MCalibrationPix.cc
|
---|
1547 | - check for NaN's in fit results
|
---|
1548 |
|
---|
1549 |
|
---|
1550 |
|
---|
1551 | 2004/01/29: Abelardo Moralejo
|
---|
1552 |
|
---|
1553 | * mfileio/MWriteFile.h
|
---|
1554 | - added missing declaration of ReInit
|
---|
1555 |
|
---|
1556 | * manalysis/MMcCalibrationUpdate.cc
|
---|
1557 | - added call to MCalibrationCam::SetBlindPixelMethodValid(kTRUE)
|
---|
1558 | to adapt to recent changes in MCalibrate.
|
---|
1559 |
|
---|
1560 |
|
---|
1561 |
|
---|
1562 | 2004/01/29: Thomas Bretz
|
---|
1563 |
|
---|
1564 | * manalysis/MArrivalTime.h, manalysis/MCameraData.h,
|
---|
1565 | manalysis/MCerPhotEvt.h, manalysis/MExtractSignalCam.h,
|
---|
1566 | manalysis/MPedPhotCam.h, manalysis/MPedestalCam.h,
|
---|
1567 | mcalib/MCalibrationCam.h, mcamera/MCameraDC.h,
|
---|
1568 | mraw/MRawEvtData.h, mreflector/MRflEvtData.h:
|
---|
1569 | - split derivement into MParContainer and MCamEvent
|
---|
1570 |
|
---|
1571 | * manalysis/MExtractSignalCam.[h,cc]:
|
---|
1572 | - removed obsolete MExtractSignal::ReInit
|
---|
1573 | - added -> to fArray
|
---|
1574 |
|
---|
1575 | * mbase/MParList.h:
|
---|
1576 | - added a new bit kIsProcessing
|
---|
1577 |
|
---|
1578 | * mbase/MTaskList.cc:
|
---|
1579 | - fixed the handling of kDoNotReset and the bahaviour of
|
---|
1580 | SetReadyToSave, such that it is possible to write all
|
---|
1581 | headers
|
---|
1582 |
|
---|
1583 | * mfileio/MWriteFile.cc:
|
---|
1584 | - added ReInit which also calls CheckAndWrite
|
---|
1585 |
|
---|
1586 | * mgui/MCamEvent.h:
|
---|
1587 | - does not derive from MParContainer anymore
|
---|
1588 |
|
---|
1589 |
|
---|
1590 |
|
---|
1591 | 2004/01/29: Markus Gaug
|
---|
1592 |
|
---|
1593 | * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
|
---|
1594 | mcalib/MCalibrationConfig.h
|
---|
1595 | - put gkCalibrationBlindPixelId and gkCalibrationPINDiodeId
|
---|
1596 | directly into the corresponding classes.
|
---|
1597 |
|
---|
1598 |
|
---|
1599 |
|
---|
1600 | 2004/01/29: Nicola Galante
|
---|
1601 |
|
---|
1602 | * mhistmc/MHMcTriggerLvl2.[h,cc]:
|
---|
1603 | - In method MHMcTriggerLvl2::GetHistByName(const TString name)
|
---|
1604 | added string checking to return also
|
---|
1605 | fHistCellPseudoSize, fHistCellPseudoSizeNorm
|
---|
1606 | and fHistCellPseudoSizeEnergy.
|
---|
1607 | - Added inline functions GetHistCellPseudoSize() and
|
---|
1608 | GetHistCellPseudoSizeNorm().
|
---|
1609 |
|
---|
1610 |
|
---|
1611 |
|
---|
1612 | 2004/01/28: Javier Rico
|
---|
1613 |
|
---|
1614 | * mcalib/MCalibrate.[h.cc]
|
---|
1615 | - include possibility to select the calibration method to be used
|
---|
1616 |
|
---|
1617 |
|
---|
1618 |
|
---|
1619 | 2004/01/28: Markus Gaug
|
---|
1620 |
|
---|
1621 | * mcalib/MCalibrate.[h.cc]
|
---|
1622 | - corrected Int_t ReInit() to Bool_t ReInit(MParList *pList)
|
---|
1623 |
|
---|
1624 | * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc]:
|
---|
1625 | - included flags to indicate if Blind Pixel Method or PIn Diode
|
---|
1626 | method was OK. Up to now, program stopped, if one of the two
|
---|
1627 | methods was chosen but not able to being executed.
|
---|
1628 |
|
---|
1629 | * manalysis/MArrivalTimeCalc.cc, manalysis/MExtractSignals.cc,
|
---|
1630 | manalysis/MGeomApply.cc:
|
---|
1631 | - put all missing InitSize(npixels) into MGeomApply
|
---|
1632 |
|
---|
1633 | * manalysis/MPedCalcPedRun.[h,cc], manalysis/MPedestalCam.[h,cc],
|
---|
1634 | manalysis/MPedestalPix.[h,cc], manalysis/MHPedestalPixel.[h,cc],
|
---|
1635 | manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
---|
1636 | - include possibility to fit the pedestals with Gaussian.
|
---|
1637 | - old methods are not affected.
|
---|
1638 | - add new method with MPedCalcPedRun::SetUseHists()
|
---|
1639 |
|
---|
1640 |
|
---|
1641 |
|
---|
1642 | 2004/01/28: Abelardo Moralejo
|
---|
1643 |
|
---|
1644 | * mcalib/MMcCalibration.cc
|
---|
1645 | - fixed wrong variable type in call to TH1F constructor (number of
|
---|
1646 | bins is now integer), which resulted in a compilation warning.
|
---|
1647 |
|
---|
1648 |
|
---|
1649 |
|
---|
1650 | 2004/01/28: Thomas Bretz
|
---|
1651 |
|
---|
1652 | * manalysis/MPedestalCam.cc:
|
---|
1653 | - removed unwanted CheckBound from operators. CheckBounds is ONLY
|
---|
1654 | ment for really old MC files and will be removed in the future
|
---|
1655 | anyhow.
|
---|
1656 |
|
---|
1657 | * mcalib/MHCalibrationPixel.h:
|
---|
1658 | - removed obsolete include of MFFT
|
---|
1659 |
|
---|
1660 | * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc,
|
---|
1661 | manalysis/MPedestalCam.[h,cc]:
|
---|
1662 | - removed use of obsolete MPedestalCam::CheckBounds. This was
|
---|
1663 | a workaround for a 'bug' in very old camera files, which is not
|
---|
1664 | necessary anymore.
|
---|
1665 |
|
---|
1666 | * manalysis/MCerPhotAnal2.[h,cc]:
|
---|
1667 | - replaced MPedestalCam by MPedPhotCam
|
---|
1668 |
|
---|
1669 | * manalysis/MExtractSignal.cc:
|
---|
1670 | - some small simplification to the signal extraction
|
---|
1671 | - removed some obsolete variables
|
---|
1672 | - replaced for by while
|
---|
1673 | - removed obsolete casts
|
---|
1674 |
|
---|
1675 | * mmain/MEventDisplay.cc:
|
---|
1676 | - gave names to the filters
|
---|
1677 | - removed adding MHCamera to fList because it was deleted twice
|
---|
1678 |
|
---|
1679 | * mhist/MHCamera.cc:
|
---|
1680 | - fixed usage of fPainter in Paint() - title was not updated
|
---|
1681 | correctly
|
---|
1682 |
|
---|
1683 |
|
---|
1684 |
|
---|
1685 | 2004/01/28: Sebastian Raducci
|
---|
1686 |
|
---|
1687 | * manalysis/MArrivalTime.[h,cc]:
|
---|
1688 | - removed all the code relative to the cluster evaluation
|
---|
1689 |
|
---|
1690 |
|
---|
1691 |
|
---|
1692 | 2004/01/27: Markus Gaug
|
---|
1693 |
|
---|
1694 | * manalysis/MPedestalPix.cc:
|
---|
1695 | - initialize default values to 0 instead of -1.
|
---|
1696 |
|
---|
1697 | * manalysis/MPedestalCam.[h,cc]:
|
---|
1698 | - include CheckBounds, also in operator[]
|
---|
1699 |
|
---|
1700 | * mcalib/MCalibrationCam.[h,cc]:
|
---|
1701 | - apparently, there was a reference to InitSize(UInt_t i) instead
|
---|
1702 | of InitSize(Int_t i), where compiler complained, now changed
|
---|
1703 |
|
---|
1704 | * mcalib/MHCalibration*, mcalib/MCalibration*:
|
---|
1705 | - fixed all Clear()'s, Reset()'s, direct intializers
|
---|
1706 |
|
---|
1707 |
|
---|
1708 |
|
---|
1709 | 2004/01/27: Thomas Bretz
|
---|
1710 |
|
---|
1711 | * mdata/MDataChain.cc:
|
---|
1712 | - added '%' to supported operators
|
---|
1713 |
|
---|
1714 |
|
---|
1715 |
|
---|
1716 | 2004/01/26: Nicola Galante
|
---|
1717 |
|
---|
1718 | * manalysis/MMcTriggerLvl2.[cc,h]:
|
---|
1719 |
|
---|
1720 | - Defined some static constants to avoid ugly "magic numbers"
|
---|
1721 | in arrays: gsNCells, gsNTrigPixels,
|
---|
1722 | gsNPixInCell, gsNLutInCell, gsNPixInLut, fNumPixCell.
|
---|
1723 | - Added method
|
---|
1724 | MMcTriggerLvl2::GetCellCompactPixel(int cell, MGeomCam *fCam)
|
---|
1725 | which computes compact pixels into a given L2T macrocell.
|
---|
1726 | - Added method
|
---|
1727 | MMcTriggerLvl2::CalcBiggerCellPseudoSize()
|
---|
1728 | which computes fCellPseudoSize, the maximum Pseudo Size into L2T
|
---|
1729 | macrocells
|
---|
1730 | - Added method
|
---|
1731 | MMcTriggerLvl2::GetCellPseudoSize() const
|
---|
1732 | which returns fCellPseudoSize
|
---|
1733 | - Added method
|
---|
1734 | MMcTriggerLvl2::IsPixelInCell(Int_t pixel, Int_t cell),
|
---|
1735 | which controls whether a pixel belongs to a given L2T cell.
|
---|
1736 | - Added method
|
---|
1737 | MMcTriggerLvl2::GetMaxCell() const
|
---|
1738 | which returns fMaxCell, the cell with the maximum
|
---|
1739 | fCellPseudoSize.
|
---|
1740 |
|
---|
1741 |
|
---|
1742 |
|
---|
1743 | 2004/01/26: Markus Gaug, Michele Doro
|
---|
1744 |
|
---|
1745 | * manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc]:
|
---|
1746 | - moved calculation of arrival time from MArrivalTime to
|
---|
1747 | MArrivalTimeCalc. MArrivalTime does not do any Process-job
|
---|
1748 | anymore
|
---|
1749 | - TSpline5 now on stack.
|
---|
1750 | - function to set the stepsize
|
---|
1751 |
|
---|
1752 | * mcalib/MHCalibrationBlindPixel.[h,cc]:
|
---|
1753 | - force mu_{0} in Blind Pixel Fit to be around 0 in fKPoisson4
|
---|
1754 | - implement combined Polya fit and Michele's back-scattered electron
|
---|
1755 | fit
|
---|
1756 |
|
---|
1757 | * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.cc,
|
---|
1758 | mcalib/MCalibrationPINDiode.cc:
|
---|
1759 | - combine FitChargeHiGain and FitChargeLoGain into one function
|
---|
1760 |
|
---|
1761 | * macros/calibration.C
|
---|
1762 | - improve double gauss fit a bit
|
---|
1763 |
|
---|
1764 |
|
---|
1765 |
|
---|
1766 | 2004/01/26: Thomas Bretz
|
---|
1767 |
|
---|
1768 | * mraw/MRawEvtPixelIter.[h,cc]:
|
---|
1769 | - removed member function GetNumPixels. For more details see mantis.
|
---|
1770 |
|
---|
1771 | * manalysis/MArrivalTime.[h,cc]:
|
---|
1772 | - reorganized includes
|
---|
1773 | - fixed InitSize and ClearArray (now Reset) to fit MParContainer
|
---|
1774 | definition
|
---|
1775 | - for the moment removed usage of fPixelChecked - THIS WILL CRASH YOUR
|
---|
1776 | PROGRAM
|
---|
1777 |
|
---|
1778 | * manalysis/MArrivalTimeCalc.[h,cc]:
|
---|
1779 | - reorganized includes
|
---|
1780 | - removed many obsolete code, exspecially copy&paste relicts!
|
---|
1781 | - fixed usage of InitSize
|
---|
1782 | - removed CleanArray. Reset() is called automatically before Process()
|
---|
1783 |
|
---|
1784 | * manalysis/MExtractedSignalCam.[h,cc]:
|
---|
1785 | - added SetLogStream
|
---|
1786 | - removed obsolete include MGeomCam
|
---|
1787 | - replaced PrintOut by Print
|
---|
1788 | - added const-qualifiers to all Getters
|
---|
1789 | - fixed documentation
|
---|
1790 |
|
---|
1791 | * manalysis/MExtractedSignalPix.[h,cc]:
|
---|
1792 | - replaced PrintOut by Print
|
---|
1793 | - fixed documentation
|
---|
1794 |
|
---|
1795 | * manalysis/MEventRateCalc.cc, manalysis/MPedCalcPedRun.cc:
|
---|
1796 | - replaced memset by Reset()
|
---|
1797 |
|
---|
1798 |
|
---|
1799 |
|
---|
1800 | 2004/01/24: Abelardo Moralejo
|
---|
1801 |
|
---|
1802 | * macros/starmcstereo.C
|
---|
1803 | - Added. Example of how to run the analysis chain for MC files
|
---|
1804 | containing simulation of stereo systems of 2 telescopes.
|
---|
1805 |
|
---|
1806 | * mcalib/MCalibrate.cc
|
---|
1807 | - Added check that value of signal from MExtractedSignalPix is not
|
---|
1808 | the default (error) value. In such a case, the signal in
|
---|
1809 | MCerPhotEvt is now set to 0. Before, all pixels got very high
|
---|
1810 | values in MCerPhotEvt in case the MRawEvtData object for the
|
---|
1811 | event was missing in the file. This happened in MC files, in
|
---|
1812 | which in some circumstances an event is written without the
|
---|
1813 | pixel information (for instance, when running stereo simulations
|
---|
1814 | the pixel data is missing for non-triggered telescopes, but the
|
---|
1815 | event headers are present).
|
---|
1816 |
|
---|
1817 |
|
---|
1818 |
|
---|
1819 | 2004/01/23: Markus Gaug
|
---|
1820 |
|
---|
1821 | * manalysis/MExtractSignal.[h,cc], manalysis/MExtractedSignalPix.[h,cc],
|
---|
1822 | manalysis/MArrivalTime.[h,cc], mcalib/MCalibrationBlindPix.h,
|
---|
1823 | mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MCalibrationPINDiode.h,
|
---|
1824 | mcalib/MHCalibrationPINDiode.[h,cc], mcalib/MCalibrationPix.[h,cc],
|
---|
1825 | mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationCalc.[h,cc]:
|
---|
1826 | - use MArrivalTime for Storage (or calculation) of time
|
---|
1827 | in MExtractSignal
|
---|
1828 | - pass from TH1I histos to TH1F for times
|
---|
1829 |
|
---|
1830 | * mcalib/MCalibrationBlindPix.h, mcalib/MHCalibrationBlindPixel.[h,cc],
|
---|
1831 | mcalib/MCalibrationPix.[h,cc], mcalib/MHCalibrationPixel.[h,cc],
|
---|
1832 | mcalib/MCalibrationCalc.[h,cc]:
|
---|
1833 | - clean up setters
|
---|
1834 | - pass to bit-fields for all flags
|
---|
1835 |
|
---|
1836 | * mcalib/MCalibrationCam.cc
|
---|
1837 | - exclude Blind Pixel from Camera display
|
---|
1838 | - do not fill &val when return kFALSE
|
---|
1839 |
|
---|
1840 | * macros/calibration.C
|
---|
1841 | - include functions to exclude the blind pixel,
|
---|
1842 | calculation of times and quality checks
|
---|
1843 |
|
---|
1844 |
|
---|
1845 |
|
---|
1846 | 2004/01/23: Abelardo Moralejo
|
---|
1847 |
|
---|
1848 | * mcalib/MCalibrate.cc, manalysis/MExtractSignal.cc
|
---|
1849 | - Added support (using AddSerialNumber) for stereo MC files.
|
---|
1850 |
|
---|
1851 |
|
---|
1852 |
|
---|
1853 | 2004/01/23: Thomas Bretz
|
---|
1854 |
|
---|
1855 | * mbase/MAstro.cc:
|
---|
1856 | - Fixed calculation of MJD. In Ymd2Mjd a plus should be a minus.
|
---|
1857 |
|
---|
1858 | * mreport/MReport*.[h,cc]:
|
---|
1859 | - changed all classes to return Int_t instead of Bool_t in
|
---|
1860 | InterpreteBody
|
---|
1861 | - changed MReportFileRead such, that a wrong line results in
|
---|
1862 | skipping the line instead of abort reading.
|
---|
1863 |
|
---|
1864 | * manalysis/MExtractSignal.cc:
|
---|
1865 | - do not print information for each pixel - it's too much.
|
---|
1866 |
|
---|
1867 | * mbase/MStatusDisplay.cc:
|
---|
1868 | - when reading a status display do not display tabs with
|
---|
1869 | the same name than one which is already existing.
|
---|
1870 |
|
---|
1871 | * mcalib/MCalibrate.cc:
|
---|
1872 | - directly store pointer to pixel when setting saturation flag
|
---|
1873 |
|
---|
1874 | * mcamera/MCameraDC.cc:
|
---|
1875 | - fixed some comments
|
---|
1876 |
|
---|
1877 | * mhist/MHCamEvent.cc:
|
---|
1878 | - fixed a crash when no geometry was available
|
---|
1879 |
|
---|
1880 | * mhist/MHCamera.[h,cc]:
|
---|
1881 | - removed obsolete member function SetPix
|
---|
1882 |
|
---|
1883 | * mbase/MStatusDisplay.[h,cc]:
|
---|
1884 | - added EventInfo member function
|
---|
1885 | - implemented preliminary redirection of GetObjectInfo to
|
---|
1886 | StatusLine2 -> An own status line for this is missing
|
---|
1887 |
|
---|
1888 | * manalysis/MExtractSignal.[h,cc]:
|
---|
1889 | - implemented StreamPrimitive
|
---|
1890 | - changed deafults to be static const data members
|
---|
1891 |
|
---|
1892 | * manalysis/MGeomApply.[h,cc]:
|
---|
1893 | - implemented StreamPrimitive
|
---|
1894 |
|
---|
1895 |
|
---|
1896 |
|
---|
1897 | 2004/01/23: Abelardo Moralejo
|
---|
1898 |
|
---|
1899 | * manalysis/MMcCalibrationUpdate.[h,cc]
|
---|
1900 | - Added check to guarantee that the FADC simulation parameters of
|
---|
1901 | all read files (those used for calibration and those analyzed)
|
---|
1902 | are the same.
|
---|
1903 | - Added missing support for analysis of stereo files.
|
---|
1904 |
|
---|
1905 | * mcalib/MMcCalibrationCalc.cc
|
---|
1906 | - Removed obsolete FIXME comment.
|
---|
1907 | - Added missing support for analysis of stereo files.
|
---|
1908 |
|
---|
1909 |
|
---|
1910 | 2004/01/23: Raquel de los Reyes
|
---|
1911 |
|
---|
1912 | * macros/CCDataCheck.C
|
---|
1913 | - Added the temperature distribution of the optical links
|
---|
1914 | and the plots of the LV power supplies.
|
---|
1915 | * mcamera/MCameraLV.h
|
---|
1916 | - Added the "Get" functions to access the private data
|
---|
1917 | members of the class.
|
---|
1918 |
|
---|
1919 |
|
---|
1920 | 2004/01/22: Abelardo Moralejo
|
---|
1921 |
|
---|
1922 | * manalysis/MMcCalibrationUpdate.[h,cc]
|
---|
1923 | - Now ratio of high to low gain is taken from MCalibrationCam if
|
---|
1924 | it existed previously in the parameter list, instead of being
|
---|
1925 | read again from the MMcFadcHeader. Removed Setter function for
|
---|
1926 | fADC2PhInner, no longer necessary. Fixed error regarding the
|
---|
1927 | pedestal conversion to photons (did not read conversion factor
|
---|
1928 | from preexisting MCalibrationCam object).
|
---|
1929 |
|
---|
1930 | * mcalib/MMcCalibrationCalc.cc
|
---|
1931 | - Changed parameters of the histogram, and also the quantity being
|
---|
1932 | histogrammed. Check that input data come from a noiseless camera
|
---|
1933 | file before proceeding to do the calibration. Introduced lower
|
---|
1934 | size in cut for calibration. Now rhe calibration constant is not
|
---|
1935 | calculated from the mean of photons/ADC counts, but from the peak
|
---|
1936 | of the histogram.
|
---|
1937 |
|
---|
1938 | * macros/starmc.C
|
---|
1939 | - Introduced new scheme. Now there are two loops over two different
|
---|
1940 | sets of files. First loop calculates the calibration constants,
|
---|
1941 | second one does the analysis. Introduced comments. Now the
|
---|
1942 | histogram used in the light calibration is written to the output
|
---|
1943 | file.
|
---|
1944 |
|
---|
1945 |
|
---|
1946 |
|
---|
1947 | 2004/01/22: Thomas Bretz
|
---|
1948 |
|
---|
1949 | * mcalib/MCalibrate.[h,cc], mcalib/MCalibrationCam.[h,cc],
|
---|
1950 | mcalib/MCalibrationBlindPix.[h,cc], mcalib/MCalibrationCalc.[h,cc],
|
---|
1951 | mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationPINDiode.[h,cc],
|
---|
1952 | mcalib/MCalibrationBlindPixel.[h,cc],
|
---|
1953 | mcalib/MHCalibrationPixel.[h,cc], mcalib/MMcCalibrationCalc.[h,cc],
|
---|
1954 | mcalib/MHCalibrationBlindPixel.[h,cc],
|
---|
1955 | mcalib/MHCalibrationPINDiode.[h,cc]:
|
---|
1956 | - cleaned up includes
|
---|
1957 |
|
---|
1958 |
|
---|
1959 |
|
---|
1960 | 2004/01/22: Raquel de los Reyes
|
---|
1961 |
|
---|
1962 | * macros/CCDataCheck.C
|
---|
1963 | - macro to check the data from the central control (.rep files).
|
---|
1964 |
|
---|
1965 |
|
---|
1966 |
|
---|
1967 | 2004/01/22: Markus Gaug
|
---|
1968 |
|
---|
1969 | * macros/calibration.C
|
---|
1970 | - made MStatusDisplay 3 bit smaller
|
---|
1971 |
|
---|
1972 | * manalysis/MExtractSignal.cc
|
---|
1973 | - put fSignals->SetUsedFADCSlices into PreProcess
|
---|
1974 |
|
---|
1975 | * manalysis/MPedCalcPedRun.cc
|
---|
1976 | - calculate PedRMS as RMS of the sums, later renormalized to units
|
---|
1977 | of RMS/slice (eliminate the wrong effect of odd and even slices)
|
---|
1978 |
|
---|
1979 | * mcalib/MCalibrationCalc.cc
|
---|
1980 | - if bit SkipBlindPixelFit is set, now number of photons outside
|
---|
1981 | plexiglass is not intended to be calculated any more (previous
|
---|
1982 | bug)
|
---|
1983 | - exclude excluded pixels in eventloop
|
---|
1984 |
|
---|
1985 | * mcalib/MHCalibrationBlindPixel.[h,cc]
|
---|
1986 | - move functions to pointer again (otherwise, Clone will give
|
---|
1987 | strange results)
|
---|
1988 |
|
---|
1989 |
|
---|
1990 |
|
---|
1991 | 2004/01/21: Abelardo Moralejo
|
---|
1992 |
|
---|
1993 | * mcalib/MMcCalibrationCalc.[h,cc]
|
---|
1994 | - Added. First version of the task intended to calculate the
|
---|
1995 | conversion factors from ADC counts to photons in the MC. It has
|
---|
1996 | a different aim than the recently renamed class
|
---|
1997 | "MMcCalibrationUpdate" (which takes care that the correct
|
---|
1998 | pedestals and conversion factors are supplied to each event, but
|
---|
1999 | does not really calculate anything).
|
---|
2000 |
|
---|
2001 | * mcalib/Makefile, CalibLinkDef.h
|
---|
2002 | - Added new class MMcCalibrationCalc
|
---|
2003 |
|
---|
2004 | * manalysis/MMcCalibrationUpdate.[h,cc]
|
---|
2005 | - Now the container MCalibrationCam is not created or modified if
|
---|
2006 | it is found that one such container already exists in the
|
---|
2007 | Parameter list (from a previous calibration).
|
---|
2008 |
|
---|
2009 |
|
---|
2010 |
|
---|
2011 | 2004/01/21: Thomas Bretz
|
---|
2012 |
|
---|
2013 | * mraw/MRawRead.cc:
|
---|
2014 | - restore the fake time for all runs (current time stamp in
|
---|
2015 | the data seems to be toally nonsense)
|
---|
2016 |
|
---|
2017 | * mraw/MRawEvtHeader.cc:
|
---|
2018 | - removed decoding of real time (current time stamp in the data
|
---|
2019 | seems to be toally nonsense)
|
---|
2020 |
|
---|
2021 |
|
---|
2022 |
|
---|
2023 | 2004/01/21: Abelardo Moralejo
|
---|
2024 |
|
---|
2025 | * mmc/MMcEvt.hxx
|
---|
2026 | - Uncommented 6 Getter functions (those regarding the number of
|
---|
2027 | photons surviving the different stages of simulation).
|
---|
2028 |
|
---|
2029 | * manalysis/MMcCalibrationUpdate.[h,cc]
|
---|
2030 | - Added (see below).
|
---|
2031 |
|
---|
2032 | * manalysis/MMcCalibrationCalc.[h,cc]
|
---|
2033 | - Removed: changed name of this class to MMcCalibrationUpdate,
|
---|
2034 | which is more representative of what it really does. Moved
|
---|
2035 | the filling of the MCalibrationCam container from Process to
|
---|
2036 | ReInit, since it does not change on an event by event basis.
|
---|
2037 | Simplified PreProcess (MCalibrationCam was searched for twice).
|
---|
2038 | Updated class description and comments.
|
---|
2039 |
|
---|
2040 | * manalysis/Makefile, AnalysisLinkDef.h
|
---|
2041 | - Adapted to change above
|
---|
2042 |
|
---|
2043 | * macros/starmc.C
|
---|
2044 | - Adapted to change above. Changed also task instance name from
|
---|
2045 | mccalibcalc to mccalibupdate.
|
---|
2046 |
|
---|
2047 |
|
---|
2048 |
|
---|
2049 | 2004/01/21: Raquel de los Reyes
|
---|
2050 |
|
---|
2051 | * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
|
---|
2052 | and mcamera/MCameraCalibration.h
|
---|
2053 | - Added the "Get" functions (e.g GetStatus() for fStatus) to access
|
---|
2054 | the private data members of the class.
|
---|
2055 |
|
---|
2056 |
|
---|
2057 |
|
---|
2058 | 2004/01/20: Thomas Hengstebeck
|
---|
2059 |
|
---|
2060 | * mranforest/MRanForestCalc.[h,cc]
|
---|
2061 | - Added member functions Grow (training of RF) and Fill (reading in
|
---|
2062 | trained forest from file) which simplify macros.
|
---|
2063 | One just needs to call them instead of using MRanForestGrow and
|
---|
2064 | MRanForestFill (and the related training and fill loops) in a
|
---|
2065 | macro.
|
---|
2066 |
|
---|
2067 |
|
---|
2068 |
|
---|
2069 | 2004/01/20: Abelardo moralejo
|
---|
2070 |
|
---|
2071 | * manalysis/MMcCalibrationCalc.cc
|
---|
2072 | - removed call to MCalibrationPix::SetPedestal, which was not
|
---|
2073 | needed.
|
---|
2074 |
|
---|
2075 |
|
---|
2076 |
|
---|
2077 | 2004/01/20: Thomas Bretz
|
---|
2078 |
|
---|
2079 | * Makefile:
|
---|
2080 | - replaced 'make' by '$(MAKE)'
|
---|
2081 |
|
---|
2082 | * Makefile.rules:
|
---|
2083 | - added Makefile itself to dependencies
|
---|
2084 |
|
---|
2085 | * mbase/MTask.cc:
|
---|
2086 | - added comment about ReInit
|
---|
2087 |
|
---|
2088 | * mhbase/MH.cc:
|
---|
2089 | - do not clear pad in DrawClone if 'same' option given
|
---|
2090 |
|
---|
2091 | * mhist/MHVsTime.cc:
|
---|
2092 | - evaluate 'same' option
|
---|
2093 |
|
---|
2094 | * mfileio/MReadCurrents.[h,cc]:
|
---|
2095 | - obsolete, removed
|
---|
2096 |
|
---|
2097 | * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
|
---|
2098 | - added some comments
|
---|
2099 |
|
---|
2100 |
|
---|
2101 |
|
---|
2102 | 2004/01/20: Abelardo moralejo
|
---|
2103 |
|
---|
2104 | * mcalib/MHCalibrationPINDiode.cc
|
---|
2105 | - Added call to SetDirecory(0) for histograms fHErrCharge,
|
---|
2106 | fHPCharge, fHPTime.
|
---|
2107 |
|
---|
2108 | * manalysis/MCerPhotPix.h:
|
---|
2109 | - Changed position of declaration of fIsSaturated to be the last
|
---|
2110 | private variable. Otherwise, since in the constructor it is
|
---|
2111 | initialized in the last place, a warning is displayed upon
|
---|
2112 | compilation in some systems.
|
---|
2113 |
|
---|
2114 |
|
---|
2115 |
|
---|
2116 | 2004/01/20: Markus Gaug
|
---|
2117 | * mcalib/Makefile, manalysis/Makefile:
|
---|
2118 | - include directory ../mtools
|
---|
2119 |
|
---|
2120 | * mtools/MFFT.[h,cc]
|
---|
2121 | - class inherits from TObject now
|
---|
2122 |
|
---|
2123 |
|
---|
2124 |
|
---|
2125 | 2004/01/19: Markus Gaug
|
---|
2126 |
|
---|
2127 | * mcalib/MHCalibrationBlindPixel.[h,cc]
|
---|
2128 | - fixed a bug in fFitLegend due to which program crashed by calls
|
---|
2129 | to DrawClone
|
---|
2130 | - Modified way to change the fit function
|
---|
2131 |
|
---|
2132 | * mcalib/MHCalibrationPixel.[h,cc]
|
---|
2133 | - reordered function calls
|
---|
2134 | - removed SetupFill
|
---|
2135 |
|
---|
2136 | * mcalib/MHCalibrationPINDiode.h
|
---|
2137 | - reordered function calls
|
---|
2138 |
|
---|
2139 | * mcalib/MCalibrationPix.[h,cc]
|
---|
2140 | - limits to define fFitValid now as variables in class
|
---|
2141 |
|
---|
2142 | * mcalib/MCalibrationCam.[h,cc]
|
---|
2143 | - reordered function calls
|
---|
2144 | - incorporate option to exclude pixels
|
---|
2145 |
|
---|
2146 | * mcalib/MCalibrationBlindPix.h
|
---|
2147 | - Modified way to change the fit function
|
---|
2148 |
|
---|
2149 | * mcalib/MCalibrationCalc.[h,cc]
|
---|
2150 | - Modified way to change the fit function
|
---|
2151 | - incorporate option to exclude pixels from configuration file
|
---|
2152 |
|
---|
2153 | * macros/calibration.C
|
---|
2154 | - Modified way to change the fit function
|
---|
2155 | - incorporate option to exclude pixels from configuration file
|
---|
2156 |
|
---|
2157 |
|
---|
2158 |
|
---|
2159 | 2004/01/19: Javier Rico
|
---|
2160 |
|
---|
2161 | * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
|
---|
2162 | - Added documentation of member functions
|
---|
2163 |
|
---|
2164 |
|
---|
2165 |
|
---|
2166 | 2004/01/19: Abelardo Moralejo
|
---|
2167 |
|
---|
2168 | * manalysis/MCerPhotPix.[h,cc]
|
---|
2169 | - Added fIsSaturated to flag whether low gain of the pixel is
|
---|
2170 | saturated. Added corresponding getter and setter functions.
|
---|
2171 | Updated ClassDef to version 2.
|
---|
2172 |
|
---|
2173 | * mcalib/MCalibrate.cc
|
---|
2174 | - Set the new saturation flag of MCerPhotPix to kTRUE if at least
|
---|
2175 | one low gain FADC slice is saturated.
|
---|
2176 |
|
---|
2177 | * mimage/MNewImagePar.[h,cc]
|
---|
2178 | - Added new member variable fNumSaturatedPixels to count how many
|
---|
2179 | pixels were saturated. Updated ClassDef to version 2.
|
---|
2180 |
|
---|
2181 |
|
---|
2182 |
|
---|
2183 | 2004/01/19: Thomas Bretz
|
---|
2184 |
|
---|
2185 | * manalysis/MPedPhotCalc.[cc,h]:
|
---|
2186 | - fixed order of includes
|
---|
2187 | - removed obsolete forward declarations
|
---|
2188 | - removed obsolete data member fNumPixels (stored already twice in
|
---|
2189 | the two TArrayF)
|
---|
2190 | - fixed some small bugs in the documentation
|
---|
2191 |
|
---|
2192 | * manalysis/MPedCalcPedRun.cc:
|
---|
2193 | - updated my eMail address
|
---|
2194 |
|
---|
2195 |
|
---|
2196 |
|
---|
2197 | 2004/01/19: Javier Rico
|
---|
2198 |
|
---|
2199 | * macros/dohtml.C, NEWS
|
---|
2200 | - include some missing info
|
---|
2201 |
|
---|
2202 |
|
---|
2203 |
|
---|
2204 | 2004/01/19: Abelardo Moralejo
|
---|
2205 |
|
---|
2206 | * manalysis/MExtractedSignalPix.h
|
---|
2207 | - added GetNumLoGainSaturated()
|
---|
2208 |
|
---|
2209 |
|
---|
2210 |
|
---|
2211 | 2004/01/19: Markus Gaug
|
---|
2212 |
|
---|
2213 | * macros/dohtml.C
|
---|
2214 | - include calibration.C
|
---|
2215 |
|
---|
2216 | * manalysis/MExtractSignal.cc
|
---|
2217 | - warning of logain saturation now only once per event (out of loop)
|
---|
2218 |
|
---|
2219 | * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
|
---|
2220 | - new Flag fExcluded to indicate if pixel has been excluded from
|
---|
2221 | further analysis
|
---|
2222 |
|
---|
2223 |
|
---|
2224 |
|
---|
2225 | 2004/01/16: Javier Rico & Pepe Flix
|
---|
2226 |
|
---|
2227 | * manalysis/MPedPhotCalc.[cc,h]
|
---|
2228 | - added
|
---|
2229 | - new class for the evaluation of pedestals in units of photons
|
---|
2230 | using the extracted signal from pedestal runs and calibration
|
---|
2231 | constants defined in MCalibrate
|
---|
2232 |
|
---|
2233 | * manalysis/AnalysisLinkDef.h, manalysis/Makefile
|
---|
2234 | - added entries for MPedPhotCalc
|
---|
2235 |
|
---|
2236 | * macros/pedphotcalc.C
|
---|
2237 | - added
|
---|
2238 | - example on how to use MPedPhotCalc task
|
---|
2239 |
|
---|
2240 |
|
---|
2241 |
|
---|
2242 | 2004/01/16: Markus Gaug
|
---|
2243 |
|
---|
2244 | * mcalib/MCalibrationFits.h
|
---|
2245 | - removed and incorporated in MHCalibrationBlindPixel.h
|
---|
2246 |
|
---|
2247 | * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
|
---|
2248 | mcalib/MCalibrationBlindPix.h:
|
---|
2249 | - incorporate Fit functions
|
---|
2250 | - fixed a bug due to which DrawClone crashed when class was used
|
---|
2251 | in a compiled macro
|
---|
2252 |
|
---|
2253 | * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
|
---|
2254 | mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
|
---|
2255 | mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
|
---|
2256 | mcalib/MHCalibrationPixel.cc:
|
---|
2257 | - fixed the warns and errs in fLog's
|
---|
2258 |
|
---|
2259 |
|
---|
2260 |
|
---|
2261 | 2004/01/16: Abelardo Moralejo
|
---|
2262 |
|
---|
2263 | * manalysis/MMcCalibrationCalc.cc
|
---|
2264 | - TMath::Max() is no longer used because it did not compile in some
|
---|
2265 | systems for unkown reasons. I replaced it by a safer (and may be
|
---|
2266 | slower) code.
|
---|
2267 | - Added calpix.SetFitValid();
|
---|
2268 |
|
---|
2269 | * mhist/MHEvent.cc
|
---|
2270 | - In MHEvent::Fill, fixed: second parameter of SetCamContent must
|
---|
2271 | be 1 in case of RMS:
|
---|
2272 | case kEvtPedestalRMS:
|
---|
2273 | fHist->SetCamContent(*(MCamEvent*)par, 1);
|
---|
2274 |
|
---|
2275 |
|
---|
2276 |
|
---|
2277 | 2004/01/15: Abelardo Moralejo
|
---|
2278 |
|
---|
2279 | * macros/starmc.C
|
---|
2280 | - Added. Version of star showing new chain to get Hillas
|
---|
2281 | parameters (with Size calibrated in photons) from MC files.
|
---|
2282 |
|
---|
2283 |
|
---|
2284 |
|
---|
2285 | 2004/01/15: Javier Rico
|
---|
2286 |
|
---|
2287 | * manalysis/MPedCalcPedRun.[h,cc]
|
---|
2288 | - optimize the running time
|
---|
2289 | - add (some) documentation
|
---|
2290 | - correct treatment for the case of several input files
|
---|
2291 |
|
---|
2292 | * macros/pedvsevent.C
|
---|
2293 | - added
|
---|
2294 | - draw pedestal mean and rms vs event# for input pixel# and run
|
---|
2295 | file, and compares them to the global pedestal mean and rms
|
---|
2296 |
|
---|
2297 |
|
---|
2298 |
|
---|
2299 | 2004/01/15: Raquel de los Reyes
|
---|
2300 |
|
---|
2301 | * mhist/MHCamEvent.cc, mhist/MHCamera.cc
|
---|
2302 | - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
|
---|
2303 | functions to compute the estimation of the error of the
|
---|
2304 | mean. It can be done calling to the function
|
---|
2305 | MCamEvent::SetBit(MHCamera::kVariance) in the macro
|
---|
2306 |
|
---|
2307 |
|
---|
2308 |
|
---|
2309 | 2004/01/15: Markus Gaug
|
---|
2310 |
|
---|
2311 | * mhist/MHCamera.[h,cc]
|
---|
2312 | - incorporate Thomas's changes
|
---|
2313 | - replace void CreateProjection() by TH1D *Projection(const char*)
|
---|
2314 |
|
---|
2315 | * macros/calibration.C
|
---|
2316 | - replace MHCamera->Draw("proj") by MHCamera->Projection()
|
---|
2317 | - produce better fits to the projection
|
---|
2318 |
|
---|
2319 | * manalysis/MSimulatedAnnealing.[h,cc],
|
---|
2320 | mhist/MHSimulatedAnnealing.[h,cc]:
|
---|
2321 | - moved to directory mtools
|
---|
2322 | - MSimulatedAnnealing now inherits from TObject
|
---|
2323 |
|
---|
2324 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
|
---|
2325 | mhist/Makefile, mhist/HistLinkDef.h:
|
---|
2326 | - removed MSimulatedAnnealing
|
---|
2327 | - removed MHSimulatedAnnealing
|
---|
2328 |
|
---|
2329 | * mtools/Makefile, mtools/AnalysisLinkDef.h:
|
---|
2330 | - added MSimulatedAnnealing
|
---|
2331 | - added MHSimulatedAnnealing
|
---|
2332 |
|
---|
2333 |
|
---|
2334 |
|
---|
2335 | 2004/01/15: Thomas Bretz
|
---|
2336 |
|
---|
2337 | * manalysis/AnalysisLinkDef.h:
|
---|
2338 | - removed MCurrents
|
---|
2339 |
|
---|
2340 | * mhist/MHCamera.[h,cc]:
|
---|
2341 | - added member function Projection
|
---|
2342 | - removed fYproj
|
---|
2343 |
|
---|
2344 | * mreport/MReport*.*:
|
---|
2345 | - added more comments
|
---|
2346 |
|
---|
2347 |
|
---|
2348 |
|
---|
2349 | 2004/01/14: Markus Gaug
|
---|
2350 |
|
---|
2351 | * mtools/MFFT.[h,cc]
|
---|
2352 | - new class to perform Fast Fourier Transforms
|
---|
2353 |
|
---|
2354 | * mtools/Makefile
|
---|
2355 | * mtools/ToolsLinkDef.h
|
---|
2356 | - include MFFT
|
---|
2357 |
|
---|
2358 | * manalysis/MExtractedSignalCam.h
|
---|
2359 | - removed variables fNumHiGainSamples and fNumLoGainSamples
|
---|
2360 | - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
|
---|
2361 |
|
---|
2362 | * manalysis/MExtractSignal.cc
|
---|
2363 | - updated call to SetUsedFADCSlices
|
---|
2364 |
|
---|
2365 |
|
---|
2366 |
|
---|
2367 | 2004/01/14: Abelardo Moralejo
|
---|
2368 |
|
---|
2369 | * manalysis/MMcCalibrationCalc.cc:
|
---|
2370 | - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
|
---|
2371 | This can happen (depending on camera simulation parameters), and
|
---|
2372 | rms = 0 later resulted in the pixel being eliminated in the
|
---|
2373 | image cleaning.
|
---|
2374 |
|
---|
2375 |
|
---|
2376 |
|
---|
2377 | 2004/01/14: Thomas Bretz
|
---|
2378 |
|
---|
2379 | * Makefile:
|
---|
2380 | - replaced old style Makefile.depend by directory specific
|
---|
2381 | dependancy files
|
---|
2382 |
|
---|
2383 | * Makefile.rules:
|
---|
2384 | - changed obsolete '.cc.o' style to newer style '%.o: %.c'
|
---|
2385 | - added rule to make dependency files
|
---|
2386 | - added rule to remove dependancy files.
|
---|
2387 | - added rmdep as prerequisite to clean
|
---|
2388 | - include dependency file
|
---|
2389 |
|
---|
2390 | * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
|
---|
2391 | mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
|
---|
2392 | mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
|
---|
2393 | mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
|
---|
2394 | mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
|
---|
2395 | mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
|
---|
2396 | mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
|
---|
2397 | mtools/Makefile:
|
---|
2398 | - removed clean-rule, use the one in Makefile.rules instead
|
---|
2399 |
|
---|
2400 | * mreport/Makefile, mreport/ReportLinkDef.h:
|
---|
2401 | - added MReportHelp
|
---|
2402 |
|
---|
2403 | * mreport/MReportFileRead.cc:
|
---|
2404 | - moved code from MReportHelp to new file
|
---|
2405 | - removed usage of MReport class completely
|
---|
2406 |
|
---|
2407 | * mfilter/MFGeomag.[h,cc]:
|
---|
2408 | - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
|
---|
2409 | - changed the second loop from 0->1151 to 1152->2304
|
---|
2410 | - removed dummy arrays used for reading
|
---|
2411 | - output filename in case of 'file not found'
|
---|
2412 | - removed obsolete data members
|
---|
2413 | - removed obsolete Init function
|
---|
2414 | - removed forbidden underscore from member variable
|
---|
2415 | - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
|
---|
2416 |
|
---|
2417 | * mbase/MStatusDisplay.[h,cc]:
|
---|
2418 | - added new member function Open
|
---|
2419 | - added new menu entry kFileOpen
|
---|
2420 | - changed UpdatePSheader algorithm (the old one was much too slow)
|
---|
2421 |
|
---|
2422 | * manalysis/MCurrents.[h,cc]:
|
---|
2423 | - removed (old outdated)
|
---|
2424 |
|
---|
2425 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
---|
2426 | - removed MCurrents
|
---|
2427 |
|
---|
2428 |
|
---|
2429 |
|
---|
2430 | 2004/01/14: Wolfgang Wittek
|
---|
2431 |
|
---|
2432 | * macros/ONOFFAnalysis.C:
|
---|
2433 | - current version
|
---|
2434 |
|
---|
2435 | * mhist/MHSigmaTheta.[h,cc]:
|
---|
2436 | - replace MPedestalCam by MPedPhotCam
|
---|
2437 |
|
---|
2438 | * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
|
---|
2439 | manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
|
---|
2440 | manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
|
---|
2441 | - replace MPedestalCam by MPedPhotCam
|
---|
2442 |
|
---|
2443 | * manalysis/MPedPhotPix.[h,cc]
|
---|
2444 | - uncomment SetRms()
|
---|
2445 |
|
---|
2446 |
|
---|
2447 |
|
---|
2448 | 2004/01/13: Markus Gaug
|
---|
2449 |
|
---|
2450 | * manalysis/MExtractSignal.h
|
---|
2451 | - seems that the reduced light intensity of the CT1 Pulser
|
---|
2452 | results in broader pulses -> Set Default time slices to [3,10]
|
---|
2453 |
|
---|
2454 | * mhist/MHCamera.cc
|
---|
2455 | - make Stat Window in option 'proj' bigger
|
---|
2456 | - add comment line at beginning of Draw()
|
---|
2457 |
|
---|
2458 | * mcalib/MHCalibrationBlindPixel.[h.cc]
|
---|
2459 | - add Function DrawClone()
|
---|
2460 | - fix bug in calculation of integral (GetIntegral("width"))
|
---|
2461 | - restrict parameters tighter
|
---|
2462 | - declare fit as not valid, if less than 100 events
|
---|
2463 | in single photo-electron peak
|
---|
2464 |
|
---|
2465 | * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
|
---|
2466 | - fit now with fixed normalization
|
---|
2467 |
|
---|
2468 | * mcalib/MHCalibrationPixel.[h.cc]
|
---|
2469 | - new function IsEmpty()
|
---|
2470 | - Time fit accepted if ChiSquare less than 30. (instead of 20.)
|
---|
2471 |
|
---|
2472 | * mcalib/MCalibrationPix.[h.cc]
|
---|
2473 | - F-Factor corrected and added error
|
---|
2474 | - Histograms not fitted if they are empty
|
---|
2475 | - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
|
---|
2476 |
|
---|
2477 | * mcalib/MCalibrationCam.cc
|
---|
2478 | - Square Root of Reduced Sigmas not taken, if they are < 0.
|
---|
2479 | - Reduced Sigma / Charge squared replaced by reduced sigma / charge
|
---|
2480 |
|
---|
2481 | * mcalib/MCalibrationCalc.cc
|
---|
2482 | - Blind Pixel is not additionally treated as normal pixel any more
|
---|
2483 | - Blind Pixel Draw replaced by DrawClone
|
---|
2484 |
|
---|
2485 | * macros/calibration.C
|
---|
2486 | - took out some unused code
|
---|
2487 | - some default axis labelling corrected
|
---|
2488 |
|
---|
2489 |
|
---|
2490 |
|
---|
2491 | 2004/01/13: Abelardo Moralejo
|
---|
2492 |
|
---|
2493 | * manalysis/MMcPedestalCopy.cc
|
---|
2494 | - added check of whether input file is a MC file before executing
|
---|
2495 | the PreProcess.
|
---|
2496 |
|
---|
2497 |
|
---|
2498 |
|
---|
2499 | 2004/01/13: Wolfgang Wittek
|
---|
2500 |
|
---|
2501 | * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
|
---|
2502 | - change macro to handle also MC events with finite sigmabar
|
---|
2503 |
|
---|
2504 | * manalysis/MPadOn.[h,cc]:
|
---|
2505 | - deleted, is replaced by MPad
|
---|
2506 |
|
---|
2507 | * manalysis/MPadOnOFF.[h,cc]:
|
---|
2508 | - deleted, is replaced by MPad
|
---|
2509 |
|
---|
2510 | * manalysis/MPad.[h,cc]:
|
---|
2511 | - new class, replacing MPadON and MPadONOFF
|
---|
2512 | - handle also MC events with finite sigmabar
|
---|
2513 |
|
---|
2514 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
---|
2515 | - replace MPadON and MPadONOFF by MPad
|
---|
2516 |
|
---|
2517 |
|
---|
2518 |
|
---|
2519 | 2004/01/13: Thomas Bretz
|
---|
2520 |
|
---|
2521 | * mraw/MRawRunHeader.[h,cc]:
|
---|
2522 | - implemented new member function GetRunTypeStr
|
---|
2523 |
|
---|
2524 | * Changelog.03:
|
---|
2525 | - added (contains entries of 2003)
|
---|
2526 |
|
---|
2527 | * Changelog:
|
---|
2528 | - removed entries of 2003
|
---|
2529 |
|
---|
2530 | * mfilter/MFGeomag.cc:
|
---|
2531 | - simplified open/close of input files
|
---|
2532 |
|
---|
2533 | * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
|
---|
2534 | - added some comments
|
---|
2535 | - added new member function GetError
|
---|
2536 |
|
---|
2537 | * Makefile:
|
---|
2538 | - updated 'make dox' output for convinience
|
---|
2539 |
|
---|
2540 | * macros/dohtml.C:
|
---|
2541 | - do not print Info's
|
---|
2542 | - added mcamera
|
---|
2543 | - added mpointing
|
---|
2544 | - added mreport
|
---|
2545 |
|
---|
2546 | * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
|
---|
2547 | - removed some obsolete comments (these comments confused THtml)
|
---|
2548 |
|
---|
2549 | * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
|
---|
2550 | mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
|
---|
2551 | mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
|
---|
2552 | mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
|
---|
2553 | mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
|
---|
2554 | - replaced MPedestalCam by MPedPhotCam
|
---|
2555 | - removed some obsolete includes
|
---|
2556 |
|
---|
2557 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
---|
2558 | - added MLogPlugin
|
---|
2559 | - added MLogHtml
|
---|
2560 |
|
---|
2561 | * mbase/MLog.[h,cc]:
|
---|
2562 | - added use of plugins
|
---|
2563 |
|
---|
2564 | * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
|
---|
2565 | - added
|
---|
2566 |
|
---|
2567 | * mbase/MStatusDisplay.[h,cc]:
|
---|
2568 | - added a Save-As dialog
|
---|
2569 |
|
---|
2570 |
|
---|
2571 |
|
---|
2572 | 2004/01/12: Thomas Bretz
|
---|
2573 |
|
---|
2574 | * macros/rootlogon.C:
|
---|
2575 | - added mcamera to include path
|
---|
2576 | - added mpointing to include path
|
---|
2577 | - added mreport to include path
|
---|
2578 |
|
---|
2579 | * mbase/MLog.cc:
|
---|
2580 | - updated my eMail address
|
---|
2581 |
|
---|
2582 | * mbase/MParContainer.h:
|
---|
2583 | - added Read member function
|
---|
2584 |
|
---|
2585 | * mbase/MStatusDisplay.[h,cc]:
|
---|
2586 | - changed size of ps-paper
|
---|
2587 | - added a user defined bottom line to the ps-files
|
---|
2588 | - added name (currently unused)
|
---|
2589 | - added title (used as possible bottom line in ps-file)
|
---|
2590 |
|
---|
2591 | * mraw/MRawRunHeader.cc:
|
---|
2592 | - added some comments
|
---|
2593 |
|
---|
2594 | * status.cc:
|
---|
2595 | - set name of input as bottom line of status display
|
---|
2596 |
|
---|
2597 |
|
---|
2598 |
|
---|
2599 | 2004/01/12: Abelardo Moralejo
|
---|
2600 |
|
---|
2601 | * mimage/MStereoPar.cc
|
---|
2602 | - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
|
---|
2603 | instead of fSourceY = scale2*hillas1.GetMeanY() + ...
|
---|
2604 | Bug had no effect unless scale1 != scale2 (-> telescopes of
|
---|
2605 | different size).
|
---|
2606 |
|
---|
2607 |
|
---|
2608 |
|
---|
2609 | 2004/01/12: Markus Gaug
|
---|
2610 |
|
---|
2611 | * manalysis/MExtractSignal.[h,cc]
|
---|
2612 | - take out some uncommented code
|
---|
2613 | - replace logainshift by two independent variables:
|
---|
2614 | logainfirst, logainlast
|
---|
2615 | - because in most data, maximum occurs in slice 4, shift default
|
---|
2616 | from slices 4-9 to slices 3-8.
|
---|
2617 |
|
---|
2618 | * manalysis/MExtractedSignalPix.[h,cc]
|
---|
2619 | - took out some uncommented code
|
---|
2620 | - new initializers: instead of -1. now 99999.9
|
---|
2621 |
|
---|
2622 |
|
---|
2623 |
|
---|
2624 | 2004/01/09: Markus Gaug
|
---|
2625 |
|
---|
2626 | * mcalib/MCalibrationCam.[h,cc]
|
---|
2627 | - take out 1-dim histos because we can use
|
---|
2628 | the projections in MHCamera (s.b.)
|
---|
2629 |
|
---|
2630 | * mcalib/MHCalibrationBlindPixel.h
|
---|
2631 | - make the fit by default quiet
|
---|
2632 |
|
---|
2633 | * mcalib/MHCalibrationPixel.[h,cc]
|
---|
2634 | * mcalib/MCalibrationPix.[h,cc]
|
---|
2635 | - Ranges of time slices stored independently for HiGain and LoGain
|
---|
2636 | in order to allow consecutive checks
|
---|
2637 |
|
---|
2638 | * mhist/MHCamera.[h.cc]
|
---|
2639 | - add the possibility to call a Draw("proj") which will
|
---|
2640 | draw a Y-Projection of the histogram
|
---|
2641 |
|
---|
2642 | * macros/calibration.C
|
---|
2643 | - apply the drawing of the projections and fit them
|
---|
2644 |
|
---|
2645 | * mcalib/MCalibrationCalc.cc
|
---|
2646 | - catch the possibility of a calibration file,
|
---|
2647 | unintendedly being a pedestal or cosmic file.
|
---|
2648 | Program now exits with an error before doing the fits
|
---|
2649 |
|
---|
2650 | * mcalib/MCalibrationPix.[h,cc]
|
---|
2651 | - fixed a bug in calculation of fFitValid.
|
---|
2652 | before, a call to IsFitValid() always returned false
|
---|
2653 |
|
---|
2654 |
|
---|
2655 |
|
---|
2656 | 2004/01/09: Javier L¢pez
|
---|
2657 |
|
---|
2658 | * macros/bootcampstandardanalysis.C
|
---|
2659 | - added new macro that holds the main scheleton discussed in the
|
---|
2660 | december bootcamp in Wuerzburg. It runs first over a pedestal
|
---|
2661 | run, then over a calibration run, again over the pedestal run
|
---|
2662 | to compute de pedestal in number of photons and finally over a
|
---|
2663 | data run to calibrate the data.
|
---|
2664 |
|
---|
2665 |
|
---|
2666 |
|
---|
2667 | 2004/01/06: Sebastian Raducci
|
---|
2668 |
|
---|
2669 | * manalysis/MArrivalTime.[h,cc]
|
---|
2670 | - added new method to calculate photon arrival times. It uses the
|
---|
2671 | TSpline5 Root Class to interpolate the Fadc Slices. The time is
|
---|
2672 | the abscissa value of the absolute maximum of the interpolation
|
---|
2673 | - added new method to find clusters with similar arrival times.
|
---|
2674 | For now it's a preliminary version. It simply search for adiacent
|
---|
2675 | pixels having the same arrival time (color).
|
---|
2676 |
|
---|
2677 | * manalysis/MArrivalTimeCalc.[h,cc]
|
---|
2678 | - modified the Process() method according to the changes in the
|
---|
2679 | Arrival Time Cointainer
|
---|
2680 |
|
---|
2681 | * mmain/MEventDisplay.cc
|
---|
2682 | - added new tab in the camera event display to show the arrival
|
---|
2683 | time. This arrival time is calculated with the spline method
|
---|
2684 | - the old Arrival Time pad now it's called Max Slice Idx, because
|
---|
2685 | it's only the index of the slice with the max content.
|
---|
2686 |
|
---|
2687 | * mhist/MHEvent.[h,cc]
|
---|
2688 | - added new fType in te enumeration to handle the arrival time
|
---|
2689 | histos
|
---|