1 |
|
---|
2 |
|
---|
3 | Please do not write behind the end of line tag so that it is possible
|
---|
4 | to send a Changelog file to a line printer directly. Thanks.
|
---|
5 |
|
---|
6 | For your entries please follow EXACTLY this style:
|
---|
7 |
|
---|
8 | _yyyy/mm/dd_[Your Name]
|
---|
9 | _
|
---|
10 | ___*_filename:
|
---|
11 | _____-_description
|
---|
12 | _
|
---|
13 | ___*_filename2, filename3:
|
---|
14 | _____-_description
|
---|
15 | _
|
---|
16 | _
|
---|
17 | _
|
---|
18 |
|
---|
19 | While an underscore is a placeholder for a white-space or an empty line.
|
---|
20 |
|
---|
21 |
|
---|
22 | -*-*- END OF LINE -*-*-
|
---|
23 |
|
---|
24 | 2005/02/15 Thomas Bretz
|
---|
25 |
|
---|
26 | * callisto.rc:
|
---|
27 | - replaced mutal exclusive options (Integral, Amplitude) by
|
---|
28 | a one-line resource
|
---|
29 |
|
---|
30 | * msignal/MExtractTimeAndChargeSpline.cc:
|
---|
31 | - replaced mutal exclusive options (Integral, Amplitude) by
|
---|
32 | a one-line resource "ExtractionType" (old code still works)
|
---|
33 |
|
---|
34 |
|
---|
35 |
|
---|
36 | 2005/02/15 Markus Gaug
|
---|
37 |
|
---|
38 | * mhcalib/MHCalibrationChargeCam.cc
|
---|
39 | - moved default saturation limit for number of high-gain events from
|
---|
40 | 0.02 to 0.05.
|
---|
41 |
|
---|
42 | * msignal/MExtractTimeAndCharge.cc
|
---|
43 | - lowered default low-gain switch from 150 to 120. (for calibration
|
---|
44 | events which saturate more than 5% of the events).
|
---|
45 |
|
---|
46 | * mjobs/MJCalib.[h,cc]
|
---|
47 | - include possibility to display pixels distributions for test
|
---|
48 | reasons
|
---|
49 |
|
---|
50 |
|
---|
51 |
|
---|
52 | 2005/02/14 Thomas Bretz
|
---|
53 |
|
---|
54 | * callisto.cc, ganymed.cc, star.cc:
|
---|
55 | - added some more information to '--help' output
|
---|
56 | - replaced MSequences by MDataSet
|
---|
57 | - implemented new debugging options (maybe not perfect yet)
|
---|
58 | --print-files and --print-found
|
---|
59 |
|
---|
60 | * mjobs/MJCut.[h,cc]:
|
---|
61 | - replaced MSequences by MDataSet
|
---|
62 | - write MEnergyEst
|
---|
63 | - recalculate MHillasSrc
|
---|
64 | - made sure both MWriteRootFile have different names
|
---|
65 | - don't use "same" option if no off-data
|
---|
66 |
|
---|
67 | * mjobs/MSequences.[h,cc]:
|
---|
68 | - removed
|
---|
69 |
|
---|
70 | * mjobs/MDataSet.[h,cc]:
|
---|
71 | - added
|
---|
72 |
|
---|
73 | * manalysis/MEventRateCalc.[h,cc]:
|
---|
74 | - added a fix which make sure, that the rate is not influenced
|
---|
75 | too much by the start of data taking
|
---|
76 | - fixed setting of mean time corresponding to rate-interval
|
---|
77 |
|
---|
78 | * mraw/MRawFileRead.[h,cc]:
|
---|
79 | - calculate total number of events from all files in PreProcess
|
---|
80 |
|
---|
81 | * mcalib/MCalibConstCam.cc:
|
---|
82 | - added case 2 to GetPixelContent
|
---|
83 |
|
---|
84 | * mjobs/MJCalibrateSignal.cc:
|
---|
85 | - fixed redirection of stream with interleaved calibration infos
|
---|
86 | - changed 'Arrival Time' to 'Calibrated Arrival Time'
|
---|
87 | - display interpolated signal in equivalent photoelectrons to
|
---|
88 | to get rid of scaling effects which makes it difficult to see
|
---|
89 | details of the structure of the inner pixels in the histogram.
|
---|
90 | With this you can immediatly see whether the relative number
|
---|
91 | of phe in the outer pixels is equiv. to the inner pixels.
|
---|
92 | - the same for the calibration factor - with the same argument
|
---|
93 | - adapted to change in MWriteRootFile
|
---|
94 | - use MReadMarsFile for Monte Carlo flag set
|
---|
95 |
|
---|
96 | * mhist/MHCamera.cc:
|
---|
97 | - changed drawing such, that NaN is not displayed anymore
|
---|
98 |
|
---|
99 | * Makefile:
|
---|
100 | - added new program ganymed
|
---|
101 |
|
---|
102 | * mfileio/MWriteRootFile.[h,cc]:
|
---|
103 | - added possibility to use UPDATE mode with rules (dangerous!)
|
---|
104 | as discussed with Abelardo, Daniel M. and Thomas S.
|
---|
105 |
|
---|
106 | * mjobs/MJStar.cc:
|
---|
107 | - adapted to change in MWriteRootFile
|
---|
108 | - added software trigger (still untuned) as suggested by
|
---|
109 | Thomas S.
|
---|
110 | - added calculation of source position before calculation
|
---|
111 | of image parameters
|
---|
112 | - added MPointingPos to Events-Tree
|
---|
113 | - removed MPointingPos from Drive-Tree
|
---|
114 | - renamed sub-tasklists to something more intuitive
|
---|
115 |
|
---|
116 | * mjobs/Makefile, mjobs/JobsLinkDef.h:
|
---|
117 | - added MJCut.cc
|
---|
118 |
|
---|
119 | * mraw/MRawFileRead.cc:
|
---|
120 | - return kERROR if ReInit fails
|
---|
121 |
|
---|
122 | * mfilter/MFSoftwareTrigger.[h,cc]:
|
---|
123 | - updated to allow using time coincidence
|
---|
124 | - changed default values
|
---|
125 | - added a pattern independant trigger algorithm
|
---|
126 |
|
---|
127 | * mbase/MDirIter.cc:
|
---|
128 | - implemented option 'dbg' in Print()
|
---|
129 |
|
---|
130 | * mjobs/MJCalib.h:
|
---|
131 | - added a getter for data-flag (should be renamed
|
---|
132 | to 'datatype' soon)
|
---|
133 |
|
---|
134 |
|
---|
135 |
|
---|
136 | 2005/02/12 Abelardo Moralejo
|
---|
137 |
|
---|
138 | * mtemp/mpadova/macros/wobblemap.C
|
---|
139 | - Added. Macro to do some studies on wobble mode data.
|
---|
140 |
|
---|
141 | * macros/mccalibrate.C
|
---|
142 | - Added option to divide the output in a train and a test sample.
|
---|
143 | Included in output new container MMcEvtBasic (if found in input
|
---|
144 | files) for later use in effective areas calculations.
|
---|
145 |
|
---|
146 | * macros/starmc2.C
|
---|
147 | - Added writing out of new container MMcEvtBasic. Removed
|
---|
148 | possibility of splitting output in train and test samples, since
|
---|
149 | this has now to be done in mccalibrate.C to make possible that
|
---|
150 | the tree OriginalMC containing MMcEvtBasic has all the original
|
---|
151 | MC events (and only those) from which the events present in the
|
---|
152 | Events tree derive.
|
---|
153 |
|
---|
154 | * macros/starmc.C
|
---|
155 | - Changed a couple of wrong "." by "->" in function calls. Changed
|
---|
156 | default tail cuts.
|
---|
157 |
|
---|
158 |
|
---|
159 |
|
---|
160 | 2005/02/12 Markus Gaug
|
---|
161 |
|
---|
162 | * msignal/MExtractTimeAndChargeSpline.cc
|
---|
163 | - change default rise time to 0.5 and default fall time to 1.5
|
---|
164 |
|
---|
165 | * callisto.rc
|
---|
166 | - made intitializations of extractors more explicit
|
---|
167 |
|
---|
168 | * mpedestal/MExtractPedestal.cc
|
---|
169 | - make check for even number of slices in the case of "fundamental"
|
---|
170 | pedestal calc.
|
---|
171 |
|
---|
172 | * mcalib/MCalibrationChargeCalc.cc
|
---|
173 | - take out some commented code
|
---|
174 |
|
---|
175 |
|
---|
176 |
|
---|
177 | 2005/02/12 Abelardo Moralejo
|
---|
178 |
|
---|
179 | * mmc/MMcTrig.hxx
|
---|
180 | - Added getter GetNumFirstLevel. This is necessary if that data
|
---|
181 | member is to be used for instance in MF filters. There was
|
---|
182 | already a getter, but it is called GetFirstLevel and hence not
|
---|
183 | recognized.
|
---|
184 |
|
---|
185 |
|
---|
186 |
|
---|
187 | 2005/02/11 Abelardo Moralejo
|
---|
188 |
|
---|
189 | * mmc/MMcEvtBasic.[h,cc]:
|
---|
190 | - New class. Contains 5 very basic MC parameters which we intend
|
---|
191 | to save for all generated Corsika events. This is needed for
|
---|
192 | proper effective area calculations.
|
---|
193 |
|
---|
194 | * mmc/Makefile, McLinkDef.h
|
---|
195 | - Added new class above.
|
---|
196 |
|
---|
197 |
|
---|
198 |
|
---|
199 | 2005/02/11 Thomas Bretz
|
---|
200 |
|
---|
201 | * mfileio/MWriteRootFile.[h,cc]:
|
---|
202 | - added the possibility to write to an already existing file.
|
---|
203 | This doesn't affect the old behaviour, but using this new feature
|
---|
204 | might still have problems.
|
---|
205 |
|
---|
206 | * mfileio/MReadReports.cc:
|
---|
207 | - fixed column-level in PrintStatistics
|
---|
208 |
|
---|
209 | * mjobs/MJCalibrateSignal.cc:
|
---|
210 | - keep MMcRunHeader in the output
|
---|
211 |
|
---|
212 |
|
---|
213 |
|
---|
214 | 2005/02/10 Abelardo Moralejo
|
---|
215 |
|
---|
216 | * macros/mccalibrate.C
|
---|
217 | - Added possibility to calibrate in photons or photoelectrons
|
---|
218 |
|
---|
219 | * macros/starmc2.C
|
---|
220 | - Added comment about value of cleaning levels
|
---|
221 |
|
---|
222 |
|
---|
223 |
|
---|
224 | 2005/02/10 Markus Gaug
|
---|
225 |
|
---|
226 | * mcalib/Makefile
|
---|
227 | * mcalib/CalibLinkDef.h
|
---|
228 | * mcalib/MCalibrate.[h,cc]
|
---|
229 | - removed mcalib/MCalibrate.* because it has been replaced by
|
---|
230 | MCalibrateData
|
---|
231 |
|
---|
232 | * mmain/MEventDisplay.cc
|
---|
233 | - replaced MCalibrate by MCalibrateData
|
---|
234 |
|
---|
235 | * mhcalib/MHCalibrationCam.cc
|
---|
236 | - replaced warning about empty histogram from red (err) by
|
---|
237 | yellow (warn).
|
---|
238 |
|
---|
239 | * mcalib/MCalibColorSet.cc
|
---|
240 | - return kTRUE in case of MC-file
|
---|
241 |
|
---|
242 | * msignal/MExtractTimaAndChargeSpline.[h,cc]
|
---|
243 | - make sure that all variables are set correctly independent on
|
---|
244 | the order of their initialization by the user
|
---|
245 |
|
---|
246 |
|
---|
247 |
|
---|
248 | 2005/02/10 Thomas Bretz
|
---|
249 |
|
---|
250 | * mgeom/MGeomCam.[h,cc]:
|
---|
251 | - added new member functions (GetNeighbors) to get all pixels
|
---|
252 | around a given pixel with a given radius
|
---|
253 |
|
---|
254 | * mars.rc:
|
---|
255 | - use same values for image cleaning as default in star
|
---|
256 |
|
---|
257 | * mpointing/MSrcPosCalc.[h,cc]:
|
---|
258 | - added the possibility to set the Source position from
|
---|
259 | a resource file
|
---|
260 |
|
---|
261 | * mjobs/MJStar.cc:
|
---|
262 | - write MMcRunHeader to RunHeaders
|
---|
263 |
|
---|
264 | * mfileio/MWriteRootFile.cc:
|
---|
265 | - removed an obsolete line
|
---|
266 | - removed a debug line which should not be there
|
---|
267 |
|
---|
268 | * mimage/MHillas.h:
|
---|
269 | - added new Getter GetDist0 returning the distance to the
|
---|
270 | camera center
|
---|
271 |
|
---|
272 | * mhflux/MHFalseSource.cc:
|
---|
273 | - the scaling in Paint() was nonsense in case we are looking
|
---|
274 | at on/off-data. Fixed.
|
---|
275 |
|
---|
276 |
|
---|
277 |
|
---|
278 | 2005/02/10 Abelardo Moralejo
|
---|
279 |
|
---|
280 | * manalysis/MMcCalibrationUpdate.h
|
---|
281 | - Added comment on new member fSignalType. Sorry for compilation
|
---|
282 | problems... I forgot to commit the header yesterday, but M. Gaug
|
---|
283 | did it.
|
---|
284 |
|
---|
285 | * macros/starmc.C
|
---|
286 | - Cleaned up a little bit, made the option to choose between
|
---|
287 | calibration in photons or phe- easier to set.
|
---|
288 |
|
---|
289 | * manalysis/MMcCalibrationUpdate.[h,cc]
|
---|
290 | - Added getter and setter for fSignalType. Set fSignalType=kPhot as
|
---|
291 | default for consistency with MCalibrateData.
|
---|
292 |
|
---|
293 |
|
---|
294 |
|
---|
295 | 2005/02/09 Abelardo Moralejo
|
---|
296 |
|
---|
297 | * manalysis/MMcCalibrationUpdate.cc
|
---|
298 | - Updated to make the MC calibration in phe- work
|
---|
299 |
|
---|
300 | * macros/starmc.C
|
---|
301 | - same as above. Now default is calibration in phe-
|
---|
302 |
|
---|
303 | * mraw/MRawEvtHeader.h
|
---|
304 | - Added setter for the trigger pattern, absolutely needed for
|
---|
305 | creating proper MC root files.
|
---|
306 |
|
---|
307 |
|
---|
308 |
|
---|
309 | 2005/02/09 Markus Gaug
|
---|
310 |
|
---|
311 | * manalysis/MMcCalibrationUpdate.h
|
---|
312 | - added missing declaration of fSignalType
|
---|
313 |
|
---|
314 | * mjobs/MJPedestal.[h,cc]
|
---|
315 | * mjobs/badpixels_0_559.rc
|
---|
316 | * callisto.rc
|
---|
317 | - allow exclusion of bad pixels from the beginning (default is
|
---|
318 | Pixel 0 and 559).
|
---|
319 | - removed some obsolete includes
|
---|
320 | - took out data member fPedestalHist from MJPedestal.h which removes
|
---|
321 | the crash, however I don't understand why it caused the crash!!!
|
---|
322 | There seem to be problems with memory usage either in callisto.cc
|
---|
323 | or in this class!!
|
---|
324 | (valgrind shows several memory leaks in the TG... classes).
|
---|
325 |
|
---|
326 | * mjobs/MJCalibration.cc
|
---|
327 | - write display and containers also in case of failure of eventloop
|
---|
328 |
|
---|
329 | * mhcalib/MHGausEvents.cc
|
---|
330 | - make default display window 600x600
|
---|
331 |
|
---|
332 | * mcalib/MCalibrationQECamMagic.cc
|
---|
333 | - updated five pixels
|
---|
334 |
|
---|
335 | * mpedestal/MExtractPedestal.[h,cc]
|
---|
336 | * mpedestal/MPedCalcPedRun.cc
|
---|
337 | * mpedestal/MPedCalcFromLoGain.cc
|
---|
338 | - included possibility for intermediate pedestal cam (not yet used)
|
---|
339 |
|
---|
340 | * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc
|
---|
341 | - initialize the bad events counters to 0 also in constructor
|
---|
342 | - release the limit for bad events a bit
|
---|
343 |
|
---|
344 | * mcalib/MCalibrationTestCam.h
|
---|
345 | - take out include of TArrayI (already in base class)
|
---|
346 |
|
---|
347 | * mcalib/MCalibrateData.h
|
---|
348 | - make default argument for SetSignalType kPhe.
|
---|
349 |
|
---|
350 | * mjobs/MJCalibrateSignalFromOuside.[h,cc]
|
---|
351 | - removed
|
---|
352 |
|
---|
353 |
|
---|
354 |
|
---|
355 | 2005/02/08 Markus Gaug
|
---|
356 |
|
---|
357 | * mhcalib/MHCalibrationCam.cc
|
---|
358 | * mcalib/MCalibrationChargeCalc.cc
|
---|
359 | - replaced GetNumExecutions()==0 condition by GetNumExecution() < 1
|
---|
360 |
|
---|
361 |
|
---|
362 |
|
---|
363 | 2005/02/08 Thomas Bretz
|
---|
364 |
|
---|
365 | * mpointing/MPointingPosInterpolate.cc:
|
---|
366 | - use debug option in addition to switch off output from internal
|
---|
367 | eventloop. It is confusing having this output inside another
|
---|
368 | eventloop.
|
---|
369 | - updated missing connections in class description
|
---|
370 |
|
---|
371 | * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc:
|
---|
372 | - made sure that output of PostProcess fits into 80col boundary
|
---|
373 |
|
---|
374 | * mimage/MHillas.cc:
|
---|
375 | - removed an obsolete call to TLine::Paint() in Paint.
|
---|
376 |
|
---|
377 |
|
---|
378 |
|
---|
379 | 2005/02/07 Thomas Bretz
|
---|
380 |
|
---|
381 | * mbase/MFilter.cc:
|
---|
382 | - use paranthesis around ClassName in GetRule
|
---|
383 |
|
---|
384 | * mdata/MDataFormula.h:
|
---|
385 | - fixed a wrong comment in variable description
|
---|
386 |
|
---|
387 | * mhist/MHCamEvent.[h,cc], mhist/MHCamera.[h,cc],
|
---|
388 | mjobs/MJCalibrateSignal.cc,
|
---|
389 | mjobs/MJCalibrateSignalFromOutside.cc:
|
---|
390 | - to make sure there are no missunderstandings we have to
|
---|
391 | replace all occurances of 'Variance' by 'SqrtVariance'
|
---|
392 | (it was not my decision)
|
---|
393 |
|
---|
394 | * mastro/MAstro.[h,cc]:
|
---|
395 | - added new function Angle2Coordinate
|
---|
396 |
|
---|
397 | * mbase/MTaskEnv.[h,cc]:
|
---|
398 | - fixed a bug which caused the resource task to be ignored
|
---|
399 | if the default task was '<dummy>'
|
---|
400 |
|
---|
401 | * mhbase/MH3.cc:
|
---|
402 | - fixed a bug in Paint (use GetListOfPrimitives->FindObject
|
---|
403 | instead of FindObject) which caused the histogram to
|
---|
404 | be put a lot of times into the pad.
|
---|
405 |
|
---|
406 | * mjobs/MJCalib.[h,cc]:
|
---|
407 | - derived MJCalib from MJob in order to be able to move
|
---|
408 | common code from derived classes into the base-class
|
---|
409 | - implemented CheckEnvLocal to handle the resource 'DataType'
|
---|
410 | - changed publicity of some variables and functions
|
---|
411 | to allow setting file type from outside
|
---|
412 | - added new function to set data-type for use in callisto.cc
|
---|
413 |
|
---|
414 | * mjobs/MJCalibTest.[h,cc], mjobs/MJCalibrateSignal.[h,cc],
|
---|
415 | mjobs/MJCalibration.[h,cc], mjobs/MJPedestal.[h,cc]:
|
---|
416 | - removed double inheritance, replaced by single inheritance
|
---|
417 | from MJCalib
|
---|
418 | - replaced code to handle the resource 'DataType' by the
|
---|
419 | common code in the base class
|
---|
420 | - put reading of reference file into a new member function
|
---|
421 | to make source code reading resource file simpler and to
|
---|
422 | be able to write a function description about it (simple
|
---|
423 | copy&past)
|
---|
424 |
|
---|
425 | * callisto.cc:
|
---|
426 | - added option for file-type
|
---|
427 |
|
---|
428 | * mjobs/MJOptimize.[h,cc], mjobs/MSequences.[h,cc],
|
---|
429 | mjobs/MJCut.[h,cc], ganymed.[cc,rc], mhflux/MHEnergyEst.[h,cc]:
|
---|
430 | - added to repository, but not yet to Makefile because
|
---|
431 | there is still some work to be done. But whoever is
|
---|
432 | interested in the new classes/program may already use it.
|
---|
433 |
|
---|
434 | * mhflux/MAlphaFitter.[h,cc]:
|
---|
435 | - added option to choose the minimization value
|
---|
436 |
|
---|
437 | * mhflux/MHAlpha.cc:
|
---|
438 | - replaced significance by minimization value
|
---|
439 |
|
---|
440 | * mhflux/MHEffectiveOnTime.cc:
|
---|
441 | - use E-Option when fitting to improve error calculation
|
---|
442 | by using Minos technique
|
---|
443 |
|
---|
444 |
|
---|
445 |
|
---|
446 | 2005/02/04 Markus Gaug
|
---|
447 |
|
---|
448 | * mjobs/MJCalibration.cc
|
---|
449 | - found a "the `impossible' happened" when running callisto with
|
---|
450 | a pure signal extractor --> MExtractTimeFastSpline has some
|
---|
451 | problems with the management of the internal arrays. Replaced it
|
---|
452 | by MExtractTimeHighestIntegral as default which is as good.
|
---|
453 |
|
---|
454 | * callisto.rc
|
---|
455 | - use MExtractTimeAndChargeDigitalFilterPeakSearch as default
|
---|
456 | instead of MExtractTimeAndChargeDigitalFilter. This extractor is
|
---|
457 | now tested and checks for the positions of the pulse within the
|
---|
458 | DAQ-window.
|
---|
459 |
|
---|
460 |
|
---|
461 |
|
---|
462 | 2005/02/04 Thomas Bretz
|
---|
463 |
|
---|
464 | * Makefile.rules:
|
---|
465 | - fixed creation of main MDep.d
|
---|
466 |
|
---|
467 | * callisto.cc, merpp.cc, showlog.cc, showplot.cc, star.cc:
|
---|
468 | - added commandline option --version
|
---|
469 |
|
---|
470 | * mbase/MFilter.cc:
|
---|
471 | - changed default for 'GetRule'
|
---|
472 |
|
---|
473 | * mbase/MParContainer.cc:
|
---|
474 | - simplified GetNewObject
|
---|
475 |
|
---|
476 | * mfbase/MF.cc:
|
---|
477 | - if no conditional sign is found try to create
|
---|
478 | MFilter-object
|
---|
479 |
|
---|
480 | * mraw/MRawEvtData.cc:
|
---|
481 | - fixed the initialization of fABFlags in case maxid==0 which
|
---|
482 | is the default. This caused MRawEvtPixelIter::HasABFlag
|
---|
483 | to do unallowed access to memory for old root-files without
|
---|
484 | the AB flag, because it assumed (due to size==1) that the
|
---|
485 | data contains the ab flag
|
---|
486 |
|
---|
487 | * mraw/MRawEvtPixelIter.[h,cc]:
|
---|
488 | - removed some obsolete debug comments
|
---|
489 | - simplified HasABFlag
|
---|
490 |
|
---|
491 | * manalysis/MCerPhotPix.h:
|
---|
492 | - removed the `!` again. It gave problems with the Mars
|
---|
493 | display. We agreed that this is a minor problem because
|
---|
494 | the structure of MCerPhot* will chnage soon in any case.
|
---|
495 |
|
---|
496 |
|
---|
497 |
|
---|
498 | 2005/02/04 Abelardo Moralejo
|
---|
499 |
|
---|
500 | * macros/starmc2.C
|
---|
501 | - added to output missing container MConcentration.
|
---|
502 |
|
---|
503 |
|
---|
504 |
|
---|
505 | 2005/02/03 Thomas Bretz
|
---|
506 |
|
---|
507 | * mfbase/MFilterList.[h,cc]:
|
---|
508 | - added new function AddToList(TCollection&)
|
---|
509 |
|
---|
510 | * mhbase/MFillH.cc:
|
---|
511 | - print a warning if 'same'-option given without
|
---|
512 | a corresponding existing tab
|
---|
513 |
|
---|
514 | * mhflux/MHAlpha.[h,cc]:
|
---|
515 | - made time bins settable by user
|
---|
516 |
|
---|
517 | * mfileio/MWriteRootFile.cc:
|
---|
518 | - fixed ReInit and a warning output when writing to memory
|
---|
519 |
|
---|
520 |
|
---|
521 |
|
---|
522 | 2005/02/03 Markus Gaug
|
---|
523 |
|
---|
524 | * mcalib/MCalibColorSet.[h,cc]
|
---|
525 | - implement possibility to set colour explicitely (e.g. for MC).
|
---|
526 |
|
---|
527 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
---|
528 | - intialize fTimeShiftHiGain and fTimeShiftLoGain by default.
|
---|
529 |
|
---|
530 | * mjobs/MJPedestal.cc
|
---|
531 | - in case, extractor is used, put the extractor into the tasklist,
|
---|
532 | otherwise ranges do not get initialized correctly (wrong memory
|
---|
533 | usage!). Use an event selector, however to not skip the Process.
|
---|
534 | This is as fast as before and now safe for any kind of extractor
|
---|
535 |
|
---|
536 | * mcalib/MCalibrationCam.h
|
---|
537 | * mcalib/MCalibrationTestCam.h
|
---|
538 | * mcalib/MCalibrationTestCam.cc
|
---|
539 | - initialize a missing array in InitAverageAreas
|
---|
540 |
|
---|
541 | * mraw/MRawEvtHeader.h
|
---|
542 | - introduced Setter() of cal. pattern for Abelardo
|
---|
543 |
|
---|
544 |
|
---|
545 |
|
---|
546 | 2005/02/02 Markus Gaug
|
---|
547 |
|
---|
548 | * mcalib/MCalibrationChargeCam.cc
|
---|
549 | - fixed small bug in the display of mean charges when low-gain was
|
---|
550 | used.
|
---|
551 |
|
---|
552 | * msignal/MExtractor.cc
|
---|
553 | - print the missing overlap between high-gain and low-gain
|
---|
554 | in the Print() function
|
---|
555 | - remove setting of fHiLoLast in PreProcess, otherwise cloned
|
---|
556 | extractors do not work any more with windows exceeding the
|
---|
557 | high-gain range.
|
---|
558 |
|
---|
559 | * mhcalib/MHCalibrationTestCam.[h,cc]
|
---|
560 | * mhcalib/MHCalibrationTestTimeCam.[h,cc]
|
---|
561 | - set proper probability limits for the fits
|
---|
562 |
|
---|
563 | * mcalib/MCalibrateData.cc
|
---|
564 | - catch the case in which no interlaced cal. events are being sent
|
---|
565 | by the pulser box.
|
---|
566 |
|
---|
567 | * mjobs/MJCalib.[h,cc]
|
---|
568 | - put the data type enum in a new base class
|
---|
569 |
|
---|
570 | * mjobs/MJCalibTest.[h,cc]
|
---|
571 | - re-name old class MJExtractCalibTest to MJCalibTest and make it
|
---|
572 | compatible with the sequence-files.
|
---|
573 |
|
---|
574 | * mjobs/MJExtractCalibTest.[h,cc]
|
---|
575 | - removed
|
---|
576 |
|
---|
577 | * mjobs/MJCalibrateSignal.cc
|
---|
578 | - put a compiler warning about the default cal. to photo-electrons
|
---|
579 |
|
---|
580 | * callisto.cc
|
---|
581 | - add new flag "--use-test" to enable the MJCalibTest facility
|
---|
582 | (default: not used)
|
---|
583 |
|
---|
584 |
|
---|
585 |
|
---|
586 | 2005/02/01 Raquel de los Reyes
|
---|
587 |
|
---|
588 | * mjobs/MSequence.h
|
---|
589 | - Added "Get" functions for the TArrays variables.
|
---|
590 |
|
---|
591 |
|
---|
592 |
|
---|
593 | 2005/02/01 Markus Gaug
|
---|
594 |
|
---|
595 | * mjobs/MJPedestal.[h,cc]
|
---|
596 | * mjobs/MJCalibration.[h,cc]
|
---|
597 | * mjobs/MJCalibrateSignal.[h,cc]
|
---|
598 | * callisto.rc
|
---|
599 | - put enum for data type. Can now set the data type (mc, raw, root)
|
---|
600 | without running the data check.
|
---|
601 |
|
---|
602 | * mhcalib/MHCalibrationCam.cc
|
---|
603 | - return kTRUE in PostProcess if GetNumExecutions is 0
|
---|
604 |
|
---|
605 | * mcalib/MCalibrationChargeCalc.cc
|
---|
606 | - return kTRUE in PostProcess if GetNumExecutions is 0
|
---|
607 |
|
---|
608 |
|
---|
609 |
|
---|
610 | 2005/02/01 Daniel Mazin
|
---|
611 |
|
---|
612 | * MPointingPosInterpolate.cc:
|
---|
613 | - fixed bug to match the units of Ra and Decl in MPointingPos
|
---|
614 | - fixed bug in handling of events with times outside of times from
|
---|
615 | MDrive tree
|
---|
616 |
|
---|
617 |
|
---|
618 |
|
---|
619 | 2005/02/01 Thomas Bretz
|
---|
620 |
|
---|
621 | * showplot.cc:
|
---|
622 | - another fix to make the batch mode working (you can use the batch
|
---|
623 | mode to convert a root-file into another format)
|
---|
624 |
|
---|
625 |
|
---|
626 |
|
---|
627 | 2005/01/31 Thomas Bretz
|
---|
628 |
|
---|
629 | * mbase/MStatusDisplay.cc:
|
---|
630 | - fixed handling of batch mode in GetCanvas(const TString &name)
|
---|
631 | - don't skip already existing tabs in Display()
|
---|
632 |
|
---|
633 |
|
---|
634 |
|
---|
635 | 2005/01/31 Raquel de los Reyes
|
---|
636 |
|
---|
637 | * mjobs/MSequence.h
|
---|
638 | - Added "Get" functions for some of the sequence.txt file
|
---|
639 | parameters.
|
---|
640 |
|
---|
641 |
|
---|
642 |
|
---|
643 | 2005/01/31 Markus Gaug
|
---|
644 |
|
---|
645 | * mjobs/MJob.[h,cc]
|
---|
646 | * mjobs/MJCalibrateSignal.[h,cc]
|
---|
647 | * mjobs/MJCalibration.[h,cc]
|
---|
648 | - move file type enum to base class
|
---|
649 |
|
---|
650 | * mjobs/MJCalibrateSignal.[h,cc]
|
---|
651 | - allow also for direct setting of an MRunIter (not used in
|
---|
652 | callisto).
|
---|
653 |
|
---|
654 | * mcalib/MCalibrationChargeCalc.[h,cc]
|
---|
655 | - test also for pulser strength changes additionally to changes in
|
---|
656 | colour.
|
---|
657 |
|
---|
658 |
|
---|
659 |
|
---|
660 | 2005/01/31 Abelardo Moralejo
|
---|
661 |
|
---|
662 | * mpointing/MSrcPosCalc.cc
|
---|
663 | - Create only one instance of MAstroSky2Local for the
|
---|
664 | transformations, instead of two identical ones, as it was before.
|
---|
665 |
|
---|
666 |
|
---|
667 |
|
---|
668 | 2005/01/30 Markus Gaug
|
---|
669 |
|
---|
670 | * mjobs/MJCalibration.cc
|
---|
671 | * mjobs/MJPedestal.cc
|
---|
672 | * mjobs/calibrationref_Nov04.rc
|
---|
673 | * mhcalib/MHCalibrationRelTimeCam.[h,cc]
|
---|
674 | - updated correct display of reference lines
|
---|
675 |
|
---|
676 |
|
---|
677 |
|
---|
678 | 2005/01/29 Markus Gaug
|
---|
679 |
|
---|
680 | * msignal/MExtractFixedWindowSpline.[h,cc]
|
---|
681 | - fixed a bug occurring with overlapping windows between high-gain
|
---|
682 | and low-gain
|
---|
683 |
|
---|
684 | * msignal/MExtractFixedWindowPeakSearch.cc
|
---|
685 | - take out call to fSignals->Clear() which is already done in
|
---|
686 | MTaskList.
|
---|
687 |
|
---|
688 | * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.[h,cc]
|
---|
689 | - new extractor reducing the bias and solving the problem with the
|
---|
690 | jumping pulse readout.
|
---|
691 |
|
---|
692 |
|
---|
693 |
|
---|
694 | 2005/01/28 Abelardo Moralejo
|
---|
695 |
|
---|
696 | * mpointing/MSrcPosCalc.cc
|
---|
697 | - updated. Make it work as desired: obtain for each event the x,y
|
---|
698 | position on the camera of a source whose celestial coordinates
|
---|
699 | (J2000) have been set by the user in the container "MSourcePos"
|
---|
700 | of type MPointingPos, added to the parameter list. If the
|
---|
701 | container MSourcePos is not found, the center of the camera (or
|
---|
702 | other fixed position x,y set in the parameter list by the user -
|
---|
703 | in MSrcPosCam) is used as source position for all the events in
|
---|
704 | the loop.
|
---|
705 |
|
---|
706 |
|
---|
707 |
|
---|
708 | 2005/01/28 Thomas Bretz
|
---|
709 |
|
---|
710 | * mjobs/MJCalibrateSignal.cc:
|
---|
711 | - fixed that extract1,2,3 haven't been deleted if loop failed.
|
---|
712 | - print tasklist also if loop failed.
|
---|
713 | - added a undefined task (MTaskEnv "FinalFantasy") as last task to
|
---|
714 | the event processing tasklist
|
---|
715 |
|
---|
716 | * callisto.rc:
|
---|
717 | - added comments about "FinalFantasy" into call
|
---|
718 | - added comment for obsolete resources as discussed yesterday
|
---|
719 | evening: TimeUpperLimit
|
---|
720 |
|
---|
721 | * mbase/MMath.[h,cc], manalysis/MCerPhotPix.[h,cc],
|
---|
722 | mpedestal/MPedPhotPix.h:
|
---|
723 | - replaced TruncatePrecision by ReducePrecision (its simply a better
|
---|
724 | name)
|
---|
725 |
|
---|
726 | * mbase/MParList.cc:
|
---|
727 | - added a check to make 200%(!) sure that the container added
|
---|
728 | to the list is a MParContainer (everything else could crash
|
---|
729 | almost everything in Mars!)
|
---|
730 |
|
---|
731 | * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.[h,cc],
|
---|
732 | mjobs/MJPedestal.cc:
|
---|
733 | - simplified the code in the WriteResult functions by using
|
---|
734 | the new WriteContainer in MJob
|
---|
735 | - removed the TObjArray from the MParList! It is NOT a MParContainer
|
---|
736 | there are a lot of circumstance how this can crash Mars. I don't
|
---|
737 | know why the compiler allowed for this.
|
---|
738 | - unified WriteResult and WriteHists
|
---|
739 | - split GetOutputFile into two functions for simplification
|
---|
740 |
|
---|
741 | * mjobs/MJCalibration.h:
|
---|
742 | - copy the extractorcam name when copying the contents
|
---|
743 |
|
---|
744 | * mjobs/MJob.[h,cc]:
|
---|
745 | - new member function WriteContainer to simplify code in derived
|
---|
746 | classes
|
---|
747 |
|
---|
748 | * mpointing/MSrcPosCalc.[h,cc]
|
---|
749 | - fixed the header according to Abelardo's changes
|
---|
750 | - added the initialization of the pointers to the constructor
|
---|
751 |
|
---|
752 |
|
---|
753 |
|
---|
754 | 2005/01/28 Markus Gaug
|
---|
755 |
|
---|
756 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
---|
757 | - introduce a security check for the time fine adjustment in case,
|
---|
758 | it is too large.
|
---|
759 |
|
---|
760 | * mcalib/MCalibConstCam.[h,cc]
|
---|
761 | * mcalib/MCalibConstPix.h
|
---|
762 | - new classes to allow display of changing cal. constants with the
|
---|
763 | interlaced cal. events
|
---|
764 |
|
---|
765 | * mcalib/MCalibrationChargeCalc.cc
|
---|
766 | - removed stopping of PostProcess in case that the evtloop is
|
---|
767 | finished with interlaced cal. events
|
---|
768 |
|
---|
769 | * mcalib/MCalibrateData.[h,cc]
|
---|
770 | - fill MCalibConstCam with update results (once per calib. consts
|
---|
771 | update == every 10 sec.)
|
---|
772 | - introduce check for size of calibration constant. In case, it is
|
---|
773 | completetly out of range, set the MBadPixelsPix::IsUnsuitableRun
|
---|
774 |
|
---|
775 | * mjobs/MJCalibrateSignal.cc:
|
---|
776 | - display one MHCamera more with changing conv. factors (only for
|
---|
777 | interlaced cal. events)
|
---|
778 |
|
---|
779 | * mpedestal/MPedCalcFromLoGain.cc
|
---|
780 | - set default for MExtractWinFirst from 15 to 17 because of the
|
---|
781 | late cosmics signals in December
|
---|
782 |
|
---|
783 |
|
---|
784 | 2005/01/28 Abelardo Moralejo
|
---|
785 |
|
---|
786 | * mtemp/mpadova/macros/trainsubsample.C
|
---|
787 | - added # of events to be written in the output (instead of
|
---|
788 | fraction of total). Moved MSrcPosCam in output from RunHeaders
|
---|
789 | to Events tree.
|
---|
790 |
|
---|
791 |
|
---|
792 |
|
---|
793 | 2005/01/27 Daniel Mazin and Markus Gaug
|
---|
794 |
|
---|
795 | * mcalib/MCalibrateData.[h,cc]
|
---|
796 | - derive this class from MCamEvent in order to be able to display
|
---|
797 | evolution of conversion factors in case of interlaced cal.
|
---|
798 | events
|
---|
799 |
|
---|
800 | * mpointing/MInterpolatePointingPos.[h,cc]
|
---|
801 | - new class to interpolate pointing positions, adapted from a class
|
---|
802 | by Marcos Lopez
|
---|
803 |
|
---|
804 | * mjobs/MJCalibrateSignal.[h,cc]
|
---|
805 | - enabled the calibration of data with interlaced calibration events
|
---|
806 |
|
---|
807 | * msignal/MArrivalTime.[h,cc]
|
---|
808 | * mcalib/MCalibrateRelTime.cc
|
---|
809 | - removed Error of calibrated arrival time, as agreed on the last
|
---|
810 | software calibration meeting yesterday
|
---|
811 |
|
---|
812 | * mjobs/MJCalibrateSignal.cc
|
---|
813 | - add display to show histogramming of conversion factors
|
---|
814 | - modify default calibration to equiv. photo-electrons
|
---|
815 | - allow for setting of MC, Raw or Root-file type in callisto.rc
|
---|
816 |
|
---|
817 | * callisto.rc
|
---|
818 | - updated conf. file
|
---|
819 |
|
---|
820 |
|
---|
821 | 2005/01/27 Thomas Bretz
|
---|
822 |
|
---|
823 | * callisto.cc:
|
---|
824 | - don't display starting pedestals when calibrating the signal
|
---|
825 |
|
---|
826 | * callisto.rc:
|
---|
827 | - added some comments
|
---|
828 |
|
---|
829 | * star.rc:
|
---|
830 | - according to Daniel M. we have agreed to change the default
|
---|
831 | cleaning level to adapt it roughly to the new pedestal
|
---|
832 |
|
---|
833 | * manalysis/MCerPhotPix.[h,cc], mpedestal/MPedPhotPix.h:
|
---|
834 | - as agreed in the current calibration meeting we truncate the
|
---|
835 | precision of the stored floating point values to roughly 0.5%
|
---|
836 | to gain storage space in the calibrated data (the gzip
|
---|
837 | algorithm compresses this stuff nicely - we gain roughly 15%)
|
---|
838 |
|
---|
839 | * mhflux/MHFalseSource.cc, mjobs/MJCalibration.cc, mjobs/MJStar.cc:
|
---|
840 | - added a comment
|
---|
841 |
|
---|
842 | * mjobs/MJCalibrateSignal.cc:
|
---|
843 | - changed title of unsuitable plot
|
---|
844 | - removed plot for calibrated fundamental pedestal as agreed in the
|
---|
845 | current calibration meeting (we may change this to an option)
|
---|
846 |
|
---|
847 | * mjobs/MJPedestal.[h,cc]:
|
---|
848 | - changed the name of the "PedDiff" plot to be consistent with the
|
---|
849 | other tab-name
|
---|
850 | - changed the options for the display
|
---|
851 | - removed the dependancy of fDisplayType and the SetDataCheck
|
---|
852 | option
|
---|
853 | - added option kDisplayNone
|
---|
854 | - renamed enums from k*Display to kDisplay*
|
---|
855 |
|
---|
856 | * mhist/MHCamEvent.cc:
|
---|
857 | - trying to get rid of the Err_%p workaround.
|
---|
858 |
|
---|
859 | * manalysis/MCerPhotEvt.[h,cc]:
|
---|
860 | - added some '!' signs in the comment line. This is quick hack
|
---|
861 | to gain I/O speed and storage space. We will soon have new
|
---|
862 | containers for the calibrated data and image cleaning
|
---|
863 | information.
|
---|
864 | - changed version number to 6
|
---|
865 |
|
---|
866 | * mhist/MHCamera.cc:
|
---|
867 | - added member function SetAllUsed
|
---|
868 |
|
---|
869 |
|
---|
870 |
|
---|
871 | 2005/01/26 Abelardo Moralejo
|
---|
872 |
|
---|
873 | * macros/mccalibrate.C
|
---|
874 | - removed creation and writing out of MSrcPosCam. It is more
|
---|
875 | flexible to add it in starmc2.C if needed (for wobble mode for
|
---|
876 | instance).
|
---|
877 |
|
---|
878 | * mtemp/mpadova/macros/RanForestDISP.C
|
---|
879 | - added possibility to set the number of hadrons read in for the
|
---|
880 | training. Added some missing containers to output.
|
---|
881 | - Fixed rule concerning the DISP, by adding parentheses. Remember
|
---|
882 | that MHMatrix::AddColumn does not respect the usual precedence
|
---|
883 | of operations!
|
---|
884 |
|
---|
885 | * mtemp/mpadova/macros/resize.C
|
---|
886 | - added to output missing container MRawEvtHeader
|
---|
887 |
|
---|
888 | * macros/starmc2.C
|
---|
889 | - added missing container MImagePar. Added possibility to set the
|
---|
890 | source position on the camera (for the wobble mode).
|
---|
891 |
|
---|
892 |
|
---|
893 |
|
---|
894 | 2005/01/25 Abelardo Moralejo
|
---|
895 |
|
---|
896 | * macros/starmc2.C
|
---|
897 | - modified to allow double (train / test) output, for g/h
|
---|
898 | separation studies. Added several missing containers to output.
|
---|
899 |
|
---|
900 |
|
---|
901 |
|
---|
902 | 2005/01/25 Thomas Bretz
|
---|
903 |
|
---|
904 | * mcalib/MCalibrationIntensityChargeCam.cc:
|
---|
905 | - fixed a lot of 'default argument'-warnings to make to code
|
---|
906 | compile
|
---|
907 |
|
---|
908 | * mbase/MParContainer.[h,cc]:
|
---|
909 | - moved the empty Reset() function into the source file and
|
---|
910 | added a lot of comments
|
---|
911 | - implemented new helper-functions: GetNewObject
|
---|
912 |
|
---|
913 | * mbase/MContinue.[h,cc]:
|
---|
914 | - allow to use MFilter-classes as filter in ReadEnv
|
---|
915 |
|
---|
916 | * mbase/MTaskEnv.cc:
|
---|
917 | - replaced some code by GetNewObject
|
---|
918 |
|
---|
919 | * mhbase/MFillH.cc:
|
---|
920 | - handle DrawOption "same" to be able to draw to the same pad
|
---|
921 |
|
---|
922 | * mhbase/MH.[h,cc]:
|
---|
923 | - added same-argument to DrawSame
|
---|
924 |
|
---|
925 | * mhbase/MH3.cc:
|
---|
926 | - removed some obsolete comments
|
---|
927 | - remove own drawing options before calling fHist->Draw
|
---|
928 |
|
---|
929 | * mimage/MHHillas.cc, mimage/MHImagePar.cc:
|
---|
930 | - first try of implementing 'same' drawing option
|
---|
931 |
|
---|
932 |
|
---|
933 |
|
---|
934 | 2005/01/25 Markus Gaug
|
---|
935 |
|
---|
936 | * mcalib/MCalibrationPattern.[h,cc]
|
---|
937 | * mcalib/MCalibrationPatternDecode.[h,cc]
|
---|
938 | - New Decoder task for the calibration pattern from the
|
---|
939 | digital modules
|
---|
940 |
|
---|
941 | * mraw/MRawEvtHeader.[h,cc]
|
---|
942 | - remove decoding from this class
|
---|
943 |
|
---|
944 | * mcalib/MCalibrationIntensityHiLoCam.[h,cc]
|
---|
945 | - remove, because one needs anyhow much more than one data file
|
---|
946 | to get a reasonable conversion factor
|
---|
947 |
|
---|
948 | * mcalib/MCalibCalcFromPast.[h,cc]
|
---|
949 | - remove MCalibrationIntensityHiLoCam
|
---|
950 |
|
---|
951 | * mbadpixels/MBadPixelsPix.h
|
---|
952 | * mbadpixels/MBadPixelsCam.cc
|
---|
953 | - changed one function name to GetUnsuitableCalLevel()
|
---|
954 |
|
---|
955 | * mjobs/MJCalibration.cc
|
---|
956 | - replace all Y-titles with units "FADC counts" by "FADC cnts" and
|
---|
957 | "FADC slices" by "FADC sl.", otherwise they range out of the
|
---|
958 | canvas.
|
---|
959 |
|
---|
960 | * mcalib/MCalibrationChargeCalc.cc
|
---|
961 | - ensure to set the color correctly in MCalibrationBlindCam
|
---|
962 |
|
---|
963 | * callisto.rc
|
---|
964 | - put space for
|
---|
965 | MJCalibrateSignal.ExtractSignal.HiGainFirst: 2
|
---|
966 | MJCalibrateSignal.ExtractSignal.HiGainLast: 16
|
---|
967 |
|
---|
968 |
|
---|
969 | 2005/01/24 Abelardo Moralejo
|
---|
970 |
|
---|
971 | * manalysis/MMcCalibrationUpdate.cc
|
---|
972 | - Adapted to changes in MCalibrateData from 2005/01/16: moved
|
---|
973 | qepix.SetAvNormFFactor(1.) from Process() to ReInit(). Due to
|
---|
974 | this, for the last week you may have found trouble running
|
---|
975 | starmc.C and mccalibrate.C.
|
---|
976 |
|
---|
977 |
|
---|
978 |
|
---|
979 | 2005/01/24 Thomas Bretz
|
---|
980 |
|
---|
981 | * callisto.cc:
|
---|
982 | - removed non-existing option from output
|
---|
983 |
|
---|
984 | * manalysis/MEnergyEstimate.[h,cc]:
|
---|
985 | - added ReadEnv member function
|
---|
986 |
|
---|
987 | * mbase/MContinue.[h,cc]:
|
---|
988 | - implementes AllowEmpty option to support doing nothing
|
---|
989 | defined in resource file
|
---|
990 | - added a first draft to allow usage of class-filters instead of
|
---|
991 | rules
|
---|
992 |
|
---|
993 | * mbase/MMath.[h,cc]:
|
---|
994 | - implemented a function suggested by Florian Goebel which reduces
|
---|
995 | the precision of a float to ~0.5% which is usefull for data
|
---|
996 | compression by gzip
|
---|
997 |
|
---|
998 | * mdata/MDataChain.[h,cc]:
|
---|
999 | - implemented ReadEnv member function
|
---|
1000 |
|
---|
1001 | * mfbase/MF.cc:
|
---|
1002 | - a small enhancement to the output in ReadEnv
|
---|
1003 |
|
---|
1004 | * mhbase/MH3.cc:
|
---|
1005 | - fixed call to FindObject in Paint which caused a profile to be
|
---|
1006 | displayed incorrectly in case it was read from a file
|
---|
1007 |
|
---|
1008 | * mhflux/MHFalseSource.[h,cc]:
|
---|
1009 | - removed old obsolete unsused Significance functions
|
---|
1010 | - implemented ReadEnv member function
|
---|
1011 | - set false source binning only if BinningFalseSource is not default
|
---|
1012 | - check parlist for BinningAlpha
|
---|
1013 |
|
---|
1014 | * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
|
---|
1015 | mjobs/MJPedestal.cc:
|
---|
1016 | - added an additional check and output if output-file could
|
---|
1017 | not be opened
|
---|
1018 |
|
---|
1019 | * mjobs/MJob.h:
|
---|
1020 | - added some Getter
|
---|
1021 |
|
---|
1022 | * mhbase/MBinning.[h,cc].
|
---|
1023 | - added nen member functions
|
---|
1024 | + SetEdgesRaw
|
---|
1025 | + ReadEnv
|
---|
1026 | + Print
|
---|
1027 |
|
---|
1028 | * mhflux/MAlphaFitter.[h,cc]:
|
---|
1029 | - added new member function ReadEnv
|
---|
1030 |
|
---|
1031 | * mhflux/MHAlpha.cc:
|
---|
1032 | - fixed a problem when fitting without off-data
|
---|
1033 |
|
---|
1034 | * mbase/MStatusDisplay.cc:
|
---|
1035 | - implemented a further fix in DrawClonePad to make sure
|
---|
1036 | that the X-stuff doesn't get confused while still
|
---|
1037 | GetDrawOption returns the correct value
|
---|
1038 |
|
---|
1039 |
|
---|
1040 |
|
---|
1041 | 2005/01/24 Markus Gaug
|
---|
1042 |
|
---|
1043 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
---|
1044 | - introduced security check for the times fine-tuning to catch
|
---|
1045 | outliers because of deviating pulse forms.
|
---|
1046 |
|
---|
1047 | * msignal/MExtractTime.cc
|
---|
1048 | * msignal/MExtractor.cc
|
---|
1049 | - lowered default high-gain saturation limit to 250
|
---|
1050 | - removed Clear() for two results containers at beginning of Process()
|
---|
1051 |
|
---|
1052 | * msignal/MExtractor.h
|
---|
1053 | - Take fHiLoLast into the Clone()
|
---|
1054 |
|
---|
1055 | * msignal/MExtractedSignalPix.cc
|
---|
1056 | - change sign of default initializer to negative.
|
---|
1057 |
|
---|
1058 |
|
---|
1059 |
|
---|
1060 | 2005/01/23 Markus Gaug
|
---|
1061 |
|
---|
1062 | * mhcalib/MHCalibrationHiLoCam.[h,cc]
|
---|
1063 | - updated to new logain switch setting in MExtractTimeAndCharge
|
---|
1064 | - extract also high-gain vs. low-gain time difference
|
---|
1065 |
|
---|
1066 | * mhcalib/MHCalibrationCam.[h,cc]
|
---|
1067 | * mhcalib/MHCalibrationChargeCam.[h,cc]
|
---|
1068 | - updated reading of conf. values in ReadEnv
|
---|
1069 |
|
---|
1070 | * mhcalib/MCalibrationHiLoCam.[h,cc]
|
---|
1071 | * mhcalib/MCalibrationHiLoPix.[h,cc]
|
---|
1072 | * mhcalib/MCalibrationIntensityHiLoCam.[h,cc]
|
---|
1073 | - updated accordingly
|
---|
1074 |
|
---|
1075 | * mbadpixels/MBadPixelsCam.cc
|
---|
1076 | - removed some bugs in the Print() function
|
---|
1077 |
|
---|
1078 |
|
---|
1079 |
|
---|
1080 | 2005/01/22 Markus Gaug
|
---|
1081 |
|
---|
1082 | * mhcalib/MHCalibrationRelTimeCam.cc
|
---|
1083 | - display in the averaged times display the event-by-event averaged
|
---|
1084 | absolute arrival times instead of the rel. ones which do not make
|
---|
1085 | much sense.
|
---|
1086 |
|
---|
1087 | * mhcalib/MHCalibrationTestTimeCam.[h,cc]
|
---|
1088 | * mhcalib/MHCalibrationTestCam.[h,cc]
|
---|
1089 | - update to the latest changes in analysis chain.
|
---|
1090 |
|
---|
1091 | * mjobs/MJExtractCalibTest.[h,cc]
|
---|
1092 | - update to the latest changes in analysis chain.
|
---|
1093 |
|
---|
1094 | * mjobs/MJCalibration.cc
|
---|
1095 | - replace title of that times-averageing Tab from "RelTimes" by
|
---|
1096 | "Times".
|
---|
1097 |
|
---|
1098 | * macros/calibration.C
|
---|
1099 | - update to changes in MJExtractCalibTest
|
---|
1100 |
|
---|
1101 |
|
---|
1102 |
|
---|
1103 | 2005/01/21 Markus Gaug
|
---|
1104 |
|
---|
1105 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
---|
1106 | * msignal/MExtractTimeAndChargeSlidingWindow.cc
|
---|
1107 | * msignal/MExtractTimeAndChargeSpline.cc
|
---|
1108 | - use the max. bin content for low-gain extraction
|
---|
1109 |
|
---|
1110 | * callisto.rc
|
---|
1111 | - add place for LoGainSwitch
|
---|
1112 |
|
---|
1113 |
|
---|
1114 |
|
---|
1115 | 2005/01/21 Florian Goebel
|
---|
1116 |
|
---|
1117 | * mfbase/MF.cc:
|
---|
1118 | - include a (TString) cast to make it compilable with gcc2.95.3
|
---|
1119 |
|
---|
1120 |
|
---|
1121 |
|
---|
1122 | 2005/01/21 Thomas Bretz
|
---|
1123 |
|
---|
1124 | * mpointing/MSrcPosFromModel.cc:
|
---|
1125 | - fixed crash in Process if no pointing model available
|
---|
1126 |
|
---|
1127 | * mpointing/MPointingPosCalc.h:
|
---|
1128 | - added missing initialization of data members
|
---|
1129 |
|
---|
1130 | * mastro/MObservatory.[h,cc]:
|
---|
1131 | - added ReadEnv member function
|
---|
1132 |
|
---|
1133 | * mbase/MTaskEnv.h:
|
---|
1134 | - added (=0) default to SetDefault
|
---|
1135 |
|
---|
1136 |
|
---|
1137 |
|
---|
1138 | 2005/01/20 Markus Gaug
|
---|
1139 |
|
---|
1140 | * mcalib/MCalibrationIntensityChargeCam.[h,cc]
|
---|
1141 | - added function to display fluctuations of a variable
|
---|
1142 |
|
---|
1143 | * mcalib/MCalibrationPix.cc
|
---|
1144 | - fixed small bug in High-gain mean error.
|
---|
1145 |
|
---|
1146 | * msignal/MExtractTimeAndCharge.[h,cc]
|
---|
1147 | - introduced high-gain maximum limit before extracting the low-gain
|
---|
1148 |
|
---|
1149 |
|
---|
1150 |
|
---|
1151 | 2005/01/20 Thomas Bretz
|
---|
1152 |
|
---|
1153 | * mbase/MContinue.[h,cc]:
|
---|
1154 | - added ReadEnv member function to support resource files
|
---|
1155 |
|
---|
1156 | * mbase/MEvtLoop.[h,cc]:
|
---|
1157 | - added a second arguemtn to reading of the resource file by name
|
---|
1158 | - added some checks when reding the resource file and the
|
---|
1159 | parameter list hasn't been setup
|
---|
1160 |
|
---|
1161 | * mbase/MParList.cc:
|
---|
1162 | - removed an obsolete output from ReadEnv
|
---|
1163 |
|
---|
1164 | * mfbase/MF.[h,cc]:
|
---|
1165 | - added ReadEnv member function to support resource files
|
---|
1166 | - added kAllowEpty flag to support skipping by resource files
|
---|
1167 |
|
---|
1168 | * mfbase/MFilterList.cc:
|
---|
1169 | - added a comment
|
---|
1170 |
|
---|
1171 | * mbase/MStatusDisplay.[h,cc]:
|
---|
1172 | - fixed Write to be compatible with root 4.02/00
|
---|
1173 | - worked around a problem with reading the DrawOption correctly
|
---|
1174 | from a stored status display
|
---|
1175 |
|
---|
1176 |
|
---|
1177 |
|
---|
1178 | 2005/01/19 Thomas Bretz
|
---|
1179 |
|
---|
1180 | * mbase/MMath.cc:
|
---|
1181 | - added a comment to SignificanceLiMa, made by Daniel Mazin
|
---|
1182 | - also check for b==0
|
---|
1183 |
|
---|
1184 | * mhflux/MAlphaFitter.[h,cc]:
|
---|
1185 | - fixed significance calculation in case of on-off data
|
---|
1186 | - added fScaleFactor
|
---|
1187 |
|
---|
1188 | * mhflux/MHAlpha.[h,cc], mhflux/MHFalseSource.cc:
|
---|
1189 | - handle scale factor in case of on-off observations
|
---|
1190 |
|
---|
1191 | * mjobs/MJPedestal.cc:
|
---|
1192 | - aligned screen output to 80col rule
|
---|
1193 |
|
---|
1194 | * mtrigger/MFTriggerPattern.[h,cc]:
|
---|
1195 | - assigned correct integers to enum
|
---|
1196 | - made sure that the enum is correctly handled in all function by
|
---|
1197 | applying a r-value to the condition
|
---|
1198 |
|
---|
1199 |
|
---|
1200 |
|
---|
1201 | 2005/01/19 Abelardo Moralejo
|
---|
1202 |
|
---|
1203 | * mtrigger/MFTriggerPattern.[cc,h]
|
---|
1204 | - Changed Bool_t arguments of all setters to new type Prescale_t
|
---|
1205 | defined by N. Galante (see below)
|
---|
1206 |
|
---|
1207 |
|
---|
1208 |
|
---|
1209 | 2005/01/19 Nicola Galante
|
---|
1210 |
|
---|
1211 | * mtrigger/MFTriggerPattern.[cc,h]
|
---|
1212 | - added in header enum Prescale_t { kUnPrescaled = kFALSE,
|
---|
1213 | kPrescaled = kTRUE };
|
---|
1214 |
|
---|
1215 | - fixed a bug in Process, both fMaskRequiredUnprescaled and
|
---|
1216 | fMaskRequiredPrescaled are checked simultaneously.
|
---|
1217 |
|
---|
1218 |
|
---|
1219 |
|
---|
1220 | 2005/01/18 Markus Gaug
|
---|
1221 |
|
---|
1222 | * mcalib/MCalibColorSet.cc
|
---|
1223 | - fixed the remaining day of data without colour in project name
|
---|
1224 | neither in digital modules bits.
|
---|
1225 |
|
---|
1226 | * mpedestal/MPedCalcPedRun.[h,cc]
|
---|
1227 | - catch the continuous light runs with MRawRunHeader::fRunType
|
---|
1228 | == kRTCalibration to be recognized as effective pedestal runs.
|
---|
1229 |
|
---|
1230 |
|
---|
1231 | 2005/01/18 Thomas Bretz
|
---|
1232 |
|
---|
1233 | * mbase/MMath.cc:
|
---|
1234 | - added a check for s==0 in SignificanceLiMa, because otherwise the
|
---|
1235 | result is NaN
|
---|
1236 |
|
---|
1237 | * mfbase/MF.cc:
|
---|
1238 | - removed an obsolete debugging output from the latest changes
|
---|
1239 |
|
---|
1240 | * mhflux/MHAlpha.cc:
|
---|
1241 | - reset fHTime, too
|
---|
1242 |
|
---|
1243 |
|
---|
1244 |
|
---|
1245 | 2005/01/18 Nicola Galante
|
---|
1246 |
|
---|
1247 | * mtrigger/MFTriggerPattern.cc:
|
---|
1248 | - added parentesis to ensure bitwise operators priority
|
---|
1249 | with respect to logical operators.
|
---|
1250 |
|
---|
1251 |
|
---|
1252 | 2005/01/17 Thomas Bretz
|
---|
1253 |
|
---|
1254 | * manalysis/MEnergyEstimate.[h,cc]:
|
---|
1255 | - changed to be more general. Energy is now estimated from a rule
|
---|
1256 | (MDataChain) The default behaviour is still the same as before
|
---|
1257 | to copy the energy from MMcEvt
|
---|
1258 |
|
---|
1259 | * mbase/MTask.cc:
|
---|
1260 | - changed to write out the descriptor istead of the task-name only
|
---|
1261 | in Pre/PostProcess
|
---|
1262 |
|
---|
1263 | * mhbase/MH.cc:
|
---|
1264 | - initialize fSerialNumber and fNumExecutions in constructor
|
---|
1265 |
|
---|
1266 | * mhflux/MHFalseSource.cc:
|
---|
1267 | - according to a suggestion by Markus Mayer I have changed
|
---|
1268 | \\sigma_{max}=f to S_{max}=f\\sigma
|
---|
1269 |
|
---|
1270 | * mjobs/MJCalibrateSignal.cc:
|
---|
1271 | - as discussed with Markus and Abelardo fixed the MFTriggerPattern
|
---|
1272 | call.
|
---|
1273 |
|
---|
1274 | * mtrigger/MFTriggerPattern.cc, mtrigger/MTriggerPattern.cc,
|
---|
1275 | mtrigger/MTriggerPatternDecode.cc:
|
---|
1276 | - added some comment about file version
|
---|
1277 |
|
---|
1278 | * mbase/MFilter.h:
|
---|
1279 | - implemented new virtual function GetDataMember like in MData
|
---|
1280 |
|
---|
1281 | * mbase/MTask.[h,cc]:
|
---|
1282 | - when filter is added ass GetDataMember to branch list (should be
|
---|
1283 | obsolete, because filter is in the tasklist, but it should not hurt)
|
---|
1284 |
|
---|
1285 | * mfbase/MF.[h,cc], mfbase/MFDataChain.[h,cc], mfbase/MFDataMember.[h,cc],
|
---|
1286 | mfbase/MFilterList.[h,cc]:
|
---|
1287 | - implemented new function GetDataMember
|
---|
1288 |
|
---|
1289 |
|
---|
1290 |
|
---|
1291 | 2005/01/17 Markus Gaug
|
---|
1292 |
|
---|
1293 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
---|
1294 | - remove a situation where the high-gain signal can be 0.
|
---|
1295 |
|
---|
1296 | * mtrigger/MTriggerPattern.h
|
---|
1297 | - fixed a bug in defining the trigger bit pattern (Have to start
|
---|
1298 | from 0 instead of 1)
|
---|
1299 |
|
---|
1300 | * mjobs/MJPedestal.cc
|
---|
1301 | * mjobs/MJCalibrateSignal.cc
|
---|
1302 | - fixed default extraction ranges.
|
---|
1303 |
|
---|
1304 | * callisto.rc
|
---|
1305 | - fixed default weights files for pedestal extraction for cosmcis
|
---|
1306 |
|
---|
1307 | * mcalib/MCalibrationChargeCalc.cc
|
---|
1308 | - removed program exit on occurrance of multiple colours without
|
---|
1309 | intensity calibration
|
---|
1310 |
|
---|
1311 |
|
---|
1312 |
|
---|
1313 | 2005/01/17 Nadia Tonello and Markus Gaug
|
---|
1314 |
|
---|
1315 | * mcalib/MCalibrationChargeCam.cc
|
---|
1316 | - some fit improvements in the function GetAveragedConvFADC2PhotPerArea
|
---|
1317 |
|
---|
1318 |
|
---|
1319 |
|
---|
1320 | 2005/01/16 Markus Gaug
|
---|
1321 |
|
---|
1322 | * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationRelTimeCam.[h,cc],
|
---|
1323 | mhcalib/MHCalibrationChargeCam.[h,cc]
|
---|
1324 | - put overflow management and results camera initialization into
|
---|
1325 | base class
|
---|
1326 |
|
---|
1327 | * mcalib/MCalibrateData.[h,cc]
|
---|
1328 | - added possibility to re-normalize signal to equiv. photo-electrons
|
---|
1329 | ( SetSignalType(MCalibrateData::kPhe) ).
|
---|
1330 | Default is old version in photons
|
---|
1331 | - speed up Process by storing pre-calculated calibration constants
|
---|
1332 | in arrays (needed 40% of CPU time of the eventloop before, now: 23%)
|
---|
1333 | - added new pointer to different MCalibrationChargeCam used for
|
---|
1334 | updates
|
---|
1335 | - added possibility to update the conversion factors using the
|
---|
1336 | MCalibrationChargeCam stored in fCalibUpdate.
|
---|
1337 | - added Print() function
|
---|
1338 |
|
---|
1339 | * mcalib/MCalibCalcFromPast.[h,cc]
|
---|
1340 | - committed final version, now also in the Makefile
|
---|
1341 |
|
---|
1342 | * mjobs/MJCalibrateSignalFromOutside.[h,cc], macros/calibration.C
|
---|
1343 | - committed final version, now able to calibrate interlaced cal.
|
---|
1344 | events.
|
---|
1345 |
|
---|
1346 |
|
---|
1347 |
|
---|
1348 | 2005/01/14 Hendrik Bartko
|
---|
1349 |
|
---|
1350 | * msignal/calibration_weights_UV.dat
|
---|
1351 | - fixed a small bug in the noise autocorrelation of the AB-noise
|
---|
1352 |
|
---|
1353 | * msignal/calibration_weights_blue.dat
|
---|
1354 | - new weights file for blue calibration pulses
|
---|
1355 |
|
---|
1356 | * cosmics_weights.dat
|
---|
1357 | - fixed a small bug in the noise autocorrelation of the AB-noise
|
---|
1358 |
|
---|
1359 |
|
---|
1360 |
|
---|
1361 | 2005/01/14 Markus Gaug
|
---|
1362 |
|
---|
1363 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
---|
1364 | - added a small acceleration of the program, tested by Hendrik and
|
---|
1365 | me.
|
---|
1366 |
|
---|
1367 | * mpedestal/MPedCalcFromLoGain.cc
|
---|
1368 | - fixed one warning output which was not a real warning.
|
---|
1369 |
|
---|
1370 | * mcalib/MCalibrationChargeCam.cc
|
---|
1371 | - improved the function to calculate a mean conversion factor over
|
---|
1372 | the whole camera including a fit to the values.
|
---|
1373 |
|
---|
1374 | * mpedestal/MPedCalcPedRun.[h,cc]
|
---|
1375 | - undo some changes introduced by TB on 2/12/04 which had made the
|
---|
1376 | use of interlaced pedestal events impossible again.
|
---|
1377 | - Use now the new class MTriggerPattern directly to recognize an
|
---|
1378 | interlaced pedestal event.
|
---|
1379 |
|
---|
1380 |
|
---|
1381 |
|
---|
1382 | 2005/01/14 Thomas Bretz
|
---|
1383 |
|
---|
1384 | * callisto.cc:
|
---|
1385 | - fixed a typo in output
|
---|
1386 |
|
---|
1387 | * manalysis/MGeomApply.cc:
|
---|
1388 | - removed some old code already in comments
|
---|
1389 | - added possibility to switch off automatic processing (used
|
---|
1390 | if two different geometries around)
|
---|
1391 |
|
---|
1392 | * manalysis/MMultiDimDistCalc.cc, mhbase/MHMatrix.[h,cc],
|
---|
1393 | mranforest/MRanForestCalc.cc, mtools/MHSimulatedAnnealing.[h,cc],
|
---|
1394 | mtools/MSimulatedAnnealing.h:
|
---|
1395 | - added include of TVector because in newer root version it is
|
---|
1396 | not included from TMatrix anymore
|
---|
1397 |
|
---|
1398 | * mbase/BaseLinkDef.h, mbase/MMath.[h,cc]:
|
---|
1399 | - to stick to the convention of TMath in newer root versions MMath
|
---|
1400 | changed from a class to a namespace
|
---|
1401 |
|
---|
1402 | * mbase/MEvtLoop.[h,cc]:
|
---|
1403 | - to support newer root version added a second Write-function
|
---|
1404 | with a const qualifier.
|
---|
1405 |
|
---|
1406 | * mdata/MDataChain.cc:
|
---|
1407 | - changed access to TMath for newer root versions
|
---|
1408 |
|
---|
1409 | * mfileio/MChain.[h,cc]:
|
---|
1410 | - implemented a workaround for teh changed LoadTree definition
|
---|
1411 | in newer root-versions
|
---|
1412 |
|
---|
1413 | * mfileio/MReadTree.cc:
|
---|
1414 | - fixed a bug in CheckBranchSize caused some warning to be
|
---|
1415 | displayed
|
---|
1416 |
|
---|
1417 | * mhflux/MHAlpha.cc:
|
---|
1418 | - removed check for fResult in PostProcess (it is always there)
|
---|
1419 |
|
---|
1420 | * msignal/MExtractTimeFastSpline.cc:
|
---|
1421 | - fixed delete --> delete[]
|
---|
1422 |
|
---|
1423 | * mbadpixels/MBadPixelsCalc.cc:
|
---|
1424 | - slight change to some output
|
---|
1425 |
|
---|
1426 | * mbase/MTaskEnv.h:
|
---|
1427 | - set name of default task when pointer is given
|
---|
1428 |
|
---|
1429 | * mjobs/MJCalibrateSignal.cc:
|
---|
1430 | - fixed handling of extraction range for various cases
|
---|
1431 | - fixed handling in case no arrival times are calculated
|
---|
1432 |
|
---|
1433 | * mjobs/MJCalibration.cc:
|
---|
1434 | - write at least a default arrival time calibration container
|
---|
1435 | to make further processing easier
|
---|
1436 |
|
---|
1437 | * mjobs/MJPedestal.[h,cc]:
|
---|
1438 | - fixed handling of extraction range for various cases
|
---|
1439 |
|
---|
1440 |
|
---|
1441 |
|
---|
1442 | 2005/01/14 Abelardo Moralejo
|
---|
1443 |
|
---|
1444 | * mtemp/mpadova/macros/trainsubsample.C, RanForestDISP.C
|
---|
1445 | - added. Two macros used in the analysis of real wobble mode data.
|
---|
1446 |
|
---|
1447 |
|
---|
1448 |
|
---|
1449 | 2005/01/14 Daniela Dorner
|
---|
1450 |
|
---|
1451 | * macros/sql/filldotrun.C
|
---|
1452 | - added new arehucas-verions and changed code accordingly
|
---|
1453 |
|
---|
1454 |
|
---|
1455 |
|
---|
1456 | 2005/01/13 Abelardo Moralejo
|
---|
1457 |
|
---|
1458 | * macros/starmc.C
|
---|
1459 | - Added (commented) lines for the case of gamma MC source off-axis
|
---|
1460 | (wobble mode). Changed default extractor to
|
---|
1461 | MExtractFixedWindowPeakSearch.
|
---|
1462 |
|
---|
1463 |
|
---|
1464 |
|
---|
1465 | 2005/01/13 Raquel de los Reyes
|
---|
1466 |
|
---|
1467 | * callisto.rc
|
---|
1468 | - introduced several configuration lines
|
---|
1469 | (format: "class".DataCheck: No) to allow callisto
|
---|
1470 | to run with rawfiles. Necessary for the datacheck.
|
---|
1471 |
|
---|
1472 |
|
---|
1473 |
|
---|
1474 | 2005/01/13 Markus Gaug
|
---|
1475 |
|
---|
1476 | * mcalib/MCalibColorSet.cc
|
---|
1477 | - fixed runs 45605-45609
|
---|
1478 |
|
---|
1479 | * msignal/MExtractor.h
|
---|
1480 | - take out the variable fHiLoLast from the streamer. Will be
|
---|
1481 | initialized in the ReInit(), if needed
|
---|
1482 |
|
---|
1483 | * msignal/MExtractor.cc
|
---|
1484 | - Initialized fHiLoLast to 0. Otherwise, a second eventloop with
|
---|
1485 | the same extractor may have that variable set to a certain
|
---|
1486 | value, even if not desired. The ReInit() fixes fHiLoLast, if
|
---|
1487 | different from 0.
|
---|
1488 |
|
---|
1489 | * mpedestal/MExtractPedestal.cc
|
---|
1490 | * mpedestal/MPedCalcPedRun.cc
|
---|
1491 | * mpedestal/MPedCalcFromLoGain.cc
|
---|
1492 | - fix the output of the print to the correct value for the case
|
---|
1493 | that the extractor is used.
|
---|
1494 |
|
---|
1495 |
|
---|
1496 | 2005/01/13 Thomas Bretz
|
---|
1497 |
|
---|
1498 | * callisto.rc:
|
---|
1499 | - fixed some typos
|
---|
1500 |
|
---|
1501 | * mbase/MLog.cc:
|
---|
1502 | - unset DEBUG defined unintentionally
|
---|
1503 |
|
---|
1504 | * msignal/MExtractTimeAndChargeDigitalFilter.cc:
|
---|
1505 | - removed printing Weights in InitArrays, because otherwise
|
---|
1506 | the output of a full data calibration is totally crowded
|
---|
1507 | with numbers. Having the weights-file name on the display
|
---|
1508 | is perfectly enough.
|
---|
1509 |
|
---|
1510 |
|
---|
1511 |
|
---|
1512 | 2005/01/12 Markus Gaug
|
---|
1513 |
|
---|
1514 | * mcalib/MCalibrationIntensityRelTimeCam.cc
|
---|
1515 | - added fit to improve averageing of the obtained results
|
---|
1516 |
|
---|
1517 |
|
---|
1518 |
|
---|
1519 | 2005/01/12 Thomas Bretz
|
---|
1520 |
|
---|
1521 | * manalysis/MMatrixLoop.cc:
|
---|
1522 | - changed name to MRead because it now derives from MRead
|
---|
1523 |
|
---|
1524 | * mbase/MEvtLoop.[h,cc]:
|
---|
1525 | - implemented an option not to cascade the status display to the
|
---|
1526 | parameter list in PreProcess
|
---|
1527 |
|
---|
1528 | * mhflux/MHAlpha.cc:
|
---|
1529 | - changed name of "Significance" to "MinimizationValue"
|
---|
1530 | - return -significance to have a value being minimized
|
---|
1531 |
|
---|
1532 | * mhist/MHCamera.cc:
|
---|
1533 | - fixed output of text in legend
|
---|
1534 |
|
---|
1535 | * mhist/MHEvent.[h,cc]:
|
---|
1536 | - implemented new options for calibrated pedestals
|
---|
1537 |
|
---|
1538 | * mmain/MEventDisplay.cc:
|
---|
1539 | - fixed to support latest changes in MJCalibrateSignal
|
---|
1540 |
|
---|
1541 | * mpedestal/MPedPhotCam.cc:
|
---|
1542 | - added new options in GetPixelContent (4 and 5) to support
|
---|
1543 | a correct camera display
|
---|
1544 |
|
---|
1545 | * mjobs/MJCalibrateSignal.cc:
|
---|
1546 | - fixed display of calibrated pedestal and pedestal rms
|
---|
1547 | - changed order of plots. Now all interpolated values
|
---|
1548 | (means all calibrated values which are bad-pixel treated)
|
---|
1549 | are displayed behind the unsuitable pixels.
|
---|
1550 |
|
---|
1551 | * mjobs/MJ*.cc:
|
---|
1552 | - corrected all wrong %06d to %08d to fit the number of
|
---|
1553 | digits in run-numbers
|
---|
1554 |
|
---|
1555 |
|
---|
1556 |
|
---|
1557 | 2005/01/11 Abelardo Moralejo
|
---|
1558 |
|
---|
1559 | * mjobs/Makefile
|
---|
1560 | - added missing include -I ../mtrigger
|
---|
1561 |
|
---|
1562 |
|
---|
1563 |
|
---|
1564 | 2005/01/11 Thomas Bretz
|
---|
1565 |
|
---|
1566 | * callisto.cc, callisto.rc:
|
---|
1567 | - changed such, that all three kinds of pedestals are calcualted
|
---|
1568 | (usefull for studies)
|
---|
1569 |
|
---|
1570 | * manalysis/MMatrixLoop.[h,cc]:
|
---|
1571 | - derived from MRead
|
---|
1572 | - implemented some basic functions from MRead
|
---|
1573 |
|
---|
1574 | * mfilter/MFCosmics.[h,cc]:
|
---|
1575 | - allow setting of name of MPedestalCam
|
---|
1576 |
|
---|
1577 | * mhbase/MBinning.[h,cc]:
|
---|
1578 | - added SetEdges taking MParList as input
|
---|
1579 |
|
---|
1580 | * mhflux/MHAlpha.cc:
|
---|
1581 | - use new function from MBinning
|
---|
1582 |
|
---|
1583 | * mjobs/MJCalibrateSignal.[h,cc]:
|
---|
1584 | - changed to calculate all three kinds of pedestals
|
---|
1585 | - added filters for trigger pattern and illuminated events
|
---|
1586 |
|
---|
1587 | * mjobs/MJPedestal.cc:
|
---|
1588 | - give different names to tabs with different pedestals
|
---|
1589 |
|
---|
1590 | * mjobs/MJStar.cc:
|
---|
1591 | - on request changed used pedestal from "FromExtractor" to
|
---|
1592 | "FromExtractorRndm"
|
---|
1593 |
|
---|
1594 | * mtrigger/MTriggerPattern.h:
|
---|
1595 | - added Reset function
|
---|
1596 |
|
---|
1597 | * mtrigger/MTriggerPatternDecode.[h,cc]:
|
---|
1598 | - added using file format version number
|
---|
1599 |
|
---|
1600 |
|
---|
1601 |
|
---|
1602 | 2005/01/11 Markus Gaug
|
---|
1603 |
|
---|
1604 | * mbadpixels/MBadPixelsPix.cc
|
---|
1605 | - updated documentation
|
---|
1606 |
|
---|
1607 | * mcalib/MCalibrationChargeCalc.cc
|
---|
1608 | - make pixels with deviating number of phes unreliable instead of
|
---|
1609 | unsuitable (this was already thought so, but missed to modify
|
---|
1610 | at one place).
|
---|
1611 |
|
---|
1612 | * mhcalib/MHCalibrationCam.[h,cc]
|
---|
1613 | - add possible flag 'kInterlaced': default: kFALSE (like before)
|
---|
1614 | - added pointer to MRawEvtHeader to deny cosmics events in case
|
---|
1615 | of 'interlaced' flag is set. No changes for 'normal' calibration
|
---|
1616 |
|
---|
1617 |
|
---|
1618 |
|
---|
1619 | 2005/01/10 Benjamin Riegel
|
---|
1620 |
|
---|
1621 | * mreport/MReportStarguider.cc, mreport/MReportStarguider.h
|
---|
1622 | - added two classes for implementing starguider-data
|
---|
1623 |
|
---|
1624 | * mreport/ReportLinkDef.h
|
---|
1625 | - added class MReportStarguider to be linked:
|
---|
1626 | #pragma link C++ class MReportStarguider+;
|
---|
1627 |
|
---|
1628 | * mreport/Makefile
|
---|
1629 | - added file MReportStarguider.cc
|
---|
1630 |
|
---|
1631 | * merpp.cc
|
---|
1632 | - added two containers ( MReportStarguider, MTimeStarguider ) and
|
---|
1633 | added MReportStarguider to the list:
|
---|
1634 | w->AddContainer("MReportStarguider", "Starguider");
|
---|
1635 | w->AddContainer("MTimeStarguider", "Starguider");
|
---|
1636 | r->AddToList("MReportStarguider");
|
---|
1637 |
|
---|
1638 |
|
---|
1639 |
|
---|
1640 | 2005/01/10 Markus Gaug
|
---|
1641 |
|
---|
1642 | * mcalib/MCalibColorSet.cc
|
---|
1643 | - return kFALSE for CL-run instead of kTRUE
|
---|
1644 |
|
---|
1645 | * mcalib/MCalibrationChargeCalc.cc
|
---|
1646 | - stop program in case that multiple colours are found in same file
|
---|
1647 | without intensity calibration
|
---|
1648 |
|
---|
1649 | * mbadpixels/MBadPixelsPix.h
|
---|
1650 | - added two new possible UnCalibrated_t flags for the hi-lo
|
---|
1651 | calibration
|
---|
1652 |
|
---|
1653 | * macros/calibration.C
|
---|
1654 | - add the calls to:
|
---|
1655 | MArray::Class()->IgnoreTObjectStreamer();
|
---|
1656 | MParContainer::Class()->IgnoreTObjectStreamer();
|
---|
1657 | in main.
|
---|
1658 |
|
---|
1659 | * msignal/MExtractor.h
|
---|
1660 | - added Getter for fOffsetLoGain (was still missing)
|
---|
1661 |
|
---|
1662 | * mhcalib/MHCalibrationChargeCam.[h,cc]
|
---|
1663 | - remove pixels with histogram overflow only if their percentage
|
---|
1664 | passes a certain limit (default: 0.5%). Before, every overflow
|
---|
1665 | lead to an unsuitable pixel.
|
---|
1666 |
|
---|
1667 | * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
|
---|
1668 | - implemented changes suggested by T.B. to speed up calculations
|
---|
1669 | - take fNameWeightsFile into the streamer, otherwise the Clone()
|
---|
1670 | will always create an extractor with cosmic's weights.
|
---|
1671 | - set fOffsetLoGain to a slighly higher value. The DF seems to
|
---|
1672 | have a different offset since it uses different pulse shapes
|
---|
1673 | and thus sightly different time definitions.
|
---|
1674 |
|
---|
1675 |
|
---|
1676 |
|
---|
1677 | 2005/01/10 Thomas Bretz
|
---|
1678 |
|
---|
1679 | * mhvstime/MHVsTime.cc:
|
---|
1680 | - fixed a compiler error for gcc 2.95.3, see Mantis bug # 157
|
---|
1681 |
|
---|
1682 | * callisto.cc:
|
---|
1683 | - changed such, that the calculated pedestal is not random
|
---|
1684 | anymore
|
---|
1685 | - added code to calculate the pedestal also with randomization,
|
---|
1686 | but this code is for the moment commented out.
|
---|
1687 |
|
---|
1688 | * callisto.rc:
|
---|
1689 | - fixed naming of pedestal calculation
|
---|
1690 |
|
---|
1691 | * mbadpixels/MBadPixelsCalc.cc:
|
---|
1692 | - added a second check which compares the pedestal rms with
|
---|
1693 | the variance of the pedestal rms in the same sector
|
---|
1694 |
|
---|
1695 | * mjobs/MJCalibrateSignal.[h,cc]:
|
---|
1696 | - changed to calculate the pedestal from extractor without
|
---|
1697 | randomization
|
---|
1698 | - added code to calculate the pedestal also with randomization,
|
---|
1699 | but this code is for the moment commented out.
|
---|
1700 |
|
---|
1701 | * mjobs/MJCalibration.cc:
|
---|
1702 | - made sure that pedcam always has the correct name
|
---|
1703 | (FIXME? Print a warning if it has the wrong name)
|
---|
1704 |
|
---|
1705 | * mjobs/MJPedestal.[h,cc]:
|
---|
1706 | - changed such, that it allows the calculation of pedestals
|
---|
1707 | in three different ways (fundamental, fromextractor,
|
---|
1708 | fromextractorrndm)
|
---|
1709 | - therefor removed SetExtractorResolution and added
|
---|
1710 | + void SetExtractionFundamental()
|
---|
1711 | + void SetExtractionWithExtractorRndm()
|
---|
1712 | + void SetExtractionWithExtractor()
|
---|
1713 |
|
---|
1714 | * mjobs/MJStar.cc:
|
---|
1715 | - changed/fixed the input name of the MPedPhotCam used in the
|
---|
1716 | image cleaning
|
---|
1717 |
|
---|
1718 | * mraw/MRawFileRead.[h,cc]:
|
---|
1719 | - changed return type of OpenNextFile
|
---|
1720 | - in some cases return kERROR in OpenNextFile to abort the Processing
|
---|
1721 | with an error
|
---|
1722 |
|
---|
1723 | * mraw/MRawRunHeader.cc:
|
---|
1724 | - call a wrong file format version ERROR now
|
---|
1725 |
|
---|
1726 | * mhflux/MAlphaFitter.[h,cc]:
|
---|
1727 | - make sure that resetted values are returned if fit failed
|
---|
1728 | - set default scaling too kOffRegion
|
---|
1729 |
|
---|
1730 | * mhflux/MHAlpha.cc:
|
---|
1731 | - some small fixes to handling of MHAlphaOff
|
---|
1732 |
|
---|
1733 | * mhflux/MHFalseSource.[h,cc]:
|
---|
1734 | - implemented possible usage of MHFalsSourceOff for On-Off-Analysis
|
---|
1735 | - updated display accordingly
|
---|
1736 | - updated fit accordingly
|
---|
1737 | - removed catalog temporarily from plots until I found the
|
---|
1738 | reason for the strange crashes
|
---|
1739 |
|
---|
1740 | * mbadpixels/MBadPixelCalc.[h,cc]:
|
---|
1741 | - implemented the possibility to check the pedestal rms against the
|
---|
1742 | variance of the pedstal rms, too. The option is curretly switched
|
---|
1743 | off.
|
---|
1744 | - enahanced informal output in PreProcess
|
---|
1745 |
|
---|
1746 | * mbase/MTaskList.cc:
|
---|
1747 | - a little change to some output
|
---|
1748 |
|
---|
1749 |
|
---|
1750 |
|
---|
1751 | 2005/01/10 Wolfgang Wittek
|
---|
1752 |
|
---|
1753 | * mfbase/MFEventSelector2.cc
|
---|
1754 | - check whether filter exists before calling
|
---|
1755 | filter->CallPreProcess(parlist)
|
---|
1756 |
|
---|
1757 |
|
---|
1758 |
|
---|
1759 | 2005/01/08 Markus Gaug
|
---|
1760 |
|
---|
1761 | * mhcalib/MHCalibrationHiLoCam.[h,cc]
|
---|
1762 | * mcalib/MCalibrationHiLoCam.[h,cc]
|
---|
1763 | * mcalib/MCalibrationHiLoPix.[h,cc]
|
---|
1764 | * mcalib/MIntensityCalibrationHiLoCam.[h,cc]
|
---|
1765 | * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
|
---|
1766 | mcalib/CalibLinkDef.h
|
---|
1767 | - new classes for calibration of conversion high-gain vs. low-gain
|
---|
1768 |
|
---|
1769 | * msignal/MExtractedSignalPix.[h,cc]
|
---|
1770 | - added data member fChisquare, set to -1. by Clear() and Reset()
|
---|
1771 | - raised version number by 1
|
---|
1772 |
|
---|
1773 | * msignal/MExtractedSignalCam.[h,cc]
|
---|
1774 | - added data member fNdf, set to -1 by default
|
---|
1775 | - new function: GetProb(const Int_t pixidx) to be called to
|
---|
1776 | calculate the joint probability of Chisquare of pixel "pixidx"
|
---|
1777 | and fNdf
|
---|
1778 | - added documentation of data members
|
---|
1779 | - raised version number by 1
|
---|
1780 |
|
---|
1781 | * mhcalib/MHCalibrationChargeCam.cc
|
---|
1782 | - strengthened default histogram limits a bit, should accelerate
|
---|
1783 | the calibration by 20%.
|
---|
1784 |
|
---|
1785 | * mjobs/MJCalibrateSignalFromOutside.cc
|
---|
1786 | - fixed two lines to compile MCalibrateData with the recent changes
|
---|
1787 | by TB
|
---|
1788 |
|
---|
1789 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
---|
1790 | - fixed two bugs introduced yesterday by TB.
|
---|
1791 |
|
---|
1792 | * msignal/MExtractTimeAndChargeSpline.cc
|
---|
1793 | * msignal/MExtractTimeAndChargeSlidingWindow.cc
|
---|
1794 | - adopt part of TB's speed accelerations into these classes
|
---|
1795 |
|
---|
1796 | * msignal/MExtractTimeAndCharge.cc
|
---|
1797 | - fix the low-gain extraction window for the case that the high-gain
|
---|
1798 | is saturated. Was skipped so far.
|
---|
1799 |
|
---|
1800 |
|
---|
1801 |
|
---|
1802 | 2005/01/07 Markus Gaug
|
---|
1803 |
|
---|
1804 | * msignal/MExtractFixedWindowPeakSearch.[h,cc]
|
---|
1805 | - catch the case that more than 90% of the pixels have saturated
|
---|
1806 | signals and fix the extraction window from the occurrance of
|
---|
1807 | saturation, then. Important for high-intensity calibration events.
|
---|
1808 |
|
---|
1809 |
|
---|
1810 | * msignal/MExtractor.cc
|
---|
1811 | * msignal/MExtractTime.cc
|
---|
1812 | * msignal/MExtractTimeAndCharge.cc
|
---|
1813 | - added some documentation
|
---|
1814 |
|
---|
1815 | * msignal/MExtractTime.[h,cc]
|
---|
1816 | - moved the empty function FindTimeHiGain() and FindTimeLoGain() to
|
---|
1817 | the header-file.
|
---|
1818 |
|
---|
1819 |
|
---|
1820 |
|
---|
1821 |
|
---|
1822 | 2005/01/07 Abelardo Moralejo
|
---|
1823 |
|
---|
1824 | * mbase/MLog.h
|
---|
1825 | - Added #include "TSystem.h", otherwise gSystem is not recognized
|
---|
1826 | in Mac OSX.
|
---|
1827 |
|
---|
1828 | * manalysis/MMakePadHistograms.cc
|
---|
1829 | - Changed badcalc.SetNamePedPhotContainer to
|
---|
1830 | badcalc.SetNamePedPhotCam
|
---|
1831 |
|
---|
1832 |
|
---|
1833 |
|
---|
1834 | 2005/01/07 Thomas Bretz
|
---|
1835 |
|
---|
1836 | * mbadpixels/MBadPixelsCalc.[h,cc], macros/ONOFFAnalaysis.C:
|
---|
1837 | - replaced PedPhotContainer by PedPhotCam for consistency
|
---|
1838 |
|
---|
1839 | * mbase/MLog.[h,cc]:
|
---|
1840 | - return *this in Seperator()
|
---|
1841 |
|
---|
1842 | * mbase/MPrint.[h,cc]:
|
---|
1843 | - use new separator manipulator in PreProcess
|
---|
1844 | - fixed a type: separator instead of seperator
|
---|
1845 |
|
---|
1846 | * mfileio/MReadTree.[h,cc]:
|
---|
1847 | - added a check for branch->IsAutoDelete() in Notify()
|
---|
1848 |
|
---|
1849 | * mpedestal/MExtractPedestal.[h,cc]:
|
---|
1850 | - added new option 'fRandomCalculation' be used to switch on-/off-
|
---|
1851 | randomization in extractors, the default should be like before
|
---|
1852 | - added Process() calling Calc()
|
---|
1853 |
|
---|
1854 | * mpedestal/MPedCalcFromLoGain.[h,cc], mpedestal/MPedCalcPedRun.[h,cc]:
|
---|
1855 | - renamed Process() to Calc()
|
---|
1856 |
|
---|
1857 | * Makefile:
|
---|
1858 | - removed macros/calibration.C, which seems to have been
|
---|
1859 | unintantionally introduced.
|
---|
1860 |
|
---|
1861 | * manalysis/Makefile:
|
---|
1862 | - removed unintantionally introduced wrong include
|
---|
1863 |
|
---|
1864 | * msignal/MExtractTimeAndChargeDigitalFilter.cc:
|
---|
1865 | - a small acceleration discussed with Hendrik by replacing a
|
---|
1866 | counter in a loop by pointer arithmetics
|
---|
1867 |
|
---|
1868 | * mraw/MRawEvtPixelIter.cc:
|
---|
1869 | - fixed a bug in GetMaxIdxHiLoGain which caused the loop to
|
---|
1870 | read one byte behind the end of the array
|
---|
1871 | - fixed HasLoGain() which really did weired things, means accessing
|
---|
1872 | sometimes memory somewhere. This could theoretically result
|
---|
1873 | in assigning the wrong lo-gains to the wrong pixels.
|
---|
1874 |
|
---|
1875 | * mtrigger/MTriggerPattern.[h,cc], mtrigger/MTriggerPatternDecode.[h,cc],
|
---|
1876 | mtrigger/MFTriggerPattern.[h,cc]:
|
---|
1877 | - added
|
---|
1878 |
|
---|
1879 | * mtrigger/Makefile, mtrigger/TriggerLinkDef.h:
|
---|
1880 | - added MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
|
---|
1881 |
|
---|
1882 | * manalysis/MEnergyEstParam.h:
|
---|
1883 | - added a new function SetVariables calling SetCoeff
|
---|
1884 |
|
---|
1885 | * mcalib/MCalibrateData.[h,cc]:
|
---|
1886 | - removed data members for container names
|
---|
1887 | - added new lists for container names
|
---|
1888 | - allow to calibrate more than one pedestal container at the same
|
---|
1889 | time
|
---|
1890 |
|
---|
1891 | * mjobs/MJCalibrateSignal.cc:
|
---|
1892 | - changed accordingly
|
---|
1893 |
|
---|
1894 |
|
---|
1895 |
|
---|
1896 | 2005/01/05 Thomas Bretz
|
---|
1897 |
|
---|
1898 | * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc,
|
---|
1899 | mhcalib/MHCalibrationRelTimeCam.cc:
|
---|
1900 | - made some output lines fit into convinience window of 80 col
|
---|
1901 |
|
---|
1902 | * mhist/MHCamEvent.cc:
|
---|
1903 | - make sure that x-axis has correct title
|
---|
1904 |
|
---|
1905 | * msignal/MArrivalTimePix.cc:
|
---|
1906 | - init error to -1 which is a obviously non valid value
|
---|
1907 | - fixed IsValid() which gave wrong results
|
---|
1908 |
|
---|
1909 | * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc:
|
---|
1910 | - made sure that LoGain is flagged non-valid if no lo-gain exists
|
---|
1911 | - push time back at the edge of the allowed limits if outside
|
---|
1912 |
|
---|
1913 | * mbase/MGList.[h,cc]:
|
---|
1914 | - introduced new functions Delete and DeletePictures
|
---|
1915 | - SetBit(kMustCleanup) in constructor. Otherwise it is not
|
---|
1916 | correctly removed from ListOfCleanups
|
---|
1917 |
|
---|
1918 | * mbase/MLog.cc:
|
---|
1919 | - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned
|
---|
1920 | from the list
|
---|
1921 |
|
---|
1922 | * mbase/MParContainer.[h,cc]:
|
---|
1923 | - replaced return type of GetDescriptor by TString. The old version
|
---|
1924 | was terribly wrong! The returned memory wasn't removed as soon
|
---|
1925 | as the function returned.
|
---|
1926 |
|
---|
1927 | * mbase/MStatusDisplay.[h,cc]:
|
---|
1928 | - for security (thread safty) replaced all Form() by MString::Form()
|
---|
1929 | - implemented a more secure scheme of Closing (Clone()) this was
|
---|
1930 | a hint given by valgrind
|
---|
1931 | - set kMustCleanup for all new object in ClonePad not only kCanDelete
|
---|
1932 | - fixed some lines in pulldown-menus
|
---|
1933 | - add TPads to ListOfCleanups in ClonePad (workaround!)
|
---|
1934 |
|
---|
1935 | * mbase/MString.[h,cc]:
|
---|
1936 | - implemented a new static Form() function returning a copy of
|
---|
1937 | the result
|
---|
1938 |
|
---|
1939 | * mbase/MTask.[h,cc]:
|
---|
1940 | - replaced return type of GetDescriptor by TString. The old version
|
---|
1941 | was terribly wrong! The returned memory wasn't removed as soon
|
---|
1942 | as the function returned.
|
---|
1943 | - Made GetDescriptor thread safe using MString::Form
|
---|
1944 |
|
---|
1945 | * mfileio/MWriteRootFile.cc:
|
---|
1946 | - Use GetDescriptor().Data() when using any kind of printf function
|
---|
1947 |
|
---|
1948 | * mhbase/MFillH.cc:
|
---|
1949 | - replaced string concatenation in all constructors by a Form
|
---|
1950 | (also suggested by valgrind)
|
---|
1951 |
|
---|
1952 | * mhcalib/MHCalibrationRelTimeCam.cc:
|
---|
1953 | - made some output fit into 80col boundary
|
---|
1954 |
|
---|
1955 |
|
---|
1956 |
|
---|
1957 |
|
---|
1958 | 2005/01/03 Thomas Bretz (HAPPY NEW YEAR)
|
---|
1959 |
|
---|
1960 | * mfht:
|
---|
1961 | - added new directory for hexagonal fourier transformation
|
---|
1962 |
|
---|
1963 | * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc],
|
---|
1964 | mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc],
|
---|
1965 | mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc],
|
---|
1966 | mhft/Makefile:
|
---|
1967 | - added
|
---|
1968 |
|
---|
1969 | * macros/extendcam.C:
|
---|
1970 | - added: tutorial for MGeomCamExtend
|
---|
1971 |
|
---|
1972 | * macros/hft.C:
|
---|
1973 | - added: tutorial for MHexgonalFTCalc
|
---|
1974 |
|
---|
1975 | * macros/dohtml.C:
|
---|
1976 | - updated
|
---|
1977 |
|
---|
1978 | * macros/rootlogon.C:
|
---|
1979 | - updated
|
---|
1980 |
|
---|
1981 | * Makefile:
|
---|
1982 | - mhft added
|
---|
1983 |
|
---|
1984 | * mbase/MParContainer.cc, mbase/MLog.cc:
|
---|
1985 | - added a pre-compiler option for destructor debugging
|
---|
1986 |
|
---|
1987 | * mbase/MTaskList.[h,cc]:
|
---|
1988 | - added new function Replace
|
---|
1989 |
|
---|
1990 | * mdata/MDataChain.cc, mfbase/MF.cc:
|
---|
1991 | - shortened some output
|
---|
1992 |
|
---|
1993 | * mdata/MDataArray.[h,cc]:
|
---|
1994 | - added new function FindRule
|
---|
1995 |
|
---|
1996 | * mfileio/MReadTree.[h,cc]:
|
---|
1997 | - enhanced functionality to be able to read a TTree stored in memory
|
---|
1998 | instead of a file. Therefor introduced fTree which is now the pointer
|
---|
1999 | used and replaced fChain where TTree and TChain have common behaviour.
|
---|
2000 | Where they behave uncommon new code for the new case has been added.
|
---|
2001 |
|
---|
2002 | * mfileio/MWriteRootFile.[h,cc]:
|
---|
2003 | - enhanced functionality to be able to write a TTree into memory
|
---|
2004 | instead of a file. This were maily bugfixes for the case fOut==0, which
|
---|
2005 | must be handled correctly. Becarefull a tree filles without a file
|
---|
2006 | is not deleted automatically!
|
---|
2007 |
|
---|
2008 | * mhbase/MBinning.h:
|
---|
2009 | - added copy constructor
|
---|
2010 | - fixed buggy SetEdges(MBinning&) which didn't work
|
---|
2011 |
|
---|
2012 | * mhbase/MHMatrix.cc:
|
---|
2013 | - when adding a new rule check first if the same rule already exists
|
---|
2014 |
|
---|
2015 | * mhflux/MAlphaFitter.[h,cc]:
|
---|
2016 | - added new functionality to support on-off analysis
|
---|
2017 | - didn't touch existing code
|
---|
2018 |
|
---|
2019 | * mhflux/MHAlpha.[h,cc]:
|
---|
2020 | - added new functionality to support on-off analysis
|
---|
2021 | - replaced Fit() calls by newer function calls
|
---|
2022 | - added DrawAll - PRELIMINARY
|
---|
2023 | - fixed a bug when projecting - may be the reson for some strange
|
---|
2024 | crashes
|
---|
2025 |
|
---|
2026 | * mcalib/MCalibColorSet.cc:
|
---|
2027 | - fixed a stupid bug introduced last year, which caused MCalibColorSet
|
---|
2028 | in some circumstances to stop the eventloop when it shouldn't
|
---|
2029 |
|
---|
2030 | * mjobs/MSequence.cc:
|
---|
2031 | - expand path names
|
---|
2032 |
|
---|