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