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