1 |
|
---|
2 |
|
---|
3 | Please do not write behind the end of line tag so that it is possible
|
---|
4 | to send a Changelog file to a line printer directly. Thanks.
|
---|
5 |
|
---|
6 | For your entries please follow EXACTLY this style:
|
---|
7 |
|
---|
8 | _yyyy/mm/dd_[Your Name]
|
---|
9 | _
|
---|
10 | ___*_filename:
|
---|
11 | _____-_description
|
---|
12 | _
|
---|
13 | ___*_filename2, filename3:
|
---|
14 | _____-_description
|
---|
15 | _
|
---|
16 | _
|
---|
17 | _
|
---|
18 |
|
---|
19 | While an underscore is a placeholder for a white-space or an empty line.
|
---|
20 |
|
---|
21 |
|
---|
22 | -*-*- END OF LINE -*-*-
|
---|
23 |
|
---|
24 | 2005/04/12 Thomas Bretz
|
---|
25 |
|
---|
26 | * Makefile:
|
---|
27 | - for the moment remove mhistmc from compilation
|
---|
28 |
|
---|
29 | * ganymed.cc:
|
---|
30 | - return 2 when detecting wrong commandline argument
|
---|
31 |
|
---|
32 | * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
|
---|
33 | - removed MEnergyEst (replaced by a simple MParameterD)
|
---|
34 |
|
---|
35 | * manalysis/MEnergyEstimate.[h,cc]:
|
---|
36 | - replaced MEnergyEst by MParameterD
|
---|
37 | - implemented Print() function
|
---|
38 | - updated ClassVersion from 0 to 1 to allow storage of
|
---|
39 | energy estimator
|
---|
40 |
|
---|
41 | * mbase/MStatusArray.[h,cc]:
|
---|
42 | - overloaded DisplayIn to allow displaying a single tab
|
---|
43 | - added some output if ObjectInCanvas not found
|
---|
44 |
|
---|
45 | * mbase/MStatusDisplay.[h,cc]:
|
---|
46 | - enhanced Read() and Display() with the possibility to only
|
---|
47 | read or display a single tab
|
---|
48 |
|
---|
49 | * mcalib/MCalibrateData.cc:
|
---|
50 | - enhancements to logging output
|
---|
51 |
|
---|
52 | * mcalib/MCalibrationRelTimeCalc.cc:
|
---|
53 | - some fixes to format of logging output
|
---|
54 |
|
---|
55 | * mfbase/MF.[h,cc]:
|
---|
56 | - changed kAllowEmpty from a bit to the new datamember fAllowEmpty.
|
---|
57 | This was necessary to allow storage of MF into files
|
---|
58 | - changed ClassVersion from 0 to 1
|
---|
59 |
|
---|
60 | * mhbase/MBinning.cc:
|
---|
61 | - fixed SetEdgesRaw (lin, log, etc was ignored)
|
---|
62 |
|
---|
63 | * mhflux/MHAlpha.[h,cc]:
|
---|
64 | - replaced MEnergyEst by MParameterD
|
---|
65 | - renamed Theta to ExcessTheta
|
---|
66 | - renamed Energy to ExcessEnergy
|
---|
67 | - renamed Size to ExcessSize
|
---|
68 | - renamed Time to ExcessTime
|
---|
69 |
|
---|
70 | * mhflux/MHEnergyEst.[h,cc]:
|
---|
71 | - replaced MEnergyEst by MParameterD
|
---|
72 | - implemented Print() function
|
---|
73 | - some fixes to displaying the histograms. This makes sure,
|
---|
74 | that no crashes happen, but unluckily it works correctly only
|
---|
75 | with root 4.02/00
|
---|
76 |
|
---|
77 | * mjobs/MJOptimize.[h,cc]:
|
---|
78 | - implemented a AddPreCut taking a MFilter as argument
|
---|
79 | - SetBit(kCanDelete) for all internal PreCuts
|
---|
80 | - Print the result of the energy estimation after it was done
|
---|
81 |
|
---|
82 | * mranforest/MRFEnergyEst.[h,cc]:
|
---|
83 | - replaced MEnergyEst by MParameterD
|
---|
84 |
|
---|
85 | * mfileio/MReadTree.cc:
|
---|
86 | - shortened the output a bit when siwtching to the next file
|
---|
87 |
|
---|
88 |
|
---|
89 |
|
---|
90 | 2005/04/11 Thomas Bretz
|
---|
91 |
|
---|
92 | * manalysis/MMatrixLoop.[h,cc]:
|
---|
93 | - implement option to divide matrix into two samples
|
---|
94 |
|
---|
95 | * mhflux/MHEnergyEst.cc:
|
---|
96 | - changed to display projection of enegry resolution
|
---|
97 | - fixed to use correct minimization value
|
---|
98 |
|
---|
99 | * mjobs/MJOptimize.[h,cc]:
|
---|
100 | - implemented option to divide sample into test/train
|
---|
101 |
|
---|
102 | * mcalib/MCalibCalcFromPast.cc, mcalib/MCalibColorSteer.cc,
|
---|
103 | mcalib/MCalibrationChargeCalc.cc, mhcalib/MHCalibrationCam.cc:
|
---|
104 | - small updates to log-output
|
---|
105 |
|
---|
106 | * mhflux/MAlphaFitter.cc:
|
---|
107 | - output scale-factor
|
---|
108 |
|
---|
109 | * mhist/MHCamera.cc:
|
---|
110 | - as a workaround for a severe problem in gStyle->SetPalette
|
---|
111 | when using the deep blue sea I have switched off this
|
---|
112 | Platte for the moment
|
---|
113 |
|
---|
114 |
|
---|
115 |
|
---|
116 | 2005/04/08 Markus Gaug (2005/04/07)
|
---|
117 |
|
---|
118 | * mhcalib/MHCalibrationChargeCam.cc:
|
---|
119 | - UNDOCUMENTED CHANGE: Do not call histlo.CreateFourierSpectrum()
|
---|
120 | if IsOscillations()
|
---|
121 |
|
---|
122 | * mjobs/MJCalibrateSignal.cc:
|
---|
123 | - UNDOCUMENTED CHANGE: Set SetOscillations(kFALSE) for
|
---|
124 | hchacam, hbndcam, hrelcam
|
---|
125 |
|
---|
126 | * mhcalib/MHCalibrationRelTimeCam.cc:
|
---|
127 | - fill array only if IsOscillations() is true. This is the case in
|
---|
128 | all classes deriving from MHCalibrationCam, except for this one!
|
---|
129 | The effect was that the interlaced calib. events occupied more
|
---|
130 | and more memory becoming slower and slower because the option:
|
---|
131 | SetOscillations(kFALSE) was not treated correctly.
|
---|
132 |
|
---|
133 | * mjobs/pedestalref_Dec04.rc
|
---|
134 | - update the reference lines in the display according to the spline
|
---|
135 | extractor.
|
---|
136 |
|
---|
137 | * mjobs/MJCalibration.cc
|
---|
138 | - clarify a mis-leading histogram title
|
---|
139 |
|
---|
140 | * callisto_Dec04Jan05.rc:
|
---|
141 | - UNDOCUMENTED CHANGE: use the pedestref_Dec04.rc as reference
|
---|
142 | file.
|
---|
143 |
|
---|
144 |
|
---|
145 |
|
---|
146 | 2005/04/08 Thomas Bretz
|
---|
147 |
|
---|
148 | * mhbase/MH3.cc:
|
---|
149 | - replaced all Float-histograms by double histograms. This
|
---|
150 | is backward compatible with I/O and has the advantage, that
|
---|
151 | we are compatible with most other double histograms used in
|
---|
152 | Mars
|
---|
153 |
|
---|
154 | * mhflux/MHEnergyEst.cc:
|
---|
155 | - made the energy binning the same than in all other classes
|
---|
156 |
|
---|
157 | * mreport/MReportStarguider.[h,cc]:
|
---|
158 | - implemented new values from new starguider report as defined
|
---|
159 | in TDAS00-07 V7.1
|
---|
160 | - Fixed the formerly wrong unit of fDevAz and fDevZd (unit now
|
---|
161 | is arcmin)
|
---|
162 |
|
---|
163 | * mjobs/MJCalibrateSignal.cc:
|
---|
164 | - first replaced contmc by a new filter Markus G. used, but
|
---|
165 | after a discussion with Abelardo it turned out, that the
|
---|
166 | original filter does a better job, becuase it takes both
|
---|
167 | (level 1 trigger and minimum number of phes) conditions
|
---|
168 | used in the MC into account.
|
---|
169 |
|
---|
170 | * mjobs/MJCut.cc:
|
---|
171 | - added a plot: Effective-On-Time versus Theta used to produce
|
---|
172 | a spectrum
|
---|
173 |
|
---|
174 | * mjobs/MJCalibrateSignal.cc:
|
---|
175 | - removed condition IsUseBlindPixel() and IsUsePINDiode from
|
---|
176 | setting filter and applied it to the corresponding task
|
---|
177 |
|
---|
178 | * mjobs/MDataSet.cc:
|
---|
179 | - fixed a bug using the default paths
|
---|
180 |
|
---|
181 |
|
---|
182 |
|
---|
183 | 2005/04/07 Thomas Bretz
|
---|
184 |
|
---|
185 | * mpointing/MSrcPosCalc.cc:
|
---|
186 | - also skip Process if fSourcePos==NULL, this happens in real
|
---|
187 | data, too, if no pointing correction is done.
|
---|
188 |
|
---|
189 | * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
|
---|
190 | - removed MParameterI, MParameterD, MParameterDerr
|
---|
191 |
|
---|
192 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
---|
193 | - added MParameterI, MParameterD, MParameterDerr
|
---|
194 |
|
---|
195 | * mbase/MParList.cc:
|
---|
196 | - if a container is rejected due to wrong inheritance its
|
---|
197 | inheritance is mentioned in the error message
|
---|
198 |
|
---|
199 | * mhbase/HBaseLinkDef.h, mhbase/Makefile:
|
---|
200 | - removed MWeight
|
---|
201 |
|
---|
202 | * mhbase/MWeight.[h,cc]:
|
---|
203 | - removed, replaced by MParameterD
|
---|
204 |
|
---|
205 | * mhbase/MFillH.[h,cc], mmontecarlo/MMcWeightEnergySpecCalc.[h,cc]:
|
---|
206 | - replaced MWeight by MParameterD
|
---|
207 |
|
---|
208 | * mjobs/MJStar.cc:
|
---|
209 | - fixed the wrong axis title in the histogram showing the rate
|
---|
210 |
|
---|
211 | * manalysis/MParameters.[h,cc]:
|
---|
212 | - moved to mbase
|
---|
213 |
|
---|
214 | * mbase/MParameters.[h,cc]:
|
---|
215 | - inherit MParameterDerr from MParameterD
|
---|
216 | - changed class version of MParameterDerr from 1 to 2
|
---|
217 |
|
---|
218 | * mfbase/MFEventSelector2.cc:
|
---|
219 | - fixed that in SelectProb the wrong bin was chosen
|
---|
220 |
|
---|
221 |
|
---|
222 |
|
---|
223 | 2005/04/07 Markus Gaug (2005/04/06)
|
---|
224 |
|
---|
225 | * mjobs/calibrationref_Dec04.rc
|
---|
226 | * callisto_Dec04Jan05.rc
|
---|
227 | - update the reference lines in the display according to the spline
|
---|
228 | extractor.
|
---|
229 |
|
---|
230 | * msignal/MExtractTimeAndChargeSpline.cc
|
---|
231 | - move fgHiGainFirst from 2 to 0. This is important for the Dec. und
|
---|
232 | January data where the calib. pulse position changes much.
|
---|
233 |
|
---|
234 | * mjobs/MJCalib.cc
|
---|
235 | * mjobs/MJCalibration.cc
|
---|
236 | - move fDevice and functions IsUseBlindPixel() and
|
---|
237 | IsUsePINDiode() into the base class.
|
---|
238 |
|
---|
239 | * mjobs/MJCalibrateSignal.cc
|
---|
240 | - do not apply the modified extraction window to the interlaced
|
---|
241 | calibration events. This is a bugfix especially for the
|
---|
242 | December and January data.
|
---|
243 | - extract and fit blind pixel and pin diode only if flag
|
---|
244 | IsUseBlindPixel() or IsUsePINDiode() is set.
|
---|
245 |
|
---|
246 |
|
---|
247 |
|
---|
248 | 2005/04/07 Markus Gaug (2005/04/03)
|
---|
249 |
|
---|
250 | * mcalib/MCalibrateData.cc
|
---|
251 | - made one warning more understandable.
|
---|
252 |
|
---|
253 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
---|
254 | - moved fgOffsetFromLogain from -1.8 to -2.8. This corrects only an
|
---|
255 | defective extraction of the MC at low-gain signals lower than 90
|
---|
256 | phes.
|
---|
257 |
|
---|
258 |
|
---|
259 |
|
---|
260 | 2005/04/07 Markus Gaug (2005/04/01)
|
---|
261 |
|
---|
262 | * mpedestal/MExtractPedestal.[h,cc]
|
---|
263 | - use the standard way to define the default for fNumEventsDump
|
---|
264 | - added missing "NumDump" in ReadEnv
|
---|
265 |
|
---|
266 | * callisto_*.rc
|
---|
267 | - correct the default of the number of events used in
|
---|
268 | pedestal calculation (NumEventsDump).
|
---|
269 | - added missing lines for setting of parameters for the
|
---|
270 | MJCalibrateSignal.PedCalcFromExtractRndm.*
|
---|
271 | (CORRECTED SOME BUGS IN THIS LINES)
|
---|
272 | - Replaced NumEventsDump by NumDump
|
---|
273 |
|
---|
274 |
|
---|
275 |
|
---|
276 | 2005/04/05 Thomas Bretz
|
---|
277 |
|
---|
278 | * mjobs/MSequence.cc:
|
---|
279 | - fixed a bug in SetupDatRuns. P was setup instead of D
|
---|
280 |
|
---|
281 | * star.cc, mjobs/MJStar.cc:
|
---|
282 | - fixed wrong setup of data-files
|
---|
283 |
|
---|
284 | * mjobs/pedestalref_Feb05.rc, mjobs/hilocalib_sp1.root,
|
---|
285 | mjobs/hilocalib_sp1_mc.root:
|
---|
286 | - added
|
---|
287 |
|
---|
288 | * mimage/MHillasCalc.[h,cc]:
|
---|
289 | - implemented missing ReadEnv - DON'T KNOW WHERE IT WAS! argh...
|
---|
290 |
|
---|
291 | * mmc/MMcCorsikaRunHeader.h:
|
---|
292 | - added Getter for fWobbleMode
|
---|
293 |
|
---|
294 | * mpointing/MSrcPosCalc.[h,cc]:
|
---|
295 | - added detection of MC files and setting of source position
|
---|
296 | according to wobble mode flag in MMcCorsikaRunHeader
|
---|
297 | - fixed a bug in ReadEnv (wrong return statement) found
|
---|
298 | by Abelardo. Correct handling of floating point numbers
|
---|
299 | in the source position (12.5) was affected.
|
---|
300 |
|
---|
301 |
|
---|
302 |
|
---|
303 | 2005/04/04 Thomas Bretz
|
---|
304 |
|
---|
305 | * callisto.cc, sinope.cc, mjobs/MDataSet.[h,cc], mjobs/MJCalibTest.cc,
|
---|
306 | mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
|
---|
307 | mjobs/MSequence.[h,cc]
|
---|
308 | - changed setup procedure for paths to allow using standard
|
---|
309 | paths everywhere
|
---|
310 | - fixed to use new correct datacenter standard paths
|
---|
311 | - made sure, that the sequences in a dataset are sorted by
|
---|
312 | their number to ensure the correct synchronization
|
---|
313 |
|
---|
314 | * mhflux/MHAlpha.cc:
|
---|
315 | - display correct error (excess/significance)
|
---|
316 |
|
---|
317 | * mjobs/MJCalibrateSignal.cc, mjobs/MJPedestal.cc:
|
---|
318 | - removed MPointingPosCalc from Tasklist
|
---|
319 |
|
---|
320 | * mjobs/MJStar.cc:
|
---|
321 | - added MPointingPosCalc to tasklist for "Events" in case of MC
|
---|
322 |
|
---|
323 | * ganymed.cc, mjobs/MJCut.[h,cc]:
|
---|
324 | - implemented an option to enhance the display
|
---|
325 | - do not display FS plot in wobble mode
|
---|
326 | - made sure files are not written when they should not be written
|
---|
327 |
|
---|
328 | * mhflux/MHAlpha.[h,cc]:
|
---|
329 | - let FitEnergyBins return the mean of the significance of
|
---|
330 | all Energy Bins
|
---|
331 |
|
---|
332 | * mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
|
---|
333 | mimage/MHImagePar.cc, mimage/MHNewImagePar.cc:
|
---|
334 | - implemented or fixed implementation of "same" Draw-option
|
---|
335 | - slightly modified binning for Dist in MHHillasSrc
|
---|
336 |
|
---|
337 | * mjobs/MJCalibrateSignal.cc:
|
---|
338 | - do not plot pulse time twice
|
---|
339 |
|
---|
340 | * mjobs/MJOptimize.cc:
|
---|
341 | - print all parameters in minuit after they have been
|
---|
342 | setup
|
---|
343 |
|
---|
344 |
|
---|
345 |
|
---|
346 | 2005/04/01 Thomas Bretz
|
---|
347 |
|
---|
348 | * mbadpixels/MBadPixelsCalc.cc:
|
---|
349 | - switched on bad pixel detection for a pedestal level
|
---|
350 | which is more than 5 times the variance
|
---|
351 |
|
---|
352 | * mfbase/MF.cc:
|
---|
353 | - when fixing the "Inverted" bit in ReadEnv don't print a
|
---|
354 | message on the screen
|
---|
355 |
|
---|
356 | * mhflux/MHAlpha.cc:
|
---|
357 | - plot correct errors
|
---|
358 | - do not plot the point if its significance is not greater 1
|
---|
359 |
|
---|
360 |
|
---|
361 |
|
---|
362 | 2005/03/29 Markus Gaug
|
---|
363 |
|
---|
364 | * mcalib/MCalibColorSet.cc:
|
---|
365 | - added runs 34814, 34815, 45493, 45502, 45525, 45537 and 45548
|
---|
366 |
|
---|
367 |
|
---|
368 |
|
---|
369 | 2005/03/29 Thomas Bretz
|
---|
370 |
|
---|
371 | * ganymed.cc:
|
---|
372 | - implemented cmdline option for wobble and no-wobble to overwrite
|
---|
373 | dataset
|
---|
374 | - added cmdline option to print dataset
|
---|
375 |
|
---|
376 | * mbase/MEvtLoop.[h,cc]:
|
---|
377 | - added some memory leak analysis to eventloop
|
---|
378 |
|
---|
379 | * mbase/MStatusDisplay.[h,cc]:
|
---|
380 | - added third part to status bar which displays the current
|
---|
381 | memory usage
|
---|
382 | - added some more sizes to menu bar
|
---|
383 | - replaced SetStatusLine1/2 by calling a common SetStatusLine
|
---|
384 | - added a delete to CloseWindow() to be able to close a
|
---|
385 | static window. REMARK: This gives a hell of warnings in
|
---|
386 | valgrind but it is currently the only option to get this working
|
---|
387 | which is really annoying
|
---|
388 |
|
---|
389 | * mhbase/MH.cc:
|
---|
390 | - small simplification
|
---|
391 |
|
---|
392 | * mhbase/MHMatrix.cc:
|
---|
393 | - replaced IsValid() by a check for the number of Rows, this
|
---|
394 | was necessary because in root 4.02/00 all matrices seems
|
---|
395 | to be valid
|
---|
396 |
|
---|
397 | * mhflux/MHAlpha.cc:
|
---|
398 | - changed the number of default bins in energy
|
---|
399 | - make sure that the Alpha plot for off-data is displayed with
|
---|
400 | a minimum at 0
|
---|
401 | - fixed TPad::Divide for root 4.02/00
|
---|
402 |
|
---|
403 | * mhflux/MHEnergyEst.cc:
|
---|
404 | - use the mean abs of the resolution as fit value
|
---|
405 | - some fixed to graphics
|
---|
406 | - fixed the TPad::Divide for root 4.02/00
|
---|
407 | - for the moment removed the pad added to the list of cleanups
|
---|
408 | to get rid of the crashes
|
---|
409 |
|
---|
410 | * mhflux/MHFalseSource.cc:
|
---|
411 | - fixed for root 4.02/00 which seaqrches in the current pad
|
---|
412 | for the histogram when calling Project3D
|
---|
413 | - fixed the TPad::Divide for root 4.02/00
|
---|
414 |
|
---|
415 | * mhist/MHHadronness.[h,cc]:
|
---|
416 | - use MParameterD instead of MHadronness
|
---|
417 |
|
---|
418 | * mimage/ImageLinkDef.h, mimage/Makefile:
|
---|
419 | - added MHVsSize
|
---|
420 |
|
---|
421 | * mimage/MHHillas.cc:
|
---|
422 | - implemented 'same' for Center-histogram
|
---|
423 |
|
---|
424 | * mhflux/FluxLinkDef.h, mhflux/Makefile:
|
---|
425 | - added MHEnergyEst
|
---|
426 |
|
---|
427 | * mhflux/MAlphaFitter.[h,cc]:
|
---|
428 | - added significancetimes log10(excess) as fit option
|
---|
429 |
|
---|
430 | * mjobs/MDataSet.[h,cc]:
|
---|
431 | - added wobble-mode option
|
---|
432 |
|
---|
433 | * mjobs/MJCut.cc:
|
---|
434 | - changed default binning for energy
|
---|
435 | - added MHillasSrcAnti optionally to the output
|
---|
436 | - added MHVsSize to the tabs which are shown
|
---|
437 |
|
---|
438 | * mjobs/MJOptimize.[h,cc]:
|
---|
439 | - added dummy parameters to FixParameter for compatibility
|
---|
440 | with SetParemeter
|
---|
441 | - replaced MFSupercuts by MFMagicCuts
|
---|
442 | - use Energy in MHAlpha instead of size
|
---|
443 |
|
---|
444 | * mbase/MFilter.[h,cc]:
|
---|
445 | - implemented ReadEnv to treat "Inverted"
|
---|
446 |
|
---|
447 | * mfbase/MF.[h,cc], mfilter/MFSupercuts.cc:
|
---|
448 | - treat "inverted" with MFilter::ReadEnv
|
---|
449 |
|
---|
450 | * manalysis/MCompProbCalc.[h,cc], mranforest/MRanForestCalc.[h,cc]:
|
---|
451 | - replaced MHadronness by MParameterD
|
---|
452 |
|
---|
453 | * mdata/MDataFormula.[h,cc]:
|
---|
454 | - removed comments from SetVariables
|
---|
455 | - replaced GetExpFormula by GetTitle
|
---|
456 |
|
---|
457 | * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
|
---|
458 | - MHadronness removed
|
---|
459 |
|
---|
460 | * mfilter/MFMagicCuts.[h,cc]:
|
---|
461 | - added
|
---|
462 |
|
---|
463 | * mfilter/FilterLinkDef.h, mfilter/Makefile:
|
---|
464 | - added MFMagicCuts
|
---|
465 |
|
---|
466 | * mjobs/Makefile, mjobs/JobsLinkDef.h:
|
---|
467 | - removed MJExtractSignal
|
---|
468 |
|
---|
469 | * mfbase/MF.cc:
|
---|
470 | - fixed a problem with double-inversion in ReadEnv
|
---|
471 |
|
---|
472 | * mpointing/MSrcPosCalc.cc:
|
---|
473 | - removed an output line which showed only an empty container
|
---|
474 |
|
---|
475 |
|
---|
476 |
|
---|
477 | 2005/03/24 Thomas Bretz
|
---|
478 |
|
---|
479 | * callisto.cc, ganymed.cc, mars.cc, merpp.cc, readdaq.cc,
|
---|
480 | readraw.cc, showlog.cc, showplot.cc, sinope.cc, star.cc:
|
---|
481 | - replaced all returns of -1 by return 2
|
---|
482 |
|
---|
483 | * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
|
---|
484 | - added MEnergyEst (container)
|
---|
485 |
|
---|
486 | * mhflux/MAlphaFitter.[h,cc]:
|
---|
487 | - implemented new fit result options
|
---|
488 |
|
---|
489 |
|
---|
490 |
|
---|
491 | 2005/03/23 Markus Gaug
|
---|
492 |
|
---|
493 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
---|
494 | - fix a bug in the time fine adjustment
|
---|
495 |
|
---|
496 | * mjobs/hilocalib_*_mc.root
|
---|
497 | - high-gain low-gain intercalibration constants for the MC.
|
---|
498 |
|
---|
499 | * mjobs/MJCalibration.cc
|
---|
500 | - use the MC- intercalibration files for MC.
|
---|
501 |
|
---|
502 |
|
---|
503 |
|
---|
504 | 2005/03/23 Thomas Bretz
|
---|
505 |
|
---|
506 | * mhcalib/MHCalibrationChargeCam.cc:
|
---|
507 | - fixed a possible crash in DrawDataCheckPixel() if
|
---|
508 | pix.GetGraphEvents() returns NULL
|
---|
509 |
|
---|
510 |
|
---|
511 |
|
---|
512 | 2005/03/23 Thomas Bretz
|
---|
513 |
|
---|
514 | * Release 0.9
|
---|
515 |
|
---|
516 |
|
---|
517 |
|
---|
518 | 2005/03/23 Thomas Bretz
|
---|
519 |
|
---|
520 | * ganymed.cc:
|
---|
521 | - implemented wobble-mode option
|
---|
522 |
|
---|
523 | * mhflux/MAlphaFitter.[h,cc]:
|
---|
524 | - fixed a problem in wobble mode (number of on- minus number
|
---|
525 | of off-entries where calculated as 0)
|
---|
526 | - added some additional resource options for scaling
|
---|
527 | - added some missing const-qualifiers
|
---|
528 |
|
---|
529 | * mhflux/MHAlpha.cc:
|
---|
530 | - some cosmetic change to output
|
---|
531 |
|
---|
532 | * mjobs/MDataSet.[h,cc]:
|
---|
533 | - added the possibility to add a source name for wobble mode
|
---|
534 | (preliminary)
|
---|
535 | - added reading from *.edb catalog
|
---|
536 |
|
---|
537 | * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
|
---|
538 | mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
|
---|
539 | - replaced iter.Print("all") by iter.Print()
|
---|
540 |
|
---|
541 | * mjobs/MJCut.[h,cc]:
|
---|
542 | - implemented wobble mode
|
---|
543 | - implemented getting source position
|
---|
544 |
|
---|
545 | * mjobs/MJStar.cc:
|
---|
546 | - switched off calculation of MConcentration
|
---|
547 | - implemented the new debug option for files (was still missing
|
---|
548 | in MJStar)
|
---|
549 |
|
---|
550 | * mpointing/MSrcPosCalc.[h,cc]:
|
---|
551 | - always writa the anti-source position into the parameter list, too
|
---|
552 | - implemented wobble mode (exchange source and anti-source position)
|
---|
553 |
|
---|
554 | * mjobs/Makefile, mjobs/JobsLinkDef.h:
|
---|
555 | - added MJOptimize
|
---|
556 |
|
---|
557 | * mfilter/MFSupercuts.[h,cc]:
|
---|
558 | - added
|
---|
559 |
|
---|
560 | * mfilter/Makefile, mfilter/FilterLinkDef.h:
|
---|
561 | - added MFSupercuts
|
---|
562 | - removed MFAlpha
|
---|
563 |
|
---|
564 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
---|
565 | - removed MEnergyEst
|
---|
566 | - removed MEnergyEstParam
|
---|
567 | - removed MEnergyEstParamDanielMkn421
|
---|
568 | - removed MSupercuts
|
---|
569 | - removed MSupercutsCalc
|
---|
570 | - removed MFindSupercuts
|
---|
571 | - removed MMinuitInterface
|
---|
572 | - removed MFiltercutsCalc
|
---|
573 |
|
---|
574 | * mhist/Makefile, mhist/HistLinkDef.h:
|
---|
575 | - removed MHEnergyTime
|
---|
576 | - removed MHEnergyTheta
|
---|
577 | - removed MHAlphaEnergyTime
|
---|
578 | - removed MHAlphaEnergyTheta
|
---|
579 | - removed MHThetabarTime
|
---|
580 | - removed MHThetabarTheta
|
---|
581 | - removed MHGamma
|
---|
582 | - removed MHSigmaPixel
|
---|
583 | - removed MHSigmabarTheta
|
---|
584 | - removed MHOnSubtraction
|
---|
585 | - removed MHFindSignificance
|
---|
586 | - removed MHCT1Supercuts
|
---|
587 |
|
---|
588 | * mhflux/Makefile, mhflux/HistLinkDef.h:
|
---|
589 | - added MHEnergyEst
|
---|
590 |
|
---|
591 |
|
---|
592 |
|
---|
593 | 2005/03/22 Thomas Bretz
|
---|
594 |
|
---|
595 | * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
|
---|
596 | mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
|
---|
597 | - added a possibility to print the files which are
|
---|
598 | searched/found if the files doesn't match the sequence
|
---|
599 |
|
---|
600 | * mjobs/MJPedestal.cc:
|
---|
601 | - undocumented(!) change, changed fgExtractWinLeft
|
---|
602 | from 3.5 to 2.5
|
---|
603 |
|
---|
604 | * mimage/MHillas.cc:
|
---|
605 | - fixed a bug which took unused pixels into account
|
---|
606 | introduced errornously with the last change to MSignalCam
|
---|
607 |
|
---|
608 |
|
---|
609 |
|
---|
610 | 2005/03/21 Thomas Bretz
|
---|
611 |
|
---|
612 | * mfbase/MFDataChain.cc:
|
---|
613 | - fixed a bug in GetDataMember if fData is not valid
|
---|
614 |
|
---|
615 | * mhbase/MH3.cc:
|
---|
616 | - moved drawing histograms back to Draw. This fixes a
|
---|
617 | problem with root 4.02/00. Reading/Writing should be
|
---|
618 | no problem if the names of the profiles are well known.
|
---|
619 | - with this fix 'same' is currently NOT supported
|
---|
620 |
|
---|
621 | * mimage/ImageLinkDef.h, mimage/Makefile:
|
---|
622 | - added MNewImagepar2
|
---|
623 | - added MHCewImagePar2
|
---|
624 |
|
---|
625 | * mimage/MNewImagePar2.[h,cc], mimage/MHNewImagePar2.[h,cc]:
|
---|
626 | - added new classes calculating and displaying the length
|
---|
627 | of the border line of a shower
|
---|
628 |
|
---|
629 | * mimage/MHImagePar.cc:
|
---|
630 | - fixed a problem with root 4.02/00 when setting the margin
|
---|
631 | in Divide to 0 by setting it to 1e-10
|
---|
632 |
|
---|
633 | * mimage/MHNewImagePar.[h,cc]:
|
---|
634 | - fixed to display Areas in deg^2
|
---|
635 |
|
---|
636 | * mimage/MHillas.cc, mimage/MHillasExt.cc, mimage/MHillasSrc.cc,
|
---|
637 | mimage/MImagePar.cc, mimage/MNewImagePar.cc
|
---|
638 | - a small fix to Print()
|
---|
639 |
|
---|
640 | * mimage/MHillasCalc.[h,cc]:
|
---|
641 | - added MNewImagePar2 to supported image parameters
|
---|
642 |
|
---|
643 | * mjobs/MJStar.cc:
|
---|
644 | - replaced MCerPhotEvt by MSignalCam
|
---|
645 |
|
---|
646 | * msignal/cosmics_weights46.dat, msignal/calibration_weightsUV46.dat,
|
---|
647 | mjobs/hilocalib_df46.root:
|
---|
648 | - added new intercalibration file for digital filter 4sl higain
|
---|
649 | and 6sl logian
|
---|
650 |
|
---|
651 | * mbase/MLogHtml.cc:
|
---|
652 | - fixed a bug in Underline which cause a crash if fOut==NULL
|
---|
653 | - output a message if file cannot be opened
|
---|
654 |
|
---|
655 | * mhcalib/MHCalibrationPulseTimeCam.cc:
|
---|
656 | - for some output there was a replacement of pix.GetPixId()
|
---|
657 | by hist.GetName() <undocumented>
|
---|
658 |
|
---|
659 | * mimage/MHillas.[h,cc]:
|
---|
660 | - added new member function GetBorderLine returning the border
|
---|
661 | line correspondig to an ellipse with axis lnegth and width
|
---|
662 | - added new member function GetArea returning the area
|
---|
663 | correspondig to an ellipse with axis lnegth and width
|
---|
664 |
|
---|
665 |
|
---|
666 |
|
---|
667 | 2005/03/19 Markus Gaug
|
---|
668 |
|
---|
669 | * mjobs/hilocalib_df46.root
|
---|
670 | - added new intercalibration file for digital filter 4sl higain
|
---|
671 | and 6 slices logain
|
---|
672 |
|
---|
673 | * mjobs/MJCalibration.cc
|
---|
674 | - exchanged intercalibration file from hilocalib_df_4.root to
|
---|
675 | hilocalib_df46.root
|
---|
676 | - do not apply hi-gain lo-gain intercalibration for MC files.
|
---|
677 |
|
---|
678 | * mjobs/MJPedestal.cc
|
---|
679 | - exchanged two (Int_t)'s by TMath::Nint().
|
---|
680 | - undocumented(!) change to the calculation of the extraction
|
---|
681 | range (PulsePosCheck)
|
---|
682 |
|
---|
683 | * callisto.rc
|
---|
684 | - exchanged default weights file for Digital filter from
|
---|
685 | cosmics_weights4.dat to cosmics_weights46.dat and from
|
---|
686 | calibration_weights_UV4.dat to calibration_weights_UV46.dat!
|
---|
687 | This change is absolutely necessary, given the new results from
|
---|
688 | Nuria about the signal resolution in the low gain which gets worse
|
---|
689 | than the intrinsic Poisson jitter above 350 phes. Also the time
|
---|
690 | resolution is too bad. This was not known before we had the
|
---|
691 | correct low-gain MC pulse.
|
---|
692 |
|
---|
693 |
|
---|
694 |
|
---|
695 | 2005/03/18 Thomas Bretz
|
---|
696 |
|
---|
697 | * Makefile:
|
---|
698 | - removed mone from list of compiled programs
|
---|
699 |
|
---|
700 | * mars.cc:
|
---|
701 | - replaced the MARS display by the Camera Display directly
|
---|
702 |
|
---|
703 | * manalysis/MCameraData.[h,cc], mcalib/MCalibrateData.[h,cc],
|
---|
704 | mbadpixels/MBadPixelsTreat.[h,cc], mcalib/MCalibrateRelTimes.[h,cc],
|
---|
705 | mimage/MCameraSmooth.[h,cc], mimage/MConcentration.[h,cc],
|
---|
706 | mimage/MHillas.[h,cc], mimage/MHillasExt.[h,cc],
|
---|
707 | mimage/MImgCleanStd.[h,cc], mimage/MNewImagePar.[h,cc],
|
---|
708 | mimage/MImagePar.[h,cc], MNewImagePar.[h,cc],
|
---|
709 | mjobs/MJCalibTest.cc, mhcalib/MHCalibrationTestCam.[h,cc],
|
---|
710 | mpedestal/MPedPhotCalc.[h,cc], mjobs/MJCalibrateSignal.cc:
|
---|
711 | - removed dependancy on MArrivalTime, information now
|
---|
712 | found in MSignalCam
|
---|
713 | - replaced MCerPhotEvt by MSignalCam
|
---|
714 | - it was renamed because it will be completely incompatible
|
---|
715 | anyhow
|
---|
716 |
|
---|
717 | * mjobs/MJCalibrateSignal.cc:
|
---|
718 | - use new MSignalCam type to display pulse position of cosmics
|
---|
719 |
|
---|
720 | * mcalib/MCalibrateData.cc:
|
---|
721 | - calculate number of saturated pixels
|
---|
722 |
|
---|
723 | * manalysis/MCerPhotEvt.[h,cc]:
|
---|
724 | - removed possibility for zero-supression. Now the index
|
---|
725 | is identical with the position in the array
|
---|
726 | - renamed and moved to msignal/MSignalCam.[h,cc]
|
---|
727 |
|
---|
728 | * manalysis/MCerPhotPix.cc:
|
---|
729 | - removed obsolete values
|
---|
730 | - added arrival time
|
---|
731 | - renamed and moved to msignal/MSignalPix.[h,cc]
|
---|
732 |
|
---|
733 | * mcalib/MCalibrationChargeCalc.cc:
|
---|
734 | - some cosmetic changes and small fixed from the Munich cvs
|
---|
735 | (undocumented)
|
---|
736 |
|
---|
737 | * mfileio/MWriteRootFile.cc:
|
---|
738 | - fixed bug in RecursiveRemove which caused crashed with real
|
---|
739 | data
|
---|
740 |
|
---|
741 | * mhft/MGeomCamMagicEnhance.cc, mhft/MHexagonalFTCalc.cc:
|
---|
742 | - updated, but untested
|
---|
743 |
|
---|
744 | * mhist/MHCamEvent.[h,cc]:
|
---|
745 | - some fixes in Draw to get a correct display in root 4.02/00
|
---|
746 | (at least on 64-bit systems)
|
---|
747 | - removed kSqrtVariance it is included in kProfile now
|
---|
748 |
|
---|
749 | * mhist/MHCamera.[h,cc]:
|
---|
750 | - removed sqrtvariance option which is included in profile now
|
---|
751 | - the profile now uses the new array fBinEntries to display
|
---|
752 | a more accurate profile
|
---|
753 |
|
---|
754 | * mhist/MHEvent.cc:
|
---|
755 | - set to type 6 for arrival times
|
---|
756 |
|
---|
757 | * mimage/MHillasCalc.cc:
|
---|
758 | - updated text for error=1
|
---|
759 |
|
---|
760 | * mimage/MImagePar.cc:
|
---|
761 | - copy number of saturated pixels from MSignalCam
|
---|
762 |
|
---|
763 | * mjobs/MJStar.cc:
|
---|
764 | - enhanced title of some histogram
|
---|
765 |
|
---|
766 | * mjobs/MSequence.cc:
|
---|
767 | - updated path to fit data center (D.Dorner)
|
---|
768 |
|
---|
769 | * mmain/MEventDisplay.cc:
|
---|
770 | - display Arrival Time from MSignalCam now
|
---|
771 |
|
---|
772 | * msignal/MArrivalTimeCam.cc:
|
---|
773 | - implemented a new case 6 which is identical with the
|
---|
774 | default case AND arrival time from MSignalCam
|
---|
775 |
|
---|
776 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
|
---|
777 | manalysis/:
|
---|
778 | - removed MCerPhotEvt
|
---|
779 | - removed MCerPHotPix
|
---|
780 | - removed MCerPhotAnal
|
---|
781 | - removed MCerPhotAnal2
|
---|
782 | - removed MCerPhotCalc
|
---|
783 |
|
---|
784 | * mimage/Makefile, manalysis/ImageLinkDef.h:
|
---|
785 | - removed MHillasSrcCalc
|
---|
786 |
|
---|
787 | * manalysis/MSupercutsCalc.cc:
|
---|
788 | - removed an obsolete include
|
---|
789 |
|
---|
790 | * mhist/Makefile, mhist/HistLinkDef.h:
|
---|
791 | - removed MHSigmaTheta
|
---|
792 |
|
---|
793 | * mmain/Makefile, mmain/HistLinkDef.h:
|
---|
794 | - removed MDataCheck
|
---|
795 | - removed Mars
|
---|
796 | - removed MAnalysis
|
---|
797 | - removed MMonteCarlo
|
---|
798 | - removed MGDisplayAdc
|
---|
799 | - removed MOnlineDisplay
|
---|
800 | - removed MOnlineDump
|
---|
801 |
|
---|
802 | * msignal/Makefile, msignal/HistLinkDef.h, msignal/:
|
---|
803 | - added MSignalCam
|
---|
804 | - added MSignalPix
|
---|
805 | - added MSignalCalc
|
---|
806 |
|
---|
807 | * msql/Makefile, msql/SqlLinkDef.h:
|
---|
808 | - removed MSqlInsertRun
|
---|
809 |
|
---|
810 | * mfilter/Makefile, mfilter/FilterLinkDef.h:
|
---|
811 | - removed MFSelBasic
|
---|
812 | - removed MFSelStandard
|
---|
813 | - removed MFSelFinal
|
---|
814 |
|
---|
815 |
|
---|
816 |
|
---|
817 | 2005/03/17 Thomas Bretz
|
---|
818 |
|
---|
819 | * callisto.cc:
|
---|
820 | - added new option moon
|
---|
821 | - use light condition from MSequence to determin light condition
|
---|
822 | automatically
|
---|
823 |
|
---|
824 | * mjobs/MJPedestal.h:
|
---|
825 | - allow setting SetUseHists also to kFALSE
|
---|
826 |
|
---|
827 | * mjobs/MSequence.[h,cc]:
|
---|
828 | - added fLightCondition
|
---|
829 |
|
---|
830 | * mcalib/MCalibrateData.cc:
|
---|
831 | - undocumented change from Markus Gaug
|
---|
832 |
|
---|
833 | * mfilter/MFCT1SelBasic.[h,cc], mfilter/MFCT1SelStandard.[h,cc],
|
---|
834 | mfilter/MFCT1SelFinal.[h,cc]:
|
---|
835 | - moved to manalysisct1
|
---|
836 |
|
---|
837 | * mfilter/Makefile, mfilter/FilterLinkDef.h:
|
---|
838 | - removed MFCT1SelBasic
|
---|
839 | - removed MFCT1SelStandard
|
---|
840 | - removed MFCT1SelFinal
|
---|
841 |
|
---|
842 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
---|
843 | - removed MPad
|
---|
844 | - removed MMakePadHistograms
|
---|
845 | - removed MSigmabar
|
---|
846 | - removed MSigmabarParam
|
---|
847 | - removed MSigmabarCalc
|
---|
848 |
|
---|
849 | * mimage/Makefile, mimage/ImageLinkDef.h:
|
---|
850 | - removed MImgCleanTGB
|
---|
851 |
|
---|
852 | * mmontecarlo/Makefile, mmontecarlo/MonteCarloLinkDef.h
|
---|
853 | - removed MMcEnergyEst
|
---|
854 | - removed MMcTimeGenerate
|
---|
855 |
|
---|
856 | * msignal/Makefile, msignal/SignalLinkDef.h:
|
---|
857 | - removed MArrivalTime
|
---|
858 | - removed MArrivalTimeCalc
|
---|
859 | - removed MArrivalTimeCalc2
|
---|
860 |
|
---|
861 | * mjobs/MJCalibration.cc:
|
---|
862 | - followed some undocumented changes from the other cvs
|
---|
863 |
|
---|
864 |
|
---|
865 |
|
---|
866 | 2005/03/16 Thomas Bretz
|
---|
867 |
|
---|
868 | * callisto.cc:
|
---|
869 | - set changed extractor in MJCalibrateSignal from MJPedestal
|
---|
870 | - don't process 'range finding' for MonteCarlo data
|
---|
871 |
|
---|
872 | * callisto.rc:
|
---|
873 | - removed obsolete Modified* option
|
---|
874 |
|
---|
875 | * mjobs/MJCalibrateSignal.[h,cc]:
|
---|
876 | - removed obsolete flag for ModifiedExtractWin
|
---|
877 | - allow also NULL for SetExtractor
|
---|
878 | - rearanged the too MWriteRootFile instantiations otherwise
|
---|
879 | callisto crashes in MWriteRootFile::ChangeFile
|
---|
880 | - removed some obsolete comments about an old MC workaround
|
---|
881 |
|
---|
882 | * mdata/MDataChain.cc:
|
---|
883 | - fixe to allow sign after e (eg. 1e-3, 1e+5 instead of 1e3, 1e5)
|
---|
884 |
|
---|
885 | * mcalib/MCalibColorSet.cc, mcalib/MCalibrationChargeCalc.cc,
|
---|
886 | mhcalib/MHCalibrationCam.cc:
|
---|
887 | - undocummented change
|
---|
888 |
|
---|
889 |
|
---|
890 |
|
---|
891 | 2005/03/16 Markus Gaug
|
---|
892 |
|
---|
893 | * msignal/MExtractTimeAndChargeSlidingWindow.cc
|
---|
894 | - fixed a bug in the reading of the resource file (reading of the
|
---|
895 | MExtractTimeAndCharge resources was skipped).
|
---|
896 |
|
---|
897 | * mcalib/MCalibrateData.cc
|
---|
898 | - for the case that the high-gain saturates, but the low-gain signal
|
---|
899 | could not be extracted successfully, take the high-gain signal,
|
---|
900 | multiplied by 1.5 (before, 0 was taken erroneously).
|
---|
901 |
|
---|
902 | * msignal/MExtractTimeAndCharge.cc
|
---|
903 | - catch one potential case for memory leaks in the low-gain
|
---|
904 | calculation. Extract low-gain only if the remaining extraction
|
---|
905 | window is not smaller than the number of slices needed by the
|
---|
906 | signal extractor.
|
---|
907 | - set the default fgLoGainStartShift to -3.5
|
---|
908 |
|
---|
909 | * msignal/MExtractTimeAndChargeSpline.[h,cc]
|
---|
910 | * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
|
---|
911 | - adjust fLoGainStartShift by one slice, after findings from MC.
|
---|
912 |
|
---|
913 |
|
---|
914 |
|
---|
915 | 2005/03/15 Markus Gaug
|
---|
916 |
|
---|
917 | * msignal/MExtractTimeAndChargeSpline.h
|
---|
918 | - take fRandomIter out of the streamer.
|
---|
919 | - take fRiseTimeLoGain and fFallTimeLoGain into the streamer.
|
---|
920 | - raise version number to 4
|
---|
921 |
|
---|
922 | * mjobs/MJCalibration.cc
|
---|
923 | - set default to kFALSE for PIN Diode or Blind Pixel calibration
|
---|
924 | (was kTRUE by error).
|
---|
925 |
|
---|
926 |
|
---|
927 |
|
---|
928 | 2005/03/15 Thomas Bretz
|
---|
929 |
|
---|
930 | * mjobs/MJCalibrateSignal.[h,cc]:
|
---|
931 | - added the fExtractor data member
|
---|
932 | - added a destructor deleting it
|
---|
933 | - only read extractor from file if not set by user
|
---|
934 | - user fExtractor as extractor1
|
---|
935 | - do not delete extractor1 if set by user
|
---|
936 | - added member function to set extractor
|
---|
937 |
|
---|
938 | * mjobs/MJPedestal.cc:
|
---|
939 | - removed MFEventSelector workaround again
|
---|
940 | - do not write pedy file anymore
|
---|
941 |
|
---|
942 | * callisto.cc:
|
---|
943 | - MJCalibrateSignal now takes the signal extractor directly
|
---|
944 | instead of taking the long way round a new file
|
---|
945 |
|
---|
946 | * mpedestal/MExtractPedestal.cc:
|
---|
947 | - ReInit extractor correctly. Now the workaround should be
|
---|
948 | really obsolete
|
---|
949 |
|
---|
950 | * mbase/MGMenu.[h,cc]:
|
---|
951 | - make fix fix also compile root 3.10.02
|
---|
952 |
|
---|
953 |
|
---|
954 |
|
---|
955 | 2005/03/14 Thomas Bretz
|
---|
956 |
|
---|
957 | * mbase/MGMenu.h:
|
---|
958 | - added a fix for root 4.02.00
|
---|
959 |
|
---|
960 |
|
---|
961 |
|
---|
962 | 2005/03/14 Markus Gaug
|
---|
963 |
|
---|
964 | * mcalib/MCalibrateData.cc
|
---|
965 | - catch the case that now high-gain low-gian intercalibration const.
|
---|
966 | is available.
|
---|
967 |
|
---|
968 | * mjobs/MJPedestal.cc
|
---|
969 | - modify option for pedy*.root: from UPDATE to RECREATE
|
---|
970 |
|
---|
971 |
|
---|
972 |
|
---|
973 | 2005/03/11 Markus Gaug
|
---|
974 |
|
---|
975 | * callisto.rc
|
---|
976 | - changed default weights for DF to cosmics_weights4.dat. (This has
|
---|
977 | turned out to be the most stable set of weights).
|
---|
978 |
|
---|
979 | * mjobs/MJCalibration.cc
|
---|
980 | - some cosmetic changes in the output
|
---|
981 | - in case of WriteHists(), do not overwrite existing signal*.root
|
---|
982 | file, but append histograms (bugfix!)
|
---|
983 |
|
---|
984 |
|
---|
985 |
|
---|
986 | 2005/03/10 Toni Coarasa (With Nadia's and Alessandro's inside)
|
---|
987 |
|
---|
988 | * mjobs/MJCut.cc
|
---|
989 | - inclusion of (TString) to avoid compiler error under 2.95.3
|
---|
990 |
|
---|
991 | * sinope.cc
|
---|
992 | - inclusion of <errno.h> to avoid compiler error under 2.95.3
|
---|
993 |
|
---|
994 |
|
---|
995 |
|
---|
996 | 2005/03/10 Markus Gaug
|
---|
997 |
|
---|
998 | * msignal/MExtractTimeAndCharge.cc
|
---|
999 | - set fgLoGainStartShift to -4.0
|
---|
1000 | - put a check to avoid a dynamic low-gain range < 0 (should not
|
---|
1001 | occur with current extractors, but one never knows...)
|
---|
1002 |
|
---|
1003 | * msignal/MExtractor.[h,cc]
|
---|
1004 | - introduced Clear()-function, used in SetRange()
|
---|
1005 |
|
---|
1006 | * mjobs/MJCalibrateSignal.cc
|
---|
1007 | - changed order of initialization of the 2 MWriteRootFiles whereupon
|
---|
1008 | the crash goes away. Have to revise the /dev/null work-around
|
---|
1009 | in MWriteRootFile!
|
---|
1010 |
|
---|
1011 |
|
---|
1012 |
|
---|
1013 | 2005/03/09 Markus Gaug
|
---|
1014 |
|
---|
1015 | * msignal/MExtractTimeAndCharge.cc
|
---|
1016 | - catch a (very unprobable) case in which the low-gain range could
|
---|
1017 | be negative
|
---|
1018 |
|
---|
1019 | * mjobs/MJCalibrateSignal.cc
|
---|
1020 | - modify writing of MCalibrationPulseTimeCam to disk in order to
|
---|
1021 | avoid program crash in the destructor of MJCalibrateSignal
|
---|
1022 |
|
---|
1023 | * mhcalib/MHGausEvents.h
|
---|
1024 | - take fGraphEvents, fGraphPowerSpectrum, fHPowerProbability and
|
---|
1025 | fPowerSpectrum out of the streamer.
|
---|
1026 | - intialize fFlags to 0
|
---|
1027 |
|
---|
1028 |
|
---|
1029 |
|
---|
1030 | 2005/03/09 Thomas Hengstebeck
|
---|
1031 |
|
---|
1032 | * mranforest/MRFEnergyEst.cc
|
---|
1033 | - changed call of min, max functions to TMath::Min() and
|
---|
1034 | TMath::Max() to avoid compilation problems with some gcc
|
---|
1035 | versions
|
---|
1036 | - changed check of energy rule (last col of MHMatrix) so, that
|
---|
1037 | any rule containing "fEnergy" is accepted.
|
---|
1038 |
|
---|
1039 |
|
---|
1040 |
|
---|
1041 | 2005/03/08 Markus Gaug
|
---|
1042 |
|
---|
1043 | * mhcalib/MHPedestalCam.[h,cc]
|
---|
1044 | - introduce new parameter "fFitStart" to decide from outside where
|
---|
1045 | to start fitting the pedestals.
|
---|
1046 |
|
---|
1047 |
|
---|
1048 |
|
---|
1049 | 2005/03/07 Markus Gaug
|
---|
1050 |
|
---|
1051 | * mjobs/hilocalib_df6.root
|
---|
1052 | * mjobs/hilocalib_sp2.root
|
---|
1053 | - two files with the high-gain vs. logain intercalibration results.
|
---|
1054 | for Digital filter and September data and Spline and December
|
---|
1055 | data.
|
---|
1056 |
|
---|
1057 | * callisto.rc
|
---|
1058 | - allow setting the variables ExtractWinLeft and ExtractWinRight.
|
---|
1059 |
|
---|
1060 | * mhcalib/MHCalibrationHiLoCam.h
|
---|
1061 | * mhcalib/MHCalibrationCam.h
|
---|
1062 | * mhcalib/MHGausEvents.h
|
---|
1063 | - put the Draw-functions into the *MENU*
|
---|
1064 |
|
---|
1065 | * mjobs/MJCalibration.[h,cc]
|
---|
1066 | - introduced reading of hi-vs.logain calibration file
|
---|
1067 |
|
---|
1068 | * mjobs/MJPedestal.[h,cc]
|
---|
1069 | - modified range setting according Thomas S. suggestions
|
---|
1070 |
|
---|
1071 | * msignal/MArrivalTime.[h,cc]
|
---|
1072 | - took out some commented code which will not be used any more
|
---|
1073 | - improve Print() function
|
---|
1074 |
|
---|
1075 |
|
---|
1076 |
|
---|
1077 | 2005/03/05 Markus Gaug
|
---|
1078 |
|
---|
1079 | * msignal/MExtractTimeAndChargeSpline.[h,cc]
|
---|
1080 | - removed the obsolete parts of "kMaximum" and "kHalfMaximum" in the
|
---|
1081 | code which were still persistent
|
---|
1082 | - set default extraction type to integral (instead of amplitude)
|
---|
1083 | - set version number to 3
|
---|
1084 |
|
---|
1085 | * mcalib/MCalibrationChargeCam.[h,cc]
|
---|
1086 | - added new function GetAvergedConvFADC2PhePerArea for the datacheck
|
---|
1087 |
|
---|
1088 | * mjobs/MJPedestal.[h,cc]
|
---|
1089 | - added function WriteExtractor which writes the extractor with the
|
---|
1090 | new ranges to disk if fPulsePosCheck has been selected.
|
---|
1091 |
|
---|
1092 | * mjobs/MJCalibrateSignal.[h,cc]
|
---|
1093 | - added functionality to read the updated extractor from
|
---|
1094 | MJPedestalY2 (with the new extraction ranges).
|
---|
1095 |
|
---|
1096 |
|
---|
1097 |
|
---|
1098 | 2005/03/04 Abelardo Moralejo
|
---|
1099 |
|
---|
1100 | * mmc/MFadcDefine.h
|
---|
1101 | - Changed constant SUBBINS from 5 to 500. This defines the
|
---|
1102 | resolution of the analog signal simulation in the camera MC.
|
---|
1103 | The time step is the duration of one FADC slice divided by
|
---|
1104 | SUBBINS. The change was necessary to implement correctly the PMT
|
---|
1105 | time jitter.
|
---|
1106 |
|
---|
1107 |
|
---|
1108 |
|
---|
1109 | 2005/03/03 Markus Gaug
|
---|
1110 |
|
---|
1111 | * mjobs/pedestalref.rc
|
---|
1112 | * mjobs/calibrationref.rc
|
---|
1113 | * mjobs/calibrationref_Nov04.rc
|
---|
1114 | - added documentation
|
---|
1115 |
|
---|
1116 | * mjobs/signalref.rc
|
---|
1117 | - added
|
---|
1118 |
|
---|
1119 | * mjobs/MJPedestal.cc
|
---|
1120 | - re-added MFEventSelector which had been removed by TB on the
|
---|
1121 | 15.2.2005.
|
---|
1122 | - added pulse position selector, as decided at the Berlin soft-
|
---|
1123 | ware meeting.
|
---|
1124 |
|
---|
1125 | * callisto.cc
|
---|
1126 | - added SetPulsePosCheck() in MJPedestalY2
|
---|
1127 |
|
---|
1128 | * mjobs/MJCalibrateSignal.cc
|
---|
1129 | - updated pulse pos. calculator, can be switched off now.
|
---|
1130 |
|
---|
1131 | * mjobs/MJCalib.[h,cc]
|
---|
1132 | - added flag fPulsePosCheck
|
---|
1133 |
|
---|
1134 |
|
---|
1135 |
|
---|
1136 | 2005/03/02 Markus Gaug
|
---|
1137 |
|
---|
1138 | * mjobs/MJCalib.[h,cc]
|
---|
1139 | * mjobs/MJPedestal.[h,cc]
|
---|
1140 | * mjobs/MJCalibration.[h,cc]
|
---|
1141 | * mjobs/MJCalibrateSignal.[h,cc]
|
---|
1142 | - put the storage types in the base class
|
---|
1143 |
|
---|
1144 | * mbadpixels/MBadPixelsCam.cc
|
---|
1145 | - add some output in case that AsciiRead does not work
|
---|
1146 |
|
---|
1147 | * msignal/MExtractTimeAndChargeSpline.cc
|
---|
1148 | - speed integration up a little bit.
|
---|
1149 |
|
---|
1150 | * callisto.rc
|
---|
1151 | - adapt the low-gain stretch for the different pulse form for
|
---|
1152 | calibration and cosmics pulses (only applied if spline is used).
|
---|
1153 |
|
---|
1154 |
|
---|
1155 |
|
---|
1156 | 2005/02/25 Markus Gaug
|
---|
1157 |
|
---|
1158 | * mhcalib/MHCalibrationHiLoCam.[h,cc]
|
---|
1159 | - fixed bug in inter-calibration hi-logain for arrival times.
|
---|
1160 |
|
---|
1161 | * mhcalib/MHCalibrationPulseTimeCam.[h,cc]
|
---|
1162 | - fixed the situation where the maximum bin is already found in the
|
---|
1163 | low-gain samples.
|
---|
1164 |
|
---|
1165 | * mjobs/MJCalibration.cc
|
---|
1166 | - write the MPedestalCams also to disk (needed for data-check).
|
---|
1167 |
|
---|
1168 |
|
---|
1169 |
|
---|
1170 | 2005/02/25 Abelardo Moralejo
|
---|
1171 |
|
---|
1172 | * msignal/MC_calibration_weights_UV.dat
|
---|
1173 | - Added. Weights file for using the digital filter on MC
|
---|
1174 | calibration files. For the moment the weights are the same as in
|
---|
1175 | the file calibration_weights_UV.dat, only that high and low gain
|
---|
1176 | have both the same weights because for the moment the MC pulse
|
---|
1177 | shape is the same in both gain branches.
|
---|
1178 |
|
---|
1179 |
|
---|
1180 |
|
---|
1181 | 2005/02/24 Markus Gaug
|
---|
1182 |
|
---|
1183 | * mjobs/MJCalibrateSignal.cc
|
---|
1184 | - include display of pulse times (calculated in the post-process)
|
---|
1185 | - include the possibility for the pixel check (like in MJCalibration)
|
---|
1186 |
|
---|
1187 | * mhcalib/MHCalibrationHiLoCam.cc
|
---|
1188 | - set default range up to 30.
|
---|
1189 |
|
---|
1190 | * mhcalib/MHCalibrationChargeBlindPix.h
|
---|
1191 | - take the TVectors out of the streamer, to be exectuable with
|
---|
1192 | root.04.02
|
---|
1193 |
|
---|
1194 |
|
---|
1195 |
|
---|
1196 | 2005/02/24 Thomas Hengstebeck
|
---|
1197 |
|
---|
1198 | * macros/RFEnergyEst.C
|
---|
1199 | - new macro to show the usage of RFEnergyEst class.
|
---|
1200 |
|
---|
1201 |
|
---|
1202 |
|
---|
1203 | 2005/02/24 Abelardo Moralejo
|
---|
1204 |
|
---|
1205 | * mtemp/mpadova/macros/resize.C
|
---|
1206 | - moved MSrcPosCam output container from RunHeaders to Events tree.
|
---|
1207 |
|
---|
1208 |
|
---|
1209 |
|
---|
1210 | 2005/02/18 Marcos Lopez
|
---|
1211 |
|
---|
1212 | * mflux/
|
---|
1213 | - new directory to store the flux related classes.
|
---|
1214 |
|
---|
1215 | * mflux/MHadAlphaCut.{h,cc}
|
---|
1216 | - container to store the optimal hadronness and alpha cut for each bin in
|
---|
1217 | estimated energy and theta.
|
---|
1218 |
|
---|
1219 | * mflux/MFHadAlpha.{h,cc}
|
---|
1220 | - filter to apply the hadronness and alpha cuts stored in
|
---|
1221 | MHadAlphaCut. It can be selected to apply only alpha, only hadronness
|
---|
1222 | cut or both.
|
---|
1223 |
|
---|
1224 |
|
---|
1225 |
|
---|
1226 | 2005/02/18 Markus Gaug
|
---|
1227 |
|
---|
1228 | * mhcalib/MHCalibrationPulseTimeCam.[h,cc]
|
---|
1229 | - new class to histogram the arrival time of cosmics above a certain
|
---|
1230 | threshold.
|
---|
1231 |
|
---|
1232 | * mcalib/MCalibrationPulseTimeCam.[h,cc]
|
---|
1233 | - new class container with results of MHCalibrationPulseTimeCam
|
---|
1234 |
|
---|
1235 | * mjobs/MJCalibrateSignal.cc
|
---|
1236 | - include MCalibrationPulseTimeCam to display
|
---|
1237 |
|
---|
1238 | 2005/02/18 Thomas Bretz
|
---|
1239 |
|
---|
1240 | * mbase/MStatusDisplay.cc:
|
---|
1241 | - switch off TH1::AddDirectory during DrawClonePad
|
---|
1242 |
|
---|
1243 | * mjobs/MSequence.[h,cc]:
|
---|
1244 | - added some code (still commented) for later use,
|
---|
1245 | allowing to setup a different filename for each runfile
|
---|
1246 | - added SetNight member function
|
---|
1247 | - added Add*Runs member function
|
---|
1248 | - with this changes MSequence can replace MRunIter now
|
---|
1249 | - allow requesting of standard path from outside
|
---|
1250 | (GetStandardPath)
|
---|
1251 |
|
---|
1252 | * Makefile:
|
---|
1253 | - added sinope
|
---|
1254 |
|
---|
1255 | * sinope.cc:
|
---|
1256 | - added (small tool to check contents of run for datacenter)
|
---|
1257 |
|
---|
1258 | * callisto.cc:
|
---|
1259 | - added background information about Callisto
|
---|
1260 |
|
---|
1261 | * ganymed.cc:
|
---|
1262 | - added background information about Ganymed
|
---|
1263 |
|
---|
1264 | * mjobs/MJCalibrateSignal.cc:
|
---|
1265 | - removed special MC code. The MC files now have a lo-gain
|
---|
1266 | switch and we can extract the pedestal rms from lo-gain
|
---|
1267 | - don't print statistics if nothing was executed
|
---|
1268 | - fixed display. The displayed pedestal RMS was the one
|
---|
1269 | caluclated with a extractor but not at random position
|
---|
1270 | (This only effects the display, the algorithm was ok)
|
---|
1271 |
|
---|
1272 |
|
---|
1273 |
|
---|
1274 | 2005/02/17 Markus Gaug
|
---|
1275 |
|
---|
1276 | * mjobs/MJCalibTest.cc
|
---|
1277 | - removed bug treating the MC calibration files uncorrectly
|
---|
1278 | - added Pixel-Check treatment
|
---|
1279 |
|
---|
1280 | * mjobs/MJCalibration.cc
|
---|
1281 | - added Pixel-Check treatment
|
---|
1282 |
|
---|
1283 | * callisto.rc
|
---|
1284 | - added pixel-check option
|
---|
1285 |
|
---|
1286 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
---|
1287 | - calculate high-gain signal even if saturation occurs
|
---|
1288 |
|
---|
1289 |
|
---|
1290 |
|
---|
1291 | 2005/02/17 Thomas Bretz
|
---|
1292 |
|
---|
1293 | * mjobs/MJStar.cc:
|
---|
1294 | - fixed some missing containers in case of MC files
|
---|
1295 |
|
---|
1296 | * callisto.cc:
|
---|
1297 | - removed obsolete second check for kModeC
|
---|
1298 |
|
---|
1299 | * mars.rc:
|
---|
1300 | - added a lot of option to be able to use a
|
---|
1301 | different signal extractor looking into uncalibrated
|
---|
1302 | data
|
---|
1303 |
|
---|
1304 | * manalysis/MCameraData.[h,cc]:
|
---|
1305 | - added Print() member function
|
---|
1306 |
|
---|
1307 | * manalysis/MCerPhotAnal2.[h,cc]:
|
---|
1308 | - switched off writing into MCerPhotEvt
|
---|
1309 |
|
---|
1310 | * mdata/MDataChain.[h,cc]:
|
---|
1311 | - added code to handle priorities of operators correctly
|
---|
1312 |
|
---|
1313 | * mhist/MHEvent.cc:
|
---|
1314 | - fixed display for MPedestalRMS
|
---|
1315 |
|
---|
1316 | * mjobs/MJCalib.cc:
|
---|
1317 | - fixed treatment of PixelCheck resource
|
---|
1318 |
|
---|
1319 | * mjobs/MJCalibrateSignal.cc:
|
---|
1320 | - added some comments about Monte Carlo
|
---|
1321 | - added MMcFadcHeader to output
|
---|
1322 |
|
---|
1323 | * mjobs/MJPedestal.cc:
|
---|
1324 | - do not allow 'UseData' for Monte Carlos. Reason is given as
|
---|
1325 | comment in the code
|
---|
1326 |
|
---|
1327 | * mmain/MEventDisplay.[h,cc]:
|
---|
1328 | - changed such, that mars.cc allows to set the used extractor
|
---|
1329 | - removed the obsolete cam.root, ped.root option
|
---|
1330 |
|
---|
1331 | * mmain/MCameraDisplay.cc:
|
---|
1332 | - adapted to change in MEventDisplay
|
---|
1333 |
|
---|
1334 |
|
---|
1335 |
|
---|
1336 |
|
---|
1337 | 2005/02/16 Javier Rico
|
---|
1338 |
|
---|
1339 | * mhistmc/MHMcUnfoldCoeff.[cc,h], mhistmc/Makefile,
|
---|
1340 | mhistmc/HistMcLinkDef.h
|
---|
1341 | - Added container class holding the histograms of the coefficients
|
---|
1342 | for the (iterative) unfolding.
|
---|
1343 |
|
---|
1344 | * mmontecarlo/MMcUnfoldCoeffCalc.[cc,h], mmontecarlo/Makefile,
|
---|
1345 | mmontecarlo/MonteCarloLinkDef.h
|
---|
1346 | - Added task class to compute the coefficients for the (iterative)
|
---|
1347 | unfolding.
|
---|
1348 |
|
---|
1349 | * macros/unfoldCoeff.C
|
---|
1350 | - added macro that computes the effective areas and coefficients
|
---|
1351 | from a MC input file (with OriginalMC tree and MEnergyEst
|
---|
1352 | branch containing the energy estimator). This may be used
|
---|
1353 | as layout for spectrum computation program.
|
---|
1354 |
|
---|
1355 |
|
---|
1356 |
|
---|
1357 | 2005/02/16 Markus Gaug
|
---|
1358 |
|
---|
1359 | * mdata/MDataChain.cc
|
---|
1360 | - replaced ROOT version check for the compiler from 4.02.00 to
|
---|
1361 | 4.01.00
|
---|
1362 |
|
---|
1363 | * mranforest/MRFEnergyEst.cc
|
---|
1364 | - include "TVector.h", otherwise this class does not compile
|
---|
1365 | in newer root versions
|
---|
1366 |
|
---|
1367 | * msignal/MExtractTimeAndCharge.cc
|
---|
1368 | - initialize fLoGainStartShift correctly if read from conf. file
|
---|
1369 | and modified fOffsetLoGain exists.
|
---|
1370 |
|
---|
1371 | * msignal/*weights*.dat
|
---|
1372 | - new weights with the uniform pedestal RMS. (Please use these!)
|
---|
1373 |
|
---|
1374 | * msignal/pulpo_weights*.dat
|
---|
1375 | - new weights with the pulpo-pulse form and without NSB!!
|
---|
1376 |
|
---|
1377 |
|
---|
1378 |
|
---|
1379 | 2005/02/16 Thomas Hengstebeck
|
---|
1380 |
|
---|
1381 | * mranforest/MRFEnergyEst.[h,cc]
|
---|
1382 | - added RF class for energy estimation
|
---|
1383 |
|
---|
1384 | * mranforest/MRFEnergyEst.cc
|
---|
1385 | - changed calculation of estimated energy, now interpolated values
|
---|
1386 | are returned
|
---|
1387 |
|
---|
1388 |
|
---|
1389 |
|
---|
1390 | 2005/02/16 Abelardo Moralejo
|
---|
1391 |
|
---|
1392 | * macros/starmc2.C:
|
---|
1393 | - Changed the way in which the "OriginalMC" tree is copied from
|
---|
1394 | the input to the output file. Now we ise the new procedure
|
---|
1395 | MWriteRootFile::AddCopySource
|
---|
1396 |
|
---|
1397 | * mhistmc/MHMcCollectionArea.cc
|
---|
1398 | - Changed default fName to "MHMcCollectionArea"
|
---|
1399 |
|
---|
1400 | * mtemp/mpadova/macros/resize.C
|
---|
1401 | - Changed weights
|
---|
1402 |
|
---|
1403 |
|
---|
1404 |
|
---|
1405 | 2005/02/16 Thomas Bretz
|
---|
1406 |
|
---|
1407 | * mbase/MEvtLoop.cc:
|
---|
1408 | - fixed a typo
|
---|
1409 |
|
---|
1410 | * mbase/MParList.cc, mfileio/MReadMarsFile.cc,
|
---|
1411 | mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc,
|
---|
1412 | mjobs/MJStar.cc:
|
---|
1413 | - optimized size of some output
|
---|
1414 |
|
---|
1415 | * mfileio/MWriteRootFile.[h,cc]:
|
---|
1416 | - fixed CopySource option for single-file case
|
---|
1417 |
|
---|
1418 | * mhist/MHCamEvent.cc:
|
---|
1419 | - replaced the warn in SetupFill by an inf
|
---|
1420 |
|
---|
1421 | * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationHiLoCam.cc,
|
---|
1422 | mhcalib/MHCalibrationChargePINDiode.cc:
|
---|
1423 | - removed obsolete output after a failed FindCreateObj (the
|
---|
1424 | function itself does the output in case of failure)
|
---|
1425 |
|
---|
1426 | * mhcalib/MHCalibrationCam.cc:
|
---|
1427 | - replaced 'err' by 'warn' for under-/overflow in lo-gain pixel,
|
---|
1428 | it doesn't result in an fatal error (abort)
|
---|
1429 |
|
---|
1430 | * mranforest/MRanForestCalc.cc:
|
---|
1431 | - added a missing debug level to some output
|
---|
1432 |
|
---|
1433 | * mranforest/MRFEnergyEst.[h,cc]:
|
---|
1434 | - cleaned up includes
|
---|
1435 |
|
---|
1436 | * callisto.cc, ganymed.cc, star.cc:
|
---|
1437 | - implemented enhanced handling of resource debugging
|
---|
1438 |
|
---|
1439 | * mbase/Makefile, mbase/BaseLinkDef.h:
|
---|
1440 | - added MEnv
|
---|
1441 |
|
---|
1442 | * mbase/MEnv.[h,cc]:
|
---|
1443 | - added
|
---|
1444 |
|
---|
1445 | * mjobs/MJob.[h,cc]:
|
---|
1446 | - added new function to allow distribution of extranl MEnv
|
---|
1447 | - replaced Bool_t by Int_t for fEnvDebug
|
---|
1448 |
|
---|
1449 | * mjobs/MJPedestal.cc:
|
---|
1450 | - adapted to changes of EnvDebug
|
---|
1451 |
|
---|
1452 |
|
---|
1453 |
|
---|
1454 | 2005/02/15 Abelardo Moralejo
|
---|
1455 |
|
---|
1456 | * macros/mccalibrate.C
|
---|
1457 | - fixed small bug
|
---|
1458 |
|
---|
1459 | * mmontecarlo/MMcCollectionAreaCalc.[h,cc]
|
---|
1460 | * mhistmc/MHMcCollectionArea.[h,cc]
|
---|
1461 | - Changed the way of calculating final effective area for data
|
---|
1462 | analysis. The new approach requires the use of MC files produced
|
---|
1463 | with the current CVS version of camera. We now make use of the
|
---|
1464 | true total number of produced MC events, and allow for the
|
---|
1465 | setting of a "tentative" differential gamma spectrum to be used
|
---|
1466 | in the calculation of effective areas.
|
---|
1467 | Removed unused constructor argument "input" in
|
---|
1468 | MMcCollectionAreaCalc.
|
---|
1469 |
|
---|
1470 | * macros/collarea.C
|
---|
1471 | - Adapted to the new way of calculating effective areas.
|
---|
1472 |
|
---|
1473 |
|
---|
1474 |
|
---|
1475 | 2005/02/15 Thomas Bretz
|
---|
1476 |
|
---|
1477 | * callisto.rc:
|
---|
1478 | - replaced mutal exclusive options (Integral, Amplitude) by
|
---|
1479 | a one-line resource
|
---|
1480 |
|
---|
1481 | * msignal/MExtractTimeAndChargeSpline.cc:
|
---|
1482 | - replaced mutal exclusive options (Integral, Amplitude) by
|
---|
1483 | a one-line resource "ExtractionType" (old code still works)
|
---|
1484 |
|
---|
1485 | * manalysis/MCerPhotEvt.[h,cc]:
|
---|
1486 | - added new variables to store information about islands
|
---|
1487 | and removed pixels - PRELIMINARY
|
---|
1488 | - increased class version number
|
---|
1489 |
|
---|
1490 | * mfilter/MFSoftwareTrigger.cc:
|
---|
1491 | - optimized output in PostProcess
|
---|
1492 |
|
---|
1493 | * mimage/MHImagePar.[h,cc]:
|
---|
1494 | - added new histograms for new variables in MCerPhotEvt
|
---|
1495 |
|
---|
1496 | * mimage/MImagePar.[h,cc]:
|
---|
1497 | - added new data members for the new image parameters
|
---|
1498 | - increased class version
|
---|
1499 |
|
---|
1500 | * mimage/MImgCleanStd.[h,cc]:
|
---|
1501 | - adapted image cleaning to calculate the new image
|
---|
1502 | parameters
|
---|
1503 | - added a flag to keep single core pixels
|
---|
1504 |
|
---|
1505 | * manalysis/MMatrixLoop.[h,cc], mfileio/MReadReports.[h,cc],
|
---|
1506 | mfileio/MReadRflFile.[h,cc], mfileio/MReadTree.[h,cc],
|
---|
1507 | mraw/MRawFileRead.[h,cc], mraw/MRawSocketRead.h:
|
---|
1508 | - renamed GetFileName to GetFullFileName
|
---|
1509 |
|
---|
1510 | * mbase/MInputStreamID.h:
|
---|
1511 | - added new member function HasStreamId
|
---|
1512 |
|
---|
1513 | * mbase/MParContainer.[h,cc]:
|
---|
1514 | - added a static list to keep track of all created
|
---|
1515 | TMathodCall objects
|
---|
1516 |
|
---|
1517 | * mbase/MTask.cc:
|
---|
1518 | - enhanced PrintStatistics
|
---|
1519 |
|
---|
1520 | * mfileio/MRead.[h,cc]:
|
---|
1521 | - new abstract function GetFullFileName
|
---|
1522 | - added implementatio of GetFileName based on GetFullFileName
|
---|
1523 |
|
---|
1524 | * mfileio/MWriteRootFile.[h,cc]:
|
---|
1525 | - moved open of a new file to new common member function
|
---|
1526 | OpenFile
|
---|
1527 | - allow to use an already existing file also when using rules
|
---|
1528 | - added a new option which can be used to copy an existing
|
---|
1529 | tree (without any change) from the old file into the new file.
|
---|
1530 | (in principal you can also do this for some of its branches only)
|
---|
1531 | This is done by AddCopySource
|
---|
1532 |
|
---|
1533 | * mjobs/MJCalibrateSignal.cc:
|
---|
1534 | - in case of MonteCarlo files write an independant tree
|
---|
1535 | 'MonteCarlo' for 'MMcEvtBasic'
|
---|
1536 |
|
---|
1537 | * mjobs/MJStar.cc:
|
---|
1538 | - copy tree 'MonteCarlo' from old into new files
|
---|
1539 |
|
---|
1540 | * mjobs/MJPedestal.cc:
|
---|
1541 | - removed wrong use of MFEventSelector
|
---|
1542 |
|
---|
1543 | * mpedestal/MExtractPedestal.cc:
|
---|
1544 | - made sure that fExtractor is correctly pre- and
|
---|
1545 | postprocessed.
|
---|
1546 |
|
---|
1547 | * mbase/MTask.cc:
|
---|
1548 | - don't preprocess a task if it has been preprocessed already
|
---|
1549 |
|
---|
1550 | * mraw/MRawFileWrite.cc:
|
---|
1551 | - if display is set write output to status line
|
---|
1552 |
|
---|
1553 | * mfileio/MReadTree.cc, mfileio/MReadMarsFile.cc:
|
---|
1554 | - moved code to display filename in status display from
|
---|
1555 | MReadMarsFile::Notify to MReadTree::Notify
|
---|
1556 |
|
---|
1557 |
|
---|
1558 |
|
---|
1559 | 2005/02/15 Markus Gaug
|
---|
1560 |
|
---|
1561 | * mjobs/MJCalib.h
|
---|
1562 | - added GetDataFlag(), otherwise code does not compile!
|
---|
1563 |
|
---|
1564 | * mhcalib/MHCalibrationChargeCam.cc
|
---|
1565 | - moved default saturation limit for number of high-gain events from
|
---|
1566 | 0.02 to 0.05.
|
---|
1567 |
|
---|
1568 | * msignal/MExtractTimeAndCharge.cc
|
---|
1569 | - lowered default low-gain switch from 150 to 120. (for calibration
|
---|
1570 | events which saturate more than 5% of the events).
|
---|
1571 |
|
---|
1572 | * mjobs/MJCalib.[h,cc]
|
---|
1573 | - include possibility to display pixels distributions for test
|
---|
1574 | reasons
|
---|
1575 |
|
---|
1576 |
|
---|
1577 |
|
---|
1578 | 2005/02/14 Thomas Bretz
|
---|
1579 |
|
---|
1580 | * callisto.cc, ganymed.cc, star.cc:
|
---|
1581 | - added some more information to '--help' output
|
---|
1582 | - replaced MSequences by MDataSet
|
---|
1583 | - implemented new debugging options (maybe not perfect yet)
|
---|
1584 | --print-files and --print-found
|
---|
1585 |
|
---|
1586 | * mjobs/MJCut.[h,cc]:
|
---|
1587 | - replaced MSequences by MDataSet
|
---|
1588 | - write MEnergyEst
|
---|
1589 | - recalculate MHillasSrc
|
---|
1590 | - made sure both MWriteRootFile have different names
|
---|
1591 | - don't use "same" option if no off-data
|
---|
1592 |
|
---|
1593 | * mjobs/MSequences.[h,cc]:
|
---|
1594 | - removed
|
---|
1595 |
|
---|
1596 | * mjobs/MDataSet.[h,cc]:
|
---|
1597 | - added
|
---|
1598 |
|
---|
1599 | * manalysis/MEventRateCalc.[h,cc]:
|
---|
1600 | - added a fix which make sure, that the rate is not influenced
|
---|
1601 | too much by the start of data taking
|
---|
1602 | - fixed setting of mean time corresponding to rate-interval
|
---|
1603 |
|
---|
1604 | * mraw/MRawFileRead.[h,cc]:
|
---|
1605 | - calculate total number of events from all files in PreProcess
|
---|
1606 |
|
---|
1607 | * mcalib/MCalibConstCam.cc:
|
---|
1608 | - added case 2 to GetPixelContent
|
---|
1609 |
|
---|
1610 | * mjobs/MJCalibrateSignal.cc:
|
---|
1611 | - fixed redirection of stream with interleaved calibration infos
|
---|
1612 | - changed 'Arrival Time' to 'Calibrated Arrival Time'
|
---|
1613 | - display interpolated signal in equivalent photoelectrons to
|
---|
1614 | to get rid of scaling effects which makes it difficult to see
|
---|
1615 | details of the structure of the inner pixels in the histogram.
|
---|
1616 | With this you can immediatly see whether the relative number
|
---|
1617 | of phe in the outer pixels is equiv. to the inner pixels.
|
---|
1618 | - the same for the calibration factor - with the same argument
|
---|
1619 | - adapted to change in MWriteRootFile
|
---|
1620 | - use MReadMarsFile for Monte Carlo flag set
|
---|
1621 |
|
---|
1622 | * mhist/MHCamera.cc:
|
---|
1623 | - changed drawing such, that NaN is not displayed anymore
|
---|
1624 |
|
---|
1625 | * Makefile:
|
---|
1626 | - added new program ganymed
|
---|
1627 |
|
---|
1628 | * mfileio/MWriteRootFile.[h,cc]:
|
---|
1629 | - added possibility to use UPDATE mode with rules (dangerous!)
|
---|
1630 | as discussed with Abelardo, Daniel M. and Thomas S.
|
---|
1631 |
|
---|
1632 | * mjobs/MJStar.cc:
|
---|
1633 | - adapted to change in MWriteRootFile
|
---|
1634 | - added software trigger (still untuned) as suggested by
|
---|
1635 | Thomas S.
|
---|
1636 | - added calculation of source position before calculation
|
---|
1637 | of image parameters
|
---|
1638 | - added MPointingPos to Events-Tree
|
---|
1639 | - removed MPointingPos from Drive-Tree
|
---|
1640 | - renamed sub-tasklists to something more intuitive
|
---|
1641 |
|
---|
1642 | * mjobs/Makefile, mjobs/JobsLinkDef.h:
|
---|
1643 | - added MJCut.cc
|
---|
1644 |
|
---|
1645 | * mraw/MRawFileRead.cc:
|
---|
1646 | - return kERROR if ReInit fails
|
---|
1647 |
|
---|
1648 | * mfilter/MFSoftwareTrigger.[h,cc]:
|
---|
1649 | - updated to allow using time coincidence
|
---|
1650 | - changed default values
|
---|
1651 | - added a pattern independant trigger algorithm
|
---|
1652 |
|
---|
1653 | * mbase/MDirIter.cc:
|
---|
1654 | - implemented option 'dbg' in Print()
|
---|
1655 |
|
---|
1656 | * mjobs/MJCalib.h:
|
---|
1657 | - added a getter for data-flag (should be renamed
|
---|
1658 | to 'datatype' soon)
|
---|
1659 |
|
---|
1660 |
|
---|
1661 |
|
---|
1662 | 2005/02/12 Abelardo Moralejo
|
---|
1663 |
|
---|
1664 | * mtemp/mpadova/macros/wobblemap.C
|
---|
1665 | - Added. Macro to do some studies on wobble mode data.
|
---|
1666 |
|
---|
1667 | * macros/mccalibrate.C
|
---|
1668 | - Added option to divide the output in a train and a test sample.
|
---|
1669 | Included in output new container MMcEvtBasic (if found in input
|
---|
1670 | files) for later use in effective areas calculations.
|
---|
1671 |
|
---|
1672 | * macros/starmc2.C
|
---|
1673 | - Added writing out of new container MMcEvtBasic. Removed
|
---|
1674 | possibility of splitting output in train and test samples, since
|
---|
1675 | this has now to be done in mccalibrate.C to make possible that
|
---|
1676 | the tree OriginalMC containing MMcEvtBasic has all the original
|
---|
1677 | MC events (and only those) from which the events present in the
|
---|
1678 | Events tree derive.
|
---|
1679 |
|
---|
1680 | * macros/starmc.C
|
---|
1681 | - Changed a couple of wrong "." by "->" in function calls. Changed
|
---|
1682 | default tail cuts.
|
---|
1683 |
|
---|
1684 |
|
---|
1685 |
|
---|
1686 | 2005/02/12 Markus Gaug
|
---|
1687 |
|
---|
1688 | * msignal/MExtractTimeAndChargeSpline.cc
|
---|
1689 | - change default rise time to 0.5 and default fall time to 1.5
|
---|
1690 |
|
---|
1691 | * callisto.rc
|
---|
1692 | - made intitializations of extractors more explicit
|
---|
1693 |
|
---|
1694 | * mpedestal/MExtractPedestal.cc
|
---|
1695 | - make check for even number of slices in the case of "fundamental"
|
---|
1696 | pedestal calc.
|
---|
1697 |
|
---|
1698 | * mcalib/MCalibrationChargeCalc.cc
|
---|
1699 | - take out some commented code
|
---|
1700 |
|
---|
1701 | * mjobs/MJCalib.h
|
---|
1702 | - removed GetDataFlag()
|
---|
1703 |
|
---|
1704 |
|
---|
1705 |
|
---|
1706 | 2005/02/12 Abelardo Moralejo
|
---|
1707 |
|
---|
1708 | * mmc/MMcTrig.hxx
|
---|
1709 | - Added getter GetNumFirstLevel. This is necessary if that data
|
---|
1710 | member is to be used for instance in MF filters. There was
|
---|
1711 | already a getter, but it is called GetFirstLevel and hence not
|
---|
1712 | recognized.
|
---|
1713 |
|
---|
1714 |
|
---|
1715 |
|
---|
1716 | 2005/02/11 Abelardo Moralejo
|
---|
1717 |
|
---|
1718 | * mmc/MMcEvtBasic.[h,cc]:
|
---|
1719 | - New class. Contains 5 very basic MC parameters which we intend
|
---|
1720 | to save for all generated Corsika events. This is needed for
|
---|
1721 | proper effective area calculations.
|
---|
1722 |
|
---|
1723 | * mmc/Makefile, McLinkDef.h
|
---|
1724 | - Added new class above.
|
---|
1725 |
|
---|
1726 |
|
---|
1727 |
|
---|
1728 | 2005/02/11 Thomas Bretz
|
---|
1729 |
|
---|
1730 | * mfileio/MWriteRootFile.[h,cc]:
|
---|
1731 | - added the possibility to write to an already existing file.
|
---|
1732 | This doesn't affect the old behaviour, but using this new feature
|
---|
1733 | might still have problems.
|
---|
1734 |
|
---|
1735 | * mfileio/MReadReports.cc:
|
---|
1736 | - fixed column-level in PrintStatistics
|
---|
1737 |
|
---|
1738 | * mjobs/MJCalibrateSignal.cc:
|
---|
1739 | - keep MMcRunHeader in the output
|
---|
1740 |
|
---|
1741 |
|
---|
1742 |
|
---|
1743 | 2005/02/10 Abelardo Moralejo
|
---|
1744 |
|
---|
1745 | * macros/mccalibrate.C
|
---|
1746 | - Added possibility to calibrate in photons or photoelectrons
|
---|
1747 |
|
---|
1748 | * macros/starmc2.C
|
---|
1749 | - Added comment about value of cleaning levels
|
---|
1750 |
|
---|
1751 |
|
---|
1752 |
|
---|
1753 | 2005/02/10 Markus Gaug
|
---|
1754 |
|
---|
1755 | * mcalib/Makefile
|
---|
1756 | * mcalib/CalibLinkDef.h
|
---|
1757 | * mcalib/MCalibrate.[h,cc]
|
---|
1758 | - removed mcalib/MCalibrate.* because it has been replaced by
|
---|
1759 | MCalibrateData
|
---|
1760 |
|
---|
1761 | * mmain/MEventDisplay.cc
|
---|
1762 | - replaced MCalibrate by MCalibrateData
|
---|
1763 |
|
---|
1764 | * mhcalib/MHCalibrationCam.cc
|
---|
1765 | - replaced warning about empty histogram from red (err) by
|
---|
1766 | yellow (warn).
|
---|
1767 |
|
---|
1768 | * mcalib/MCalibColorSet.cc
|
---|
1769 | - return kTRUE in case of MC-file
|
---|
1770 |
|
---|
1771 | * msignal/MExtractTimaAndChargeSpline.[h,cc]
|
---|
1772 | - make sure that all variables are set correctly independent on
|
---|
1773 | the order of their initialization by the user
|
---|
1774 |
|
---|
1775 |
|
---|
1776 |
|
---|
1777 | 2005/02/10 Thomas Bretz
|
---|
1778 |
|
---|
1779 | * mgeom/MGeomCam.[h,cc]:
|
---|
1780 | - added new member functions (GetNeighbors) to get all pixels
|
---|
1781 | around a given pixel with a given radius
|
---|
1782 |
|
---|
1783 | * mars.rc:
|
---|
1784 | - use same values for image cleaning as default in star
|
---|
1785 |
|
---|
1786 | * mpointing/MSrcPosCalc.[h,cc]:
|
---|
1787 | - added the possibility to set the Source position from
|
---|
1788 | a resource file
|
---|
1789 |
|
---|
1790 | * mjobs/MJStar.cc:
|
---|
1791 | - write MMcRunHeader to RunHeaders
|
---|
1792 |
|
---|
1793 | * mfileio/MWriteRootFile.cc:
|
---|
1794 | - removed an obsolete line
|
---|
1795 | - removed a debug line which should not be there
|
---|
1796 |
|
---|
1797 | * mimage/MHillas.h:
|
---|
1798 | - added new Getter GetDist0 returning the distance to the
|
---|
1799 | camera center
|
---|
1800 |
|
---|
1801 | * mhflux/MHFalseSource.cc:
|
---|
1802 | - the scaling in Paint() was nonsense in case we are looking
|
---|
1803 | at on/off-data. Fixed.
|
---|
1804 |
|
---|
1805 |
|
---|
1806 |
|
---|
1807 | 2005/02/10 Abelardo Moralejo
|
---|
1808 |
|
---|
1809 | * manalysis/MMcCalibrationUpdate.h
|
---|
1810 | - Added comment on new member fSignalType. Sorry for compilation
|
---|
1811 | problems... I forgot to commit the header yesterday, but M. Gaug
|
---|
1812 | did it.
|
---|
1813 |
|
---|
1814 | * macros/starmc.C
|
---|
1815 | - Cleaned up a little bit, made the option to choose between
|
---|
1816 | calibration in photons or phe- easier to set.
|
---|
1817 |
|
---|
1818 | * manalysis/MMcCalibrationUpdate.[h,cc]
|
---|
1819 | - Added getter and setter for fSignalType. Set fSignalType=kPhot as
|
---|
1820 | default for consistency with MCalibrateData.
|
---|
1821 |
|
---|
1822 |
|
---|
1823 |
|
---|
1824 | 2005/02/09 Abelardo Moralejo
|
---|
1825 |
|
---|
1826 | * manalysis/MMcCalibrationUpdate.cc
|
---|
1827 | - Updated to make the MC calibration in phe- work
|
---|
1828 |
|
---|
1829 | * macros/starmc.C
|
---|
1830 | - same as above. Now default is calibration in phe-
|
---|
1831 |
|
---|
1832 | * mraw/MRawEvtHeader.h
|
---|
1833 | - Added setter for the trigger pattern, absolutely needed for
|
---|
1834 | creating proper MC root files.
|
---|
1835 |
|
---|
1836 |
|
---|
1837 |
|
---|
1838 | 2005/02/09 Markus Gaug
|
---|
1839 |
|
---|
1840 | * manalysis/MMcCalibrationUpdate.h
|
---|
1841 | - added missing declaration of fSignalType
|
---|
1842 |
|
---|
1843 | * mjobs/MJPedestal.[h,cc]
|
---|
1844 | * mjobs/badpixels_0_559.rc
|
---|
1845 | * callisto.rc
|
---|
1846 | - allow exclusion of bad pixels from the beginning (default is
|
---|
1847 | Pixel 0 and 559).
|
---|
1848 | - removed some obsolete includes
|
---|
1849 | - took out data member fPedestalHist from MJPedestal.h which removes
|
---|
1850 | the crash, however I don't understand why it caused the crash!!!
|
---|
1851 | There seem to be problems with memory usage either in callisto.cc
|
---|
1852 | or in this class!!
|
---|
1853 | (valgrind shows several memory leaks in the TG... classes).
|
---|
1854 |
|
---|
1855 | * mjobs/MJCalibration.cc
|
---|
1856 | - write display and containers also in case of failure of eventloop
|
---|
1857 |
|
---|
1858 | * mhcalib/MHGausEvents.cc
|
---|
1859 | - make default display window 600x600
|
---|
1860 |
|
---|
1861 | * mcalib/MCalibrationQECamMagic.cc
|
---|
1862 | - updated five pixels
|
---|
1863 |
|
---|
1864 | * mpedestal/MExtractPedestal.[h,cc]
|
---|
1865 | * mpedestal/MPedCalcPedRun.cc
|
---|
1866 | * mpedestal/MPedCalcFromLoGain.cc
|
---|
1867 | - included possibility for intermediate pedestal cam (not yet used)
|
---|
1868 |
|
---|
1869 | * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc
|
---|
1870 | - initialize the bad events counters to 0 also in constructor
|
---|
1871 | - release the limit for bad events a bit
|
---|
1872 |
|
---|
1873 | * mcalib/MCalibrationTestCam.h
|
---|
1874 | - take out include of TArrayI (already in base class)
|
---|
1875 |
|
---|
1876 | * mcalib/MCalibrateData.h
|
---|
1877 | - make default argument for SetSignalType kPhe.
|
---|
1878 |
|
---|
1879 | * mjobs/MJCalibrateSignalFromOuside.[h,cc]
|
---|
1880 | - removed
|
---|
1881 |
|
---|
1882 |
|
---|
1883 |
|
---|
1884 | 2005/02/08 Markus Gaug
|
---|
1885 |
|
---|
1886 | * mhcalib/MHCalibrationCam.cc
|
---|
1887 | * mcalib/MCalibrationChargeCalc.cc
|
---|
1888 | - replaced GetNumExecutions()==0 condition by GetNumExecution() < 1
|
---|
1889 |
|
---|
1890 |
|
---|
1891 |
|
---|
1892 | 2005/02/08 Thomas Bretz
|
---|
1893 |
|
---|
1894 | * mpointing/MPointingPosInterpolate.cc:
|
---|
1895 | - use debug option in addition to switch off output from internal
|
---|
1896 | eventloop. It is confusing having this output inside another
|
---|
1897 | eventloop.
|
---|
1898 | - updated missing connections in class description
|
---|
1899 |
|
---|
1900 | * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc:
|
---|
1901 | - made sure that output of PostProcess fits into 80col boundary
|
---|
1902 |
|
---|
1903 | * mimage/MHillas.cc:
|
---|
1904 | - removed an obsolete call to TLine::Paint() in Paint.
|
---|
1905 |
|
---|
1906 |
|
---|
1907 |
|
---|
1908 | 2005/02/07 Thomas Bretz
|
---|
1909 |
|
---|
1910 | * mbase/MFilter.cc:
|
---|
1911 | - use paranthesis around ClassName in GetRule
|
---|
1912 |
|
---|
1913 | * mdata/MDataFormula.h:
|
---|
1914 | - fixed a wrong comment in variable description
|
---|
1915 |
|
---|
1916 | * mhist/MHCamEvent.[h,cc], mhist/MHCamera.[h,cc],
|
---|
1917 | mjobs/MJCalibrateSignal.cc,
|
---|
1918 | mjobs/MJCalibrateSignalFromOutside.cc:
|
---|
1919 | - to make sure there are no missunderstandings we have to
|
---|
1920 | replace all occurances of 'Variance' by 'SqrtVariance'
|
---|
1921 | (it was not my decision)
|
---|
1922 |
|
---|
1923 | * mastro/MAstro.[h,cc]:
|
---|
1924 | - added new function Angle2Coordinate
|
---|
1925 |
|
---|
1926 | * mbase/MTaskEnv.[h,cc]:
|
---|
1927 | - fixed a bug which caused the resource task to be ignored
|
---|
1928 | if the default task was '<dummy>'
|
---|
1929 |
|
---|
1930 | * mhbase/MH3.cc:
|
---|
1931 | - fixed a bug in Paint (use GetListOfPrimitives->FindObject
|
---|
1932 | instead of FindObject) which caused the histogram to
|
---|
1933 | be put a lot of times into the pad.
|
---|
1934 |
|
---|
1935 | * mjobs/MJCalib.[h,cc]:
|
---|
1936 | - derived MJCalib from MJob in order to be able to move
|
---|
1937 | common code from derived classes into the base-class
|
---|
1938 | - implemented CheckEnvLocal to handle the resource 'DataType'
|
---|
1939 | - changed publicity of some variables and functions
|
---|
1940 | to allow setting file type from outside
|
---|
1941 | - added new function to set data-type for use in callisto.cc
|
---|
1942 |
|
---|
1943 | * mjobs/MJCalibTest.[h,cc], mjobs/MJCalibrateSignal.[h,cc],
|
---|
1944 | mjobs/MJCalibration.[h,cc], mjobs/MJPedestal.[h,cc]:
|
---|
1945 | - removed double inheritance, replaced by single inheritance
|
---|
1946 | from MJCalib
|
---|
1947 | - replaced code to handle the resource 'DataType' by the
|
---|
1948 | common code in the base class
|
---|
1949 | - put reading of reference file into a new member function
|
---|
1950 | to make source code reading resource file simpler and to
|
---|
1951 | be able to write a function description about it (simple
|
---|
1952 | copy&past)
|
---|
1953 |
|
---|
1954 | * callisto.cc:
|
---|
1955 | - added option for file-type
|
---|
1956 |
|
---|
1957 | * mjobs/MJOptimize.[h,cc], mjobs/MSequences.[h,cc],
|
---|
1958 | mjobs/MJCut.[h,cc], ganymed.[cc,rc], mhflux/MHEnergyEst.[h,cc]:
|
---|
1959 | - added to repository, but not yet to Makefile because
|
---|
1960 | there is still some work to be done. But whoever is
|
---|
1961 | interested in the new classes/program may already use it.
|
---|
1962 |
|
---|
1963 | * mhflux/MAlphaFitter.[h,cc]:
|
---|
1964 | - added option to choose the minimization value
|
---|
1965 |
|
---|
1966 | * mhflux/MHAlpha.cc:
|
---|
1967 | - replaced significance by minimization value
|
---|
1968 |
|
---|
1969 | * mhflux/MHEffectiveOnTime.cc:
|
---|
1970 | - use E-Option when fitting to improve error calculation
|
---|
1971 | by using Minos technique
|
---|
1972 |
|
---|
1973 |
|
---|
1974 |
|
---|
1975 | 2005/02/04 Markus Gaug
|
---|
1976 |
|
---|
1977 | * mjobs/MJCalibration.cc
|
---|
1978 | - found a "the `impossible' happened" when running callisto with
|
---|
1979 | a pure signal extractor --> MExtractTimeFastSpline has some
|
---|
1980 | problems with the management of the internal arrays. Replaced it
|
---|
1981 | by MExtractTimeHighestIntegral as default which is as good.
|
---|
1982 |
|
---|
1983 | * callisto.rc
|
---|
1984 | - use MExtractTimeAndChargeDigitalFilterPeakSearch as default
|
---|
1985 | instead of MExtractTimeAndChargeDigitalFilter. This extractor is
|
---|
1986 | now tested and checks for the positions of the pulse within the
|
---|
1987 | DAQ-window.
|
---|
1988 |
|
---|
1989 |
|
---|
1990 |
|
---|
1991 | 2005/02/04 Thomas Bretz
|
---|
1992 |
|
---|
1993 | * Makefile.rules:
|
---|
1994 | - fixed creation of main MDep.d
|
---|
1995 |
|
---|
1996 | * callisto.cc, merpp.cc, showlog.cc, showplot.cc, star.cc:
|
---|
1997 | - added commandline option --version
|
---|
1998 |
|
---|
1999 | * mbase/MFilter.cc:
|
---|
2000 | - changed default for 'GetRule'
|
---|
2001 |
|
---|
2002 | * mbase/MParContainer.cc:
|
---|
2003 | - simplified GetNewObject
|
---|
2004 |
|
---|
2005 | * mfbase/MF.cc:
|
---|
2006 | - if no conditional sign is found try to create
|
---|
2007 | MFilter-object
|
---|
2008 |
|
---|
2009 | * mraw/MRawEvtData.cc:
|
---|
2010 | - fixed the initialization of fABFlags in case maxid==0 which
|
---|
2011 | is the default. This caused MRawEvtPixelIter::HasABFlag
|
---|
2012 | to do unallowed access to memory for old root-files without
|
---|
2013 | the AB flag, because it assumed (due to size==1) that the
|
---|
2014 | data contains the ab flag
|
---|
2015 |
|
---|
2016 | * mraw/MRawEvtPixelIter.[h,cc]:
|
---|
2017 | - removed some obsolete debug comments
|
---|
2018 | - simplified HasABFlag
|
---|
2019 |
|
---|
2020 | * manalysis/MCerPhotPix.h:
|
---|
2021 | - removed the `!` again. It gave problems with the Mars
|
---|
2022 | display. We agreed that this is a minor problem because
|
---|
2023 | the structure of MCerPhot* will chnage soon in any case.
|
---|
2024 |
|
---|
2025 |
|
---|
2026 |
|
---|
2027 | 2005/02/04 Abelardo Moralejo
|
---|
2028 |
|
---|
2029 | * macros/starmc2.C
|
---|
2030 | - added to output missing container MConcentration.
|
---|
2031 |
|
---|
2032 |
|
---|
2033 |
|
---|
2034 | 2005/02/03 Thomas Bretz
|
---|
2035 |
|
---|
2036 | * mfbase/MFilterList.[h,cc]:
|
---|
2037 | - added new function AddToList(TCollection&)
|
---|
2038 |
|
---|
2039 | * mhbase/MFillH.cc:
|
---|
2040 | - print a warning if 'same'-option given without
|
---|
2041 | a corresponding existing tab
|
---|
2042 |
|
---|
2043 | * mhflux/MHAlpha.[h,cc]:
|
---|
2044 | - made time bins settable by user
|
---|
2045 |
|
---|
2046 | * mfileio/MWriteRootFile.cc:
|
---|
2047 | - fixed ReInit and a warning output when writing to memory
|
---|
2048 |
|
---|
2049 |
|
---|
2050 |
|
---|
2051 | 2005/02/03 Markus Gaug
|
---|
2052 |
|
---|
2053 | * mcalib/MCalibColorSet.[h,cc]
|
---|
2054 | - implement possibility to set colour explicitely (e.g. for MC).
|
---|
2055 |
|
---|
2056 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
---|
2057 | - intialize fTimeShiftHiGain and fTimeShiftLoGain by default.
|
---|
2058 |
|
---|
2059 | * mjobs/MJPedestal.cc
|
---|
2060 | - in case, extractor is used, put the extractor into the tasklist,
|
---|
2061 | otherwise ranges do not get initialized correctly (wrong memory
|
---|
2062 | usage!). Use an event selector, however to not skip the Process.
|
---|
2063 | This is as fast as before and now safe for any kind of extractor
|
---|
2064 |
|
---|
2065 | * mcalib/MCalibrationCam.h
|
---|
2066 | * mcalib/MCalibrationTestCam.h
|
---|
2067 | * mcalib/MCalibrationTestCam.cc
|
---|
2068 | - initialize a missing array in InitAverageAreas
|
---|
2069 |
|
---|
2070 | * mraw/MRawEvtHeader.h
|
---|
2071 | - introduced Setter() of cal. pattern for Abelardo
|
---|
2072 |
|
---|
2073 |
|
---|
2074 |
|
---|
2075 | 2005/02/02 Markus Gaug
|
---|
2076 |
|
---|
2077 | * mcalib/MCalibrationChargeCam.cc
|
---|
2078 | - fixed small bug in the display of mean charges when low-gain was
|
---|
2079 | used.
|
---|
2080 |
|
---|
2081 | * msignal/MExtractor.cc
|
---|
2082 | - print the missing overlap between high-gain and low-gain
|
---|
2083 | in the Print() function
|
---|
2084 | - remove setting of fHiLoLast in PreProcess, otherwise cloned
|
---|
2085 | extractors do not work any more with windows exceeding the
|
---|
2086 | high-gain range.
|
---|
2087 |
|
---|
2088 | * mhcalib/MHCalibrationTestCam.[h,cc]
|
---|
2089 | * mhcalib/MHCalibrationTestTimeCam.[h,cc]
|
---|
2090 | - set proper probability limits for the fits
|
---|
2091 |
|
---|
2092 | * mcalib/MCalibrateData.cc
|
---|
2093 | - catch the case in which no interlaced cal. events are being sent
|
---|
2094 | by the pulser box.
|
---|
2095 |
|
---|
2096 | * mjobs/MJCalib.[h,cc]
|
---|
2097 | - put the data type enum in a new base class
|
---|
2098 |
|
---|
2099 | * mjobs/MJCalibTest.[h,cc]
|
---|
2100 | - re-name old class MJExtractCalibTest to MJCalibTest and make it
|
---|
2101 | compatible with the sequence-files.
|
---|
2102 |
|
---|
2103 | * mjobs/MJExtractCalibTest.[h,cc]
|
---|
2104 | - removed
|
---|
2105 |
|
---|
2106 | * mjobs/MJCalibrateSignal.cc
|
---|
2107 | - put a compiler warning about the default cal. to photo-electrons
|
---|
2108 |
|
---|
2109 | * callisto.cc
|
---|
2110 | - add new flag "--use-test" to enable the MJCalibTest facility
|
---|
2111 | (default: not used)
|
---|
2112 |
|
---|
2113 |
|
---|
2114 |
|
---|
2115 | 2005/02/01 Raquel de los Reyes
|
---|
2116 |
|
---|
2117 | * mjobs/MSequence.h
|
---|
2118 | - Added "Get" functions for the TArrays variables.
|
---|
2119 |
|
---|
2120 |
|
---|
2121 |
|
---|
2122 | 2005/02/01 Markus Gaug
|
---|
2123 |
|
---|
2124 | * mjobs/MJPedestal.[h,cc]
|
---|
2125 | * mjobs/MJCalibration.[h,cc]
|
---|
2126 | * mjobs/MJCalibrateSignal.[h,cc]
|
---|
2127 | * callisto.rc
|
---|
2128 | - put enum for data type. Can now set the data type (mc, raw, root)
|
---|
2129 | without running the data check.
|
---|
2130 |
|
---|
2131 | * mhcalib/MHCalibrationCam.cc
|
---|
2132 | - return kTRUE in PostProcess if GetNumExecutions is 0
|
---|
2133 |
|
---|
2134 | * mcalib/MCalibrationChargeCalc.cc
|
---|
2135 | - return kTRUE in PostProcess if GetNumExecutions is 0
|
---|
2136 |
|
---|
2137 |
|
---|
2138 |
|
---|
2139 | 2005/02/01 Daniel Mazin
|
---|
2140 |
|
---|
2141 | * MPointingPosInterpolate.cc:
|
---|
2142 | - fixed bug to match the units of Ra and Decl in MPointingPos
|
---|
2143 | - fixed bug in handling of events with times outside of times from
|
---|
2144 | MDrive tree
|
---|
2145 |
|
---|
2146 |
|
---|
2147 |
|
---|
2148 | 2005/02/01 Thomas Bretz
|
---|
2149 |
|
---|
2150 | * showplot.cc:
|
---|
2151 | - another fix to make the batch mode working (you can use the batch
|
---|
2152 | mode to convert a root-file into another format)
|
---|
2153 |
|
---|
2154 |
|
---|
2155 |
|
---|
2156 | 2005/01/31 Thomas Bretz
|
---|
2157 |
|
---|
2158 | * mbase/MStatusDisplay.cc:
|
---|
2159 | - fixed handling of batch mode in GetCanvas(const TString &name)
|
---|
2160 | - don't skip already existing tabs in Display()
|
---|
2161 |
|
---|
2162 |
|
---|
2163 |
|
---|
2164 | 2005/01/31 Raquel de los Reyes
|
---|
2165 |
|
---|
2166 | * mjobs/MSequence.h
|
---|
2167 | - Added "Get" functions for some of the sequence.txt file
|
---|
2168 | parameters.
|
---|
2169 |
|
---|
2170 |
|
---|
2171 |
|
---|
2172 | 2005/01/31 Markus Gaug
|
---|
2173 |
|
---|
2174 | * mjobs/MJob.[h,cc]
|
---|
2175 | * mjobs/MJCalibrateSignal.[h,cc]
|
---|
2176 | * mjobs/MJCalibration.[h,cc]
|
---|
2177 | - move file type enum to base class
|
---|
2178 |
|
---|
2179 | * mjobs/MJCalibrateSignal.[h,cc]
|
---|
2180 | - allow also for direct setting of an MRunIter (not used in
|
---|
2181 | callisto).
|
---|
2182 |
|
---|
2183 | * mcalib/MCalibrationChargeCalc.[h,cc]
|
---|
2184 | - test also for pulser strength changes additionally to changes in
|
---|
2185 | colour.
|
---|
2186 |
|
---|
2187 |
|
---|
2188 |
|
---|
2189 | 2005/01/31 Abelardo Moralejo
|
---|
2190 |
|
---|
2191 | * mpointing/MSrcPosCalc.cc
|
---|
2192 | - Create only one instance of MAstroSky2Local for the
|
---|
2193 | transformations, instead of two identical ones, as it was before.
|
---|
2194 |
|
---|
2195 |
|
---|
2196 |
|
---|
2197 | 2005/01/30 Markus Gaug
|
---|
2198 |
|
---|
2199 | * mjobs/MJCalibration.cc
|
---|
2200 | * mjobs/MJPedestal.cc
|
---|
2201 | * mjobs/calibrationref_Nov04.rc
|
---|
2202 | * mhcalib/MHCalibrationRelTimeCam.[h,cc]
|
---|
2203 | - updated correct display of reference lines
|
---|
2204 |
|
---|
2205 |
|
---|
2206 |
|
---|
2207 | 2005/01/29 Markus Gaug
|
---|
2208 |
|
---|
2209 | * msignal/MExtractFixedWindowSpline.[h,cc]
|
---|
2210 | - fixed a bug occurring with overlapping windows between high-gain
|
---|
2211 | and low-gain
|
---|
2212 |
|
---|
2213 | * msignal/MExtractFixedWindowPeakSearch.cc
|
---|
2214 | - take out call to fSignals->Clear() which is already done in
|
---|
2215 | MTaskList.
|
---|
2216 |
|
---|
2217 | * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.[h,cc]
|
---|
2218 | - new extractor reducing the bias and solving the problem with the
|
---|
2219 | jumping pulse readout.
|
---|
2220 |
|
---|
2221 |
|
---|
2222 |
|
---|
2223 | 2005/01/28 Abelardo Moralejo
|
---|
2224 |
|
---|
2225 | * mpointing/MSrcPosCalc.cc
|
---|
2226 | - updated. Make it work as desired: obtain for each event the x,y
|
---|
2227 | position on the camera of a source whose celestial coordinates
|
---|
2228 | (J2000) have been set by the user in the container "MSourcePos"
|
---|
2229 | of type MPointingPos, added to the parameter list. If the
|
---|
2230 | container MSourcePos is not found, the center of the camera (or
|
---|
2231 | other fixed position x,y set in the parameter list by the user -
|
---|
2232 | in MSrcPosCam) is used as source position for all the events in
|
---|
2233 | the loop.
|
---|
2234 |
|
---|
2235 |
|
---|
2236 |
|
---|
2237 | 2005/01/28 Thomas Bretz
|
---|
2238 |
|
---|
2239 | * mjobs/MJCalibrateSignal.cc:
|
---|
2240 | - fixed that extract1,2,3 haven't been deleted if loop failed.
|
---|
2241 | - print tasklist also if loop failed.
|
---|
2242 | - added a undefined task (MTaskEnv "FinalFantasy") as last task to
|
---|
2243 | the event processing tasklist
|
---|
2244 |
|
---|
2245 | * callisto.rc:
|
---|
2246 | - added comments about "FinalFantasy" into call
|
---|
2247 | - added comment for obsolete resources as discussed yesterday
|
---|
2248 | evening: TimeUpperLimit
|
---|
2249 |
|
---|
2250 | * mbase/MMath.[h,cc], manalysis/MCerPhotPix.[h,cc],
|
---|
2251 | mpedestal/MPedPhotPix.h:
|
---|
2252 | - replaced TruncatePrecision by ReducePrecision (its simply a better
|
---|
2253 | name)
|
---|
2254 |
|
---|
2255 | * mbase/MParList.cc:
|
---|
2256 | - added a check to make 200%(!) sure that the container added
|
---|
2257 | to the list is a MParContainer (everything else could crash
|
---|
2258 | almost everything in Mars!)
|
---|
2259 |
|
---|
2260 | * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.[h,cc],
|
---|
2261 | mjobs/MJPedestal.cc:
|
---|
2262 | - simplified the code in the WriteResult functions by using
|
---|
2263 | the new WriteContainer in MJob
|
---|
2264 | - removed the TObjArray from the MParList! It is NOT a MParContainer
|
---|
2265 | there are a lot of circumstance how this can crash Mars. I don't
|
---|
2266 | know why the compiler allowed for this.
|
---|
2267 | - unified WriteResult and WriteHists
|
---|
2268 | - split GetOutputFile into two functions for simplification
|
---|
2269 |
|
---|
2270 | * mjobs/MJCalibration.h:
|
---|
2271 | - copy the extractorcam name when copying the contents
|
---|
2272 |
|
---|
2273 | * mjobs/MJob.[h,cc]:
|
---|
2274 | - new member function WriteContainer to simplify code in derived
|
---|
2275 | classes
|
---|
2276 |
|
---|
2277 | * mpointing/MSrcPosCalc.[h,cc]
|
---|
2278 | - fixed the header according to Abelardo's changes
|
---|
2279 | - added the initialization of the pointers to the constructor
|
---|
2280 |
|
---|
2281 |
|
---|
2282 |
|
---|
2283 | 2005/01/28 Markus Gaug
|
---|
2284 |
|
---|
2285 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
---|
2286 | - introduce a security check for the time fine adjustment in case,
|
---|
2287 | it is too large.
|
---|
2288 |
|
---|
2289 | * mcalib/MCalibConstCam.[h,cc]
|
---|
2290 | * mcalib/MCalibConstPix.h
|
---|
2291 | - new classes to allow display of changing cal. constants with the
|
---|
2292 | interlaced cal. events
|
---|
2293 |
|
---|
2294 | * mcalib/MCalibrationChargeCalc.cc
|
---|
2295 | - removed stopping of PostProcess in case that the evtloop is
|
---|
2296 | finished with interlaced cal. events
|
---|
2297 |
|
---|
2298 | * mcalib/MCalibrateData.[h,cc]
|
---|
2299 | - fill MCalibConstCam with update results (once per calib. consts
|
---|
2300 | update == every 10 sec.)
|
---|
2301 | - introduce check for size of calibration constant. In case, it is
|
---|
2302 | completetly out of range, set the MBadPixelsPix::IsUnsuitableRun
|
---|
2303 |
|
---|
2304 | * mjobs/MJCalibrateSignal.cc:
|
---|
2305 | - display one MHCamera more with changing conv. factors (only for
|
---|
2306 | interlaced cal. events)
|
---|
2307 |
|
---|
2308 | * mpedestal/MPedCalcFromLoGain.cc
|
---|
2309 | - set default for MExtractWinFirst from 15 to 17 because of the
|
---|
2310 | late cosmics signals in December
|
---|
2311 |
|
---|
2312 |
|
---|
2313 | 2005/01/28 Abelardo Moralejo
|
---|
2314 |
|
---|
2315 | * mtemp/mpadova/macros/trainsubsample.C
|
---|
2316 | - added # of events to be written in the output (instead of
|
---|
2317 | fraction of total). Moved MSrcPosCam in output from RunHeaders
|
---|
2318 | to Events tree.
|
---|
2319 |
|
---|
2320 |
|
---|
2321 |
|
---|
2322 | 2005/01/27 Daniel Mazin and Markus Gaug
|
---|
2323 |
|
---|
2324 | * mcalib/MCalibrateData.[h,cc]
|
---|
2325 | - derive this class from MCamEvent in order to be able to display
|
---|
2326 | evolution of conversion factors in case of interlaced cal.
|
---|
2327 | events
|
---|
2328 |
|
---|
2329 | * mpointing/MInterpolatePointingPos.[h,cc]
|
---|
2330 | - new class to interpolate pointing positions, adapted from a class
|
---|
2331 | by Marcos Lopez
|
---|
2332 |
|
---|
2333 | * mjobs/MJCalibrateSignal.[h,cc]
|
---|
2334 | - enabled the calibration of data with interlaced calibration events
|
---|
2335 |
|
---|
2336 | * msignal/MArrivalTime.[h,cc]
|
---|
2337 | * mcalib/MCalibrateRelTime.cc
|
---|
2338 | - removed Error of calibrated arrival time, as agreed on the last
|
---|
2339 | software calibration meeting yesterday
|
---|
2340 |
|
---|
2341 | * mjobs/MJCalibrateSignal.cc
|
---|
2342 | - add display to show histogramming of conversion factors
|
---|
2343 | - modify default calibration to equiv. photo-electrons
|
---|
2344 | - allow for setting of MC, Raw or Root-file type in callisto.rc
|
---|
2345 |
|
---|
2346 | * callisto.rc
|
---|
2347 | - updated conf. file
|
---|
2348 |
|
---|
2349 |
|
---|
2350 | 2005/01/27 Thomas Bretz
|
---|
2351 |
|
---|
2352 | * callisto.cc:
|
---|
2353 | - don't display starting pedestals when calibrating the signal
|
---|
2354 |
|
---|
2355 | * callisto.rc:
|
---|
2356 | - added some comments
|
---|
2357 |
|
---|
2358 | * star.rc:
|
---|
2359 | - according to Daniel M. we have agreed to change the default
|
---|
2360 | cleaning level to adapt it roughly to the new pedestal
|
---|
2361 |
|
---|
2362 | * manalysis/MCerPhotPix.[h,cc], mpedestal/MPedPhotPix.h:
|
---|
2363 | - as agreed in the current calibration meeting we truncate the
|
---|
2364 | precision of the stored floating point values to roughly 0.5%
|
---|
2365 | to gain storage space in the calibrated data (the gzip
|
---|
2366 | algorithm compresses this stuff nicely - we gain roughly 15%)
|
---|
2367 |
|
---|
2368 | * mhflux/MHFalseSource.cc, mjobs/MJCalibration.cc, mjobs/MJStar.cc:
|
---|
2369 | - added a comment
|
---|
2370 |
|
---|
2371 | * mjobs/MJCalibrateSignal.cc:
|
---|
2372 | - changed title of unsuitable plot
|
---|
2373 | - removed plot for calibrated fundamental pedestal as agreed in the
|
---|
2374 | current calibration meeting (we may change this to an option)
|
---|
2375 |
|
---|
2376 | * mjobs/MJPedestal.[h,cc]:
|
---|
2377 | - changed the name of the "PedDiff" plot to be consistent with the
|
---|
2378 | other tab-name
|
---|
2379 | - changed the options for the display
|
---|
2380 | - removed the dependancy of fDisplayType and the SetDataCheck
|
---|
2381 | option
|
---|
2382 | - added option kDisplayNone
|
---|
2383 | - renamed enums from k*Display to kDisplay*
|
---|
2384 |
|
---|
2385 | * mhist/MHCamEvent.cc:
|
---|
2386 | - trying to get rid of the Err_%p workaround.
|
---|
2387 |
|
---|
2388 | * manalysis/MCerPhotEvt.[h,cc]:
|
---|
2389 | - added some '!' signs in the comment line. This is quick hack
|
---|
2390 | to gain I/O speed and storage space. We will soon have new
|
---|
2391 | containers for the calibrated data and image cleaning
|
---|
2392 | information.
|
---|
2393 | - changed version number to 6
|
---|
2394 |
|
---|
2395 | * mhist/MHCamera.cc:
|
---|
2396 | - added member function SetAllUsed
|
---|
2397 |
|
---|
2398 |
|
---|
2399 |
|
---|
2400 | 2005/01/26 Abelardo Moralejo
|
---|
2401 |
|
---|
2402 | * macros/mccalibrate.C
|
---|
2403 | - removed creation and writing out of MSrcPosCam. It is more
|
---|
2404 | flexible to add it in starmc2.C if needed (for wobble mode for
|
---|
2405 | instance).
|
---|
2406 |
|
---|
2407 | * mtemp/mpadova/macros/RanForestDISP.C
|
---|
2408 | - added possibility to set the number of hadrons read in for the
|
---|
2409 | training. Added some missing containers to output.
|
---|
2410 | - Fixed rule concerning the DISP, by adding parentheses. Remember
|
---|
2411 | that MHMatrix::AddColumn does not respect the usual precedence
|
---|
2412 | of operations!
|
---|
2413 |
|
---|
2414 | * mtemp/mpadova/macros/resize.C
|
---|
2415 | - added to output missing container MRawEvtHeader
|
---|
2416 |
|
---|
2417 | * macros/starmc2.C
|
---|
2418 | - added missing container MImagePar. Added possibility to set the
|
---|
2419 | source position on the camera (for the wobble mode).
|
---|
2420 |
|
---|
2421 |
|
---|
2422 |
|
---|
2423 | 2005/01/25 Abelardo Moralejo
|
---|
2424 |
|
---|
2425 | * macros/starmc2.C
|
---|
2426 | - modified to allow double (train / test) output, for g/h
|
---|
2427 | separation studies. Added several missing containers to output.
|
---|
2428 |
|
---|
2429 |
|
---|
2430 |
|
---|
2431 | 2005/01/25 Thomas Bretz
|
---|
2432 |
|
---|
2433 | * mcalib/MCalibrationIntensityChargeCam.cc:
|
---|
2434 | - fixed a lot of 'default argument'-warnings to make to code
|
---|
2435 | compile
|
---|
2436 |
|
---|
2437 | * mbase/MParContainer.[h,cc]:
|
---|
2438 | - moved the empty Reset() function into the source file and
|
---|
2439 | added a lot of comments
|
---|
2440 | - implemented new helper-functions: GetNewObject
|
---|
2441 |
|
---|
2442 | * mbase/MContinue.[h,cc]:
|
---|
2443 | - allow to use MFilter-classes as filter in ReadEnv
|
---|
2444 |
|
---|
2445 | * mbase/MTaskEnv.cc:
|
---|
2446 | - replaced some code by GetNewObject
|
---|
2447 |
|
---|
2448 | * mhbase/MFillH.cc:
|
---|
2449 | - handle DrawOption "same" to be able to draw to the same pad
|
---|
2450 |
|
---|
2451 | * mhbase/MH.[h,cc]:
|
---|
2452 | - added same-argument to DrawSame
|
---|
2453 |
|
---|
2454 | * mhbase/MH3.cc:
|
---|
2455 | - removed some obsolete comments
|
---|
2456 | - remove own drawing options before calling fHist->Draw
|
---|
2457 |
|
---|
2458 | * mimage/MHHillas.cc, mimage/MHImagePar.cc:
|
---|
2459 | - first try of implementing 'same' drawing option
|
---|
2460 |
|
---|
2461 |
|
---|
2462 |
|
---|
2463 | 2005/01/25 Markus Gaug
|
---|
2464 |
|
---|
2465 | * mcalib/MCalibrationPattern.[h,cc]
|
---|
2466 | * mcalib/MCalibrationPatternDecode.[h,cc]
|
---|
2467 | - New Decoder task for the calibration pattern from the
|
---|
2468 | digital modules
|
---|
2469 |
|
---|
2470 | * mraw/MRawEvtHeader.[h,cc]
|
---|
2471 | - remove decoding from this class
|
---|
2472 |
|
---|
2473 | * mcalib/MCalibrationIntensityHiLoCam.[h,cc]
|
---|
2474 | - remove, because one needs anyhow much more than one data file
|
---|
2475 | to get a reasonable conversion factor
|
---|
2476 |
|
---|
2477 | * mcalib/MCalibCalcFromPast.[h,cc]
|
---|
2478 | - remove MCalibrationIntensityHiLoCam
|
---|
2479 |
|
---|
2480 | * mbadpixels/MBadPixelsPix.h
|
---|
2481 | * mbadpixels/MBadPixelsCam.cc
|
---|
2482 | - changed one function name to GetUnsuitableCalLevel()
|
---|
2483 |
|
---|
2484 | * mjobs/MJCalibration.cc
|
---|
2485 | - replace all Y-titles with units "FADC counts" by "FADC cnts" and
|
---|
2486 | "FADC slices" by "FADC sl.", otherwise they range out of the
|
---|
2487 | canvas.
|
---|
2488 |
|
---|
2489 | * mcalib/MCalibrationChargeCalc.cc
|
---|
2490 | - ensure to set the color correctly in MCalibrationBlindCam
|
---|
2491 |
|
---|
2492 | * callisto.rc
|
---|
2493 | - put space for
|
---|
2494 | MJCalibrateSignal.ExtractSignal.HiGainFirst: 2
|
---|
2495 | MJCalibrateSignal.ExtractSignal.HiGainLast: 16
|
---|
2496 |
|
---|
2497 |
|
---|
2498 | 2005/01/24 Abelardo Moralejo
|
---|
2499 |
|
---|
2500 | * manalysis/MMcCalibrationUpdate.cc
|
---|
2501 | - Adapted to changes in MCalibrateData from 2005/01/16: moved
|
---|
2502 | qepix.SetAvNormFFactor(1.) from Process() to ReInit(). Due to
|
---|
2503 | this, for the last week you may have found trouble running
|
---|
2504 | starmc.C and mccalibrate.C.
|
---|
2505 |
|
---|
2506 |
|
---|
2507 |
|
---|
2508 | 2005/01/24 Thomas Bretz
|
---|
2509 |
|
---|
2510 | * callisto.cc:
|
---|
2511 | - removed non-existing option from output
|
---|
2512 |
|
---|
2513 | * manalysis/MEnergyEstimate.[h,cc]:
|
---|
2514 | - added ReadEnv member function
|
---|
2515 |
|
---|
2516 | * mbase/MContinue.[h,cc]:
|
---|
2517 | - implementes AllowEmpty option to support doing nothing
|
---|
2518 | defined in resource file
|
---|
2519 | - added a first draft to allow usage of class-filters instead of
|
---|
2520 | rules
|
---|
2521 |
|
---|
2522 | * mbase/MMath.[h,cc]:
|
---|
2523 | - implemented a function suggested by Florian Goebel which reduces
|
---|
2524 | the precision of a float to ~0.5% which is usefull for data
|
---|
2525 | compression by gzip
|
---|
2526 |
|
---|
2527 | * mdata/MDataChain.[h,cc]:
|
---|
2528 | - implemented ReadEnv member function
|
---|
2529 |
|
---|
2530 | * mfbase/MF.cc:
|
---|
2531 | - a small enhancement to the output in ReadEnv
|
---|
2532 |
|
---|
2533 | * mhbase/MH3.cc:
|
---|
2534 | - fixed call to FindObject in Paint which caused a profile to be
|
---|
2535 | displayed incorrectly in case it was read from a file
|
---|
2536 |
|
---|
2537 | * mhflux/MHFalseSource.[h,cc]:
|
---|
2538 | - removed old obsolete unsused Significance functions
|
---|
2539 | - implemented ReadEnv member function
|
---|
2540 | - set false source binning only if BinningFalseSource is not default
|
---|
2541 | - check parlist for BinningAlpha
|
---|
2542 |
|
---|
2543 | * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
|
---|
2544 | mjobs/MJPedestal.cc:
|
---|
2545 | - added an additional check and output if output-file could
|
---|
2546 | not be opened
|
---|
2547 |
|
---|
2548 | * mjobs/MJob.h:
|
---|
2549 | - added some Getter
|
---|
2550 |
|
---|
2551 | * mhbase/MBinning.[h,cc].
|
---|
2552 | - added nen member functions
|
---|
2553 | + SetEdgesRaw
|
---|
2554 | + ReadEnv
|
---|
2555 | + Print
|
---|
2556 |
|
---|
2557 | * mhflux/MAlphaFitter.[h,cc]:
|
---|
2558 | - added new member function ReadEnv
|
---|
2559 |
|
---|
2560 | * mhflux/MHAlpha.cc:
|
---|
2561 | - fixed a problem when fitting without off-data
|
---|
2562 |
|
---|
2563 | * mbase/MStatusDisplay.cc:
|
---|
2564 | - implemented a further fix in DrawClonePad to make sure
|
---|
2565 | that the X-stuff doesn't get confused while still
|
---|
2566 | GetDrawOption returns the correct value
|
---|
2567 |
|
---|
2568 |
|
---|
2569 |
|
---|
2570 | 2005/01/24 Markus Gaug
|
---|
2571 |
|
---|
2572 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
---|
2573 | - introduced security check for the times fine-tuning to catch
|
---|
2574 | outliers because of deviating pulse forms.
|
---|
2575 |
|
---|
2576 | * msignal/MExtractTime.cc
|
---|
2577 | * msignal/MExtractor.cc
|
---|
2578 | - lowered default high-gain saturation limit to 250
|
---|
2579 | - removed Clear() for two results containers at beginning of Process()
|
---|
2580 |
|
---|
2581 | * msignal/MExtractor.h
|
---|
2582 | - Take fHiLoLast into the Clone()
|
---|
2583 |
|
---|
2584 | * msignal/MExtractedSignalPix.cc
|
---|
2585 | - change sign of default initializer to negative.
|
---|
2586 |
|
---|
2587 |
|
---|
2588 |
|
---|
2589 | 2005/01/23 Markus Gaug
|
---|
2590 |
|
---|
2591 | * mhcalib/MHCalibrationHiLoCam.[h,cc]
|
---|
2592 | - updated to new logain switch setting in MExtractTimeAndCharge
|
---|
2593 | - extract also high-gain vs. low-gain time difference
|
---|
2594 |
|
---|
2595 | * mhcalib/MHCalibrationCam.[h,cc]
|
---|
2596 | * mhcalib/MHCalibrationChargeCam.[h,cc]
|
---|
2597 | - updated reading of conf. values in ReadEnv
|
---|
2598 |
|
---|
2599 | * mhcalib/MCalibrationHiLoCam.[h,cc]
|
---|
2600 | * mhcalib/MCalibrationHiLoPix.[h,cc]
|
---|
2601 | * mhcalib/MCalibrationIntensityHiLoCam.[h,cc]
|
---|
2602 | - updated accordingly
|
---|
2603 |
|
---|
2604 | * mbadpixels/MBadPixelsCam.cc
|
---|
2605 | - removed some bugs in the Print() function
|
---|
2606 |
|
---|
2607 |
|
---|
2608 |
|
---|
2609 | 2005/01/22 Markus Gaug
|
---|
2610 |
|
---|
2611 | * mhcalib/MHCalibrationRelTimeCam.cc
|
---|
2612 | - display in the averaged times display the event-by-event averaged
|
---|
2613 | absolute arrival times instead of the rel. ones which do not make
|
---|
2614 | much sense.
|
---|
2615 |
|
---|
2616 | * mhcalib/MHCalibrationTestTimeCam.[h,cc]
|
---|
2617 | * mhcalib/MHCalibrationTestCam.[h,cc]
|
---|
2618 | - update to the latest changes in analysis chain.
|
---|
2619 |
|
---|
2620 | * mjobs/MJExtractCalibTest.[h,cc]
|
---|
2621 | - update to the latest changes in analysis chain.
|
---|
2622 |
|
---|
2623 | * mjobs/MJCalibration.cc
|
---|
2624 | - replace title of that times-averageing Tab from "RelTimes" by
|
---|
2625 | "Times".
|
---|
2626 |
|
---|
2627 | * macros/calibration.C
|
---|
2628 | - update to changes in MJExtractCalibTest
|
---|
2629 |
|
---|
2630 |
|
---|
2631 |
|
---|
2632 | 2005/01/21 Markus Gaug
|
---|
2633 |
|
---|
2634 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
---|
2635 | * msignal/MExtractTimeAndChargeSlidingWindow.cc
|
---|
2636 | * msignal/MExtractTimeAndChargeSpline.cc
|
---|
2637 | - use the max. bin content for low-gain extraction
|
---|
2638 |
|
---|
2639 | * callisto.rc
|
---|
2640 | - add place for LoGainSwitch
|
---|
2641 |
|
---|
2642 |
|
---|
2643 |
|
---|
2644 | 2005/01/21 Florian Goebel
|
---|
2645 |
|
---|
2646 | * mfbase/MF.cc:
|
---|
2647 | - include a (TString) cast to make it compilable with gcc2.95.3
|
---|
2648 |
|
---|
2649 |
|
---|
2650 |
|
---|
2651 | 2005/01/21 Thomas Bretz
|
---|
2652 |
|
---|
2653 | * mpointing/MSrcPosFromModel.cc:
|
---|
2654 | - fixed crash in Process if no pointing model available
|
---|
2655 |
|
---|
2656 | * mpointing/MPointingPosCalc.h:
|
---|
2657 | - added missing initialization of data members
|
---|
2658 |
|
---|
2659 | * mastro/MObservatory.[h,cc]:
|
---|
2660 | - added ReadEnv member function
|
---|
2661 |
|
---|
2662 | * mbase/MTaskEnv.h:
|
---|
2663 | - added (=0) default to SetDefault
|
---|
2664 |
|
---|
2665 |
|
---|
2666 |
|
---|
2667 | 2005/01/20 Markus Gaug
|
---|
2668 |
|
---|
2669 | * mcalib/MCalibrationIntensityChargeCam.[h,cc]
|
---|
2670 | - added function to display fluctuations of a variable
|
---|
2671 |
|
---|
2672 | * mcalib/MCalibrationPix.cc
|
---|
2673 | - fixed small bug in High-gain mean error.
|
---|
2674 |
|
---|
2675 | * msignal/MExtractTimeAndCharge.[h,cc]
|
---|
2676 | - introduced high-gain maximum limit before extracting the low-gain
|
---|
2677 |
|
---|
2678 |
|
---|
2679 |
|
---|
2680 | 2005/01/20 Thomas Bretz
|
---|
2681 |
|
---|
2682 | * mbase/MContinue.[h,cc]:
|
---|
2683 | - added ReadEnv member function to support resource files
|
---|
2684 |
|
---|
2685 | * mbase/MEvtLoop.[h,cc]:
|
---|
2686 | - added a second arguemtn to reading of the resource file by name
|
---|
2687 | - added some checks when reding the resource file and the
|
---|
2688 | parameter list hasn't been setup
|
---|
2689 |
|
---|
2690 | * mbase/MParList.cc:
|
---|
2691 | - removed an obsolete output from ReadEnv
|
---|
2692 |
|
---|
2693 | * mfbase/MF.[h,cc]:
|
---|
2694 | - added ReadEnv member function to support resource files
|
---|
2695 | - added kAllowEpty flag to support skipping by resource files
|
---|
2696 |
|
---|
2697 | * mfbase/MFilterList.cc:
|
---|
2698 | - added a comment
|
---|
2699 |
|
---|
2700 | * mbase/MStatusDisplay.[h,cc]:
|
---|
2701 | - fixed Write to be compatible with root 4.02/00
|
---|
2702 | - worked around a problem with reading the DrawOption correctly
|
---|
2703 | from a stored status display
|
---|
2704 |
|
---|
2705 |
|
---|
2706 |
|
---|
2707 | 2005/01/19 Thomas Bretz
|
---|
2708 |
|
---|
2709 | * mbase/MMath.cc:
|
---|
2710 | - added a comment to SignificanceLiMa, made by Daniel Mazin
|
---|
2711 | - also check for b==0
|
---|
2712 |
|
---|
2713 | * mhflux/MAlphaFitter.[h,cc]:
|
---|
2714 | - fixed significance calculation in case of on-off data
|
---|
2715 | - added fScaleFactor
|
---|
2716 |
|
---|
2717 | * mhflux/MHAlpha.[h,cc], mhflux/MHFalseSource.cc:
|
---|
2718 | - handle scale factor in case of on-off observations
|
---|
2719 |
|
---|
2720 | * mjobs/MJPedestal.cc:
|
---|
2721 | - aligned screen output to 80col rule
|
---|
2722 |
|
---|
2723 | * mtrigger/MFTriggerPattern.[h,cc]:
|
---|
2724 | - assigned correct integers to enum
|
---|
2725 | - made sure that the enum is correctly handled in all function by
|
---|
2726 | applying a r-value to the condition
|
---|
2727 |
|
---|
2728 |
|
---|
2729 |
|
---|
2730 | 2005/01/19 Abelardo Moralejo
|
---|
2731 |
|
---|
2732 | * mtrigger/MFTriggerPattern.[cc,h]
|
---|
2733 | - Changed Bool_t arguments of all setters to new type Prescale_t
|
---|
2734 | defined by N. Galante (see below)
|
---|
2735 |
|
---|
2736 |
|
---|
2737 |
|
---|
2738 | 2005/01/19 Nicola Galante
|
---|
2739 |
|
---|
2740 | * mtrigger/MFTriggerPattern.[cc,h]
|
---|
2741 | - added in header enum Prescale_t { kUnPrescaled = kFALSE,
|
---|
2742 | kPrescaled = kTRUE };
|
---|
2743 |
|
---|
2744 | - fixed a bug in Process, both fMaskRequiredUnprescaled and
|
---|
2745 | fMaskRequiredPrescaled are checked simultaneously.
|
---|
2746 |
|
---|
2747 |
|
---|
2748 |
|
---|
2749 | 2005/01/18 Markus Gaug
|
---|
2750 |
|
---|
2751 | * mcalib/MCalibColorSet.cc
|
---|
2752 | - fixed the remaining day of data without colour in project name
|
---|
2753 | neither in digital modules bits.
|
---|
2754 |
|
---|
2755 | * mpedestal/MPedCalcPedRun.[h,cc]
|
---|
2756 | - catch the continuous light runs with MRawRunHeader::fRunType
|
---|
2757 | == kRTCalibration to be recognized as effective pedestal runs.
|
---|
2758 |
|
---|
2759 |
|
---|
2760 | 2005/01/18 Thomas Bretz
|
---|
2761 |
|
---|
2762 | * mbase/MMath.cc:
|
---|
2763 | - added a check for s==0 in SignificanceLiMa, because otherwise the
|
---|
2764 | result is NaN
|
---|
2765 |
|
---|
2766 | * mfbase/MF.cc:
|
---|
2767 | - removed an obsolete debugging output from the latest changes
|
---|
2768 |
|
---|
2769 | * mhflux/MHAlpha.cc:
|
---|
2770 | - reset fHTime, too
|
---|
2771 |
|
---|
2772 |
|
---|
2773 |
|
---|
2774 | 2005/01/18 Nicola Galante
|
---|
2775 |
|
---|
2776 | * mtrigger/MFTriggerPattern.cc:
|
---|
2777 | - added parentesis to ensure bitwise operators priority
|
---|
2778 | with respect to logical operators.
|
---|
2779 |
|
---|
2780 |
|
---|
2781 | 2005/01/17 Thomas Bretz
|
---|
2782 |
|
---|
2783 | * manalysis/MEnergyEstimate.[h,cc]:
|
---|
2784 | - changed to be more general. Energy is now estimated from a rule
|
---|
2785 | (MDataChain) The default behaviour is still the same as before
|
---|
2786 | to copy the energy from MMcEvt
|
---|
2787 |
|
---|
2788 | * mbase/MTask.cc:
|
---|
2789 | - changed to write out the descriptor istead of the task-name only
|
---|
2790 | in Pre/PostProcess
|
---|
2791 |
|
---|
2792 | * mhbase/MH.cc:
|
---|
2793 | - initialize fSerialNumber and fNumExecutions in constructor
|
---|
2794 |
|
---|
2795 | * mhflux/MHFalseSource.cc:
|
---|
2796 | - according to a suggestion by Markus Mayer I have changed
|
---|
2797 | \\sigma_{max}=f to S_{max}=f\\sigma
|
---|
2798 |
|
---|
2799 | * mjobs/MJCalibrateSignal.cc:
|
---|
2800 | - as discussed with Markus and Abelardo fixed the MFTriggerPattern
|
---|
2801 | call.
|
---|
2802 |
|
---|
2803 | * mtrigger/MFTriggerPattern.cc, mtrigger/MTriggerPattern.cc,
|
---|
2804 | mtrigger/MTriggerPatternDecode.cc:
|
---|
2805 | - added some comment about file version
|
---|
2806 |
|
---|
2807 | * mbase/MFilter.h:
|
---|
2808 | - implemented new virtual function GetDataMember like in MData
|
---|
2809 |
|
---|
2810 | * mbase/MTask.[h,cc]:
|
---|
2811 | - when filter is added ass GetDataMember to branch list (should be
|
---|
2812 | obsolete, because filter is in the tasklist, but it should not hurt)
|
---|
2813 |
|
---|
2814 | * mfbase/MF.[h,cc], mfbase/MFDataChain.[h,cc], mfbase/MFDataMember.[h,cc],
|
---|
2815 | mfbase/MFilterList.[h,cc]:
|
---|
2816 | - implemented new function GetDataMember
|
---|
2817 |
|
---|
2818 |
|
---|
2819 |
|
---|
2820 | 2005/01/17 Markus Gaug
|
---|
2821 |
|
---|
2822 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
---|
2823 | - remove a situation where the high-gain signal can be 0.
|
---|
2824 |
|
---|
2825 | * mtrigger/MTriggerPattern.h
|
---|
2826 | - fixed a bug in defining the trigger bit pattern (Have to start
|
---|
2827 | from 0 instead of 1)
|
---|
2828 |
|
---|
2829 | * mjobs/MJPedestal.cc
|
---|
2830 | * mjobs/MJCalibrateSignal.cc
|
---|
2831 | - fixed default extraction ranges.
|
---|
2832 |
|
---|
2833 | * callisto.rc
|
---|
2834 | - fixed default weights files for pedestal extraction for cosmcis
|
---|
2835 |
|
---|
2836 | * mcalib/MCalibrationChargeCalc.cc
|
---|
2837 | - removed program exit on occurrance of multiple colours without
|
---|
2838 | intensity calibration
|
---|
2839 |
|
---|
2840 |
|
---|
2841 |
|
---|
2842 | 2005/01/17 Nadia Tonello and Markus Gaug
|
---|
2843 |
|
---|
2844 | * mcalib/MCalibrationChargeCam.cc
|
---|
2845 | - some fit improvements in the function GetAveragedConvFADC2PhotPerArea
|
---|
2846 |
|
---|
2847 |
|
---|
2848 |
|
---|
2849 | 2005/01/16 Markus Gaug
|
---|
2850 |
|
---|
2851 | * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationRelTimeCam.[h,cc],
|
---|
2852 | mhcalib/MHCalibrationChargeCam.[h,cc]
|
---|
2853 | - put overflow management and results camera initialization into
|
---|
2854 | base class
|
---|
2855 |
|
---|
2856 | * mcalib/MCalibrateData.[h,cc]
|
---|
2857 | - added possibility to re-normalize signal to equiv. photo-electrons
|
---|
2858 | ( SetSignalType(MCalibrateData::kPhe) ).
|
---|
2859 | Default is old version in photons
|
---|
2860 | - speed up Process by storing pre-calculated calibration constants
|
---|
2861 | in arrays (needed 40% of CPU time of the eventloop before, now: 23%)
|
---|
2862 | - added new pointer to different MCalibrationChargeCam used for
|
---|
2863 | updates
|
---|
2864 | - added possibility to update the conversion factors using the
|
---|
2865 | MCalibrationChargeCam stored in fCalibUpdate.
|
---|
2866 | - added Print() function
|
---|
2867 |
|
---|
2868 | * mcalib/MCalibCalcFromPast.[h,cc]
|
---|
2869 | - committed final version, now also in the Makefile
|
---|
2870 |
|
---|
2871 | * mjobs/MJCalibrateSignalFromOutside.[h,cc], macros/calibration.C
|
---|
2872 | - committed final version, now able to calibrate interlaced cal.
|
---|
2873 | events.
|
---|
2874 |
|
---|
2875 |
|
---|
2876 |
|
---|
2877 | 2005/01/14 Hendrik Bartko
|
---|
2878 |
|
---|
2879 | * msignal/calibration_weights_UV.dat
|
---|
2880 | - fixed a small bug in the noise autocorrelation of the AB-noise
|
---|
2881 |
|
---|
2882 | * msignal/calibration_weights_blue.dat
|
---|
2883 | - new weights file for blue calibration pulses
|
---|
2884 |
|
---|
2885 | * cosmics_weights.dat
|
---|
2886 | - fixed a small bug in the noise autocorrelation of the AB-noise
|
---|
2887 |
|
---|
2888 |
|
---|
2889 |
|
---|
2890 | 2005/01/14 Markus Gaug
|
---|
2891 |
|
---|
2892 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
---|
2893 | - added a small acceleration of the program, tested by Hendrik and
|
---|
2894 | me.
|
---|
2895 |
|
---|
2896 | * mpedestal/MPedCalcFromLoGain.cc
|
---|
2897 | - fixed one warning output which was not a real warning.
|
---|
2898 |
|
---|
2899 | * mcalib/MCalibrationChargeCam.cc
|
---|
2900 | - improved the function to calculate a mean conversion factor over
|
---|
2901 | the whole camera including a fit to the values.
|
---|
2902 |
|
---|
2903 | * mpedestal/MPedCalcPedRun.[h,cc]
|
---|
2904 | - undo some changes introduced by TB on 2/12/04 which had made the
|
---|
2905 | use of interlaced pedestal events impossible again.
|
---|
2906 | - Use now the new class MTriggerPattern directly to recognize an
|
---|
2907 | interlaced pedestal event.
|
---|
2908 |
|
---|
2909 |
|
---|
2910 |
|
---|
2911 | 2005/01/14 Thomas Bretz
|
---|
2912 |
|
---|
2913 | * callisto.cc:
|
---|
2914 | - fixed a typo in output
|
---|
2915 |
|
---|
2916 | * manalysis/MGeomApply.cc:
|
---|
2917 | - removed some old code already in comments
|
---|
2918 | - added possibility to switch off automatic processing (used
|
---|
2919 | if two different geometries around)
|
---|
2920 |
|
---|
2921 | * manalysis/MMultiDimDistCalc.cc, mhbase/MHMatrix.[h,cc],
|
---|
2922 | mranforest/MRanForestCalc.cc, mtools/MHSimulatedAnnealing.[h,cc],
|
---|
2923 | mtools/MSimulatedAnnealing.h:
|
---|
2924 | - added include of TVector because in newer root version it is
|
---|
2925 | not included from TMatrix anymore
|
---|
2926 |
|
---|
2927 | * mbase/BaseLinkDef.h, mbase/MMath.[h,cc]:
|
---|
2928 | - to stick to the convention of TMath in newer root versions MMath
|
---|
2929 | changed from a class to a namespace
|
---|
2930 |
|
---|
2931 | * mbase/MEvtLoop.[h,cc]:
|
---|
2932 | - to support newer root version added a second Write-function
|
---|
2933 | with a const qualifier.
|
---|
2934 |
|
---|
2935 | * mdata/MDataChain.cc:
|
---|
2936 | - changed access to TMath for newer root versions
|
---|
2937 |
|
---|
2938 | * mfileio/MChain.[h,cc]:
|
---|
2939 | - implemented a workaround for teh changed LoadTree definition
|
---|
2940 | in newer root-versions
|
---|
2941 |
|
---|
2942 | * mfileio/MReadTree.cc:
|
---|
2943 | - fixed a bug in CheckBranchSize caused some warning to be
|
---|
2944 | displayed
|
---|
2945 |
|
---|
2946 | * mhflux/MHAlpha.cc:
|
---|
2947 | - removed check for fResult in PostProcess (it is always there)
|
---|
2948 |
|
---|
2949 | * msignal/MExtractTimeFastSpline.cc:
|
---|
2950 | - fixed delete --> delete[]
|
---|
2951 |
|
---|
2952 | * mbadpixels/MBadPixelsCalc.cc:
|
---|
2953 | - slight change to some output
|
---|
2954 |
|
---|
2955 | * mbase/MTaskEnv.h:
|
---|
2956 | - set name of default task when pointer is given
|
---|
2957 |
|
---|
2958 | * mjobs/MJCalibrateSignal.cc:
|
---|
2959 | - fixed handling of extraction range for various cases
|
---|
2960 | - fixed handling in case no arrival times are calculated
|
---|
2961 |
|
---|
2962 | * mjobs/MJCalibration.cc:
|
---|
2963 | - write at least a default arrival time calibration container
|
---|
2964 | to make further processing easier
|
---|
2965 |
|
---|
2966 | * mjobs/MJPedestal.[h,cc]:
|
---|
2967 | - fixed handling of extraction range for various cases
|
---|
2968 |
|
---|
2969 |
|
---|
2970 |
|
---|
2971 | 2005/01/14 Abelardo Moralejo
|
---|
2972 |
|
---|
2973 | * mtemp/mpadova/macros/trainsubsample.C, RanForestDISP.C
|
---|
2974 | - added. Two macros used in the analysis of real wobble mode data.
|
---|
2975 |
|
---|
2976 |
|
---|
2977 |
|
---|
2978 | 2005/01/14 Daniela Dorner
|
---|
2979 |
|
---|
2980 | * macros/sql/filldotrun.C
|
---|
2981 | - added new arehucas-verions and changed code accordingly
|
---|
2982 |
|
---|
2983 |
|
---|
2984 |
|
---|
2985 | 2005/01/13 Abelardo Moralejo
|
---|
2986 |
|
---|
2987 | * macros/starmc.C
|
---|
2988 | - Added (commented) lines for the case of gamma MC source off-axis
|
---|
2989 | (wobble mode). Changed default extractor to
|
---|
2990 | MExtractFixedWindowPeakSearch.
|
---|
2991 |
|
---|
2992 |
|
---|
2993 |
|
---|
2994 | 2005/01/13 Raquel de los Reyes
|
---|
2995 |
|
---|
2996 | * callisto.rc
|
---|
2997 | - introduced several configuration lines
|
---|
2998 | (format: "class".DataCheck: No) to allow callisto
|
---|
2999 | to run with rawfiles. Necessary for the datacheck.
|
---|
3000 |
|
---|
3001 |
|
---|
3002 |
|
---|
3003 | 2005/01/13 Markus Gaug
|
---|
3004 |
|
---|
3005 | * mcalib/MCalibColorSet.cc
|
---|
3006 | - fixed runs 45605-45609
|
---|
3007 |
|
---|
3008 | * msignal/MExtractor.h
|
---|
3009 | - take out the variable fHiLoLast from the streamer. Will be
|
---|
3010 | initialized in the ReInit(), if needed
|
---|
3011 |
|
---|
3012 | * msignal/MExtractor.cc
|
---|
3013 | - Initialized fHiLoLast to 0. Otherwise, a second eventloop with
|
---|
3014 | the same extractor may have that variable set to a certain
|
---|
3015 | value, even if not desired. The ReInit() fixes fHiLoLast, if
|
---|
3016 | different from 0.
|
---|
3017 |
|
---|
3018 | * mpedestal/MExtractPedestal.cc
|
---|
3019 | * mpedestal/MPedCalcPedRun.cc
|
---|
3020 | * mpedestal/MPedCalcFromLoGain.cc
|
---|
3021 | - fix the output of the print to the correct value for the case
|
---|
3022 | that the extractor is used.
|
---|
3023 |
|
---|
3024 |
|
---|
3025 | 2005/01/13 Thomas Bretz
|
---|
3026 |
|
---|
3027 | * callisto.rc:
|
---|
3028 | - fixed some typos
|
---|
3029 |
|
---|
3030 | * mbase/MLog.cc:
|
---|
3031 | - unset DEBUG defined unintentionally
|
---|
3032 |
|
---|
3033 | * msignal/MExtractTimeAndChargeDigitalFilter.cc:
|
---|
3034 | - removed printing Weights in InitArrays, because otherwise
|
---|
3035 | the output of a full data calibration is totally crowded
|
---|
3036 | with numbers. Having the weights-file name on the display
|
---|
3037 | is perfectly enough.
|
---|
3038 |
|
---|
3039 |
|
---|
3040 |
|
---|
3041 | 2005/01/12 Markus Gaug
|
---|
3042 |
|
---|
3043 | * mcalib/MCalibrationIntensityRelTimeCam.cc
|
---|
3044 | - added fit to improve averageing of the obtained results
|
---|
3045 |
|
---|
3046 |
|
---|
3047 |
|
---|
3048 | 2005/01/12 Thomas Bretz
|
---|
3049 |
|
---|
3050 | * manalysis/MMatrixLoop.cc:
|
---|
3051 | - changed name to MRead because it now derives from MRead
|
---|
3052 |
|
---|
3053 | * mbase/MEvtLoop.[h,cc]:
|
---|
3054 | - implemented an option not to cascade the status display to the
|
---|
3055 | parameter list in PreProcess
|
---|
3056 |
|
---|
3057 | * mhflux/MHAlpha.cc:
|
---|
3058 | - changed name of "Significance" to "MinimizationValue"
|
---|
3059 | - return -significance to have a value being minimized
|
---|
3060 |
|
---|
3061 | * mhist/MHCamera.cc:
|
---|
3062 | - fixed output of text in legend
|
---|
3063 |
|
---|
3064 | * mhist/MHEvent.[h,cc]:
|
---|
3065 | - implemented new options for calibrated pedestals
|
---|
3066 |
|
---|
3067 | * mmain/MEventDisplay.cc:
|
---|
3068 | - fixed to support latest changes in MJCalibrateSignal
|
---|
3069 |
|
---|
3070 | * mpedestal/MPedPhotCam.cc:
|
---|
3071 | - added new options in GetPixelContent (4 and 5) to support
|
---|
3072 | a correct camera display
|
---|
3073 |
|
---|
3074 | * mjobs/MJCalibrateSignal.cc:
|
---|
3075 | - fixed display of calibrated pedestal and pedestal rms
|
---|
3076 | - changed order of plots. Now all interpolated values
|
---|
3077 | (means all calibrated values which are bad-pixel treated)
|
---|
3078 | are displayed behind the unsuitable pixels.
|
---|
3079 |
|
---|
3080 | * mjobs/MJ*.cc:
|
---|
3081 | - corrected all wrong %06d to %08d to fit the number of
|
---|
3082 | digits in run-numbers
|
---|
3083 |
|
---|
3084 |
|
---|
3085 |
|
---|
3086 | 2005/01/11 Abelardo Moralejo
|
---|
3087 |
|
---|
3088 | * mjobs/Makefile
|
---|
3089 | - added missing include -I ../mtrigger
|
---|
3090 |
|
---|
3091 |
|
---|
3092 |
|
---|
3093 | 2005/01/11 Thomas Bretz
|
---|
3094 |
|
---|
3095 | * callisto.cc, callisto.rc:
|
---|
3096 | - changed such, that all three kinds of pedestals are calcualted
|
---|
3097 | (usefull for studies)
|
---|
3098 |
|
---|
3099 | * manalysis/MMatrixLoop.[h,cc]:
|
---|
3100 | - derived from MRead
|
---|
3101 | - implemented some basic functions from MRead
|
---|
3102 |
|
---|
3103 | * mfilter/MFCosmics.[h,cc]:
|
---|
3104 | - allow setting of name of MPedestalCam
|
---|
3105 |
|
---|
3106 | * mhbase/MBinning.[h,cc]:
|
---|
3107 | - added SetEdges taking MParList as input
|
---|
3108 |
|
---|
3109 | * mhflux/MHAlpha.cc:
|
---|
3110 | - use new function from MBinning
|
---|
3111 |
|
---|
3112 | * mjobs/MJCalibrateSignal.[h,cc]:
|
---|
3113 | - changed to calculate all three kinds of pedestals
|
---|
3114 | - added filters for trigger pattern and illuminated events
|
---|
3115 |
|
---|
3116 | * mjobs/MJPedestal.cc:
|
---|
3117 | - give different names to tabs with different pedestals
|
---|
3118 |
|
---|
3119 | * mjobs/MJStar.cc:
|
---|
3120 | - on request changed used pedestal from "FromExtractor" to
|
---|
3121 | "FromExtractorRndm"
|
---|
3122 |
|
---|
3123 | * mtrigger/MTriggerPattern.h:
|
---|
3124 | - added Reset function
|
---|
3125 |
|
---|
3126 | * mtrigger/MTriggerPatternDecode.[h,cc]:
|
---|
3127 | - added using file format version number
|
---|
3128 |
|
---|
3129 |
|
---|
3130 |
|
---|
3131 | 2005/01/11 Markus Gaug
|
---|
3132 |
|
---|
3133 | * mbadpixels/MBadPixelsPix.cc
|
---|
3134 | - updated documentation
|
---|
3135 |
|
---|
3136 | * mcalib/MCalibrationChargeCalc.cc
|
---|
3137 | - make pixels with deviating number of phes unreliable instead of
|
---|
3138 | unsuitable (this was already thought so, but missed to modify
|
---|
3139 | at one place).
|
---|
3140 |
|
---|
3141 | * mhcalib/MHCalibrationCam.[h,cc]
|
---|
3142 | - add possible flag 'kInterlaced': default: kFALSE (like before)
|
---|
3143 | - added pointer to MRawEvtHeader to deny cosmics events in case
|
---|
3144 | of 'interlaced' flag is set. No changes for 'normal' calibration
|
---|
3145 |
|
---|
3146 |
|
---|
3147 |
|
---|
3148 | 2005/01/10 Benjamin Riegel
|
---|
3149 |
|
---|
3150 | * mreport/MReportStarguider.cc, mreport/MReportStarguider.h
|
---|
3151 | - added two classes for implementing starguider-data
|
---|
3152 |
|
---|
3153 | * mreport/ReportLinkDef.h
|
---|
3154 | - added class MReportStarguider to be linked:
|
---|
3155 | #pragma link C++ class MReportStarguider+;
|
---|
3156 |
|
---|
3157 | * mreport/Makefile
|
---|
3158 | - added file MReportStarguider.cc
|
---|
3159 |
|
---|
3160 | * merpp.cc
|
---|
3161 | - added two containers ( MReportStarguider, MTimeStarguider ) and
|
---|
3162 | added MReportStarguider to the list:
|
---|
3163 | w->AddContainer("MReportStarguider", "Starguider");
|
---|
3164 | w->AddContainer("MTimeStarguider", "Starguider");
|
---|
3165 | r->AddToList("MReportStarguider");
|
---|
3166 |
|
---|
3167 |
|
---|
3168 |
|
---|
3169 | 2005/01/10 Markus Gaug
|
---|
3170 |
|
---|
3171 | * mcalib/MCalibColorSet.cc
|
---|
3172 | - return kFALSE for CL-run instead of kTRUE
|
---|
3173 |
|
---|
3174 | * mcalib/MCalibrationChargeCalc.cc
|
---|
3175 | - stop program in case that multiple colours are found in same file
|
---|
3176 | without intensity calibration
|
---|
3177 |
|
---|
3178 | * mbadpixels/MBadPixelsPix.h
|
---|
3179 | - added two new possible UnCalibrated_t flags for the hi-lo
|
---|
3180 | calibration
|
---|
3181 |
|
---|
3182 | * macros/calibration.C
|
---|
3183 | - add the calls to:
|
---|
3184 | MArray::Class()->IgnoreTObjectStreamer();
|
---|
3185 | MParContainer::Class()->IgnoreTObjectStreamer();
|
---|
3186 | in main.
|
---|
3187 |
|
---|
3188 | * msignal/MExtractor.h
|
---|
3189 | - added Getter for fOffsetLoGain (was still missing)
|
---|
3190 |
|
---|
3191 | * mhcalib/MHCalibrationChargeCam.[h,cc]
|
---|
3192 | - remove pixels with histogram overflow only if their percentage
|
---|
3193 | passes a certain limit (default: 0.5%). Before, every overflow
|
---|
3194 | lead to an unsuitable pixel.
|
---|
3195 |
|
---|
3196 | * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
|
---|
3197 | - implemented changes suggested by T.B. to speed up calculations
|
---|
3198 | - take fNameWeightsFile into the streamer, otherwise the Clone()
|
---|
3199 | will always create an extractor with cosmic's weights.
|
---|
3200 | - set fOffsetLoGain to a slighly higher value. The DF seems to
|
---|
3201 | have a different offset since it uses different pulse shapes
|
---|
3202 | and thus sightly different time definitions.
|
---|
3203 |
|
---|
3204 |
|
---|
3205 |
|
---|
3206 | 2005/01/10 Thomas Bretz
|
---|
3207 |
|
---|
3208 | * mhvstime/MHVsTime.cc:
|
---|
3209 | - fixed a compiler error for gcc 2.95.3, see Mantis bug # 157
|
---|
3210 |
|
---|
3211 | * callisto.cc:
|
---|
3212 | - changed such, that the calculated pedestal is not random
|
---|
3213 | anymore
|
---|
3214 | - added code to calculate the pedestal also with randomization,
|
---|
3215 | but this code is for the moment commented out.
|
---|
3216 |
|
---|
3217 | * callisto.rc:
|
---|
3218 | - fixed naming of pedestal calculation
|
---|
3219 |
|
---|
3220 | * mbadpixels/MBadPixelsCalc.cc:
|
---|
3221 | - added a second check which compares the pedestal rms with
|
---|
3222 | the variance of the pedestal rms in the same sector
|
---|
3223 |
|
---|
3224 | * mjobs/MJCalibrateSignal.[h,cc]:
|
---|
3225 | - changed to calculate the pedestal from extractor without
|
---|
3226 | randomization
|
---|
3227 | - added code to calculate the pedestal also with randomization,
|
---|
3228 | but this code is for the moment commented out.
|
---|
3229 |
|
---|
3230 | * mjobs/MJCalibration.cc:
|
---|
3231 | - made sure that pedcam always has the correct name
|
---|
3232 | (FIXME? Print a warning if it has the wrong name)
|
---|
3233 |
|
---|
3234 | * mjobs/MJPedestal.[h,cc]:
|
---|
3235 | - changed such, that it allows the calculation of pedestals
|
---|
3236 | in three different ways (fundamental, fromextractor,
|
---|
3237 | fromextractorrndm)
|
---|
3238 | - therefor removed SetExtractorResolution and added
|
---|
3239 | + void SetExtractionFundamental()
|
---|
3240 | + void SetExtractionWithExtractorRndm()
|
---|
3241 | + void SetExtractionWithExtractor()
|
---|
3242 |
|
---|
3243 | * mjobs/MJStar.cc:
|
---|
3244 | - changed/fixed the input name of the MPedPhotCam used in the
|
---|
3245 | image cleaning
|
---|
3246 |
|
---|
3247 | * mraw/MRawFileRead.[h,cc]:
|
---|
3248 | - changed return type of OpenNextFile
|
---|
3249 | - in some cases return kERROR in OpenNextFile to abort the Processing
|
---|
3250 | with an error
|
---|
3251 |
|
---|
3252 | * mraw/MRawRunHeader.cc:
|
---|
3253 | - call a wrong file format version ERROR now
|
---|
3254 |
|
---|
3255 | * mhflux/MAlphaFitter.[h,cc]:
|
---|
3256 | - make sure that resetted values are returned if fit failed
|
---|
3257 | - set default scaling too kOffRegion
|
---|
3258 |
|
---|
3259 | * mhflux/MHAlpha.cc:
|
---|
3260 | - some small fixes to handling of MHAlphaOff
|
---|
3261 |
|
---|
3262 | * mhflux/MHFalseSource.[h,cc]:
|
---|
3263 | - implemented possible usage of MHFalsSourceOff for On-Off-Analysis
|
---|
3264 | - updated display accordingly
|
---|
3265 | - updated fit accordingly
|
---|
3266 | - removed catalog temporarily from plots until I found the
|
---|
3267 | reason for the strange crashes
|
---|
3268 |
|
---|
3269 | * mbadpixels/MBadPixelCalc.[h,cc]:
|
---|
3270 | - implemented the possibility to check the pedestal rms against the
|
---|
3271 | variance of the pedstal rms, too. The option is curretly switched
|
---|
3272 | off.
|
---|
3273 | - enahanced informal output in PreProcess
|
---|
3274 |
|
---|
3275 | * mbase/MTaskList.cc:
|
---|
3276 | - a little change to some output
|
---|
3277 |
|
---|
3278 |
|
---|
3279 |
|
---|
3280 | 2005/01/10 Wolfgang Wittek
|
---|
3281 |
|
---|
3282 | * mfbase/MFEventSelector2.cc
|
---|
3283 | - check whether filter exists before calling
|
---|
3284 | filter->CallPreProcess(parlist)
|
---|
3285 |
|
---|
3286 |
|
---|
3287 |
|
---|
3288 | 2005/01/08 Markus Gaug
|
---|
3289 |
|
---|
3290 | * mhcalib/MHCalibrationHiLoCam.[h,cc]
|
---|
3291 | * mcalib/MCalibrationHiLoCam.[h,cc]
|
---|
3292 | * mcalib/MCalibrationHiLoPix.[h,cc]
|
---|
3293 | * mcalib/MIntensityCalibrationHiLoCam.[h,cc]
|
---|
3294 | * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
|
---|
3295 | mcalib/CalibLinkDef.h
|
---|
3296 | - new classes for calibration of conversion high-gain vs. low-gain
|
---|
3297 |
|
---|
3298 | * msignal/MExtractedSignalPix.[h,cc]
|
---|
3299 | - added data member fChisquare, set to -1. by Clear() and Reset()
|
---|
3300 | - raised version number by 1
|
---|
3301 |
|
---|
3302 | * msignal/MExtractedSignalCam.[h,cc]
|
---|
3303 | - added data member fNdf, set to -1 by default
|
---|
3304 | - new function: GetProb(const Int_t pixidx) to be called to
|
---|
3305 | calculate the joint probability of Chisquare of pixel "pixidx"
|
---|
3306 | and fNdf
|
---|
3307 | - added documentation of data members
|
---|
3308 | - raised version number by 1
|
---|
3309 |
|
---|
3310 | * mhcalib/MHCalibrationChargeCam.cc
|
---|
3311 | - strengthened default histogram limits a bit, should accelerate
|
---|
3312 | the calibration by 20%.
|
---|
3313 |
|
---|
3314 | * mjobs/MJCalibrateSignalFromOutside.cc
|
---|
3315 | - fixed two lines to compile MCalibrateData with the recent changes
|
---|
3316 | by TB
|
---|
3317 |
|
---|
3318 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
---|
3319 | - fixed two bugs introduced yesterday by TB.
|
---|
3320 |
|
---|
3321 | * msignal/MExtractTimeAndChargeSpline.cc
|
---|
3322 | * msignal/MExtractTimeAndChargeSlidingWindow.cc
|
---|
3323 | - adopt part of TB's speed accelerations into these classes
|
---|
3324 |
|
---|
3325 | * msignal/MExtractTimeAndCharge.cc
|
---|
3326 | - fix the low-gain extraction window for the case that the high-gain
|
---|
3327 | is saturated. Was skipped so far.
|
---|
3328 |
|
---|
3329 |
|
---|
3330 |
|
---|
3331 | 2005/01/07 Markus Gaug
|
---|
3332 |
|
---|
3333 | * msignal/MExtractFixedWindowPeakSearch.[h,cc]
|
---|
3334 | - catch the case that more than 90% of the pixels have saturated
|
---|
3335 | signals and fix the extraction window from the occurrance of
|
---|
3336 | saturation, then. Important for high-intensity calibration events.
|
---|
3337 |
|
---|
3338 |
|
---|
3339 | * msignal/MExtractor.cc
|
---|
3340 | * msignal/MExtractTime.cc
|
---|
3341 | * msignal/MExtractTimeAndCharge.cc
|
---|
3342 | - added some documentation
|
---|
3343 |
|
---|
3344 | * msignal/MExtractTime.[h,cc]
|
---|
3345 | - moved the empty function FindTimeHiGain() and FindTimeLoGain() to
|
---|
3346 | the header-file.
|
---|
3347 |
|
---|
3348 |
|
---|
3349 |
|
---|
3350 |
|
---|
3351 | 2005/01/07 Abelardo Moralejo
|
---|
3352 |
|
---|
3353 | * mbase/MLog.h
|
---|
3354 | - Added #include "TSystem.h", otherwise gSystem is not recognized
|
---|
3355 | in Mac OSX.
|
---|
3356 |
|
---|
3357 | * manalysis/MMakePadHistograms.cc
|
---|
3358 | - Changed badcalc.SetNamePedPhotContainer to
|
---|
3359 | badcalc.SetNamePedPhotCam
|
---|
3360 |
|
---|
3361 |
|
---|
3362 |
|
---|
3363 | 2005/01/07 Thomas Bretz
|
---|
3364 |
|
---|
3365 | * mbadpixels/MBadPixelsCalc.[h,cc], macros/ONOFFAnalaysis.C:
|
---|
3366 | - replaced PedPhotContainer by PedPhotCam for consistency
|
---|
3367 |
|
---|
3368 | * mbase/MLog.[h,cc]:
|
---|
3369 | - return *this in Seperator()
|
---|
3370 |
|
---|
3371 | * mbase/MPrint.[h,cc]:
|
---|
3372 | - use new separator manipulator in PreProcess
|
---|
3373 | - fixed a type: separator instead of seperator
|
---|
3374 |
|
---|
3375 | * mfileio/MReadTree.[h,cc]:
|
---|
3376 | - added a check for branch->IsAutoDelete() in Notify()
|
---|
3377 |
|
---|
3378 | * mpedestal/MExtractPedestal.[h,cc]:
|
---|
3379 | - added new option 'fRandomCalculation' be used to switch on-/off-
|
---|
3380 | randomization in extractors, the default should be like before
|
---|
3381 | - added Process() calling Calc()
|
---|
3382 |
|
---|
3383 | * mpedestal/MPedCalcFromLoGain.[h,cc], mpedestal/MPedCalcPedRun.[h,cc]:
|
---|
3384 | - renamed Process() to Calc()
|
---|
3385 |
|
---|
3386 | * Makefile:
|
---|
3387 | - removed macros/calibration.C, which seems to have been
|
---|
3388 | unintantionally introduced.
|
---|
3389 |
|
---|
3390 | * manalysis/Makefile:
|
---|
3391 | - removed unintantionally introduced wrong include
|
---|
3392 |
|
---|
3393 | * msignal/MExtractTimeAndChargeDigitalFilter.cc:
|
---|
3394 | - a small acceleration discussed with Hendrik by replacing a
|
---|
3395 | counter in a loop by pointer arithmetics
|
---|
3396 |
|
---|
3397 | * mraw/MRawEvtPixelIter.cc:
|
---|
3398 | - fixed a bug in GetMaxIdxHiLoGain which caused the loop to
|
---|
3399 | read one byte behind the end of the array
|
---|
3400 | - fixed HasLoGain() which really did weired things, means accessing
|
---|
3401 | sometimes memory somewhere. This could theoretically result
|
---|
3402 | in assigning the wrong lo-gains to the wrong pixels.
|
---|
3403 |
|
---|
3404 | * mtrigger/MTriggerPattern.[h,cc], mtrigger/MTriggerPatternDecode.[h,cc],
|
---|
3405 | mtrigger/MFTriggerPattern.[h,cc]:
|
---|
3406 | - added
|
---|
3407 |
|
---|
3408 | * mtrigger/Makefile, mtrigger/TriggerLinkDef.h:
|
---|
3409 | - added MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
|
---|
3410 |
|
---|
3411 | * manalysis/MEnergyEstParam.h:
|
---|
3412 | - added a new function SetVariables calling SetCoeff
|
---|
3413 |
|
---|
3414 | * mcalib/MCalibrateData.[h,cc]:
|
---|
3415 | - removed data members for container names
|
---|
3416 | - added new lists for container names
|
---|
3417 | - allow to calibrate more than one pedestal container at the same
|
---|
3418 | time
|
---|
3419 |
|
---|
3420 | * mjobs/MJCalibrateSignal.cc:
|
---|
3421 | - changed accordingly
|
---|
3422 |
|
---|
3423 |
|
---|
3424 |
|
---|
3425 | 2005/01/05 Thomas Bretz
|
---|
3426 |
|
---|
3427 | * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc,
|
---|
3428 | mhcalib/MHCalibrationRelTimeCam.cc:
|
---|
3429 | - made some output lines fit into convinience window of 80 col
|
---|
3430 |
|
---|
3431 | * mhist/MHCamEvent.cc:
|
---|
3432 | - make sure that x-axis has correct title
|
---|
3433 |
|
---|
3434 | * msignal/MArrivalTimePix.cc:
|
---|
3435 | - init error to -1 which is a obviously non valid value
|
---|
3436 | - fixed IsValid() which gave wrong results
|
---|
3437 |
|
---|
3438 | * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc:
|
---|
3439 | - made sure that LoGain is flagged non-valid if no lo-gain exists
|
---|
3440 | - push time back at the edge of the allowed limits if outside
|
---|
3441 |
|
---|
3442 | * mbase/MGList.[h,cc]:
|
---|
3443 | - introduced new functions Delete and DeletePictures
|
---|
3444 | - SetBit(kMustCleanup) in constructor. Otherwise it is not
|
---|
3445 | correctly removed from ListOfCleanups
|
---|
3446 |
|
---|
3447 | * mbase/MLog.cc:
|
---|
3448 | - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned
|
---|
3449 | from the list
|
---|
3450 |
|
---|
3451 | * mbase/MParContainer.[h,cc]:
|
---|
3452 | - replaced return type of GetDescriptor by TString. The old version
|
---|
3453 | was terribly wrong! The returned memory wasn't removed as soon
|
---|
3454 | as the function returned.
|
---|
3455 |
|
---|
3456 | * mbase/MStatusDisplay.[h,cc]:
|
---|
3457 | - for security (thread safty) replaced all Form() by MString::Form()
|
---|
3458 | - implemented a more secure scheme of Closing (Clone()) this was
|
---|
3459 | a hint given by valgrind
|
---|
3460 | - set kMustCleanup for all new object in ClonePad not only kCanDelete
|
---|
3461 | - fixed some lines in pulldown-menus
|
---|
3462 | - add TPads to ListOfCleanups in ClonePad (workaround!)
|
---|
3463 |
|
---|
3464 | * mbase/MString.[h,cc]:
|
---|
3465 | - implemented a new static Form() function returning a copy of
|
---|
3466 | the result
|
---|
3467 |
|
---|
3468 | * mbase/MTask.[h,cc]:
|
---|
3469 | - replaced return type of GetDescriptor by TString. The old version
|
---|
3470 | was terribly wrong! The returned memory wasn't removed as soon
|
---|
3471 | as the function returned.
|
---|
3472 | - Made GetDescriptor thread safe using MString::Form
|
---|
3473 |
|
---|
3474 | * mfileio/MWriteRootFile.cc:
|
---|
3475 | - Use GetDescriptor().Data() when using any kind of printf function
|
---|
3476 |
|
---|
3477 | * mhbase/MFillH.cc:
|
---|
3478 | - replaced string concatenation in all constructors by a Form
|
---|
3479 | (also suggested by valgrind)
|
---|
3480 |
|
---|
3481 | * mhcalib/MHCalibrationRelTimeCam.cc:
|
---|
3482 | - made some output fit into 80col boundary
|
---|
3483 |
|
---|
3484 |
|
---|
3485 |
|
---|
3486 |
|
---|
3487 | 2005/01/03 Thomas Bretz (HAPPY NEW YEAR)
|
---|
3488 |
|
---|
3489 | * mfht:
|
---|
3490 | - added new directory for hexagonal fourier transformation
|
---|
3491 |
|
---|
3492 | * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc],
|
---|
3493 | mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc],
|
---|
3494 | mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc],
|
---|
3495 | mhft/Makefile:
|
---|
3496 | - added
|
---|
3497 |
|
---|
3498 | * macros/extendcam.C:
|
---|
3499 | - added: tutorial for MGeomCamExtend
|
---|
3500 |
|
---|
3501 | * macros/hft.C:
|
---|
3502 | - added: tutorial for MHexgonalFTCalc
|
---|
3503 |
|
---|
3504 | * macros/dohtml.C:
|
---|
3505 | - updated
|
---|
3506 |
|
---|
3507 | * macros/rootlogon.C:
|
---|
3508 | - updated
|
---|
3509 |
|
---|
3510 | * Makefile:
|
---|
3511 | - mhft added
|
---|
3512 |
|
---|
3513 | * mbase/MParContainer.cc, mbase/MLog.cc:
|
---|
3514 | - added a pre-compiler option for destructor debugging
|
---|
3515 |
|
---|
3516 | * mbase/MTaskList.[h,cc]:
|
---|
3517 | - added new function Replace
|
---|
3518 |
|
---|
3519 | * mdata/MDataChain.cc, mfbase/MF.cc:
|
---|
3520 | - shortened some output
|
---|
3521 |
|
---|
3522 | * mdata/MDataArray.[h,cc]:
|
---|
3523 | - added new function FindRule
|
---|
3524 |
|
---|
3525 | * mfileio/MReadTree.[h,cc]:
|
---|
3526 | - enhanced functionality to be able to read a TTree stored in memory
|
---|
3527 | instead of a file. Therefor introduced fTree which is now the pointer
|
---|
3528 | used and replaced fChain where TTree and TChain have common behaviour.
|
---|
3529 | Where they behave uncommon new code for the new case has been added.
|
---|
3530 |
|
---|
3531 | * mfileio/MWriteRootFile.[h,cc]:
|
---|
3532 | - enhanced functionality to be able to write a TTree into memory
|
---|
3533 | instead of a file. This were maily bugfixes for the case fOut==0, which
|
---|
3534 | must be handled correctly. Becarefull a tree filles without a file
|
---|
3535 | is not deleted automatically!
|
---|
3536 |
|
---|
3537 | * mhbase/MBinning.h:
|
---|
3538 | - added copy constructor
|
---|
3539 | - fixed buggy SetEdges(MBinning&) which didn't work
|
---|
3540 |
|
---|
3541 | * mhbase/MHMatrix.cc:
|
---|
3542 | - when adding a new rule check first if the same rule already exists
|
---|
3543 |
|
---|
3544 | * mhflux/MAlphaFitter.[h,cc]:
|
---|
3545 | - added new functionality to support on-off analysis
|
---|
3546 | - didn't touch existing code
|
---|
3547 |
|
---|
3548 | * mhflux/MHAlpha.[h,cc]:
|
---|
3549 | - added new functionality to support on-off analysis
|
---|
3550 | - replaced Fit() calls by newer function calls
|
---|
3551 | - added DrawAll - PRELIMINARY
|
---|
3552 | - fixed a bug when projecting - may be the reson for some strange
|
---|
3553 | crashes
|
---|
3554 |
|
---|
3555 | * mcalib/MCalibColorSet.cc:
|
---|
3556 | - fixed a stupid bug introduced last year, which caused MCalibColorSet
|
---|
3557 | in some circumstances to stop the eventloop when it shouldn't
|
---|
3558 |
|
---|
3559 | * mjobs/MSequence.cc:
|
---|
3560 | - expand path names
|
---|
3561 |
|
---|