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/01/30: Abelardo Moralejo
|
---|
7 |
|
---|
8 | * macros/starmc.C
|
---|
9 | - changed default FADC integration range (more adequate for coming
|
---|
10 | camera version).
|
---|
11 |
|
---|
12 | * macros/mccalibrate.C, starmc2.C
|
---|
13 | - added. First macro transforms input files from camera simulation
|
---|
14 | into files with pixel data already calibrated in photons. The
|
---|
15 | second reads in an already calibrated data file and produces an
|
---|
16 | output file with Hillas parameters. Both together do the same as
|
---|
17 | starmc.C, but it is convenient to have files containing
|
---|
18 | calibrated pixel information.
|
---|
19 |
|
---|
20 |
|
---|
21 |
|
---|
22 | 2004/01/30: Thomas Bretz
|
---|
23 |
|
---|
24 | * mbase/MDirIter.h:
|
---|
25 | - added GetNumEntries
|
---|
26 |
|
---|
27 | * mhist/MHEvent.cc:
|
---|
28 | - added a dynamic_cast from MParContainer to MCamEvent to get the
|
---|
29 | correct pointer to the correct base-class.
|
---|
30 |
|
---|
31 | * mbase/MStatusDisplay.cc:
|
---|
32 | - In EventInfo check whether gPad==0
|
---|
33 |
|
---|
34 | * mfileio/MReadMarsFile.cc:
|
---|
35 | - removed reading RunHeaders from PreProcess, this resulted
|
---|
36 | in strange behaviour of writing RunHeaders
|
---|
37 | - fixed consistency check for RunType accordingly
|
---|
38 |
|
---|
39 | * mfilter/MFilterList.cc:
|
---|
40 | - do not skip adding filter if only a filter with the same name
|
---|
41 | exists
|
---|
42 |
|
---|
43 | * mraw/MRawFileRead.cc:
|
---|
44 | - added an output message if run header is not accessible
|
---|
45 |
|
---|
46 | * mraw/MRawRunHeader.[h,cc]:
|
---|
47 | - initialize fRunType to new enum kRTNone
|
---|
48 |
|
---|
49 | * mfilter/MFGeomag.cc:
|
---|
50 | - set fResult to kFALSE at the beginning of Process
|
---|
51 | - according to this removed setting fResult=kFALSE before return
|
---|
52 | - replaced some float by Float_t
|
---|
53 | - added some const-qualifiers
|
---|
54 | - replaced (rig<0.5/pr*R*(r2-r1)+r1) by (rig-r1)*pr<rnd
|
---|
55 | with rnd = R * (r2-r1)/2 to make sure that we cannot
|
---|
56 | devide by 0
|
---|
57 |
|
---|
58 | * manalysis/MPedCalcPedRun.cc:
|
---|
59 | - added some comments
|
---|
60 |
|
---|
61 | * Makefile:
|
---|
62 | - added mjobs
|
---|
63 |
|
---|
64 | * mjobs/*:
|
---|
65 | - added
|
---|
66 |
|
---|
67 | * mbase/Makefile, mbase/BaseLinkDef.h:
|
---|
68 | - added MRunIter
|
---|
69 |
|
---|
70 | * mbase/MRunIter.[h,cc]:
|
---|
71 | - added
|
---|
72 |
|
---|
73 |
|
---|
74 |
|
---|
75 | 2004/01/30: Markus Gaug
|
---|
76 |
|
---|
77 | * manalysis/MPedestalCam.h
|
---|
78 | - added function IsUsedHists()
|
---|
79 |
|
---|
80 | * manalysis/MPedestalCam.cc
|
---|
81 | - modified GetPixelContent
|
---|
82 |
|
---|
83 | * manalysis/MPedestalCam.cc, manalysis/MPedCalcPedRun.cc:
|
---|
84 | - include storage of number of used FADC slices to compare later
|
---|
85 | the pedestal per slice ( and sigma per slice)
|
---|
86 | - return relative differences in GetPixelContent
|
---|
87 |
|
---|
88 | * mcalib/MCalibrationCalc.[h,cc]
|
---|
89 | * mcalib/MHCalibrationBlindPixel.[h,cc]
|
---|
90 | - fBlindPixelId and fPINDiodeId now like in PedestalCam
|
---|
91 | - fill Blind Pixel with information about its fitted pedestal if
|
---|
92 | available
|
---|
93 | - initialize charges histogram with a bigger range
|
---|
94 | - use pedestal information to constrain the pedestal fit ranges
|
---|
95 |
|
---|
96 | * manalysis/MHPedestalPixel.cc
|
---|
97 | - initialize charges histogram with a bigger range
|
---|
98 |
|
---|
99 | * macros/calibration.C
|
---|
100 | - SetRange of MExtractSignal to 1,14 (see emails of yesterday)
|
---|
101 | - apply new GetPixelContents of MPedestalCam (more calculations
|
---|
102 | and displays of errors, correction for different FADC slice
|
---|
103 | number)
|
---|
104 |
|
---|
105 | * manalysis/MExtractSignal.cc
|
---|
106 | - not access to MArrivalTime any more. The same information is
|
---|
107 | stored in MRawEvt->GetPixelContent(...)
|
---|
108 |
|
---|
109 | * manalysis/MCalibrationCalc.cc
|
---|
110 | - retrieve default arrival time from MRawEvt
|
---|
111 |
|
---|
112 | * manalysis/MCalibrationBlindPix.cc
|
---|
113 | * manalysis/MCalibrationPix.cc
|
---|
114 | - check for NaN's in fit results
|
---|
115 |
|
---|
116 |
|
---|
117 | 2004/01/29: Abelardo Moralejo
|
---|
118 |
|
---|
119 | * mfileio/MWriteFile.h
|
---|
120 | - added missing declaration of ReInit
|
---|
121 |
|
---|
122 | * manalysis/MMcCalibrationUpdate.cc
|
---|
123 | - added call to MCalibrationCam::SetBlindPixelMethodValid(kTRUE)
|
---|
124 | to adapt to recent changes in MCalibrate.
|
---|
125 |
|
---|
126 |
|
---|
127 |
|
---|
128 | 2004/01/29: Thomas Bretz
|
---|
129 |
|
---|
130 | * manalysis/MArrivalTime.h, manalysis/MCameraData.h,
|
---|
131 | manalysis/MCerPhotEvt.h, manalysis/MExtractSignalCam.h,
|
---|
132 | manalysis/MPedPhotCam.h, manalysis/MPedestalCam.h,
|
---|
133 | mcalib/MCalibrationCam.h, mcamera/MCameraDC.h,
|
---|
134 | mraw/MRawEvtData.h, mreflector/MRflEvtData.h:
|
---|
135 | - split derivement into MParContainer and MCamEvent
|
---|
136 |
|
---|
137 | * manalysis/MExtractSignalCam.[h,cc]:
|
---|
138 | - removed obsolete MExtractSignal::ReInit
|
---|
139 | - added -> to fArray
|
---|
140 |
|
---|
141 | * mbase/MParList.h:
|
---|
142 | - added a new bit kIsProcessing
|
---|
143 |
|
---|
144 | * mbase/MTaskList.cc:
|
---|
145 | - fixed the handling of kDoNotReset and the bahaviour of
|
---|
146 | SetReadyToSave, such that it is possible to write all
|
---|
147 | headers
|
---|
148 |
|
---|
149 | * mfileio/MWriteFile.cc:
|
---|
150 | - added ReInit which also calls CheckAndWrite
|
---|
151 |
|
---|
152 | * mgui/MCamEvent.h:
|
---|
153 | - does not derive from MParContainer anymore
|
---|
154 |
|
---|
155 |
|
---|
156 |
|
---|
157 | 2004/01/29: Markus Gaug
|
---|
158 |
|
---|
159 | * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
|
---|
160 | mcalib/MCalibrationConfig.h
|
---|
161 | - put gkCalibrationBlindPixelId and gkCalibrationPINDiodeId
|
---|
162 | directly into the corresponding classes.
|
---|
163 |
|
---|
164 |
|
---|
165 |
|
---|
166 | 2004/01/29: Nicola Galante
|
---|
167 |
|
---|
168 | * mhistmc/MHMcTriggerLvl2.[h,cc]:
|
---|
169 | - In method MHMcTriggerLvl2::GetHistByName(const TString name)
|
---|
170 | added string checking to return also
|
---|
171 | fHistCellPseudoSize, fHistCellPseudoSizeNorm
|
---|
172 | and fHistCellPseudoSizeEnergy.
|
---|
173 | - Added inline functions GetHistCellPseudoSize() and
|
---|
174 | GetHistCellPseudoSizeNorm().
|
---|
175 |
|
---|
176 |
|
---|
177 |
|
---|
178 | 2004/01/28: Javier Rico
|
---|
179 |
|
---|
180 | * mcalib/MCalibrate.[h.cc]
|
---|
181 | - include possibility to select the calibration method to be used
|
---|
182 |
|
---|
183 |
|
---|
184 |
|
---|
185 | 2004/01/28: Markus Gaug
|
---|
186 |
|
---|
187 | * mcalib/MCalibrate.[h.cc]
|
---|
188 | - corrected Int_t ReInit() to Bool_t ReInit(MParList *pList)
|
---|
189 |
|
---|
190 | * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc]:
|
---|
191 | - included flags to indicate if Blind Pixel Method or PIn Diode
|
---|
192 | method was OK. Up to now, program stopped, if one of the two
|
---|
193 | methods was chosen but not able to being executed.
|
---|
194 |
|
---|
195 | * manalysis/MArrivalTimeCalc.cc, manalysis/MExtractSignals.cc,
|
---|
196 | manalysis/MGeomApply.cc:
|
---|
197 | - put all missing InitSize(npixels) into MGeomApply
|
---|
198 |
|
---|
199 | * manalysis/MPedCalcPedRun.[h,cc], manalysis/MPedestalCam.[h,cc],
|
---|
200 | manalysis/MPedestalPix.[h,cc], manalysis/MHPedestalPixel.[h,cc],
|
---|
201 | manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
---|
202 | - include possibility to fit the pedestals with Gaussian.
|
---|
203 | - old methods are not affected.
|
---|
204 | - add new method with MPedCalcPedRun::SetUseHists()
|
---|
205 |
|
---|
206 |
|
---|
207 |
|
---|
208 | 2004/01/28: Abelardo Moralejo
|
---|
209 |
|
---|
210 | * mcalib/MMcCalibration.cc
|
---|
211 | - fixed wrong variable type in call to TH1F constructor (number of
|
---|
212 | bins is now integer), which resulted in a compilation warning.
|
---|
213 |
|
---|
214 |
|
---|
215 |
|
---|
216 | 2004/01/28: Thomas Bretz
|
---|
217 |
|
---|
218 | * manalysis/MPedestalCam.cc:
|
---|
219 | - removed unwanted CheckBound from operators. CheckBounds is ONLY
|
---|
220 | ment for really old MC files and will be removed in the future
|
---|
221 | anyhow.
|
---|
222 |
|
---|
223 | * mcalib/MHCalibrationPixel.h:
|
---|
224 | - removed obsolete include of MFFT
|
---|
225 |
|
---|
226 | * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc,
|
---|
227 | manalysis/MPedestalCam.[h,cc]:
|
---|
228 | - removed use of obsolete MPedestalCam::CheckBounds. This was
|
---|
229 | a workaround for a 'bug' in very old camera files, which is not
|
---|
230 | necessary anymore.
|
---|
231 |
|
---|
232 | * manalysis/MCerPhotAnal2.[h,cc]:
|
---|
233 | - replaced MPedestalCam by MPedPhotCam
|
---|
234 |
|
---|
235 | * manalysis/MExtractSignal.cc:
|
---|
236 | - some small simplification to the signal extraction
|
---|
237 | - removed some obsolete variables
|
---|
238 | - replaced for by while
|
---|
239 | - removed obsolete casts
|
---|
240 |
|
---|
241 | * mmain/MEventDisplay.cc:
|
---|
242 | - gave names to the filters
|
---|
243 | - removed adding MHCamera to fList because it was deleted twice
|
---|
244 |
|
---|
245 | * mhist/MHCamera.cc:
|
---|
246 | - fixed usage of fPainter in Paint() - title was not updated
|
---|
247 | correctly
|
---|
248 |
|
---|
249 |
|
---|
250 |
|
---|
251 | 2004/01/28: Sebastian Raducci
|
---|
252 |
|
---|
253 | * manalysis/MArrivalTime.[h,cc]:
|
---|
254 | - removed all the code relative to the cluster evaluation
|
---|
255 |
|
---|
256 |
|
---|
257 |
|
---|
258 | 2004/01/27: Markus Gaug
|
---|
259 |
|
---|
260 | * manalysis/MPedestalPix.cc:
|
---|
261 | - initialize default values to 0 instead of -1.
|
---|
262 |
|
---|
263 | * manalysis/MPedestalCam.[h,cc]:
|
---|
264 | - include CheckBounds, also in operator[]
|
---|
265 |
|
---|
266 | * mcalib/MCalibrationCam.[h,cc]:
|
---|
267 | - apparently, there was a reference to InitSize(UInt_t i) instead
|
---|
268 | of InitSize(Int_t i), where compiler complained, now changed
|
---|
269 |
|
---|
270 | * mcalib/MHCalibration*, mcalib/MCalibration*:
|
---|
271 | - fixed all Clear()'s, Reset()'s, direct intializers
|
---|
272 |
|
---|
273 |
|
---|
274 |
|
---|
275 | 2004/01/27: Thomas Bretz
|
---|
276 |
|
---|
277 | * mdata/MDataChain.cc:
|
---|
278 | - added '%' to supported operators
|
---|
279 |
|
---|
280 |
|
---|
281 |
|
---|
282 | 2004/01/26: Nicola Galante
|
---|
283 |
|
---|
284 | * manalysis/MMcTriggerLvl2.[cc,h]:
|
---|
285 |
|
---|
286 | - Defined some static constants to avoid ugly "magic numbers"
|
---|
287 | in arrays: gsNCells, gsNTrigPixels,
|
---|
288 | gsNPixInCell, gsNLutInCell, gsNPixInLut, fNumPixCell.
|
---|
289 | - Added method
|
---|
290 | MMcTriggerLvl2::GetCellCompactPixel(int cell, MGeomCam *fCam)
|
---|
291 | which computes compact pixels into a given L2T macrocell.
|
---|
292 | - Added method
|
---|
293 | MMcTriggerLvl2::CalcBiggerCellPseudoSize()
|
---|
294 | which computes fCellPseudoSize, the maximum Pseudo Size into L2T
|
---|
295 | macrocells
|
---|
296 | - Added method
|
---|
297 | MMcTriggerLvl2::GetCellPseudoSize() const
|
---|
298 | which returns fCellPseudoSize
|
---|
299 | - Added method
|
---|
300 | MMcTriggerLvl2::IsPixelInCell(Int_t pixel, Int_t cell),
|
---|
301 | which controls whether a pixel belongs to a given L2T cell.
|
---|
302 | - Added method
|
---|
303 | MMcTriggerLvl2::GetMaxCell() const
|
---|
304 | which returns fMaxCell, the cell with the maximum
|
---|
305 | fCellPseudoSize.
|
---|
306 |
|
---|
307 |
|
---|
308 |
|
---|
309 | 2004/01/26: Markus Gaug, Michele Doro
|
---|
310 |
|
---|
311 | * manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc]:
|
---|
312 | - moved calculation of arrival time from MArrivalTime to
|
---|
313 | MArrivalTimeCalc. MArrivalTime does not do any Process-job
|
---|
314 | anymore
|
---|
315 | - TSpline5 now on stack.
|
---|
316 | - function to set the stepsize
|
---|
317 |
|
---|
318 | * mcalib/MHCalibrationBlindPixel.[h,cc]:
|
---|
319 | - force mu_{0} in Blind Pixel Fit to be around 0 in fKPoisson4
|
---|
320 | - implement combined Polya fit and Michele's back-scattered electron
|
---|
321 | fit
|
---|
322 |
|
---|
323 | * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.cc,
|
---|
324 | mcalib/MCalibrationPINDiode.cc:
|
---|
325 | - combine FitChargeHiGain and FitChargeLoGain into one function
|
---|
326 |
|
---|
327 | * macros/calibration.C
|
---|
328 | - improve double gauss fit a bit
|
---|
329 |
|
---|
330 |
|
---|
331 |
|
---|
332 | 2004/01/26: Thomas Bretz
|
---|
333 |
|
---|
334 | * mraw/MRawEvtPixelIter.[h,cc]:
|
---|
335 | - removed member function GetNumPixels. For more details see mantis.
|
---|
336 |
|
---|
337 | * manalysis/MArrivalTime.[h,cc]:
|
---|
338 | - reorganized includes
|
---|
339 | - fixed InitSize and ClearArray (now Reset) to fit MParContainer
|
---|
340 | definition
|
---|
341 | - for the moment removed usage of fPixelChecked - THIS WILL CRASH YOUR
|
---|
342 | PROGRAM
|
---|
343 |
|
---|
344 | * manalysis/MArrivalTimeCalc.[h,cc]:
|
---|
345 | - reorganized includes
|
---|
346 | - removed many obsolete code, exspecially copy&paste relicts!
|
---|
347 | - fixed usage of InitSize
|
---|
348 | - removed CleanArray. Reset() is called automatically before Process()
|
---|
349 |
|
---|
350 | * manalysis/MExtractedSignalCam.[h,cc]:
|
---|
351 | - added SetLogStream
|
---|
352 | - removed obsolete include MGeomCam
|
---|
353 | - replaced PrintOut by Print
|
---|
354 | - added const-qualifiers to all Getters
|
---|
355 | - fixed documentation
|
---|
356 |
|
---|
357 | * manalysis/MExtractedSignalPix.[h,cc]:
|
---|
358 | - replaced PrintOut by Print
|
---|
359 | - fixed documentation
|
---|
360 |
|
---|
361 | * manalysis/MEventRateCalc.cc, manalysis/MPedCalcPedRun.cc:
|
---|
362 | - replaced memset by Reset()
|
---|
363 |
|
---|
364 |
|
---|
365 |
|
---|
366 | 2004/01/24: Abelardo Moralejo
|
---|
367 |
|
---|
368 | * macros/starmcstereo.C
|
---|
369 | - Added. Example of how to run the analysis chain for MC files
|
---|
370 | containing simulation of stereo systems of 2 telescopes.
|
---|
371 |
|
---|
372 | * mcalib/MCalibrate.cc
|
---|
373 | - Added check that value of signal from MExtractedSignalPix is not
|
---|
374 | the default (error) value. In such a case, the signal in
|
---|
375 | MCerPhotEvt is now set to 0. Before, all pixels got very high
|
---|
376 | values in MCerPhotEvt in case the MRawEvtData object for the
|
---|
377 | event was missing in the file. This happened in MC files, in
|
---|
378 | which in some circumstances an event is written without the
|
---|
379 | pixel information (for instance, when running stereo simulations
|
---|
380 | the pixel data is missing for non-triggered telescopes, but the
|
---|
381 | event headers are present).
|
---|
382 |
|
---|
383 |
|
---|
384 |
|
---|
385 | 2004/01/23: Markus Gaug
|
---|
386 |
|
---|
387 | * manalysis/MExtractSignal.[h,cc], manalysis/MExtractedSignalPix.[h,cc],
|
---|
388 | manalysis/MArrivalTime.[h,cc], mcalib/MCalibrationBlindPix.h,
|
---|
389 | mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MCalibrationPINDiode.h,
|
---|
390 | mcalib/MHCalibrationPINDiode.[h,cc], mcalib/MCalibrationPix.[h,cc],
|
---|
391 | mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationCalc.[h,cc]:
|
---|
392 | - use MArrivalTime for Storage (or calculation) of time
|
---|
393 | in MExtractSignal
|
---|
394 | - pass from TH1I histos to TH1F for times
|
---|
395 |
|
---|
396 | * mcalib/MCalibrationBlindPix.h, mcalib/MHCalibrationBlindPixel.[h,cc],
|
---|
397 | mcalib/MCalibrationPix.[h,cc], mcalib/MHCalibrationPixel.[h,cc],
|
---|
398 | mcalib/MCalibrationCalc.[h,cc]:
|
---|
399 | - clean up setters
|
---|
400 | - pass to bit-fields for all flags
|
---|
401 |
|
---|
402 | * mcalib/MCalibrationCam.cc
|
---|
403 | - exclude Blind Pixel from Camera display
|
---|
404 | - do not fill &val when return kFALSE
|
---|
405 |
|
---|
406 | * macros/calibration.C
|
---|
407 | - include functions to exclude the blind pixel,
|
---|
408 | calculation of times and quality checks
|
---|
409 |
|
---|
410 |
|
---|
411 |
|
---|
412 | 2004/01/23: Abelardo Moralejo
|
---|
413 |
|
---|
414 | * mcalib/MCalibrate.cc, manalysis/MExtractSignal.cc
|
---|
415 | - Added support (using AddSerialNumber) for stereo MC files.
|
---|
416 |
|
---|
417 |
|
---|
418 |
|
---|
419 | 2004/01/23: Thomas Bretz
|
---|
420 |
|
---|
421 | * mbase/MAstro.cc:
|
---|
422 | - Fixed calculation of MJD. In Ymd2Mjd a plus should be a minus.
|
---|
423 |
|
---|
424 | * mreport/MReport*.[h,cc]:
|
---|
425 | - changed all classes to return Int_t instead of Bool_t in
|
---|
426 | InterpreteBody
|
---|
427 | - changed MReportFileRead such, that a wrong line results in
|
---|
428 | skipping the line instead of abort reading.
|
---|
429 |
|
---|
430 | * manalysis/MExtractSignal.cc:
|
---|
431 | - do not print information for each pixel - it's too much.
|
---|
432 |
|
---|
433 | * mbase/MStatusDisplay.cc:
|
---|
434 | - when reading a status display do not display tabs with
|
---|
435 | the same name than one which is already existing.
|
---|
436 |
|
---|
437 | * mcalib/MCalibrate.cc:
|
---|
438 | - directly store pointer to pixel when setting saturation flag
|
---|
439 |
|
---|
440 | * mcamera/MCameraDC.cc:
|
---|
441 | - fixed some comments
|
---|
442 |
|
---|
443 | * mhist/MHCamEvent.cc:
|
---|
444 | - fixed a crash when no geometry was available
|
---|
445 |
|
---|
446 | * mhist/MHCamera.[h,cc]:
|
---|
447 | - removed obsolete member function SetPix
|
---|
448 |
|
---|
449 | * mbase/MStatusDisplay.[h,cc]:
|
---|
450 | - added EventInfo member function
|
---|
451 | - implemented preliminary redirection of GetObjectInfo to
|
---|
452 | StatusLine2 -> An own status line for this is missing
|
---|
453 |
|
---|
454 | * manalysis/MExtractSignal.[h,cc]:
|
---|
455 | - implemented StreamPrimitive
|
---|
456 | - changed deafults to be static const data members
|
---|
457 |
|
---|
458 | * manalysis/MGeomApply.[h,cc]:
|
---|
459 | - implemented StreamPrimitive
|
---|
460 |
|
---|
461 |
|
---|
462 |
|
---|
463 | 2004/01/23: Abelardo Moralejo
|
---|
464 |
|
---|
465 | * manalysis/MMcCalibrationUpdate.[h,cc]
|
---|
466 | - Added check to guarantee that the FADC simulation parameters of
|
---|
467 | all read files (those used for calibration and those analyzed)
|
---|
468 | are the same.
|
---|
469 | - Added missing support for analysis of stereo files.
|
---|
470 |
|
---|
471 | * mcalib/MMcCalibrationCalc.cc
|
---|
472 | - Removed obsolete FIXME comment.
|
---|
473 | - Added missing support for analysis of stereo files.
|
---|
474 |
|
---|
475 |
|
---|
476 | 2004/01/23: Raquel de los Reyes
|
---|
477 |
|
---|
478 | * macros/CCDataCheck.C
|
---|
479 | - Added the temperature distribution of the optical links
|
---|
480 | and the plots of the LV power supplies.
|
---|
481 | * mcamera/MCameraLV.h
|
---|
482 | - Added the "Get" functions to access the private data
|
---|
483 | members of the class.
|
---|
484 |
|
---|
485 |
|
---|
486 | 2004/01/22: Abelardo Moralejo
|
---|
487 |
|
---|
488 | * manalysis/MMcCalibrationUpdate.[h,cc]
|
---|
489 | - Now ratio of high to low gain is taken from MCalibrationCam if
|
---|
490 | it existed previously in the parameter list, instead of being
|
---|
491 | read again from the MMcFadcHeader. Removed Setter function for
|
---|
492 | fADC2PhInner, no longer necessary. Fixed error regarding the
|
---|
493 | pedestal conversion to photons (did not read conversion factor
|
---|
494 | from preexisting MCalibrationCam object).
|
---|
495 |
|
---|
496 | * mcalib/MMcCalibrationCalc.cc
|
---|
497 | - Changed parameters of the histogram, and also the quantity being
|
---|
498 | histogrammed. Check that input data come from a noiseless camera
|
---|
499 | file before proceeding to do the calibration. Introduced lower
|
---|
500 | size in cut for calibration. Now rhe calibration constant is not
|
---|
501 | calculated from the mean of photons/ADC counts, but from the peak
|
---|
502 | of the histogram.
|
---|
503 |
|
---|
504 | * macros/starmc.C
|
---|
505 | - Introduced new scheme. Now there are two loops over two different
|
---|
506 | sets of files. First loop calculates the calibration constants,
|
---|
507 | second one does the analysis. Introduced comments. Now the
|
---|
508 | histogram used in the light calibration is written to the output
|
---|
509 | file.
|
---|
510 |
|
---|
511 |
|
---|
512 |
|
---|
513 | 2004/01/22: Thomas Bretz
|
---|
514 |
|
---|
515 | * mcalib/MCalibrate.[h,cc], mcalib/MCalibrationCam.[h,cc],
|
---|
516 | mcalib/MCalibrationBlindPix.[h,cc], mcalib/MCalibrationCalc.[h,cc],
|
---|
517 | mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationPINDiode.[h,cc],
|
---|
518 | mcalib/MCalibrationBlindPixel.[h,cc],
|
---|
519 | mcalib/MHCalibrationPixel.[h,cc], mcalib/MMcCalibrationCalc.[h,cc],
|
---|
520 | mcalib/MHCalibrationBlindPixel.[h,cc],
|
---|
521 | mcalib/MHCalibrationPINDiode.[h,cc]:
|
---|
522 | - cleaned up includes
|
---|
523 |
|
---|
524 |
|
---|
525 |
|
---|
526 | 2004/01/22: Raquel de los Reyes
|
---|
527 |
|
---|
528 | * macros/CCDataCheck.C
|
---|
529 | - macro to check the data from the central control (.rep files).
|
---|
530 |
|
---|
531 |
|
---|
532 |
|
---|
533 | 2004/01/22: Markus Gaug
|
---|
534 |
|
---|
535 | * macros/calibration.C
|
---|
536 | - made MStatusDisplay 3 bit smaller
|
---|
537 |
|
---|
538 | * manalysis/MExtractSignal.cc
|
---|
539 | - put fSignals->SetUsedFADCSlices into PreProcess
|
---|
540 |
|
---|
541 | * manalysis/MPedCalcPedRun.cc
|
---|
542 | - calculate PedRMS as RMS of the sums, later renormalized to units
|
---|
543 | of RMS/slice (eliminate the wrong effect of odd and even slices)
|
---|
544 |
|
---|
545 | * mcalib/MCalibrationCalc.cc
|
---|
546 | - if bit SkipBlindPixelFit is set, now number of photons outside
|
---|
547 | plexiglass is not intended to be calculated any more (previous
|
---|
548 | bug)
|
---|
549 | - exclude excluded pixels in eventloop
|
---|
550 |
|
---|
551 | * mcalib/MHCalibrationBlindPixel.[h,cc]
|
---|
552 | - move functions to pointer again (otherwise, Clone will give
|
---|
553 | strange results)
|
---|
554 |
|
---|
555 |
|
---|
556 |
|
---|
557 | 2004/01/21: Abelardo Moralejo
|
---|
558 |
|
---|
559 | * mcalib/MMcCalibrationCalc.[h,cc]
|
---|
560 | - Added. First version of the task intended to calculate the
|
---|
561 | conversion factors from ADC counts to photons in the MC. It has
|
---|
562 | a different aim than the recently renamed class
|
---|
563 | "MMcCalibrationUpdate" (which takes care that the correct
|
---|
564 | pedestals and conversion factors are supplied to each event, but
|
---|
565 | does not really calculate anything).
|
---|
566 |
|
---|
567 | * mcalib/Makefile, CalibLinkDef.h
|
---|
568 | - Added new class MMcCalibrationCalc
|
---|
569 |
|
---|
570 | * manalysis/MMcCalibrationUpdate.[h,cc]
|
---|
571 | - Now the container MCalibrationCam is not created or modified if
|
---|
572 | it is found that one such container already exists in the
|
---|
573 | Parameter list (from a previous calibration).
|
---|
574 |
|
---|
575 |
|
---|
576 |
|
---|
577 | 2004/01/21: Thomas Bretz
|
---|
578 |
|
---|
579 | * mraw/MRawRead.cc:
|
---|
580 | - restore the fake time for all runs (current time stamp in
|
---|
581 | the data seems to be toally nonsense)
|
---|
582 |
|
---|
583 | * mraw/MRawEvtHeader.cc:
|
---|
584 | - removed decoding of real time (current time stamp in the data
|
---|
585 | seems to be toally nonsense)
|
---|
586 |
|
---|
587 |
|
---|
588 |
|
---|
589 | 2004/01/21: Abelardo Moralejo
|
---|
590 |
|
---|
591 | * mmc/MMcEvt.hxx
|
---|
592 | - Uncommented 6 Getter functions (those regarding the number of
|
---|
593 | photons surviving the different stages of simulation).
|
---|
594 |
|
---|
595 | * manalysis/MMcCalibrationUpdate.[h,cc]
|
---|
596 | - Added (see below).
|
---|
597 |
|
---|
598 | * manalysis/MMcCalibrationCalc.[h,cc]
|
---|
599 | - Removed: changed name of this class to MMcCalibrationUpdate,
|
---|
600 | which is more representative of what it really does. Moved
|
---|
601 | the filling of the MCalibrationCam container from Process to
|
---|
602 | ReInit, since it does not change on an event by event basis.
|
---|
603 | Simplified PreProcess (MCalibrationCam was searched for twice).
|
---|
604 | Updated class description and comments.
|
---|
605 |
|
---|
606 | * manalysis/Makefile, AnalysisLinkDef.h
|
---|
607 | - Adapted to change above
|
---|
608 |
|
---|
609 | * macros/starmc.C
|
---|
610 | - Adapted to change above. Changed also task instance name from
|
---|
611 | mccalibcalc to mccalibupdate.
|
---|
612 |
|
---|
613 |
|
---|
614 |
|
---|
615 | 2004/01/21: Raquel de los Reyes
|
---|
616 |
|
---|
617 | * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
|
---|
618 | and mcamera/MCameraCalibration.h
|
---|
619 | - Added the "Get" functions (e.g GetStatus() for fStatus) to access
|
---|
620 | the private data members of the class.
|
---|
621 |
|
---|
622 |
|
---|
623 |
|
---|
624 | 2004/01/20: Thomas Hengstebeck
|
---|
625 |
|
---|
626 | * mranforest/MRanForestCalc.[h,cc]
|
---|
627 | - Added member functions Grow (training of RF) and Fill (reading in
|
---|
628 | trained forest from file) which simplify macros.
|
---|
629 | One just needs to call them instead of using MRanForestGrow and
|
---|
630 | MRanForestFill (and the related training and fill loops) in a
|
---|
631 | macro.
|
---|
632 |
|
---|
633 |
|
---|
634 |
|
---|
635 | 2004/01/20: Abelardo moralejo
|
---|
636 |
|
---|
637 | * manalysis/MMcCalibrationCalc.cc
|
---|
638 | - removed call to MCalibrationPix::SetPedestal, which was not
|
---|
639 | needed.
|
---|
640 |
|
---|
641 |
|
---|
642 |
|
---|
643 | 2004/01/20: Thomas Bretz
|
---|
644 |
|
---|
645 | * Makefile:
|
---|
646 | - replaced 'make' by '$(MAKE)'
|
---|
647 |
|
---|
648 | * Makefile.rules:
|
---|
649 | - added Makefile itself to dependencies
|
---|
650 |
|
---|
651 | * mbase/MTask.cc:
|
---|
652 | - added comment about ReInit
|
---|
653 |
|
---|
654 | * mhbase/MH.cc:
|
---|
655 | - do not clear pad in DrawClone if 'same' option given
|
---|
656 |
|
---|
657 | * mhist/MHVsTime.cc:
|
---|
658 | - evaluate 'same' option
|
---|
659 |
|
---|
660 | * mfileio/MReadCurrents.[h,cc]:
|
---|
661 | - obsolete, removed
|
---|
662 |
|
---|
663 | * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
|
---|
664 | - added some comments
|
---|
665 |
|
---|
666 |
|
---|
667 |
|
---|
668 | 2004/01/20: Abelardo moralejo
|
---|
669 |
|
---|
670 | * mcalib/MHCalibrationPINDiode.cc
|
---|
671 | - Added call to SetDirecory(0) for histograms fHErrCharge,
|
---|
672 | fHPCharge, fHPTime.
|
---|
673 |
|
---|
674 | * manalysis/MCerPhotPix.h:
|
---|
675 | - Changed position of declaration of fIsSaturated to be the last
|
---|
676 | private variable. Otherwise, since in the constructor it is
|
---|
677 | initialized in the last place, a warning is displayed upon
|
---|
678 | compilation in some systems.
|
---|
679 |
|
---|
680 |
|
---|
681 |
|
---|
682 | 2004/01/20: Markus Gaug
|
---|
683 | * mcalib/Makefile, manalysis/Makefile:
|
---|
684 | - include directory ../mtools
|
---|
685 |
|
---|
686 | * mtools/MFFT.[h,cc]
|
---|
687 | - class inherits from TObject now
|
---|
688 |
|
---|
689 |
|
---|
690 |
|
---|
691 | 2004/01/19: Markus Gaug
|
---|
692 |
|
---|
693 | * mcalib/MHCalibrationBlindPixel.[h,cc]
|
---|
694 | - fixed a bug in fFitLegend due to which program crashed by calls
|
---|
695 | to DrawClone
|
---|
696 | - Modified way to change the fit function
|
---|
697 |
|
---|
698 | * mcalib/MHCalibrationPixel.[h,cc]
|
---|
699 | - reordered function calls
|
---|
700 | - removed SetupFill
|
---|
701 |
|
---|
702 | * mcalib/MHCalibrationPINDiode.h
|
---|
703 | - reordered function calls
|
---|
704 |
|
---|
705 | * mcalib/MCalibrationPix.[h,cc]
|
---|
706 | - limits to define fFitValid now as variables in class
|
---|
707 |
|
---|
708 | * mcalib/MCalibrationCam.[h,cc]
|
---|
709 | - reordered function calls
|
---|
710 | - incorporate option to exclude pixels
|
---|
711 |
|
---|
712 | * mcalib/MCalibrationBlindPix.h
|
---|
713 | - Modified way to change the fit function
|
---|
714 |
|
---|
715 | * mcalib/MCalibrationCalc.[h,cc]
|
---|
716 | - Modified way to change the fit function
|
---|
717 | - incorporate option to exclude pixels from configuration file
|
---|
718 |
|
---|
719 | * macros/calibration.C
|
---|
720 | - Modified way to change the fit function
|
---|
721 | - incorporate option to exclude pixels from configuration file
|
---|
722 |
|
---|
723 |
|
---|
724 |
|
---|
725 | 2004/01/19: Javier Rico
|
---|
726 |
|
---|
727 | * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
|
---|
728 | - Added documentation of member functions
|
---|
729 |
|
---|
730 |
|
---|
731 |
|
---|
732 | 2004/01/19: Abelardo Moralejo
|
---|
733 |
|
---|
734 | * manalysis/MCerPhotPix.[h,cc]
|
---|
735 | - Added fIsSaturated to flag whether low gain of the pixel is
|
---|
736 | saturated. Added corresponding getter and setter functions.
|
---|
737 | Updated ClassDef to version 2.
|
---|
738 |
|
---|
739 | * mcalib/MCalibrate.cc
|
---|
740 | - Set the new saturation flag of MCerPhotPix to kTRUE if at least
|
---|
741 | one low gain FADC slice is saturated.
|
---|
742 |
|
---|
743 | * mimage/MNewImagePar.[h,cc]
|
---|
744 | - Added new member variable fNumSaturatedPixels to count how many
|
---|
745 | pixels were saturated. Updated ClassDef to version 2.
|
---|
746 |
|
---|
747 |
|
---|
748 |
|
---|
749 | 2004/01/19: Thomas Bretz
|
---|
750 |
|
---|
751 | * manalysis/MPedPhotCalc.[cc,h]:
|
---|
752 | - fixed order of includes
|
---|
753 | - removed obsolete forward declarations
|
---|
754 | - removed obsolete data member fNumPixels (stored already twice in
|
---|
755 | the two TArrayF)
|
---|
756 | - fixed some small bugs in the documentation
|
---|
757 |
|
---|
758 | * manalysis/MPedCalcPedRun.cc:
|
---|
759 | - updated my eMail address
|
---|
760 |
|
---|
761 |
|
---|
762 |
|
---|
763 | 2004/01/19: Javier Rico
|
---|
764 |
|
---|
765 | * macros/dohtml.C, NEWS
|
---|
766 | - include some missing info
|
---|
767 |
|
---|
768 |
|
---|
769 |
|
---|
770 | 2004/01/19: Abelardo Moralejo
|
---|
771 |
|
---|
772 | * manalysis/MExtractedSignalPix.h
|
---|
773 | - added GetNumLoGainSaturated()
|
---|
774 |
|
---|
775 |
|
---|
776 |
|
---|
777 | 2004/01/19: Markus Gaug
|
---|
778 |
|
---|
779 | * macros/dohtml.C
|
---|
780 | - include calibration.C
|
---|
781 |
|
---|
782 | * manalysis/MExtractSignal.cc
|
---|
783 | - warning of logain saturation now only once per event (out of loop)
|
---|
784 |
|
---|
785 | * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
|
---|
786 | - new Flag fExcluded to indicate if pixel has been excluded from
|
---|
787 | further analysis
|
---|
788 |
|
---|
789 |
|
---|
790 |
|
---|
791 | 2004/01/16: Javier Rico & Pepe Flix
|
---|
792 |
|
---|
793 | * manalysis/MPedPhotCalc.[cc,h]
|
---|
794 | - added
|
---|
795 | - new class for the evaluation of pedestals in units of photons
|
---|
796 | using the extracted signal from pedestal runs and calibration
|
---|
797 | constants defined in MCalibrate
|
---|
798 |
|
---|
799 | * manalysis/AnalysisLinkDef.h, manalysis/Makefile
|
---|
800 | - added entries for MPedPhotCalc
|
---|
801 |
|
---|
802 | * macros/pedphotcalc.C
|
---|
803 | - added
|
---|
804 | - example on how to use MPedPhotCalc task
|
---|
805 |
|
---|
806 |
|
---|
807 |
|
---|
808 | 2004/01/16: Markus Gaug
|
---|
809 |
|
---|
810 | * mcalib/MCalibrationFits.h
|
---|
811 | - removed and incorporated in MHCalibrationBlindPixel.h
|
---|
812 |
|
---|
813 | * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
|
---|
814 | mcalib/MCalibrationBlindPix.h:
|
---|
815 | - incorporate Fit functions
|
---|
816 | - fixed a bug due to which DrawClone crashed when class was used
|
---|
817 | in a compiled macro
|
---|
818 |
|
---|
819 | * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
|
---|
820 | mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
|
---|
821 | mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
|
---|
822 | mcalib/MHCalibrationPixel.cc:
|
---|
823 | - fixed the warns and errs in fLog's
|
---|
824 |
|
---|
825 |
|
---|
826 |
|
---|
827 | 2004/01/16: Abelardo Moralejo
|
---|
828 |
|
---|
829 | * manalysis/MMcCalibrationCalc.cc
|
---|
830 | - TMath::Max() is no longer used because it did not compile in some
|
---|
831 | systems for unkown reasons. I replaced it by a safer (and may be
|
---|
832 | slower) code.
|
---|
833 | - Added calpix.SetFitValid();
|
---|
834 |
|
---|
835 | * mhist/MHEvent.cc
|
---|
836 | - In MHEvent::Fill, fixed: second parameter of SetCamContent must
|
---|
837 | be 1 in case of RMS:
|
---|
838 | case kEvtPedestalRMS:
|
---|
839 | fHist->SetCamContent(*(MCamEvent*)par, 1);
|
---|
840 |
|
---|
841 |
|
---|
842 |
|
---|
843 | 2004/01/15: Abelardo Moralejo
|
---|
844 |
|
---|
845 | * macros/starmc.C
|
---|
846 | - Added. Version of star showing new chain to get Hillas
|
---|
847 | parameters (with Size calibrated in photons) from MC files.
|
---|
848 |
|
---|
849 |
|
---|
850 |
|
---|
851 | 2004/01/15: Javier Rico
|
---|
852 |
|
---|
853 | * manalysis/MPedCalcPedRun.[h,cc]
|
---|
854 | - optimize the running time
|
---|
855 | - add (some) documentation
|
---|
856 | - correct treatment for the case of several input files
|
---|
857 |
|
---|
858 | * macros/pedvsevent.C
|
---|
859 | - added
|
---|
860 | - draw pedestal mean and rms vs event# for input pixel# and run
|
---|
861 | file, and compares them to the global pedestal mean and rms
|
---|
862 |
|
---|
863 |
|
---|
864 |
|
---|
865 | 2004/01/15: Raquel de los Reyes
|
---|
866 |
|
---|
867 | * mhist/MHCamEvent.cc, mhist/MHCamera.cc
|
---|
868 | - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
|
---|
869 | functions to compute the estimation of the error of the
|
---|
870 | mean. It can be done calling to the function
|
---|
871 | MCamEvent::SetBit(MHCamera::kVariance) in the macro
|
---|
872 |
|
---|
873 |
|
---|
874 |
|
---|
875 | 2004/01/15: Markus Gaug
|
---|
876 |
|
---|
877 | * mhist/MHCamera.[h,cc]
|
---|
878 | - incorporate Thomas's changes
|
---|
879 | - replace void CreateProjection() by TH1D *Projection(const char*)
|
---|
880 |
|
---|
881 | * macros/calibration.C
|
---|
882 | - replace MHCamera->Draw("proj") by MHCamera->Projection()
|
---|
883 | - produce better fits to the projection
|
---|
884 |
|
---|
885 | * manalysis/MSimulatedAnnealing.[h,cc],
|
---|
886 | mhist/MHSimulatedAnnealing.[h,cc]:
|
---|
887 | - moved to directory mtools
|
---|
888 | - MSimulatedAnnealing now inherits from TObject
|
---|
889 |
|
---|
890 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
|
---|
891 | mhist/Makefile, mhist/HistLinkDef.h:
|
---|
892 | - removed MSimulatedAnnealing
|
---|
893 | - removed MHSimulatedAnnealing
|
---|
894 |
|
---|
895 | * mtools/Makefile, mtools/AnalysisLinkDef.h:
|
---|
896 | - added MSimulatedAnnealing
|
---|
897 | - added MHSimulatedAnnealing
|
---|
898 |
|
---|
899 |
|
---|
900 |
|
---|
901 | 2004/01/15: Thomas Bretz
|
---|
902 |
|
---|
903 | * manalysis/AnalysisLinkDef.h:
|
---|
904 | - removed MCurrents
|
---|
905 |
|
---|
906 | * mhist/MHCamera.[h,cc]:
|
---|
907 | - added member function Projection
|
---|
908 | - removed fYproj
|
---|
909 |
|
---|
910 | * mreport/MReport*.*:
|
---|
911 | - added more comments
|
---|
912 |
|
---|
913 |
|
---|
914 |
|
---|
915 | 2004/01/14: Markus Gaug
|
---|
916 |
|
---|
917 | * mtools/MFFT.[h,cc]
|
---|
918 | - new class to perform Fast Fourier Transforms
|
---|
919 |
|
---|
920 | * mtools/Makefile
|
---|
921 | * mtools/ToolsLinkDef.h
|
---|
922 | - include MFFT
|
---|
923 |
|
---|
924 | * manalysis/MExtractedSignalCam.h
|
---|
925 | - removed variables fNumHiGainSamples and fNumLoGainSamples
|
---|
926 | - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
|
---|
927 |
|
---|
928 | * manalysis/MExtractSignal.cc
|
---|
929 | - updated call to SetUsedFADCSlices
|
---|
930 |
|
---|
931 |
|
---|
932 |
|
---|
933 | 2004/01/14: Abelardo Moralejo
|
---|
934 |
|
---|
935 | * manalysis/MMcCalibrationCalc.cc:
|
---|
936 | - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
|
---|
937 | This can happen (depending on camera simulation parameters), and
|
---|
938 | rms = 0 later resulted in the pixel being eliminated in the
|
---|
939 | image cleaning.
|
---|
940 |
|
---|
941 |
|
---|
942 |
|
---|
943 | 2004/01/14: Thomas Bretz
|
---|
944 |
|
---|
945 | * Makefile:
|
---|
946 | - replaced old style Makefile.depend by directory specific
|
---|
947 | dependancy files
|
---|
948 |
|
---|
949 | * Makefile.rules:
|
---|
950 | - changed obsolete '.cc.o' style to newer style '%.o: %.c'
|
---|
951 | - added rule to make dependency files
|
---|
952 | - added rule to remove dependancy files.
|
---|
953 | - added rmdep as prerequisite to clean
|
---|
954 | - include dependency file
|
---|
955 |
|
---|
956 | * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
|
---|
957 | mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
|
---|
958 | mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
|
---|
959 | mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
|
---|
960 | mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
|
---|
961 | mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
|
---|
962 | mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
|
---|
963 | mtools/Makefile:
|
---|
964 | - removed clean-rule, use the one in Makefile.rules instead
|
---|
965 |
|
---|
966 | * mreport/Makefile, mreport/ReportLinkDef.h:
|
---|
967 | - added MReportHelp
|
---|
968 |
|
---|
969 | * mreport/MReportFileRead.cc:
|
---|
970 | - moved code from MReportHelp to new file
|
---|
971 | - removed usage of MReport class completely
|
---|
972 |
|
---|
973 | * mfilter/MFGeomag.[h,cc]:
|
---|
974 | - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
|
---|
975 | - changed the second loop from 0->1151 to 1152->2304
|
---|
976 | - removed dummy arrays used for reading
|
---|
977 | - output filename in case of 'file not found'
|
---|
978 | - removed obsolete data members
|
---|
979 | - removed obsolete Init function
|
---|
980 | - removed forbidden underscore from member variable
|
---|
981 | - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
|
---|
982 |
|
---|
983 | * mbase/MStatusDisplay.[h,cc]:
|
---|
984 | - added new member function Open
|
---|
985 | - added new menu entry kFileOpen
|
---|
986 | - changed UpdatePSheader algorithm (the old one was much too slow)
|
---|
987 |
|
---|
988 | * manalysis/MCurrents.[h,cc]:
|
---|
989 | - removed (old outdated)
|
---|
990 |
|
---|
991 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
---|
992 | - removed MCurrents
|
---|
993 |
|
---|
994 |
|
---|
995 |
|
---|
996 | 2004/01/14: Wolfgang Wittek
|
---|
997 |
|
---|
998 | * macros/ONOFFAnalysis.C:
|
---|
999 | - current version
|
---|
1000 |
|
---|
1001 | * mhist/MHSigmaTheta.[h,cc]:
|
---|
1002 | - replace MPedestalCam by MPedPhotCam
|
---|
1003 |
|
---|
1004 | * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
|
---|
1005 | manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
|
---|
1006 | manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
|
---|
1007 | - replace MPedestalCam by MPedPhotCam
|
---|
1008 |
|
---|
1009 | * manalysis/MPedPhotPix.[h,cc]
|
---|
1010 | - uncomment SetRms()
|
---|
1011 |
|
---|
1012 |
|
---|
1013 |
|
---|
1014 | 2004/01/13: Markus Gaug
|
---|
1015 |
|
---|
1016 | * manalysis/MExtractSignal.h
|
---|
1017 | - seems that the reduced light intensity of the CT1 Pulser
|
---|
1018 | results in broader pulses -> Set Default time slices to [3,10]
|
---|
1019 |
|
---|
1020 | * mhist/MHCamera.cc
|
---|
1021 | - make Stat Window in option 'proj' bigger
|
---|
1022 | - add comment line at beginning of Draw()
|
---|
1023 |
|
---|
1024 | * mcalib/MHCalibrationBlindPixel.[h.cc]
|
---|
1025 | - add Function DrawClone()
|
---|
1026 | - fix bug in calculation of integral (GetIntegral("width"))
|
---|
1027 | - restrict parameters tighter
|
---|
1028 | - declare fit as not valid, if less than 100 events
|
---|
1029 | in single photo-electron peak
|
---|
1030 |
|
---|
1031 | * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
|
---|
1032 | - fit now with fixed normalization
|
---|
1033 |
|
---|
1034 | * mcalib/MHCalibrationPixel.[h.cc]
|
---|
1035 | - new function IsEmpty()
|
---|
1036 | - Time fit accepted if ChiSquare less than 30. (instead of 20.)
|
---|
1037 |
|
---|
1038 | * mcalib/MCalibrationPix.[h.cc]
|
---|
1039 | - F-Factor corrected and added error
|
---|
1040 | - Histograms not fitted if they are empty
|
---|
1041 | - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
|
---|
1042 |
|
---|
1043 | * mcalib/MCalibrationCam.cc
|
---|
1044 | - Square Root of Reduced Sigmas not taken, if they are < 0.
|
---|
1045 | - Reduced Sigma / Charge squared replaced by reduced sigma / charge
|
---|
1046 |
|
---|
1047 | * mcalib/MCalibrationCalc.cc
|
---|
1048 | - Blind Pixel is not additionally treated as normal pixel any more
|
---|
1049 | - Blind Pixel Draw replaced by DrawClone
|
---|
1050 |
|
---|
1051 | * macros/calibration.C
|
---|
1052 | - took out some unused code
|
---|
1053 | - some default axis labelling corrected
|
---|
1054 |
|
---|
1055 |
|
---|
1056 |
|
---|
1057 | 2004/01/13: Abelardo Moralejo
|
---|
1058 |
|
---|
1059 | * manalysis/MMcPedestalCopy.cc
|
---|
1060 | - added check of whether input file is a MC file before executing
|
---|
1061 | the PreProcess.
|
---|
1062 |
|
---|
1063 |
|
---|
1064 |
|
---|
1065 | 2004/01/13: Wolfgang Wittek
|
---|
1066 |
|
---|
1067 | * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
|
---|
1068 | - change macro to handle also MC events with finite sigmabar
|
---|
1069 |
|
---|
1070 | * manalysis/MPadOn.[h,cc]:
|
---|
1071 | - deleted, is replaced by MPad
|
---|
1072 |
|
---|
1073 | * manalysis/MPadOnOFF.[h,cc]:
|
---|
1074 | - deleted, is replaced by MPad
|
---|
1075 |
|
---|
1076 | * manalysis/MPad.[h,cc]:
|
---|
1077 | - new class, replacing MPadON and MPadONOFF
|
---|
1078 | - handle also MC events with finite sigmabar
|
---|
1079 |
|
---|
1080 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
---|
1081 | - replace MPadON and MPadONOFF by MPad
|
---|
1082 |
|
---|
1083 |
|
---|
1084 |
|
---|
1085 | 2004/01/13: Thomas Bretz
|
---|
1086 |
|
---|
1087 | * mraw/MRawRunHeader.[h,cc]:
|
---|
1088 | - implemented new member function GetRunTypeStr
|
---|
1089 |
|
---|
1090 | * Changelog.03:
|
---|
1091 | - added (contains entries of 2003)
|
---|
1092 |
|
---|
1093 | * Changelog:
|
---|
1094 | - removed entries of 2003
|
---|
1095 |
|
---|
1096 | * mfilter/MFGeomag.cc:
|
---|
1097 | - simplified open/close of input files
|
---|
1098 |
|
---|
1099 | * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
|
---|
1100 | - added some comments
|
---|
1101 | - added new member function GetError
|
---|
1102 |
|
---|
1103 | * Makefile:
|
---|
1104 | - updated 'make dox' output for convinience
|
---|
1105 |
|
---|
1106 | * macros/dohtml.C:
|
---|
1107 | - do not print Info's
|
---|
1108 | - added mcamera
|
---|
1109 | - added mpointing
|
---|
1110 | - added mreport
|
---|
1111 |
|
---|
1112 | * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
|
---|
1113 | - removed some obsolete comments (these comments confused THtml)
|
---|
1114 |
|
---|
1115 | * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
|
---|
1116 | mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
|
---|
1117 | mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
|
---|
1118 | mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
|
---|
1119 | mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
|
---|
1120 | - replaced MPedestalCam by MPedPhotCam
|
---|
1121 | - removed some obsolete includes
|
---|
1122 |
|
---|
1123 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
---|
1124 | - added MLogPlugin
|
---|
1125 | - added MLogHtml
|
---|
1126 |
|
---|
1127 | * mbase/MLog.[h,cc]:
|
---|
1128 | - added use of plugins
|
---|
1129 |
|
---|
1130 | * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
|
---|
1131 | - added
|
---|
1132 |
|
---|
1133 | * mbase/MStatusDisplay.[h,cc]:
|
---|
1134 | - added a Save-As dialog
|
---|
1135 |
|
---|
1136 |
|
---|
1137 |
|
---|
1138 | 2004/01/12: Thomas Bretz
|
---|
1139 |
|
---|
1140 | * macros/rootlogon.C:
|
---|
1141 | - added mcamera to include path
|
---|
1142 | - added mpointing to include path
|
---|
1143 | - added mreport to include path
|
---|
1144 |
|
---|
1145 | * mbase/MLog.cc:
|
---|
1146 | - updated my eMail address
|
---|
1147 |
|
---|
1148 | * mbase/MParContainer.h:
|
---|
1149 | - added Read member function
|
---|
1150 |
|
---|
1151 | * mbase/MStatusDisplay.[h,cc]:
|
---|
1152 | - changed size of ps-paper
|
---|
1153 | - added a user defined bottom line to the ps-files
|
---|
1154 | - added name (currently unused)
|
---|
1155 | - added title (used as possible bottom line in ps-file)
|
---|
1156 |
|
---|
1157 | * mraw/MRawRunHeader.cc:
|
---|
1158 | - added some comments
|
---|
1159 |
|
---|
1160 | * status.cc:
|
---|
1161 | - set name of input as bottom line of status display
|
---|
1162 |
|
---|
1163 |
|
---|
1164 |
|
---|
1165 | 2004/01/12: Abelardo Moralejo
|
---|
1166 |
|
---|
1167 | * mimage/MStereoPar.cc
|
---|
1168 | - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
|
---|
1169 | instead of fSourceY = scale2*hillas1.GetMeanY() + ...
|
---|
1170 | Bug had no effect unless scale1 != scale2 (-> telescopes of
|
---|
1171 | different size).
|
---|
1172 |
|
---|
1173 |
|
---|
1174 |
|
---|
1175 | 2004/01/12: Markus Gaug
|
---|
1176 |
|
---|
1177 | * manalysis/MExtractSignal.[h,cc]
|
---|
1178 | - take out some uncommented code
|
---|
1179 | - replace logainshift by two independent variables:
|
---|
1180 | logainfirst, logainlast
|
---|
1181 | - because in most data, maximum occurs in slice 4, shift default
|
---|
1182 | from slices 4-9 to slices 3-8.
|
---|
1183 |
|
---|
1184 | * manalysis/MExtractedSignalPix.[h,cc]
|
---|
1185 | - took out some uncommented code
|
---|
1186 | - new initializers: instead of -1. now 99999.9
|
---|
1187 |
|
---|
1188 |
|
---|
1189 |
|
---|
1190 | 2004/01/09: Markus Gaug
|
---|
1191 |
|
---|
1192 | * mcalib/MCalibrationCam.[h,cc]
|
---|
1193 | - take out 1-dim histos because we can use
|
---|
1194 | the projections in MHCamera (s.b.)
|
---|
1195 |
|
---|
1196 | * mcalib/MHCalibrationBlindPixel.h
|
---|
1197 | - make the fit by default quiet
|
---|
1198 |
|
---|
1199 | * mcalib/MHCalibrationPixel.[h,cc]
|
---|
1200 | * mcalib/MCalibrationPix.[h,cc]
|
---|
1201 | - Ranges of time slices stored independently for HiGain and LoGain
|
---|
1202 | in order to allow consecutive checks
|
---|
1203 |
|
---|
1204 | * mhist/MHCamera.[h.cc]
|
---|
1205 | - add the possibility to call a Draw("proj") which will
|
---|
1206 | draw a Y-Projection of the histogram
|
---|
1207 |
|
---|
1208 | * macros/calibration.C
|
---|
1209 | - apply the drawing of the projections and fit them
|
---|
1210 |
|
---|
1211 | * mcalib/MCalibrationCalc.cc
|
---|
1212 | - catch the possibility of a calibration file,
|
---|
1213 | unintendedly being a pedestal or cosmic file.
|
---|
1214 | Program now exits with an error before doing the fits
|
---|
1215 |
|
---|
1216 | * mcalib/MCalibrationPix.[h,cc]
|
---|
1217 | - fixed a bug in calculation of fFitValid.
|
---|
1218 | before, a call to IsFitValid() always returned false
|
---|
1219 |
|
---|
1220 |
|
---|
1221 |
|
---|
1222 | 2004/01/09: Javier L¢pez
|
---|
1223 |
|
---|
1224 | * macros/bootcampstandardanalysis.C
|
---|
1225 | - added new macro that holds the main scheleton discussed in the
|
---|
1226 | december bootcamp in Wuerzburg. It runs first over a pedestal
|
---|
1227 | run, then over a calibration run, again over the pedestal run
|
---|
1228 | to compute de pedestal in number of photons and finally over a
|
---|
1229 | data run to calibrate the data.
|
---|
1230 |
|
---|
1231 |
|
---|
1232 |
|
---|
1233 | 2004/01/06: Sebastian Raducci
|
---|
1234 |
|
---|
1235 | * manalysis/MArrivalTime.[h,cc]
|
---|
1236 | - added new method to calculate photon arrival times. It uses the
|
---|
1237 | TSpline5 Root Class to interpolate the Fadc Slices. The time is
|
---|
1238 | the abscissa value of the absolute maximum of the interpolation
|
---|
1239 | - added new method to find clusters with similar arrival times.
|
---|
1240 | For now it's a preliminary version. It simply search for adiacent
|
---|
1241 | pixels having the same arrival time (color).
|
---|
1242 |
|
---|
1243 | * manalysis/MArrivalTimeCalc.[h,cc]
|
---|
1244 | - modified the Process() method according to the changes in the
|
---|
1245 | Arrival Time Cointainer
|
---|
1246 |
|
---|
1247 | * mmain/MEventDisplay.cc
|
---|
1248 | - added new tab in the camera event display to show the arrival
|
---|
1249 | time. This arrival time is calculated with the spline method
|
---|
1250 | - the old Arrival Time pad now it's called Max Slice Idx, because
|
---|
1251 | it's only the index of the slice with the max content.
|
---|
1252 |
|
---|
1253 | * mhist/MHEvent.[h,cc]
|
---|
1254 | - added new fType in te enumeration to handle the arrival time
|
---|
1255 | histos
|
---|