1 | Please do not write behind the end of line tag so that it is possible
|
---|
2 | to send a Changelog file to a line printer directly. Thanks.
|
---|
3 |
|
---|
4 | For your entries please follow EXACTLY this style:
|
---|
5 |
|
---|
6 | _yyyy/mm/dd_[Your Name]
|
---|
7 | _
|
---|
8 | ___*_filename:
|
---|
9 | _____-_description
|
---|
10 | _
|
---|
11 | ___*_filename2, filename3:
|
---|
12 | _____-_description
|
---|
13 | _
|
---|
14 | _
|
---|
15 | _
|
---|
16 |
|
---|
17 | While an underscore is a placeholder for a white-space or an empty line.
|
---|
18 |
|
---|
19 | -*-*- END OF LINE -*-*-
|
---|
20 |
|
---|
21 | 2007/08/20 Thomas Bretz
|
---|
22 |
|
---|
23 | * .rootrc:
|
---|
24 | - added some comments about defaults
|
---|
25 | - set the ShowEventStatus for the canvases to yes as default
|
---|
26 |
|
---|
27 | * sponde.cc:
|
---|
28 | - removed the refill option (it was just a dummy)
|
---|
29 | - removed the accurate option. It didn't give more accurate
|
---|
30 | results at all
|
---|
31 |
|
---|
32 | * mbase/MStatusDisplay.[h,cc]:
|
---|
33 | - added an update option to SetProgressBarPosition
|
---|
34 |
|
---|
35 | * mhflux/MMcSpectrumWeight.[h,cc]:
|
---|
36 | - allow to give a container name to GetFormula*
|
---|
37 | - changed default for spectral slope from -9 to -99
|
---|
38 | - allow to give integral range to GetSpec*Integral
|
---|
39 | - added a new member function CompeleteEnergySpectrum which completes
|
---|
40 | a simulated spectrum starting at an energy fEnergyMin down to
|
---|
41 | an energy emin.
|
---|
42 | - added two options ("new" and "old") to Print function
|
---|
43 | - do not stop anymore if lower energy boundary changes
|
---|
44 |
|
---|
45 | * mjobs/MJSpectrum.[h,cc]:
|
---|
46 | - cleaned the code in general
|
---|
47 | - removed fRefill (was not used in the code at all)
|
---|
48 | - added MJSpectrum to global ListOfCleanups to handle
|
---|
49 | the display more properly
|
---|
50 | - removed reading of the first (it was the second!)
|
---|
51 | MMcCorsikaRunHeader. It is now read for each file individually
|
---|
52 | - The read monte carlo events are now weighted with the mc
|
---|
53 | production area (events per area)
|
---|
54 | - incomplete (to lower energies) spectra are completed
|
---|
55 | - removed accurate mode, it was not more accurate
|
---|
56 | - we fit the spectrum now from the first to the last bin
|
---|
57 | - for comparison crab and 1553 are plotted
|
---|
58 | - changed the processing such that first the MCs are processed
|
---|
59 | and then the spectrum is refilled
|
---|
60 | - now the MC distribution from OriginalMC is read only once
|
---|
61 | - added new tab showing the basic event distribution
|
---|
62 |
|
---|
63 |
|
---|
64 |
|
---|
65 | 2007/08/19 Thomas Bretz
|
---|
66 |
|
---|
67 | * mbase/MStatusDisplay.cc:
|
---|
68 | - fixed the fix of the strange crashes. Now fBatch is added to
|
---|
69 | the ListOfCleanups instead of removing the newly created canvas
|
---|
70 | from the global list of canvases
|
---|
71 |
|
---|
72 | * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
|
---|
73 | mimage/MHImagePar.cc, mimage/MHNewImagePar.cc:
|
---|
74 | - enables a lot of grids
|
---|
75 |
|
---|
76 | * mhbase/MBinning.[h,cc]:
|
---|
77 | - addec constructor with a TArrayD
|
---|
78 |
|
---|
79 | * mhbase/MH.[h,cc]:
|
---|
80 | - added two new member functions GetRange and GetRangeUser
|
---|
81 |
|
---|
82 | * mjoptim/MJOptimizeDisp.[h,cc]:
|
---|
83 | - added new option UseThetaSq
|
---|
84 |
|
---|
85 | * mjoptim/MJOptimizeEnergy.[h,cc]:
|
---|
86 | - added possibility to use also logarithmic fits
|
---|
87 |
|
---|
88 | * mmc/MMcCorsikaRunHeader.cc:
|
---|
89 | - improved Print function
|
---|
90 |
|
---|
91 | * msignal/MExtractTimeAndChargeSpline.cc:
|
---|
92 | - initialize rise and fall time as suggested by valgrind
|
---|
93 |
|
---|
94 | * mtools/MChisqEval.[h,cc]:
|
---|
95 | - implemented the possibility to use weights
|
---|
96 |
|
---|
97 |
|
---|
98 |
|
---|
99 |
|
---|
100 | 2007/08/18 Thomas Bretz
|
---|
101 |
|
---|
102 | * sponde.cc:
|
---|
103 | - added new option --force-theta
|
---|
104 |
|
---|
105 | * mbase/MEnv.[h,cc], mjobs/MSequence.[h,cc], mjobs/MDataSet.[h,cc]:
|
---|
106 | - GetName noe returns only the filename not the whole path. The
|
---|
107 | old behaviour made it impossible to access the container from
|
---|
108 | the file.
|
---|
109 | - GetRcName now returns the whole path/name.
|
---|
110 | - Print now outputs also path and file-name
|
---|
111 |
|
---|
112 | * mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc:
|
---|
113 | - fixed typos in comments
|
---|
114 |
|
---|
115 | * mhflux/MHCollectionArea.cc:
|
---|
116 | - reset fCorsikaVersion to 0 in PreProcess
|
---|
117 | - print old and new Cosika version if mismatch is found
|
---|
118 |
|
---|
119 | * mhflux/MMcSpectrumWeight.cc:
|
---|
120 | - replaced the %.16f by %.16e. This is more accurate in cases
|
---|
121 | with high exponents
|
---|
122 | - added some sample/test code to weight the Zenith Angle
|
---|
123 | according to the sin-distribution produced by Corsika.
|
---|
124 | Currently not in use
|
---|
125 |
|
---|
126 | * mjobs/MJSpectrum.cc:
|
---|
127 | - removed the simple/accurate mode. There is now reason why
|
---|
128 | the previous "accurate"-mode should be more accurate at all.
|
---|
129 | It is only slower
|
---|
130 | - Reading the OriginalMC tree now is done such that the
|
---|
131 | events are properly weighted by the production area. This
|
---|
132 | allowes to use different impact paramters from dfferent files.
|
---|
133 | - a check has been implemented which compared the zenith angle
|
---|
134 | distribution of the data and the resulting monte carlo data.
|
---|
135 | Execution of the program can be forced with a new option.
|
---|
136 | - write more information to output file.
|
---|
137 | - added a new tab showing the vent distribution without weights
|
---|
138 |
|
---|
139 |
|
---|
140 |
|
---|
141 | 2007/08/17 Thomas Bretz
|
---|
142 |
|
---|
143 | * sponde.cc:
|
---|
144 | - removed switch for simple and accurate mode
|
---|
145 |
|
---|
146 | * mbase/MMath.cc:
|
---|
147 | - fixed a problem in LiMaExc which could result in NaN
|
---|
148 | (if signal and background is 0)
|
---|
149 |
|
---|
150 | * mbase/MStatusDisplay.cc:
|
---|
151 | - remove canvases in batch-mode from the global list of canvases,
|
---|
152 | this could result in crahses if two canvases in the display
|
---|
153 | had the same name
|
---|
154 |
|
---|
155 | * mhflux/MHCollectionArea.[h,cc]:
|
---|
156 | - output the maximum impact found in Finalize
|
---|
157 |
|
---|
158 | * mhflux/MHEnergyEst.cc:
|
---|
159 | - made the y-axis in the Eest vs Emc plot logarithmic
|
---|
160 |
|
---|
161 |
|
---|
162 |
|
---|
163 | 2007/08/16 Markus Meyer
|
---|
164 |
|
---|
165 | * resources/calibration.rc:
|
---|
166 | - update of muon calibration factors for the periods 41 to 50
|
---|
167 |
|
---|
168 |
|
---|
169 |
|
---|
170 | 2007/08/15 Thomas Bretz
|
---|
171 |
|
---|
172 | * mhflux/MHEnergyEst.cc:
|
---|
173 | - exchanged x- and y-contents of Eest vs Emc hist. It turned out
|
---|
174 | that it was wrong.
|
---|
175 |
|
---|
176 | * mjobs/MDataSet.[h,cc]:
|
---|
177 | - added member functions AddFiles filling a MDirIter
|
---|
178 |
|
---|
179 | * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
|
---|
180 | - updated the disp-parametrization after fixing the lo-gain bug
|
---|
181 | - fixed a bug in the quality cuts (all showers with saturating
|
---|
182 | hi-gains were removed)
|
---|
183 |
|
---|
184 | * mhbase/MH3.cc:
|
---|
185 | - allow to split the histogram name and the binning name
|
---|
186 | - set a different line color in case of the "same" option
|
---|
187 |
|
---|
188 | * mjobs/MJCut.cc:
|
---|
189 | - show distribution of observation time for on and off data
|
---|
190 |
|
---|
191 | * mjoptim/MJOptimizeCuts.cc, mjoptim/MJOptimizeDisp.cc,
|
---|
192 | mjoptim/MJOptimizeEnergy.cc:
|
---|
193 | - added display to output
|
---|
194 |
|
---|
195 | * macros/optim/optimenergy.C, macros/optim/optimonoff.C,
|
---|
196 | macros/optim/optimwobble.C:
|
---|
197 | - added example how to write output file
|
---|
198 |
|
---|
199 |
|
---|
200 |
|
---|
201 | 2007/08/13 Thomas Bretz
|
---|
202 |
|
---|
203 | * mjobs/MJSpectrum.cc:
|
---|
204 | - fixed reading of Binning* from ganymed*.file
|
---|
205 |
|
---|
206 |
|
---|
207 |
|
---|
208 | 2007/08/11 Thomas Bretz
|
---|
209 |
|
---|
210 | * mhflux/MHAlpha.cc:
|
---|
211 | - on special request omega has been removed from the nice plot
|
---|
212 |
|
---|
213 |
|
---|
214 |
|
---|
215 | 2007/08/10 Thomas Bretz
|
---|
216 |
|
---|
217 | * msignal/MExtractTimeAndCharge.cc:
|
---|
218 | - fSaturationLimit must be multiplied with GetScale() not with
|
---|
219 | GetMax()... grmpf.
|
---|
220 |
|
---|
221 | * mjobs/MJCut.cc:
|
---|
222 | - fixed a bug which caused nonsense effective on-time values
|
---|
223 | for real data since three weeks.
|
---|
224 |
|
---|
225 |
|
---|
226 |
|
---|
227 | 2007/08/06 Thomas Bretz
|
---|
228 |
|
---|
229 | * mcalib/CalibLinkDef.h, mcalib/Makefile:
|
---|
230 | - removed obsolete MMcCalibrationCalc
|
---|
231 |
|
---|
232 | * mhbase/MH.[h,cc]:
|
---|
233 | - adde ApplyBinning member functions for two- and three-dim hists
|
---|
234 |
|
---|
235 | * mimage/MHHillasExt.[h,cc]:
|
---|
236 | - removed plot for max dist
|
---|
237 | - added plot for SlopeL
|
---|
238 | - increased class version number
|
---|
239 |
|
---|
240 | * mjobs/MJCut.cc:
|
---|
241 | - added BinningSlope to list of binnings
|
---|
242 | - added BinningM3Trans to list of binnings
|
---|
243 | - added BinningM3Asym to list of binnings
|
---|
244 | - removed BinningMaxDist from list of binnings
|
---|
245 |
|
---|
246 | * mjtrain/MJTrainDisp.cc:
|
---|
247 | - renamed TrainDist to Train
|
---|
248 |
|
---|
249 | * mpointing/MHSrcPosCam.cc:
|
---|
250 | - changed default palette from glow1 to pretty
|
---|
251 |
|
---|
252 | * mpointing/MSrcPosCam.h:
|
---|
253 | - added a function to return the distance to the camera center
|
---|
254 |
|
---|
255 | * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
|
---|
256 | - updated binnings
|
---|
257 | - replaced old spark-cut by a new one
|
---|
258 |
|
---|
259 | * mfilter/MFMagicCuts.[h,cc]:
|
---|
260 | - increased version number to 2
|
---|
261 |
|
---|
262 | * mjobs/MJStar.cc:
|
---|
263 | - replaced the old spark-cut with a new one
|
---|
264 |
|
---|
265 | * mimage/MHVsSize.cc:
|
---|
266 | - changes some comments
|
---|
267 |
|
---|
268 | * mmuon/MHSingleMuon.cc:
|
---|
269 | - skip the "error estimation" step. It is just a multiplication
|
---|
270 | with a fixed value. This doesn't influence enaything. And the
|
---|
271 | absolute avlue of the error is not used at all.
|
---|
272 |
|
---|
273 |
|
---|
274 |
|
---|
275 | 2007/08/03 Thomas Bretz
|
---|
276 |
|
---|
277 | * macros/optim/optimdisp.C:
|
---|
278 | - adapted to new parametrization
|
---|
279 |
|
---|
280 | * mjtrain/MJTrainDisp.[h,cc]:
|
---|
281 | - some small fixes and changes.
|
---|
282 | - added code (as comment) for training a ghostbuster
|
---|
283 |
|
---|
284 |
|
---|
285 |
|
---|
286 | 2007/08/02 Thomas Bretz
|
---|
287 |
|
---|
288 | * mjobs/MJSpectrum.[h,cc]:
|
---|
289 | - made it compile again
|
---|
290 |
|
---|
291 |
|
---|
292 |
|
---|
293 | 2007/07/29 Thomas Bretz
|
---|
294 |
|
---|
295 | * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
|
---|
296 | - reordered pre-cuts
|
---|
297 | - removed conc1-spark cut
|
---|
298 | - changed cut coefficients to new algorithm
|
---|
299 |
|
---|
300 | * mars.rc, star.rc:
|
---|
301 | - switched to use new image cleaning
|
---|
302 |
|
---|
303 |
|
---|
304 |
|
---|
305 | 2007/07/28 Thomas Bretz
|
---|
306 |
|
---|
307 | * mjobs/MJSpectrum.[h,cc]:
|
---|
308 | - added CutQ
|
---|
309 | - added some checks for the Zenith angle distribution
|
---|
310 |
|
---|
311 |
|
---|
312 |
|
---|
313 | 2007/07/26 Daniela Dorner
|
---|
314 |
|
---|
315 | * scripts/dospectrum:
|
---|
316 | - bugfix (variable for outpath for ganymed was wrong)
|
---|
317 |
|
---|
318 |
|
---|
319 |
|
---|
320 | 2007/07/26 Thomas Bretz
|
---|
321 |
|
---|
322 | * mfilter/MFMagicCuts.cc:
|
---|
323 | - implemented new disp-parametrization
|
---|
324 | - implemented new ghostbusting
|
---|
325 | - implemented possibility to use an external ghostbuster
|
---|
326 | - implemented possibility to use an external disp calculator
|
---|
327 |
|
---|
328 | * mimage/MImgCleanStd.[h,cc]:
|
---|
329 | - implemented the cleaning in a recursive way. It should be
|
---|
330 | a little bit faster
|
---|
331 | - implemented post-cleaning using timing information
|
---|
332 | - implemented new options how to treat the removed single
|
---|
333 | core pixels
|
---|
334 |
|
---|
335 | * mjobs/MJCut.cc:
|
---|
336 | - write an external ghostbuster to the output file if available
|
---|
337 |
|
---|
338 | * mjtrain/MJTrainEnergy.cc, mjtrain/MJTrainSeparation.cc:
|
---|
339 | - set display name of MRanForestCalc as title instead of name
|
---|
340 |
|
---|
341 | * mranforest/MRanForestCalc.cc:
|
---|
342 | - set fTitle as eventloop name instead of fName
|
---|
343 |
|
---|
344 | * mimage/MNewImagePar.[h,cc]:
|
---|
345 | - removed the fInner-stuff. It was never good for anything
|
---|
346 | only for space- and time-consumption
|
---|
347 | - increased class-version number by one
|
---|
348 |
|
---|
349 |
|
---|
350 |
|
---|
351 | 2007/07/25 Thomas Bretz
|
---|
352 |
|
---|
353 | * scripts/merppupdate:
|
---|
354 | - small fixes
|
---|
355 |
|
---|
356 |
|
---|
357 |
|
---|
358 | 2007/07/24 Thomas Bretz
|
---|
359 |
|
---|
360 | * mbase/MEvtLoop.cc:
|
---|
361 | - removed the "Status Display" in front of the window name
|
---|
362 |
|
---|
363 | * mcalib/MCalibrationChargeCalc.cc:
|
---|
364 | - initialized some more variables in the constructor as suggested
|
---|
365 | by valgrind
|
---|
366 |
|
---|
367 | * mjobs/MJCut.cc:
|
---|
368 | - reset number of off-source positions in on-/off-mode to one
|
---|
369 |
|
---|
370 | * mjobs/MJob.[h,cc]:
|
---|
371 | - added many comments
|
---|
372 | - simplified the functions for setting a new resource file
|
---|
373 | - replaced some repeated code by new function CombinePath
|
---|
374 | - added new member function HasWritePermission
|
---|
375 |
|
---|
376 | * mjoptim/MJOptimize.cc:
|
---|
377 | - set title as window title of eventloop
|
---|
378 |
|
---|
379 | * mjoptim/MJOptimizeCuts.cc:
|
---|
380 | - stop if filter is set and it is not MFMagicCuts
|
---|
381 |
|
---|
382 | * mjoptim/MJOptimizeCuts.cc, mjoptim/MJOptimizeDisp.cc,
|
---|
383 | mjoptim/MJOptimizeEnergy.cc:
|
---|
384 | - set window title of status display
|
---|
385 |
|
---|
386 | * mjtrain/MJTrainDisp.cc, mjtrain/MJTrainEnergy.cc,
|
---|
387 | mjtrain/MJTrainSeparation.cc:
|
---|
388 | - set window title of status display
|
---|
389 | - check for write permission of the output file
|
---|
390 |
|
---|
391 | * mjtrain/MJTrainDisp.[h,cc]:
|
---|
392 | - implemented new plots showing the result in a more
|
---|
393 | convinient way
|
---|
394 | - allow to set a different result value than dist
|
---|
395 |
|
---|
396 | * mranforest/MRanForest.[h,cc]:
|
---|
397 | - improvement to output when training. Moved code to a
|
---|
398 | new member function
|
---|
399 |
|
---|
400 | * mranforest/MRanForestCalc.cc:
|
---|
401 | - set window title of status display
|
---|
402 |
|
---|
403 | * mtools/MTFillMatrix.[h,cc]:
|
---|
404 | - implemented setting name and title in the constructor
|
---|
405 | - set window title when wvent loop is started to title
|
---|
406 |
|
---|
407 |
|
---|
408 |
|
---|
409 | 2007/07/19 Thomas Bretz
|
---|
410 |
|
---|
411 | * mjobs/MJCut.cc:
|
---|
412 | - added a sanity check for one off-position in on/off-mode
|
---|
413 |
|
---|
414 | * mjoptim/MJOptimize.[h,cc]:
|
---|
415 | - moved the functions and data-members to set cuts etc to new
|
---|
416 | base class
|
---|
417 | - added setting of pre- and post-tasks to reading the data
|
---|
418 |
|
---|
419 | * mjoptim/Makefile, mjoptim/OptimLinkDef.h:
|
---|
420 | - added new MJOptimizeBase
|
---|
421 |
|
---|
422 | * mjtrain/MJTrainDisp.cc, mjtrain/MJTrainEnergy.cc,
|
---|
423 | mjtrain/MJTrainSeparation.cc:
|
---|
424 | - changed to use fDebug and WriteDisplay from the new base class
|
---|
425 |
|
---|
426 | * mjtrain/MJTrainRanForest.[h,cc]:
|
---|
427 | - moved all data members and setting of pre-/posttasks/-cuts
|
---|
428 | to new base class
|
---|
429 |
|
---|
430 | * mjtrain/Makefile:
|
---|
431 | - added include of mjoptim for new base class
|
---|
432 |
|
---|
433 | * mjoptim/MJOptimizeBase.[h,cc]:
|
---|
434 | - new base class for optimization and training classes
|
---|
435 |
|
---|
436 |
|
---|
437 |
|
---|
438 |
|
---|
439 | 2007/07/18 Thomas Bretz
|
---|
440 |
|
---|
441 | * mpointing/MPointingDevCalc.cc:
|
---|
442 | - changed limit for starguide calibration from 87751 to 85240
|
---|
443 |
|
---|
444 | * mbase/MContinue.cc:
|
---|
445 | - changed some debug output
|
---|
446 | - fixed a bug if the filter already decided to be skiped
|
---|
447 |
|
---|
448 | * mbase/MEvtLoop.cc:
|
---|
449 | - changed RecursiveRemove to use the newly implemented scheme
|
---|
450 |
|
---|
451 | * mbase/MParContainer.[h,cc], mbase/MParList.[h,cc],
|
---|
452 | mbase/MTask.[h,cc], mbase/MTaskList.[h,cc]:
|
---|
453 | - improved debug output
|
---|
454 | - added RecursiveRemove member function
|
---|
455 | - removed screen output from Remove function
|
---|
456 | - call RecursiveRemove when something is removed from the list
|
---|
457 |
|
---|
458 | * mbase/MStatusDisplay.h:
|
---|
459 | - aaded a new enum kLastElement
|
---|
460 |
|
---|
461 | * mbase/MTask.cc:
|
---|
462 | - set kMustCleanup for fFilter
|
---|
463 |
|
---|
464 | * mbase/MTaskList.cc:
|
---|
465 | - added debugg code
|
---|
466 |
|
---|
467 | * mfileio/MWriteRootFile.cc:
|
---|
468 | - always set kMustCleanup when a TFile is created
|
---|
469 | - make sure RecursiveRemove is called in the correct way
|
---|
470 |
|
---|
471 | * mmain/MEventDisplay.h:
|
---|
472 | - fixed the starting index for the first gui element
|
---|
473 |
|
---|
474 | * msignal/MExtractor.cc:
|
---|
475 | - added some initializations in the constructor suggested by
|
---|
476 | valgrind
|
---|
477 |
|
---|
478 | * mcalib/MCalibrateData.cc:
|
---|
479 | - improved output
|
---|
480 |
|
---|
481 |
|
---|
482 |
|
---|
483 | 2007/07/17 Thomas Bretz
|
---|
484 |
|
---|
485 | * mjobs/MDataSet.cc:
|
---|
486 | - fixed a typo
|
---|
487 |
|
---|
488 |
|
---|
489 |
|
---|
490 | 2007/07/17 Daniela Dorner
|
---|
491 |
|
---|
492 | * scripts/dospectrum:
|
---|
493 | - added comments
|
---|
494 | - adapted variables to changes in preparemc
|
---|
495 | - new path for condor submit and dag files (the new condor path in
|
---|
496 | Mars)
|
---|
497 |
|
---|
498 | * scripts/preparemc:
|
---|
499 | - added comments
|
---|
500 | - added checks
|
---|
501 |
|
---|
502 | * condor:
|
---|
503 | - added (directory to store condor submit files)
|
---|
504 |
|
---|
505 | * condor/processds.submit:
|
---|
506 | - added (condor submit file to run ganymed for a dataset, used in
|
---|
507 | scripts/dospectrum)
|
---|
508 |
|
---|
509 | * condor/processsponde.submit:
|
---|
510 | - added (condor submit file to run sponde for a dataset, used in
|
---|
511 | scripts/dospectrum)
|
---|
512 |
|
---|
513 |
|
---|
514 |
|
---|
515 | 2007/07/15 Thomas Bretz
|
---|
516 |
|
---|
517 | * mdata/MDataPhrase.[h,cc]:
|
---|
518 | - fixed a problem with predefined variables (such as used for
|
---|
519 | disp optimization [0])
|
---|
520 | - added a debug member function GetRuleRaw()
|
---|
521 |
|
---|
522 | * mhflux/MHAlpha.[h,cc]:
|
---|
523 | - allow to set the watermark from the DrawNice menu entry
|
---|
524 |
|
---|
525 | * mjobs/MDataSet.cc:
|
---|
526 | - allow to set the default sequence- and data-path from
|
---|
527 | the dataset file
|
---|
528 |
|
---|
529 | * mjobs/MJCut.cc:
|
---|
530 | - set the number of random off-source position for the on-data
|
---|
531 | - fixed a "&", should have been a logical And
|
---|
532 | - make sure that even for MCs the source position is always
|
---|
533 | calculated (this is necessary for more than one wobble position)
|
---|
534 |
|
---|
535 | * mjoptim/MJOptimizeDisp.cc:
|
---|
536 | - fixed a typo which made the optimtrain.C fail (kDegToRad does
|
---|
537 | not exist)
|
---|
538 |
|
---|
539 | * mjtrain/MJTrainEnergy.cc:
|
---|
540 | - some cosmetics: changed kRad2Deg to TMath::RadToDeg()
|
---|
541 |
|
---|
542 | * mpointing/MSrcPosCalc.[h,cc]:
|
---|
543 | - added a random off-source position calculation to make the
|
---|
544 | more-than-one-off-source-position analysis symmetric in case of
|
---|
545 | on-source
|
---|
546 | - added lots of comments
|
---|
547 |
|
---|
548 |
|
---|
549 |
|
---|
550 | 2007/07/14 Thomas Bretz
|
---|
551 |
|
---|
552 | * mpedestal/MPedestalSubtract.[h,cc]:
|
---|
553 | - fixed the buggy Memcpy function introduced with the last change
|
---|
554 | 07/06/17 ;( Fortunately this bug was only effectingt the MC data.
|
---|
555 | The MUX and old FADC data got copied correctly because they are
|
---|
556 | stored in the hi-gain array only, so that the number of hi-gain
|
---|
557 | samples returned in Process is 30/80.
|
---|
558 |
|
---|
559 | * mpedestal/MExtractPedestal.cc:
|
---|
560 | - some cosmetics
|
---|
561 |
|
---|
562 | * mfilter/MFMagicCuts.cc:
|
---|
563 | - changed some comments
|
---|
564 |
|
---|
565 | * mjobs/MJCut.cc:
|
---|
566 | - some cosmetics. Simplified the setting of the scale factor
|
---|
567 |
|
---|
568 | * macros/train/traindisp.C, macros/train/trainenergy.C,
|
---|
569 | macros/train/trainseparation.C:
|
---|
570 | - added some more helpfull comment
|
---|
571 |
|
---|
572 |
|
---|
573 |
|
---|
574 | 2007/07/03 Thomas Bretz
|
---|
575 |
|
---|
576 | * mmain/MEventDisplay.[h,cc]:
|
---|
577 | - changed default size
|
---|
578 | - added two butons to switch of the display of the image
|
---|
579 | parameters
|
---|
580 |
|
---|
581 |
|
---|
582 |
|
---|
583 | 2007/06/30 Thomas Bretz
|
---|
584 |
|
---|
585 | * msignal/MExtractTimeAndCharge.cc:
|
---|
586 | - when splitting the extraction of the maximum position and the
|
---|
587 | maximum value into two functions (after the last release)
|
---|
588 | an error in extracting the time of a saturating lo-gain pixel
|
---|
589 | was introduced. fixed.
|
---|
590 |
|
---|
591 | * resources/starguider.txt:
|
---|
592 | - starguider calbration file added
|
---|
593 |
|
---|
594 |
|
---|
595 |
|
---|
596 | 2007/06/29 Daniela Dorner
|
---|
597 |
|
---|
598 | * datacenter/db/sources.php:
|
---|
599 | - fixed bug (test-sources where displayed although 'incl. test
|
---|
600 | sources was not checked)
|
---|
601 | - added input field for source name (regular expressions)
|
---|
602 | - adapted link for source name from sequinfo.php to
|
---|
603 | sequinfo-aio.php
|
---|
604 |
|
---|
605 | * datacenter/db/menu.php, datacenter/db/builddatasets.php:
|
---|
606 | - moved init of limits (setting of know values) from
|
---|
607 | builddatasets.php to menu.php (function InitFindOffData), so that
|
---|
608 | the values are also available in sequinfo-aio.php
|
---|
609 |
|
---|
610 | * scripts/dospectrum:
|
---|
611 | - completely new version using condor dag
|
---|
612 |
|
---|
613 | * scripts/preparemc:
|
---|
614 | - new version
|
---|
615 | - adapted path
|
---|
616 | - giving mars not needed anymore
|
---|
617 | - adapted to 8 digit run numbers for MC
|
---|
618 |
|
---|
619 |
|
---|
620 |
|
---|
621 | 2007/06/29 Thomas Bretz
|
---|
622 |
|
---|
623 | * mimage/MHillasExt.[h,cc]:
|
---|
624 | - added new timing parameters fSlopeTrans and fSlopeLong
|
---|
625 | - removed never used parameter fMaxDist
|
---|
626 | - increased accordingly the class version number by 1
|
---|
627 | - replaced the old calculation of the third moments by a
|
---|
628 | numerically more accurate one, by avoiding to calculate
|
---|
629 | to many differences too often.
|
---|
630 |
|
---|
631 | * mfilter/MFMagicCuts.[h,cc]:
|
---|
632 | - added the usage of the new SlopeLong parameter for ghostbusting
|
---|
633 |
|
---|
634 | * mjobs/MJStar.cc:
|
---|
635 | - preselect events for muon analysis not only by size but also
|
---|
636 | by fConcCOG.
|
---|
637 |
|
---|
638 | * mmuon/MMuonSearchPar.[h,cc]:
|
---|
639 | - added a new member function to return the dist (sqrt(x^2+y^2))
|
---|
640 | - to create outliers which are outling as much as possible we
|
---|
641 | let the fit change x and y to infinity.
|
---|
642 |
|
---|
643 | * mmuon/MHSingleMuon.cc:
|
---|
644 | - adapted the histogram binning from Siegen slices to ns.
|
---|
645 | - adapted the par limits for the fit to ns
|
---|
646 | - adapted the starting value for the rms to ns
|
---|
647 | - removed the fit range, it was anyhow identical to the histogram
|
---|
648 | - changed the condition of the pixel index into a condition
|
---|
649 | of the pixel size
|
---|
650 |
|
---|
651 | * scripts/merppupdate:
|
---|
652 | - the second argument was silently ignored
|
---|
653 |
|
---|
654 | * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
|
---|
655 | - updates to the latest changes
|
---|
656 |
|
---|
657 |
|
---|
658 |
|
---|
659 | 2007/06/28 Thomas Bretz
|
---|
660 |
|
---|
661 | * mars.cc:
|
---|
662 | - added new options to use a sequence file instead of a run
|
---|
663 |
|
---|
664 | * mhbase/MFillH.h:
|
---|
665 | - added new member function to reset weights
|
---|
666 |
|
---|
667 | * mmain/MEventDisplay.[h,cc]:
|
---|
668 | - added path argument to allow to give an input path
|
---|
669 | - added to allow to setup a sequence file for reading
|
---|
670 |
|
---|
671 | * mmain/Makefile:
|
---|
672 | - added inlcude of mjobs for MSequence
|
---|
673 |
|
---|
674 | * mbadpixels/MBadPixelsTreat.cc:
|
---|
675 | - we assume now that the maximum arrival time difference
|
---|
676 | is calibrated already in nanoseconds
|
---|
677 |
|
---|
678 | * mcalib/MCalibrateRelTimes.[h,cc]:
|
---|
679 | - the arrival time is now converted from slices into nanoseconds
|
---|
680 |
|
---|
681 | * mfilter/MFSoftwareTrigger.cc:
|
---|
682 | - the arrival time is now assumed to be in nanoseconds.
|
---|
683 | the default is changed accordingly from 0.5 to 1.7
|
---|
684 |
|
---|
685 | * mjobs/MJCalibrateSignal.cc:
|
---|
686 | - changed axis label of PulsePos plot (now in nanosec)
|
---|
687 |
|
---|
688 | * mpointing/MSrcPosCalc.[h,cc]:
|
---|
689 | - allow to set a tasklist as callback to now which n-th
|
---|
690 | pass of the same task list it is
|
---|
691 |
|
---|
692 | * mbase/MTaskList.[h,cc]:
|
---|
693 | - added some code to allow the execution of one task list more
|
---|
694 | than once. This is for example necessary to process three
|
---|
695 | different off-source regions.
|
---|
696 |
|
---|
697 | * mjobs/MJCut.[h,cc]:
|
---|
698 | - use the new feature in MTaskList to setup a tasklist
|
---|
699 | processing the off-source calculation tasklist more than once
|
---|
700 | - added a new data meber fNumOffSourcePos
|
---|
701 | - added a new resource option NumOffSourcePositions
|
---|
702 | - added a new CutQ before Cut0 which takes place before all
|
---|
703 | source posisiton dependant stuff
|
---|
704 |
|
---|
705 | * ganymed_onoff.rc:
|
---|
706 | - renamed Cut0 to CutQ
|
---|
707 |
|
---|
708 |
|
---|
709 |
|
---|
710 | 2007/06/27 Thomas Bretz
|
---|
711 |
|
---|
712 | * mfilter/MFMagicCuts.cc:
|
---|
713 | - added the missing include of MHillas.h
|
---|
714 |
|
---|
715 | * mhist/Makefile, mhist/HistLinkDef.h:
|
---|
716 | - removed obsolete MHFadcCam
|
---|
717 | - removed obsolete MHFadcPix
|
---|
718 |
|
---|
719 | * msignal/MExtractPINDiode.cc:
|
---|
720 | - commented out some non-compiling code which is not used at all.
|
---|
721 |
|
---|
722 | * Makefile:
|
---|
723 | - removed compmux program which entered by chance
|
---|
724 |
|
---|
725 |
|
---|
726 |
|
---|
727 | 2007/06/26 Thomas Bretz
|
---|
728 |
|
---|
729 | * mmain/Makefile:
|
---|
730 | - added inlclude path for mfilter
|
---|
731 |
|
---|
732 | * mmain/MEventDisplay.cc:
|
---|
733 | - added MFEvtNumber to choose selected preselected events
|
---|
734 |
|
---|
735 |
|
---|
736 |
|
---|
737 | 2007/06/25 Daniel Hoehne
|
---|
738 |
|
---|
739 | * datacenter/scripts/linkmc:
|
---|
740 | - implemented execution of fillcamera.C, now first a mc camera file
|
---|
741 | is linked and then fillcamera.C runs for this file
|
---|
742 |
|
---|
743 | * datacenter/macros/fillcamera.C:
|
---|
744 | - bugfix: the macro doesn't giva a seg-fault anymore
|
---|
745 | (thanks to Thomas)
|
---|
746 | - arranged the structure more clearly
|
---|
747 |
|
---|
748 |
|
---|
749 |
|
---|
750 | 2007/06/23 Thomas Bretz
|
---|
751 |
|
---|
752 | * mbadpixels/MBadPixelsCam.cc:
|
---|
753 | - fixed some Print output
|
---|
754 |
|
---|
755 | * mhflux/MHAlpha.cc:
|
---|
756 | - added the missing include of MHillas.h
|
---|
757 | - removed the obsolete ClassImp(MAlphaFitter)
|
---|
758 |
|
---|
759 | * mhflux/MHFalseSource.cc, mimage/MHillasSrc.cc:
|
---|
760 | - added the missing include MHillas.h
|
---|
761 |
|
---|
762 | * mimage/MHHillasSrc.cc, mimage/MHillasSrc.h:
|
---|
763 | - removed obsolete include of MHillas.h
|
---|
764 |
|
---|
765 | * mpointing/MPointingDevCalc.[h,cc]:
|
---|
766 | - added the real starguider calibration using a pointing model
|
---|
767 | for the strguider. The dates for which the model is valid
|
---|
768 | can still be tuned.
|
---|
769 |
|
---|
770 | * mpointing/MSrcPosCalc.cc, mreport/MReportStarguider.cc:
|
---|
771 | - added some comment
|
---|
772 |
|
---|
773 |
|
---|
774 |
|
---|
775 | 2007/06/23 Thomas Bretz
|
---|
776 |
|
---|
777 | * mpointing/MPointing.cc:
|
---|
778 | - improved output
|
---|
779 |
|
---|
780 |
|
---|
781 |
|
---|
782 | 2007/06/23 Daniela Dorner
|
---|
783 |
|
---|
784 | * datacenter/db/index.html:
|
---|
785 | - added link to showplots-seq.php
|
---|
786 | - added link to builddatasets.php
|
---|
787 |
|
---|
788 | * datacenter/db/showplots-seq.php:
|
---|
789 | - added (analog to shoeplots-ds, but instead of dataset number a
|
---|
790 | sequence range and/or a source name can be chosen)
|
---|
791 |
|
---|
792 | * datacenter/db/plotinclude.php:
|
---|
793 | - added function to print pull-down menu for type in showplots*.php
|
---|
794 |
|
---|
795 | * datacenter/db/showplots.php:
|
---|
796 | - moved getting of plotname out of if-clauses
|
---|
797 |
|
---|
798 | * datacenter/db/showplots-ds.php:
|
---|
799 | - added check if datasetfile is existing
|
---|
800 |
|
---|
801 | * datacenter/db/showplots-ds.php, datacenter/db/showplots.php:
|
---|
802 | - added comments
|
---|
803 | - added home-button
|
---|
804 | - added reset-button
|
---|
805 | - changed choosing of type from input field to pull-down menu and
|
---|
806 | implemented function for this pulldown
|
---|
807 |
|
---|
808 |
|
---|
809 |
|
---|
810 | 2007/06/22 Thomas Bretz
|
---|
811 |
|
---|
812 | * mhflux/MHThetaSqN.cc:
|
---|
813 | - fixed optimization (it just didn't work)
|
---|
814 |
|
---|
815 | * mpointing/MPointing.[h,cc]:
|
---|
816 | - added some checks in Load
|
---|
817 | - fixed a problem with the constructors (the pointers MUST be
|
---|
818 | initialized to 0)
|
---|
819 | - renamed fNumPar to fgNumPar
|
---|
820 | - Load and Save now return kTRUE or kFALSE
|
---|
821 |
|
---|
822 |
|
---|
823 |
|
---|
824 | 2007/06/22 Daniela Dorner
|
---|
825 |
|
---|
826 | * datacenter/db/builddatasets.php:
|
---|
827 | - fixed typo
|
---|
828 |
|
---|
829 |
|
---|
830 |
|
---|
831 | 2007/06/21 Thomas Bretz
|
---|
832 |
|
---|
833 | * mjobs/MJCut.cc:
|
---|
834 | - fixed a problem with the Wobble MCs (the could not be processed
|
---|
835 | anymore because they needed MTime for MHSrcPos)
|
---|
836 |
|
---|
837 |
|
---|
838 |
|
---|
839 | 2007/06/20 Thomas Bretz
|
---|
840 |
|
---|
841 | * msql/MSQLMagic.[h,cc]:
|
---|
842 | - added a new function InsertUpdate
|
---|
843 |
|
---|
844 |
|
---|
845 |
|
---|
846 | 2007/06/20 Daniela Dorner
|
---|
847 |
|
---|
848 | * datacenter/db/showplots.php:
|
---|
849 | - implemented different number of tabs for muxdata for
|
---|
850 | signal*.root
|
---|
851 |
|
---|
852 |
|
---|
853 |
|
---|
854 | 2007/06/19 Thomas Bretz
|
---|
855 |
|
---|
856 | * callisto.rc, callisto_Dec04Jan05.rc:
|
---|
857 | - changed the default values (commented out anyhow) to the real
|
---|
858 | values.
|
---|
859 |
|
---|
860 | * mbase/MEnv.h:
|
---|
861 | - allow printing contents from the context menu
|
---|
862 |
|
---|
863 | * mcalib/MCalibrationRelTimeCalc.cc:
|
---|
864 | - replaced kDeviatingTimeResolution by new
|
---|
865 | kDeviatingRelTimeResolution
|
---|
866 |
|
---|
867 | * mhcalib/MHCalibrationPulseTimeCam.cc:
|
---|
868 | - automatically scale the saturation limit to the fadc range
|
---|
869 |
|
---|
870 | * mjobs/MJCalibrateSignal.cc:
|
---|
871 | - save resource file into signal*.root file
|
---|
872 | - added some code (still commented) for saving the calibration
|
---|
873 | results
|
---|
874 | - do not fill the bad-pixel plots with MCs
|
---|
875 |
|
---|
876 | * mjobs/MJCalibration.cc, mjobs/MJStar.cc, mjobs/MJCut.cc,
|
---|
877 | mjobs/MJSpectrum.cc:
|
---|
878 | - save resource file into signal*.root file
|
---|
879 |
|
---|
880 | * mjobs/MJPedestal.cc:
|
---|
881 | - clarified output for "mean pulse time" further
|
---|
882 |
|
---|
883 | * mjobs/MJob.cc:
|
---|
884 | - made write container more flexible to allow easier calles
|
---|
885 | if fPathOut contains the file name already
|
---|
886 |
|
---|
887 | * mpedestal/MExtractPedestal.cc:
|
---|
888 | - automatically scale the maximum variation and the
|
---|
889 | maximum value to fit the FADC range
|
---|
890 |
|
---|
891 | * msignal/MExtractor.cc:
|
---|
892 | - removed the reset of the saturation limit. Maybe the user
|
---|
893 | wants to switch off saturation detection.
|
---|
894 | - removed a lot of old code (in comments)
|
---|
895 |
|
---|
896 | * msignal/MExtractTimeAndCharge.cc:
|
---|
897 | - scale the saturation limit from the maximum of
|
---|
898 | the FADC range to 256
|
---|
899 | - use the maximum value of the raw position as the input for
|
---|
900 | half the signal height in GetSaturationTime again
|
---|
901 | - calculate maxposhi only if needed
|
---|
902 | - calculate maxrawlo only if needed
|
---|
903 |
|
---|
904 | * mraw/MRawRunHeader.[h,cc]:
|
---|
905 | - implemented new format version 9
|
---|
906 | - increased version number by one
|
---|
907 | - added some comments in the header
|
---|
908 | - added a function returning the maximum value of the FADC
|
---|
909 | - changed the GetScale from a calculation to a switch
|
---|
910 | (faster and easier to understand)
|
---|
911 |
|
---|
912 | * callisto_mux.rc:
|
---|
913 | - replaced saturation and lower signal limit in
|
---|
914 | MJPedestalY2.MHCalibrationPulseTimeCam by the defaults
|
---|
915 |
|
---|
916 | * mbase/MMath.[h,cc]:
|
---|
917 | - added a function to do a InterpolParab assuming that the
|
---|
918 | x-coordinates are -1, 0, 1
|
---|
919 |
|
---|
920 |
|
---|
921 |
|
---|
922 | 2007/06/18 Thomas Bretz
|
---|
923 |
|
---|
924 | * mbadpixels/Makefile:
|
---|
925 | - added include of mraw
|
---|
926 |
|
---|
927 | * mbadpixels/MBadPixelsTreat.[h,cc]:
|
---|
928 | - added some comments
|
---|
929 | - check for MRawRunHeader
|
---|
930 | - calculate max time difference from time in ns
|
---|
931 |
|
---|
932 | * callisto.rc callisto_mux.rc, callisto_Dec04Jan05.rc:
|
---|
933 | - changed old value for time difference to 3.0
|
---|
934 | - use the default value (3.0) in all files
|
---|
935 |
|
---|
936 | * mbadpixels/MBadPixelsPix.h, mbadpixels/MBadPixelsCam.cc,
|
---|
937 | mcalib/MCalibrationChargeCalc.cc:
|
---|
938 | - renamed kFluctuatingArrivalTimes to kDeviatingAbsTimeResolution
|
---|
939 |
|
---|
940 | * mbase/MMath.cc:
|
---|
941 | - improved (according to the numerical recipes) the calculation
|
---|
942 | of the one value solution. This should also accelerate
|
---|
943 | execution a bit
|
---|
944 |
|
---|
945 |
|
---|
946 |
|
---|
947 | 2007/06/17 Thomas Bretz
|
---|
948 |
|
---|
949 | * mpedestal/MExtractPedestal.[h,cc],
|
---|
950 | mpedestal/MPedestalSubtract.cc,
|
---|
951 | mpedestal/MPedestalSubtractedEvt.[h,cc]:
|
---|
952 | - changed USample_t finally from Byte_t to UShort_t
|
---|
953 | - adapted Memcpy accordingly
|
---|
954 |
|
---|
955 | * mraw/MRawEvtData.[h,cc]:
|
---|
956 | - increased class version to 7
|
---|
957 | - added fNumBytesPerSample for simplification
|
---|
958 | - take fNumBytesPerSample into account
|
---|
959 | - changed draw and print option accordingly
|
---|
960 | - changed reading of pixel information (in fact it is a
|
---|
961 | simplification allowed by the flexible storage format)
|
---|
962 | - added a private GetSample member function to be used in
|
---|
963 | data access for drawing a pixel
|
---|
964 | - added returning of the scale (2^((numbytes-1)*8))
|
---|
965 | - FIXME: GetPixelContent must be reimplemented!
|
---|
966 |
|
---|
967 | * mraw/MRawEvtPixelIter.[h,cc]:
|
---|
968 | - changed according to changes in MRawEvtData to support
|
---|
969 | flexible daza format
|
---|
970 | - removed a lot of old, obsolete and unsused member functions
|
---|
971 |
|
---|
972 | * msignal/MSignalCalc.cc, mpedestal/MHPedestalCor.cc:
|
---|
973 | - changed to use USample_t instead of Byte_t
|
---|
974 | - ToBeFIXED! The saturation limits are still around 2^8
|
---|
975 |
|
---|
976 | * callisto_mux.rc:
|
---|
977 | - removed obsolete LoGainSwitch statement
|
---|
978 |
|
---|
979 |
|
---|
980 |
|
---|
981 | 2007/06/16 Thomas Bretz
|
---|
982 |
|
---|
983 | * mbase/MGList.cc:
|
---|
984 | - added some sanity checks
|
---|
985 |
|
---|
986 | * mbase/MMath.cc:
|
---|
987 | - don't start caluclation if x<mean in GaussProb
|
---|
988 |
|
---|
989 | * mpedestal/MExtractPedestal.[h,cc]:
|
---|
990 | - added new data member for the absulte max signal fMaxSignalAbs
|
---|
991 | - replaced Byte_t for a sample by USample_t set in the header
|
---|
992 | to Byte_t
|
---|
993 | - in the case of random pedestal calculation the MaxPos is
|
---|
994 | not calculated anymore
|
---|
995 | - scale the pedestal and pedestalrms according to the sample
|
---|
996 | size in the data (the scale is retrieved from the run-header)
|
---|
997 |
|
---|
998 | * mpedestal/MPedestalSubtract.[h,cc]:
|
---|
999 | - replaced build-in memcpy by a new Memcpy function which is more
|
---|
1000 | flexible depending on the input data format
|
---|
1001 | - scale the signal into the range 0-256 according to the
|
---|
1002 | scale given by the event header
|
---|
1003 | - replaced Byte_t by USample_t
|
---|
1004 |
|
---|
1005 | * mpedestal/MPedestalSubtractedEvt.[h,cc]:
|
---|
1006 | - replaced Byte_t by USample_t and set it accordingly to Byte_t
|
---|
1007 |
|
---|
1008 | * mraw/MRawRunHeader.h:
|
---|
1009 | - added returning of the scale (2^((numbytes-1)*8))
|
---|
1010 |
|
---|
1011 |
|
---|
1012 |
|
---|
1013 | 2007/06/15 Thomas Bretz
|
---|
1014 |
|
---|
1015 | * mpedestal/MPedestalSubtractedEvt.cc:
|
---|
1016 | - fixed a bug in the determination of the maximum slice. Only
|
---|
1017 | each second slice was checked. This has been introduced with
|
---|
1018 | the last change four weeks ago.
|
---|
1019 |
|
---|
1020 |
|
---|
1021 |
|
---|
1022 | 2007/06/15 Daniela Dorner
|
---|
1023 |
|
---|
1024 | * datacenter/db/index-footer.html:
|
---|
1025 | - adapted path of validator picture
|
---|
1026 |
|
---|
1027 | * scripts/processsequence:
|
---|
1028 | - added sequence number (get it from sequence file) to path name
|
---|
1029 | in case only a sequence file is given
|
---|
1030 | - added two new command line options: the callisto and star rc can
|
---|
1031 | be given now
|
---|
1032 |
|
---|
1033 |
|
---|
1034 |
|
---|
1035 | 2007/06/14 Daniela Dorner
|
---|
1036 |
|
---|
1037 | * scripts/processsequence:
|
---|
1038 | - bugfix (getting of runno didn't work in case the outpath
|
---|
1039 | contained a _)
|
---|
1040 |
|
---|
1041 |
|
---|
1042 |
|
---|
1043 | 2007/06/13 Thomas Bretz
|
---|
1044 |
|
---|
1045 | * mimage/MImgCleanStd.cc:
|
---|
1046 | - print name of MPedPhotCam only if used
|
---|
1047 |
|
---|
1048 |
|
---|
1049 |
|
---|
1050 | 2007/06/13 Daniela Dorner
|
---|
1051 |
|
---|
1052 | * datacenter/db/plotdb.php:
|
---|
1053 | - enlarged inputs for Set1 and Set2 to 150 (was too short for all
|
---|
1054 | sequences of one dataset)
|
---|
1055 |
|
---|
1056 | * datacenter/db/showplots.php:
|
---|
1057 | - implemented variable for number of tabs (calib*.root,
|
---|
1058 | signal*.root and star*.root) to simplify future changes
|
---|
1059 | - adapted number of tabs for signal*.root
|
---|
1060 |
|
---|
1061 |
|
---|
1062 |
|
---|
1063 | 2007/06/12 Thomas Bretz
|
---|
1064 |
|
---|
1065 | * mbase/MTime.[h,cc]:
|
---|
1066 | - added new constant kDaySec
|
---|
1067 | - use kDaySec where possible
|
---|
1068 | - added second argument to SetUnixTime and allow using it ;-)
|
---|
1069 | - use SetUnixTime in Set(timeval)
|
---|
1070 |
|
---|
1071 | * mhcalib/MHCalibrationChargeCam.cc:
|
---|
1072 | - made sure that Draw doesn't crash if the hi-gains
|
---|
1073 | have saturated but the lo-gains don't exist
|
---|
1074 |
|
---|
1075 | * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
|
---|
1076 | - replaced type of SaturationLimit and LowerSignalLimit by UInt_t
|
---|
1077 | - accordingly increased class version number
|
---|
1078 |
|
---|
1079 |
|
---|
1080 |
|
---|
1081 | 2007/06/12 Daniela Dorner
|
---|
1082 |
|
---|
1083 | * datacenter/db/ganymed.php:
|
---|
1084 | - added comment
|
---|
1085 |
|
---|
1086 | * datacenter/db/tabs.php:
|
---|
1087 | - corrected tabs for ganymed for wobble
|
---|
1088 |
|
---|
1089 |
|
---|
1090 |
|
---|
1091 | 2007/06/11 Thomas Bretz
|
---|
1092 |
|
---|
1093 | * sponde.cc:
|
---|
1094 | - added check for validity of resource file
|
---|
1095 |
|
---|
1096 | * mbase/MMath.cc:
|
---|
1097 | - small speed improvement to calclation of three solutions
|
---|
1098 | for the third order pol.
|
---|
1099 | - for a second order pol. set x1 and x2 if it has only one
|
---|
1100 | solution
|
---|
1101 |
|
---|
1102 | * mbase/MMath.h:
|
---|
1103 | - speed improvement using ::cbrt instead of pow(x, 1/3)
|
---|
1104 |
|
---|
1105 | * mcalib/MCalibrationChargeCalc.cc:
|
---|
1106 | - improved output
|
---|
1107 |
|
---|
1108 | * mextralgo/MExtralgoSpline.cc:
|
---|
1109 | - speed improvement by using a look up table for often used
|
---|
1110 | and identical coefficients
|
---|
1111 | - use MMath::SolvePol2 to get the null-points of the first
|
---|
1112 | derivative (EvalDerivEq0)
|
---|
1113 | - removed a lot of old an obsolete comments
|
---|
1114 | - fixed the newly introduced EvlInteg(int, int) -- must
|
---|
1115 | return 0 explicitly if a==b
|
---|
1116 | - fixed the upward search
|
---|
1117 |
|
---|
1118 |
|
---|
1119 |
|
---|
1120 | 2007/05/25 Thomas Bretz
|
---|
1121 |
|
---|
1122 | * callisto.cc, star.cc:
|
---|
1123 | - removed obsolete check whether config file exists
|
---|
1124 |
|
---|
1125 | * sponde.cc:
|
---|
1126 | - aded check for validity of config file (returns 0xfe if not)
|
---|
1127 |
|
---|
1128 | * mbase/MEnv.[h,cc]:
|
---|
1129 | - removed obsolete fName workaround
|
---|
1130 | - made sure that also ~ paths are correctly expanded and used
|
---|
1131 |
|
---|
1132 | * mjobs/MJob.cc:
|
---|
1133 | - one more sanity check if MEnv is not valid
|
---|
1134 |
|
---|
1135 | * Makefile:
|
---|
1136 | - first compile the programs source code and then link the library
|
---|
1137 | this make it much faster to debug the code of the program sources.
|
---|
1138 |
|
---|
1139 |
|
---|
1140 |
|
---|
1141 | 2007/05/22 Daniel Hoehne
|
---|
1142 |
|
---|
1143 | * datacenter/macros/fillcamera.C:
|
---|
1144 | - added (macro to fill mc parameters into the db)
|
---|
1145 |
|
---|
1146 |
|
---|
1147 |
|
---|
1148 | 2007/05/22 Thomas Bretz
|
---|
1149 |
|
---|
1150 | * mmuon/MMuonSearchPar.cc:
|
---|
1151 | - tiny speed improvement in the fit function
|
---|
1152 |
|
---|
1153 |
|
---|
1154 |
|
---|
1155 | 2007/05/22 Daniela Dorner
|
---|
1156 |
|
---|
1157 | * datacenter/scripts/sourcefile:
|
---|
1158 | - adapted the function finish to avoid removing of non existing
|
---|
1159 | files in case the variable lockfile is empty
|
---|
1160 |
|
---|
1161 | * steps.rc:
|
---|
1162 | - fixed typo
|
---|
1163 |
|
---|
1164 | * datacenter/scripts/checkscriptrunning:
|
---|
1165 | - added (script to check if a script is runnning, including
|
---|
1166 | command line option, to allow for several jobmanagers and
|
---|
1167 | zipscripts of one Mars Version)
|
---|
1168 |
|
---|
1169 |
|
---|
1170 |
|
---|
1171 | 2007/05/21 Daniela Dorner
|
---|
1172 |
|
---|
1173 | * datacenter/db/showplots-ds.php:
|
---|
1174 | - also off-sequences are plottet now
|
---|
1175 | - by plotting the link to the plot in colour, it is marked, whether
|
---|
1176 | a on sequence (green) or a off sequence is plotted
|
---|
1177 |
|
---|
1178 |
|
---|
1179 |
|
---|
1180 | 2007/05/21 Daniel Hoehne
|
---|
1181 |
|
---|
1182 | * datacenter/tools/resetdataset:
|
---|
1183 | - re-implemented fAllFilesAvail=NULL
|
---|
1184 |
|
---|
1185 | * datacenter/macros/fillstar.C:
|
---|
1186 | - bugfix: for sparkrate='inf', now 0.00 is filled into the db
|
---|
1187 |
|
---|
1188 |
|
---|
1189 |
|
---|
1190 | 2007/05/21 Thomas Bretz
|
---|
1191 |
|
---|
1192 | * msignal/MSignalPix.h:
|
---|
1193 | - added missing arrival time in Copy function
|
---|
1194 | - added copy constructor
|
---|
1195 |
|
---|
1196 | * msignal/MSignalCam.[h,cc]:
|
---|
1197 | - added a function to compare cleanigngs of two objects
|
---|
1198 | - added a function to compare the islands in two objects
|
---|
1199 | - adde Copy function
|
---|
1200 |
|
---|
1201 | * mjobs/MJStar.cc:
|
---|
1202 | - added MHEffictiveOnTime to parlist to get access from the
|
---|
1203 | resource file
|
---|
1204 |
|
---|
1205 | * mjobs/Makefile:
|
---|
1206 | - added include of mhflux
|
---|
1207 |
|
---|
1208 |
|
---|
1209 |
|
---|
1210 | 2007/05/18 Daniela Dorner
|
---|
1211 |
|
---|
1212 | * datacenter/scripts/runcorsika:
|
---|
1213 | - added (script to run corsika automatically)
|
---|
1214 |
|
---|
1215 | * datacenter/scripts/runreflector:
|
---|
1216 | - added (script to run reflector automatically)
|
---|
1217 |
|
---|
1218 | * datacenter/scripts/runcamera:
|
---|
1219 | - added (script to run camera automatically)
|
---|
1220 |
|
---|
1221 | * datacenter/scripts/jobmanager:
|
---|
1222 | - added possibility to start separate jobmanager for the MC
|
---|
1223 | processing by giving 'mc' as command line option
|
---|
1224 |
|
---|
1225 | * datacenter/scripts/setup:
|
---|
1226 | - added setting for MC production steps
|
---|
1227 |
|
---|
1228 | * datacenter/scripts/sourcefile:
|
---|
1229 | - added fail codes for MC production steps
|
---|
1230 |
|
---|
1231 | * steps.rc:
|
---|
1232 | - added settings for MC production steps
|
---|
1233 | - removed timer table information (this was only neede by the
|
---|
1234 | macro getdolist.C in case of day-wise processing of data)
|
---|
1235 |
|
---|
1236 |
|
---|
1237 |
|
---|
1238 | 2007/05/17 Thomas Bretz
|
---|
1239 |
|
---|
1240 | * metralgo/MExtralgoSpline.h:
|
---|
1241 | - improved the speed of the integration by simplifying the evaluated
|
---|
1242 | term. It has been checked that the result is identical.
|
---|
1243 |
|
---|
1244 |
|
---|
1245 |
|
---|
1246 | 2007/05/17 Daniela Dorner
|
---|
1247 |
|
---|
1248 | * scripts/processsequence:
|
---|
1249 | - added -v5 to all commands
|
---|
1250 |
|
---|
1251 | * datacenter/scripts/sourcefile:
|
---|
1252 | - adapted in function makedir if-clause to avoid removing of non
|
---|
1253 | existing files in case todofile is empty or todfile or lockfile is
|
---|
1254 | missing
|
---|
1255 |
|
---|
1256 | * datacenter/scripts/runcallisto, datacenter/scripts/runganymed
|
---|
1257 | datacenter/scripts/runstar:
|
---|
1258 | - adapted comment (was still about old way to get from the database
|
---|
1259 | what has to be done)
|
---|
1260 |
|
---|
1261 |
|
---|
1262 |
|
---|
1263 | 2007/05/16 Daniel Hoehne
|
---|
1264 |
|
---|
1265 | * datacenter/tools/resetdataset:
|
---|
1266 | - several bugfixes (mainly typos, for wobble datasets there was one
|
---|
1267 | colon too much due to no off sequences)
|
---|
1268 |
|
---|
1269 |
|
---|
1270 |
|
---|
1271 | 2007/05/16 Thomas Bretz
|
---|
1272 |
|
---|
1273 | * callisto.cc:
|
---|
1274 | - switch of storage of job2 only in movie mode
|
---|
1275 |
|
---|
1276 | * mjobs/MJCalibrateSignal.[h,cc]:
|
---|
1277 | - do not write the interlaced containers anymore
|
---|
1278 | they have no real meaning if only the ones of the last
|
---|
1279 | calibration are written
|
---|
1280 | - removed obsolete references to MCalibrationPulseTimeCam
|
---|
1281 | - changed default writingmode for the signal file to UPDATE
|
---|
1282 |
|
---|
1283 | * mjobs/MJCalibration.cc, mjobs/MJCut.cc:
|
---|
1284 | - write display by adding it to the array
|
---|
1285 |
|
---|
1286 | * mjobs/MJPedestal.[h,cc]:
|
---|
1287 | - added const qualifier to argument of DisplayResult
|
---|
1288 | - removed obsolete WriteResult
|
---|
1289 | - added a new function WritePulsePos
|
---|
1290 | - call WritePulsePos if PulsePosCheck is enabled
|
---|
1291 |
|
---|
1292 | * mjobs/MJob.[h,cc]:
|
---|
1293 | - removed automatic writing of fDisplay from WriteContainer
|
---|
1294 | - added a new function WriteDisplay
|
---|
1295 |
|
---|
1296 | * mhcalib/MHCalibrationChargeCam.cc, mpedestal/MExtractPedestal.cc,
|
---|
1297 | msignal/MExtractBlindPixel.cc, msignal/MSignalCalc.cc:
|
---|
1298 | - replaced GetMax by GetMaxPos
|
---|
1299 |
|
---|
1300 | * mhcalib/MHCalibrationPulseTimeCam.cc:
|
---|
1301 | - use new GetMax returning position and height at once
|
---|
1302 |
|
---|
1303 | * mpedestal/MPedestalSubtractedEvt.[h,cc]:
|
---|
1304 | - devided the old function GetMax into GetMax and GetRawMax
|
---|
1305 |
|
---|
1306 | * msignal/MExtractTimeAndCharge.cc:
|
---|
1307 | - GetSaturationTime now uses the real maximum as reference not
|
---|
1308 | the maximum of the raw-date
|
---|
1309 | - adapted the use of GetMax
|
---|
1310 |
|
---|
1311 | * mextralgo/MExtralgoSpline.h:
|
---|
1312 | - added a function which allows the outside world to access the
|
---|
1313 | spline
|
---|
1314 | - removed Align from EvalInteg, it is done in EvalPrimitive already
|
---|
1315 |
|
---|
1316 | * macros/test/extralgospline.C:
|
---|
1317 | - added a macro to test the spline
|
---|
1318 |
|
---|
1319 |
|
---|
1320 |
|
---|
1321 | 2007/05/14 Stefan Ruegamer
|
---|
1322 |
|
---|
1323 | * datacenter/scripts/checkmd5sum
|
---|
1324 | - added this script which makes an md5sum check of files that have
|
---|
1325 | been copied from tape to the directory
|
---|
1326 | /magic/datacenter/fromtape. This script will run later auto-
|
---|
1327 | matically before movingrawfiles.
|
---|
1328 |
|
---|
1329 |
|
---|
1330 |
|
---|
1331 | 2007/05/14 Daniela Dorner
|
---|
1332 |
|
---|
1333 | * datacenter/scripts/checkfilesforsequenceavail:
|
---|
1334 | - added missing 'set -C'
|
---|
1335 |
|
---|
1336 | * scripts/processsequence:
|
---|
1337 | - added option (now callisto rc can be giving in a command line
|
---|
1338 | option)
|
---|
1339 |
|
---|
1340 |
|
---|
1341 |
|
---|
1342 | 2007/05/14 Daniel Hoehne
|
---|
1343 |
|
---|
1344 | * datacenter/db/menu.php, magicdefs.php, querycal.php:
|
---|
1345 | - implemented new columns fUnsuitableMax and fDeadMax
|
---|
1346 |
|
---|
1347 |
|
---|
1348 |
|
---|
1349 | 2007/05/14 Thomas Bretz
|
---|
1350 |
|
---|
1351 | * RELEASE 1.2
|
---|
1352 |
|
---|
1353 |
|
---|
1354 |
|
---|
1355 | 2007/05/14 Thomas Bretz
|
---|
1356 |
|
---|
1357 | * callisto_mux.rc:
|
---|
1358 | - cleanup of some comments
|
---|
1359 |
|
---|
1360 | * mjobs/MJCalibration.cc:
|
---|
1361 | - fixed the unintentionally removed setting of pedestal
|
---|
1362 | for MPedestalSubtract
|
---|
1363 |
|
---|
1364 | * mpedestal/MPedestalSubtract.cc:
|
---|
1365 | - improved output for debugging purpose
|
---|
1366 |
|
---|
1367 | * msignal/MExtractor.[h,cc]:
|
---|
1368 | - according to the last changes the version number has been
|
---|
1369 | increased to 9
|
---|
1370 |
|
---|
1371 | * mcalib/MCalibrationCam.cc:
|
---|
1372 | - added code to GetPixelContent from MCalibrationPedCam
|
---|
1373 |
|
---|
1374 | * mcalib/Makefile, mcalib/CalibLinkDef.h:
|
---|
1375 | - removed obsolete MCalibrationPedCam
|
---|
1376 |
|
---|
1377 | * mhcalib/MHPedestalCam.cc:
|
---|
1378 | - Removed references to MCalibrationPedCam use a MCalibrationCam
|
---|
1379 | with the name MCalibrationPedCam instead
|
---|
1380 |
|
---|
1381 | * mjobs/MJCalibration.cc:
|
---|
1382 | - changed background color in Defects to be able to read
|
---|
1383 | the yellow text color
|
---|
1384 |
|
---|
1385 | * mjobs/MJPedestal.cc:
|
---|
1386 | - removed obsolete include of MCalibrationPedCam
|
---|
1387 |
|
---|
1388 | * mcalib/MCalibrationPulseTimeCam.[h,cc]:
|
---|
1389 | - removed some obsolete Add functions already contained in
|
---|
1390 | the base class
|
---|
1391 |
|
---|
1392 | * mcalib/MCalibrationIntensityBlindCam.[h,cc],
|
---|
1393 | mcalib/MCalibrationIntensityQECam.[h,cc],
|
---|
1394 | mcalib/MCalibrationIntensityTestCam.[h,cc]:
|
---|
1395 | - removed
|
---|
1396 |
|
---|
1397 |
|
---|
1398 |
|
---|
1399 | 2007/05/11 Daniela Dorner
|
---|
1400 |
|
---|
1401 | * scripts/processsequence:
|
---|
1402 | - added information about the created paths to the output of
|
---|
1403 | Usage()
|
---|
1404 | - adapted regular expressions
|
---|
1405 | - bugfix in getting date for cc and caco file
|
---|
1406 | - bugfix (subsystempath was missing)
|
---|
1407 | - exit instead of break, if cc or caco file is missing
|
---|
1408 | - merpplogdirectory is created after finding of files now
|
---|
1409 | - improved logging
|
---|
1410 |
|
---|
1411 | * datacenter/scripts/setup:
|
---|
1412 | - adapted number of processes
|
---|
1413 | - removed datacheck
|
---|
1414 |
|
---|
1415 |
|
---|
1416 |
|
---|
1417 | 2007/05/11 Thomas Bretz
|
---|
1418 |
|
---|
1419 | * mcalib/MCalibrationChargeCalc.cc, mhcalib/MHPedestalCam.cc,
|
---|
1420 | msignal/MExtractBlindPixel.cc:
|
---|
1421 | - replaced the call to GetTotalEntries by the product
|
---|
1422 | of the number of slices with the number of events of the
|
---|
1423 | individual pixel
|
---|
1424 |
|
---|
1425 | * mpedestal/MExtractPedestal.[h,cc], mpedestal/MPedCalcPedRun.[h,cc],
|
---|
1426 | mpedestal/MPedCalcFromLoGain.[h,cc]:
|
---|
1427 | - unified the summing part of Process() into a new function
|
---|
1428 | CalcPixel in the base class
|
---|
1429 | - in MPedCalcPedRun individual pixels could be skipped due to
|
---|
1430 | high variations, but it was still divided by the number of events
|
---|
1431 | procesed. This let to a pedestal which was a tiny amount too
|
---|
1432 | small and gave an small positive offset of the randomly extracted
|
---|
1433 | pedestal.
|
---|
1434 | - unified the loops over the individual pixels to calculate the
|
---|
1435 | pixel-, area-, and sector-defaults for the whole camera into
|
---|
1436 | the base-class
|
---|
1437 | - moved fNumEventsUsed into the base-class and removed obsolete
|
---|
1438 | fUsedEvents
|
---|
1439 | - removed obsolete fTotalCounter, use the product of the number
|
---|
1440 | of slices and the number of events stored in each individual
|
---|
1441 | pixel instead
|
---|
1442 | - added some sanity checks not to calculate average and/or rms
|
---|
1443 | values if the statistics is too low (division by zero)
|
---|
1444 | - for calculating min and/or max values at most places now
|
---|
1445 | an int is used. This increases the range for further
|
---|
1446 | upgrade to 16bit samples.
|
---|
1447 |
|
---|
1448 | * mpedestal/MPedestalCam.[h,cc]:
|
---|
1449 | - removed obsolete fTotalEntries and replaced by fNumSlices
|
---|
1450 | because the number of total entries depends on the number of
|
---|
1451 | events used for each individual pixel
|
---|
1452 | - adapted GetPixelContent accordingly
|
---|
1453 | - increased class version to 2
|
---|
1454 |
|
---|
1455 | * manalysis/MCameraData.cc:
|
---|
1456 | - added include of TArrayI (previously included from MPedestalCam)
|
---|
1457 |
|
---|
1458 | * mcalib/MCalibrationChargeCam.cc, mcalib/MCalibrationRelTimeCam.cc:
|
---|
1459 | - fixed GetPixelContant to give more proper output
|
---|
1460 | - reformatted GetPIxelContent code
|
---|
1461 | - added const-qualifiers
|
---|
1462 |
|
---|
1463 | * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
|
---|
1464 | mjobs/MJCalibration.cc, mjobs/MJPedestal.cc,
|
---|
1465 | mpedestal/MExtractPedestal.[h,cc], msignal/MExtractor.[h,cc],
|
---|
1466 | msignal/MExtractBlindPixel.cc, msignal/MExtractPINDiode.cc:
|
---|
1467 | - removed data members fPedestal and fPedestalsIn respectively,
|
---|
1468 | and all referencing functions because it was never used at all
|
---|
1469 |
|
---|
1470 | * mextralgo/MExtralgoDigitalFilter.[h,cc],
|
---|
1471 | mextralgo/MExtralgoSpline.cc
|
---|
1472 | msignal/MExtractTimeAndChargeDigitalFilter.cc:
|
---|
1473 | - made the noise extraction completely random and automatic
|
---|
1474 | - gave the noise extraction completely into the hand of
|
---|
1475 | the extractors
|
---|
1476 |
|
---|
1477 |
|
---|
1478 |
|
---|
1479 | 2007/05/10 Daniela Dorner
|
---|
1480 |
|
---|
1481 | * datacenter/scripts/runcallisto:
|
---|
1482 | - bugfix (typo in getting date for finding cc and cacofile)
|
---|
1483 |
|
---|
1484 | * scripts/merppupdate:
|
---|
1485 | - added (script to merpp update already calibrated files)
|
---|
1486 | - added possibility to give outpath and regular expression for
|
---|
1487 | filename as command line options
|
---|
1488 |
|
---|
1489 |
|
---|
1490 |
|
---|
1491 | 2007/05/10 Thomas Bretz
|
---|
1492 |
|
---|
1493 | * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc:
|
---|
1494 | - cleanup of some comments
|
---|
1495 |
|
---|
1496 | * mbase/MMath.cc:
|
---|
1497 | - removed the usage of a storage space for the index in
|
---|
1498 | GetMedianDev because the index is reacalculated anyhow
|
---|
1499 |
|
---|
1500 | * mbase/MStatusArray.cc:
|
---|
1501 | - if several objects of the same name (but different class
|
---|
1502 | types) are in a pad we don't stop searching if an object
|
---|
1503 | with the right name has been found
|
---|
1504 |
|
---|
1505 | * mcalib/MCalibrateData.cc, mcalib/MCalibrationChargeCalc.cc,
|
---|
1506 | mcalib/MCalibrationRelTimeCalc.cc:
|
---|
1507 | - updated output
|
---|
1508 |
|
---|
1509 | * mhist/MHCamera.[h,cc]
|
---|
1510 | - added two new member functions to count the number of bins
|
---|
1511 | above or below a threshold
|
---|
1512 |
|
---|
1513 | * mjobs/MJCalibrateSignal.cc:
|
---|
1514 | - added a new Tab to show the time development of the unsuitable
|
---|
1515 | pixels
|
---|
1516 | - added a new tab showing the eveloution of the number of
|
---|
1517 | dead pixels
|
---|
1518 |
|
---|
1519 | * mjobs/MJCalibration.cc:
|
---|
1520 | - updated texts in bad pixel display
|
---|
1521 |
|
---|
1522 | * datacenter/macros/fillsignal.C:
|
---|
1523 | - replaced CalcUnsuitable by the new members of MHCamera
|
---|
1524 | - also fill the maximum number of unsuitable pixels
|
---|
1525 | - and fill the maximum number of dead pixels
|
---|
1526 |
|
---|
1527 | * mfilter/MFSoftwareTrigger.cc, mhcalib/MHCalibrationTestCam.cc,
|
---|
1528 | mimage/MCameraSmooth.cc:
|
---|
1529 | - removed obsolete calls to GetPixById
|
---|
1530 |
|
---|
1531 | * msignal/MSignalCam.[h,cc]:
|
---|
1532 | - removed obolete function to access the MSignalPix'
|
---|
1533 | - removed obsolete GetPixById
|
---|
1534 | - added new function returning the number of unmapped pixels
|
---|
1535 | - a little code cleanup
|
---|
1536 |
|
---|
1537 |
|
---|
1538 |
|
---|
1539 |
|
---|
1540 | 2007/05/09 Daniela Dorner
|
---|
1541 |
|
---|
1542 | * scripts/makemovie:
|
---|
1543 | - added comment
|
---|
1544 | - removed not needed lines
|
---|
1545 |
|
---|
1546 | * datacenter/scripts/buildsequenceentries,
|
---|
1547 | datacenter/scripts/checkfilesforsequenceavail,
|
---|
1548 | datacenter/scripts/checklogs, datacenter/scripts/checkstardone,
|
---|
1549 | datacenter/scripts/checktransfer, datacenter/scripts/copyscript,
|
---|
1550 | datacenter/scripts/correcttime, datacenter/scripts/dodatacheck,
|
---|
1551 | datacenter/scripts/doexclusions, datacenter/scripts/doqualityplots,
|
---|
1552 | datacenter/scripts/dowebplots, datacenter/scripts/filesondisk,
|
---|
1553 | datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
|
---|
1554 | datacenter/scripts/fillstar, datacenter/scripts/findnewstars,
|
---|
1555 | datacenter/scripts/findnotseqruns,
|
---|
1556 | datacenter/scripts/insertdatasets,
|
---|
1557 | datacenter/scripts/insertsequences, datacenter/scripts/jobmanager,
|
---|
1558 | datacenter/scripts/linkmc, datacenter/scripts/makecallistolinks,
|
---|
1559 | datacenter/scripts/mcsequences,
|
---|
1560 | datacenter/scripts/movingsubsystemfiles,
|
---|
1561 | datacenter/scripts/processmcsequences, datacenter/scripts/rmlocks,
|
---|
1562 | datacenter/scripts/runcallisto, datacenter/scripts/runganymed,
|
---|
1563 | datacenter/scripts/runstar, datacenter/scripts/scriptlauncher,
|
---|
1564 | datacenter/scripts/setup, datacenter/scripts/sourcefile,
|
---|
1565 | datacenter/scripts/webupdate-callisto,
|
---|
1566 | datacenter/scripts/webupdate-ganymed,
|
---|
1567 | datacenter/scripts/webupdate-sinope,
|
---|
1568 | datacenter/scripts/webupdate-star,
|
---|
1569 | datacenter/scripts/writedatasetfiles,
|
---|
1570 | datacenter/scripts/writesequencefiles,
|
---|
1571 | datacenter/scripts/zipscript:
|
---|
1572 | - change time for 'Software-Developement'
|
---|
1573 |
|
---|
1574 | * datacenter/scripts/buildsequenceentries,
|
---|
1575 | datacenter/scripts/checkfilesforsequenceavail,
|
---|
1576 | datacenter/scripts/checkstardone, datacenter/scripts/correcttime,
|
---|
1577 | datacenter/scripts/dodatacheck, datacenter/scripts/doexclusions,
|
---|
1578 | datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
|
---|
1579 | datacenter/scripts/fillstar, datacenter/scripts/runcallisto,
|
---|
1580 | datacenter/scripts/runganymed, datacenter/scripts/runstar,
|
---|
1581 | datacenter/scripts/writedatasetfiles,
|
---|
1582 | datacenter/scripts/writesequencefiles:
|
---|
1583 | - removed variable needed only for setstatusroot
|
---|
1584 | - adapted variable needed for setstatus
|
---|
1585 | - adapted comment
|
---|
1586 |
|
---|
1587 | * datacenter/scripts/writedatasetfiles:
|
---|
1588 | - added missing 'setstatus "start"'
|
---|
1589 |
|
---|
1590 | * datacenter/scripts/correcttime:
|
---|
1591 | - improved regular expressions
|
---|
1592 |
|
---|
1593 | * datacenter/macros/findcacofiles.C:
|
---|
1594 | - added algorithm for searching missing caco files and inserting
|
---|
1595 | the according runnumber to the database
|
---|
1596 | - adapted comment
|
---|
1597 |
|
---|
1598 | * datacenter/scripts/filesondisk:
|
---|
1599 | - removed algorithm for finding missing caco files (done by
|
---|
1600 | findcacofiles.C no)
|
---|
1601 | - adapted comment
|
---|
1602 | - added removing of files conaining the run lists
|
---|
1603 |
|
---|
1604 | * datacenter/scripts/zipscript:
|
---|
1605 | - added possibility to start several zipscripts giving a commanline
|
---|
1606 | option
|
---|
1607 | - added locking of callisto
|
---|
1608 | - removed not needed lines
|
---|
1609 | - removed old code
|
---|
1610 | - fixed bug (filename for chmod was wrong)
|
---|
1611 |
|
---|
1612 | * datacenter/scripts/runcallisto:
|
---|
1613 | - added locking of sequence for zipping
|
---|
1614 | - reduced find for cc and caco file to the directory of the date,
|
---|
1615 | where the files are stored (date taken from callisto filename)
|
---|
1616 | - improved regular expressions
|
---|
1617 |
|
---|
1618 | * steps.rc:
|
---|
1619 | - added fNotZipping to Needs of fCallisto to allow for the locking
|
---|
1620 | of callistos by the zipscript
|
---|
1621 |
|
---|
1622 | * datacenter/scripts/sourcefile:
|
---|
1623 | - removed functions setstatusroot and getdolistroot
|
---|
1624 | - renamed variable in setstatus
|
---|
1625 | - added function sendquery
|
---|
1626 | - adapted if-clause to avoid removing of non existing files in
|
---|
1627 | case todofile is empty
|
---|
1628 |
|
---|
1629 | * datacenter/scripts/scriptlauncher:
|
---|
1630 | - fixed bug (in case condor_submit failed, the scriptlauncher was
|
---|
1631 | waiting for the not submitted job, until it was killed)
|
---|
1632 |
|
---|
1633 | * datacenter/scripts/jobmanager:
|
---|
1634 | - added algorithm to increase sleeping time in case condor failed
|
---|
1635 | several times in a row
|
---|
1636 |
|
---|
1637 | * datacenter/scripts/setup:
|
---|
1638 | - renamed errorsleeptime for usage in algorithm in jobmanager
|
---|
1639 |
|
---|
1640 | * datacenter/scripts/dodatacheck:
|
---|
1641 | - added query for date to reduce the find to the directory of the
|
---|
1642 | date, where the rawfile is stored
|
---|
1643 | - removed not needed lines
|
---|
1644 |
|
---|
1645 | * datacenter/scripts/dodatacheck, datacenter/scripts/doqualityplots,
|
---|
1646 | datacenter/scripts/dowebplots, datacenter/scripts/linkmc,
|
---|
1647 | datacenter/scripts/movingsubsystemfiles,
|
---|
1648 | datacenter/scripts/runcallisto, datacenter/scripts/sourcefile,
|
---|
1649 | scripts/dospectrum, scripts/makemovie, scripts/processsequence:
|
---|
1650 | - changed indentation to 3 spaces, where it was different
|
---|
1651 |
|
---|
1652 | * datacenter/scripts/copyscript:
|
---|
1653 | - added sort and uniq to find for dates
|
---|
1654 | - removed not needed lines
|
---|
1655 | - adapted find for catalogue files such that only the directories
|
---|
1656 | of the last 31 days are searched with find and not the whole
|
---|
1657 | central control path
|
---|
1658 |
|
---|
1659 | * datacenter/db/sequinfo.php:
|
---|
1660 | - show ranges menu on first loading of page
|
---|
1661 |
|
---|
1662 | * datacenter/db/menu.js:
|
---|
1663 | - adapted functions to show ranges menu on first loading of the
|
---|
1664 | page and hide it, when a query is done
|
---|
1665 | - commented functions
|
---|
1666 |
|
---|
1667 | * scripts/processsequence:
|
---|
1668 | - restricted find for cacofile to directory of date
|
---|
1669 |
|
---|
1670 | * scripts/merppupdate:
|
---|
1671 | - added (script to do merpp update for already calibrated files)
|
---|
1672 |
|
---|
1673 |
|
---|
1674 |
|
---|
1675 | 2007/05/09 Thomas Bretz
|
---|
1676 |
|
---|
1677 | * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc,
|
---|
1678 | callisto_mux.rc:
|
---|
1679 | - changed ArrTimeRmsLimit in all cases to default 5.0
|
---|
1680 | because of the new meaning
|
---|
1681 |
|
---|
1682 | * showplot.cc:
|
---|
1683 | - changed that it closes automatically if the file cannot
|
---|
1684 | be read
|
---|
1685 |
|
---|
1686 | * datacenter/macros/fillstar.C:
|
---|
1687 | - commented the output of the query
|
---|
1688 |
|
---|
1689 | * datacenter/macros/plotdb.C:
|
---|
1690 | - adapted ranges to MUX data values
|
---|
1691 | - added plots for new unsuitable columns
|
---|
1692 |
|
---|
1693 | * mbadpixels/MBadPixelsPix.h:
|
---|
1694 | - added a new member function IsUncalibrated
|
---|
1695 | - further adapted the usuitable levels
|
---|
1696 |
|
---|
1697 | * mcalib/MCalibrationChargeCalc.[h,cc]:
|
---|
1698 | - changed the meaning of ArrTimeRmsLimit such that it is now
|
---|
1699 | the deviation from the average rms expressed in significance
|
---|
1700 | levels
|
---|
1701 | - the new check is done similar to the check for the relative
|
---|
1702 | arrival time (to be unified!)
|
---|
1703 | - removed FinalizeArrivalTimes
|
---|
1704 | - removed calibration levels for first and last bin, this
|
---|
1705 | has to be redone more properly taken the extractor properties
|
---|
1706 | into account
|
---|
1707 | - some updates to the output
|
---|
1708 | - some simplifications to the code
|
---|
1709 |
|
---|
1710 | * mcalib/MCalibrationRelTimeCalc.cc:
|
---|
1711 | - when calculating the median check for UnsuitableRun not
|
---|
1712 | unsuitable in general
|
---|
1713 | - small changes to output
|
---|
1714 | - calculate upper and lower limits only once
|
---|
1715 |
|
---|
1716 | * mhvstime/MHVsTime.[h,cc]:
|
---|
1717 | - added fMinimum and fMaximum data members similar to
|
---|
1718 | MHSectorVsTime
|
---|
1719 | - to be unified with MHSectorVsTime
|
---|
1720 | - fixed draw/paint
|
---|
1721 | - increased version number
|
---|
1722 |
|
---|
1723 | * mjobs/MJCalibration.cc:
|
---|
1724 | - removed the bad pixel levels for first and last bins
|
---|
1725 |
|
---|
1726 | * msignal/MExtractTimeAndChargeSpline.[h,cc],
|
---|
1727 | mextralgo/MExtralgoSpline.cc:
|
---|
1728 | - changed to allow setup of the extraction type and the
|
---|
1729 | relative or absolute height for arrival
|
---|
1730 | - if the height is set < 0 and extraction type is set to
|
---|
1731 | relative integral the maximum is used instead of the leading edge.
|
---|
1732 | - accordingly increased version number by one
|
---|
1733 |
|
---|
1734 | * mjobs/Makefile:
|
---|
1735 | - added mextralgo to includes
|
---|
1736 |
|
---|
1737 |
|
---|
1738 |
|
---|
1739 | 2007/05/08 Daniel Hoehne
|
---|
1740 |
|
---|
1741 | * datacenter/macros/fillsignal.C:
|
---|
1742 | - implemented new variables fUnsuitable50 and fUnsuitable01
|
---|
1743 |
|
---|
1744 | * datacenter/db/menu.php, magicdefs.php, querycal.php:
|
---|
1745 | - implemented new columns fUnsuitable50 and fUnsuitable01
|
---|
1746 |
|
---|
1747 |
|
---|
1748 |
|
---|
1749 | 2007/05/04 Thomas Bretz
|
---|
1750 |
|
---|
1751 | * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
|
---|
1752 | - removed writing MBadPixelsCam. It now gives trouble
|
---|
1753 | because the etReadyToSave flag is set at an unproper time.
|
---|
1754 | It is not used anyhow.
|
---|
1755 |
|
---|
1756 | * datacenter/macros/fillsignal.C:
|
---|
1757 | - small simplification
|
---|
1758 |
|
---|
1759 |
|
---|
1760 |
|
---|
1761 | 2007/05/04 Daniela Dorner
|
---|
1762 |
|
---|
1763 | * scripts/makemovie:
|
---|
1764 | - added (script to produce movies)
|
---|
1765 |
|
---|
1766 |
|
---|
1767 |
|
---|
1768 | 2007/05/03 Daniel Hoehne
|
---|
1769 |
|
---|
1770 | * datacenter/macros/fillsignal.C:
|
---|
1771 | - fixed bug which made fillsignal fail for the new MUX data:
|
---|
1772 | for sequences > 200000 hilooff and hilocal are not needed anymore
|
---|
1773 |
|
---|
1774 |
|
---|
1775 |
|
---|
1776 | 2007/04/28 Daniela Dorner
|
---|
1777 |
|
---|
1778 | * datacenter/scripts/dowebplots, datacenter/scripts/doqualityplots:
|
---|
1779 | - moved temporary directory for pstoimg to /tmp
|
---|
1780 |
|
---|
1781 | * datacenter/scripts/copyscript:
|
---|
1782 | - moved file with diff for magic_favorites to /tmp
|
---|
1783 |
|
---|
1784 | * datacenter/db/plotdb.php, datacenter/db/plotinclude.php,
|
---|
1785 | datacenter/db/menu.js :
|
---|
1786 | - implemented possibility to plot datasets by inserting dataset
|
---|
1787 | number as Set1
|
---|
1788 |
|
---|
1789 | * datacenter/db/plot.php:
|
---|
1790 | - implemented variables for colours
|
---|
1791 |
|
---|
1792 | * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php,
|
---|
1793 | datacenter/db/include.php, datacenter/db/datasetinfo-aio.php,
|
---|
1794 | datacenter/db/ganymed.php, datacenter/db/sequence.php:
|
---|
1795 | - removed header and footer for print version
|
---|
1796 |
|
---|
1797 | * datacenter/db/runinfo-aio.php:
|
---|
1798 | - fixed small bug
|
---|
1799 |
|
---|
1800 | * datacenter/db/magicdefs.php:
|
---|
1801 | - added fMEanPUlsePosInner to alias
|
---|
1802 |
|
---|
1803 | * datacenter/db/ganymed.php:
|
---|
1804 | - added observation mode
|
---|
1805 |
|
---|
1806 |
|
---|
1807 |
|
---|
1808 | 2007/04/27 Daniela Dorner
|
---|
1809 |
|
---|
1810 | * datacenter/scripts/jobmanager:
|
---|
1811 | - improved logging
|
---|
1812 |
|
---|
1813 | * datacenter/scripts/scriptlauncher:
|
---|
1814 | - redirect of error messages of condor_submit to errorlogfile
|
---|
1815 | - in case condor_submit does not work (i.e. pid empty) an error
|
---|
1816 | message is written to the processlogfile
|
---|
1817 |
|
---|
1818 | * datacenter/db/showplots-ds.php:
|
---|
1819 | - adapted maxwidth of input field
|
---|
1820 |
|
---|
1821 | * datacenter/db/plotdb.php, datacenter/db/plotinclude.php,
|
---|
1822 | datacenter/db/menu.js :
|
---|
1823 | - implemented possibility to give range for 2 additional values
|
---|
1824 | - implemented possibility to give only upper or lower limit
|
---|
1825 | - fixed bug, that ranges are not accepted before plotting once
|
---|
1826 |
|
---|
1827 |
|
---|
1828 |
|
---|
1829 | 2007/04/27
|
---|
1830 |
|
---|
1831 | * RELEASE 1.1
|
---|
1832 |
|
---|
1833 |
|
---|
1834 |
|
---|
1835 | 2007/04/27 Daniel Hoehne
|
---|
1836 |
|
---|
1837 | * datacenter/scripts/runcallisto:
|
---|
1838 | - modified the ccfile and cacofile search to not find ccfiles
|
---|
1839 | twice if one runnumber is part of a higher runnumber (as 23456
|
---|
1840 | and 223456)
|
---|
1841 |
|
---|
1842 |
|
---|
1843 |
|
---|
1844 | 2007/04/27 Thomas Bretz
|
---|
1845 |
|
---|
1846 | * mcalib/CalibLinkDef.h, mcalib/Makefile:
|
---|
1847 | - removed obsolete MCalibrationIntensityCam
|
---|
1848 | - removed obsolete MCalibrationIntensityChargeCam
|
---|
1849 |
|
---|
1850 | * mcalib/MCalibCalcFromPast.[h,cc], mcalib/MCalibColorSteer.[h,cc],
|
---|
1851 | mcalib/MCalibrateData.[h,cc], mhcalib/MHCalibrationChargeCam.[h,cc]:
|
---|
1852 | - removed obsolete MCalibrationIntensityChargeCam and replaced by
|
---|
1853 | MCalibrationChargeCam
|
---|
1854 |
|
---|
1855 | * mcalib/MCalibrationChargeCalc.[h,cc]:
|
---|
1856 | - removed obsolete MCalibrationIntensityChargeCam and replaced by
|
---|
1857 | MCalibrationChargeCam
|
---|
1858 | - to realize the difference between continous and single calibration
|
---|
1859 | a new data member fContinousCalibration has been introduced
|
---|
1860 | - consequently increased version number to 6
|
---|
1861 | - do not set any exclusion in ReInit. it is nonsense not to fill
|
---|
1862 | histograms which might give (or give not) correct result,
|
---|
1863 | if the checks are all executed anyhow
|
---|
1864 |
|
---|
1865 | * mcalib/MCalibrationRelTimeCalc.cc:
|
---|
1866 | - do not set any exclusion in ReInit and if a pixel is unsuitable.
|
---|
1867 | it is nonsense not to fill histograms which might give (or give
|
---|
1868 | not) correct result, if the checks are all executed anyhow
|
---|
1869 | - switched on the check for outliers
|
---|
1870 | - outliers are now set unsuitable rather than unreliable
|
---|
1871 | - some code simplification of the checks
|
---|
1872 |
|
---|
1873 | * mcalib/MCalibrationChargeCam.cc:
|
---|
1874 | - added a comment in the Clear member function
|
---|
1875 |
|
---|
1876 | * mcalib/MCalibrationRelTimeCam.cc:
|
---|
1877 | - some fixes of looong Form statements
|
---|
1878 | - a small cosmetic change to GetPixelContent
|
---|
1879 | - replaced the old check of the average time resolution by
|
---|
1880 | a more accurate check using the median and deviation
|
---|
1881 |
|
---|
1882 | * mhcalib/MHCalibrationRelTimeCam.[h,cc]:
|
---|
1883 | - removed data member fReferencePixel and corresponding code
|
---|
1884 | - use the median of pixels with area index 0 as reference instead of
|
---|
1885 | an artificial pixel
|
---|
1886 |
|
---|
1887 | * mhcalib/MHCalibrationCam.[h,cc]:
|
---|
1888 | - finally removed all dependencies on the intensity cams and replaced
|
---|
1889 | them by the direct cam
|
---|
1890 | - if the lo-gain histogram is empty this is not a reason for an
|
---|
1891 | uncalibrated pixel. At least in case of extracted properties (charge
|
---|
1892 | and time) it is ok.
|
---|
1893 |
|
---|
1894 | * mjobs/MJCalibration.[h,cc]:
|
---|
1895 | - let MCalibrationRelTimeCalc run after MCalibrationChargeCalc
|
---|
1896 | otherwise almost all unsuitable pixels have deviating
|
---|
1897 | relative arrival resolution.
|
---|
1898 | - added new level for deviating time reolution to plot of bad pixels
|
---|
1899 | - changed reference lines for timr resolution plots
|
---|
1900 | - removed data member fRefTimeOffsetInner, it is now 0 by definition
|
---|
1901 |
|
---|
1902 | * mjobs/MJCalibrateSignal.cc:
|
---|
1903 | - finally removed all dependencies of Intensity cams
|
---|
1904 | - enable ContinousCalibration in MCalibrationChargeCalc instead
|
---|
1905 | - switched on interleaved relative time calibration
|
---|
1906 |
|
---|
1907 | * mbadpixels/MBadPixelsPix.h:
|
---|
1908 | - adapted to new unsuitable flag kDeviatingTimeResolution
|
---|
1909 |
|
---|
1910 | * callisto_mux.rc:
|
---|
1911 | - removed the obsolete resource statement about the level
|
---|
1912 | for the relative arrival time check.
|
---|
1913 |
|
---|
1914 | * mjobs/calibrationref.rc, mjobs/calibrationref_Dec04.rc,
|
---|
1915 | mjobs/calibrationref_Nov04.rc, resources/calibrationref_mux.rc:
|
---|
1916 | - changed time resolution references accordingly
|
---|
1917 |
|
---|
1918 | * resources/calibration_spline.rc:
|
---|
1919 | - added muon calibration factors up to period 55... to be corrected.
|
---|
1920 |
|
---|
1921 | * mjobs/MJCut.[h,cc]:
|
---|
1922 | - reanimated the use of an energy estimator in ganymed for the
|
---|
1923 | purpose of having it as additional cut value if looking
|
---|
1924 | for events after cuts
|
---|
1925 |
|
---|
1926 | * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
|
---|
1927 | - added a corresponding example
|
---|
1928 |
|
---|
1929 |
|
---|
1930 |
|
---|
1931 | 2007/04/26 Thomas Bretz
|
---|
1932 |
|
---|
1933 | * mjobs/MJPedestal.cc:
|
---|
1934 | - inverted the default of the CalibFilter for the case of no
|
---|
1935 | pattern available as the filter was inverted 4.3.07.
|
---|
1936 |
|
---|
1937 | * callisto.rc:
|
---|
1938 | - fixed typos in examples for movie encoding
|
---|
1939 |
|
---|
1940 |
|
---|
1941 |
|
---|
1942 | 2007/04/25 Daniel Hoehne
|
---|
1943 |
|
---|
1944 | * datacenter/scripts/runcallisto:
|
---|
1945 | - removed obsolete option -raw from command line for callisto
|
---|
1946 |
|
---|
1947 |
|
---|
1948 |
|
---|
1949 | 2007/04/25 Thomas Bretz
|
---|
1950 |
|
---|
1951 | * mbadpixels/MBadPixelsCam.cc:
|
---|
1952 | - removed obsolete code from Print() which tried to align the
|
---|
1953 | output
|
---|
1954 |
|
---|
1955 | * mhcalib/MHCalibrationChargeCam.cc:
|
---|
1956 | - increased the shown binning range further
|
---|
1957 |
|
---|
1958 | * mhcalib/MHCalibrationPulseTimeCam.cc:
|
---|
1959 | - unimportant changes
|
---|
1960 |
|
---|
1961 | * mjobs/MJPedestal.cc:
|
---|
1962 | - changed a comment
|
---|
1963 |
|
---|
1964 | * mpedestal/MPedestalSubtractedEvt.h:
|
---|
1965 | - fixed a bug of preset upper limits. The last slice is
|
---|
1966 | fNumSamples-1 not fNumSamples
|
---|
1967 |
|
---|
1968 |
|
---|
1969 |
|
---|
1970 | 2007/04/24 Thomas Bretz
|
---|
1971 |
|
---|
1972 | * callisto_Dec04Jan05.rc, callisto_MarApr05.rc, callisto_mux.rc:
|
---|
1973 | - fixed typos in examples for movie encoding
|
---|
1974 |
|
---|
1975 | * mjobs/MJCalib.h, mjobs/MJPedestal.cc:
|
---|
1976 | - missing commit from yesterday :-(
|
---|
1977 |
|
---|
1978 | * mmovie/MMovieWrite.cc:
|
---|
1979 | - changed resource Filename according to the other resources
|
---|
1980 | to FileName
|
---|
1981 |
|
---|
1982 | * ganymed.cc:
|
---|
1983 | - enable dataset mc-mode if "-mc" is specified
|
---|
1984 | - removed obsolete call to EnableMonteCarloMode
|
---|
1985 | - removed EnableWobbleMode but use the setting of the dataset
|
---|
1986 | instead
|
---|
1987 |
|
---|
1988 | * mjobs/MDataSet.[h,cc]:
|
---|
1989 | - renamed fIsWobbleMode to fWobbleMode
|
---|
1990 | - added setter for fWobbleMode
|
---|
1991 | - added fMonteCarlo which determins the default paths to be used
|
---|
1992 | if not overwritten
|
---|
1993 | - replaced the static variables for the paths by member functions
|
---|
1994 | which depend on the new fWobbleMode data member
|
---|
1995 | - some simple reordering inthe constructor was necessary
|
---|
1996 | - increased class version number accordingly to 2
|
---|
1997 |
|
---|
1998 | * mjobs/MJCut.[h,cc]:
|
---|
1999 | - repaired On-only mode
|
---|
2000 | - removed data member fIsMonteCarlo, use the data-set getter instead
|
---|
2001 | - removed data member fIsWobbleMode, use the data-set getter instead
|
---|
2002 |
|
---|
2003 | * sponde.cc:
|
---|
2004 | - print a warning if MC dataset doens't contain "MonteCarlo: Yes"
|
---|
2005 |
|
---|
2006 | * mjobs/MJCalibrateSignal.cc:
|
---|
2007 | - do not write signal*.root in movie mode
|
---|
2008 |
|
---|
2009 |
|
---|
2010 |
|
---|
2011 | 2007/04/23 Thomas Bretz
|
---|
2012 |
|
---|
2013 | * callisto.cc, star.cc:
|
---|
2014 | - removed "-raw" and "-root" option
|
---|
2015 | - replaced inflating sequence path by new InflatePath
|
---|
2016 | function
|
---|
2017 | - removed MJCalib::kUse* usage, use MSequence::IsMonteCarlo
|
---|
2018 | instead
|
---|
2019 |
|
---|
2020 | * mhcalib/MHCalibrationChargeBlindCam.cc,
|
---|
2021 | mhcalib/MHCalibrationHiLoCam.cc,
|
---|
2022 | mhcalib/MHCalibrationPulseTimeCam.cc:
|
---|
2023 | - removed obsolete include of MCalibrationIntensityCam
|
---|
2024 |
|
---|
2025 | * mhcalib/MHPedestalCam.cc:
|
---|
2026 | - removed obsolete usage of fIntensCam
|
---|
2027 |
|
---|
2028 | * mhist/MHEvent.cc:
|
---|
2029 | - replacedcompilation of description string by new
|
---|
2030 | MMcEvt::GetDescription memeber function
|
---|
2031 |
|
---|
2032 | * mjobs/MJCalib.[h,cc]:
|
---|
2033 | - removed fDataFlag and corresponding member functions and
|
---|
2034 | handling
|
---|
2035 |
|
---|
2036 | * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
|
---|
2037 | mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.[h,cc]:
|
---|
2038 | - replaced IsUseRawData and IsUseRootData by
|
---|
2039 | MSequence::IsMonteCarlo
|
---|
2040 | - use fSequence to determin whether it is MC sequence or not
|
---|
2041 |
|
---|
2042 | * mjobs/MJCalibrateSignal.cc:
|
---|
2043 | - renamed movie encoding task list
|
---|
2044 | - do not write output files if encoding movie
|
---|
2045 |
|
---|
2046 | * mjobs/MSequence.[h,cc]:
|
---|
2047 | - removed "merpp"-path
|
---|
2048 | - monte carlo files now always have 8digits run numbers
|
---|
2049 | - added new resource "MonteCarlo"
|
---|
2050 | - added new static member function InflatePath
|
---|
2051 | - increased version number to 2
|
---|
2052 |
|
---|
2053 | * mmc/MMcEvt.[hxx,cxx]:
|
---|
2054 | - added new member function GetDescription
|
---|
2055 |
|
---|
2056 | * mmovie/MMovieWrite.[h,cc]:
|
---|
2057 | - added a sanity check for strange rms values
|
---|
2058 | - search for MMcEvt in the parlist and improve output
|
---|
2059 | in case of monte carlo data
|
---|
2060 | - fixed some typos in the comments of ReadEnv
|
---|
2061 |
|
---|
2062 | * mmovie/Makefile:
|
---|
2063 | - added mmc search path
|
---|
2064 |
|
---|
2065 | * mraw/MRawRunHeader.cc:
|
---|
2066 | - set new defaults of fTelescopeNumber, fCameraVersion,
|
---|
2067 | fFreqSampling and fNumSignificantBits for old MC data
|
---|
2068 |
|
---|
2069 |
|
---|
2070 |
|
---|
2071 | 2007/04/23 Daniela Dorner
|
---|
2072 |
|
---|
2073 | * datacenter/scripts/linkmc:
|
---|
2074 | - removed workaround for 5-digit runnumbers
|
---|
2075 |
|
---|
2076 | * datacenter/scripts/mcsequences:
|
---|
2077 | - added line 'MonteCarlo: Yes' to output to sequence file
|
---|
2078 |
|
---|
2079 | * datacenter/scripts/runganymed:
|
---|
2080 | - adapted chosing of ganymed rc-file
|
---|
2081 | - added output of ganymed command line
|
---|
2082 |
|
---|
2083 |
|
---|
2084 |
|
---|
2085 | 2007/04/20 Daniel Hoehne
|
---|
2086 |
|
---|
2087 | * datacenter/macros/filldotrun.C:
|
---|
2088 | - implemented new Arehucas version
|
---|
2089 |
|
---|
2090 |
|
---|
2091 |
|
---|
2092 | 2007/04/20 Thomas Bretz
|
---|
2093 |
|
---|
2094 | * mbadpixels/MBadPixelsCam.cc, mbadpixels/MBadPixelsPix.cc:
|
---|
2095 | - propagate option in Clear member function
|
---|
2096 | - the default is now to keep the previously excluded flag and
|
---|
2097 | set the unsuitable-run flag accordingly
|
---|
2098 |
|
---|
2099 | * mcalib/MCalibrationChargeCalc.cc:
|
---|
2100 | - if the lower limit for the measured number of phe is calculated
|
---|
2101 | to be less than one phe it is artificially reset to one phe
|
---|
2102 |
|
---|
2103 | * mhist/MHCamEvent.cc:
|
---|
2104 | - call SetFrameBorder(0) for all subpads explicitly
|
---|
2105 |
|
---|
2106 | * mhist/MHCamera.cc:
|
---|
2107 | - removed the obsolete definition of kItemsLegend
|
---|
2108 |
|
---|
2109 | * mbadpixels/MBadPixelsIntensityCam.cc, mcalib/MCalibrationIntensityCam.cc:
|
---|
2110 | - removed obsolete reference in comment to MCalibrationINtensityQECam
|
---|
2111 |
|
---|
2112 | * mcalib/CalibLinkDef.h, mcalib/Makefile:
|
---|
2113 | - removed obsolete MCalibrationIntensityQECam
|
---|
2114 | - removed obsolete MCalibrationIntensityBlindCam
|
---|
2115 | - removed obsolete MCalibrationIntensityRelTimeCam
|
---|
2116 | - removed obsolete MCalibrationIntensityTestCam
|
---|
2117 |
|
---|
2118 | * mcalib/MCalibCalcFromPast.[h,cc], mcalib/MCalibColorSteer.[h,cc],
|
---|
2119 | mcalib/MCalibrateData.[h,cc]:
|
---|
2120 | - replaced data member fIntensQE by fQECam
|
---|
2121 | - removed references to obsolete MCalibrationIntensityQECam
|
---|
2122 | - added some comments
|
---|
2123 | - replaced obsolete reference to MCalibrationIntensityBlindCam
|
---|
2124 | by reference to MCalibrationBlindCam
|
---|
2125 |
|
---|
2126 | * mcalib/MCalibrationChargeCalc.[h,cc]:
|
---|
2127 | - replaced references to fIntensQE by direct access to fQECam
|
---|
2128 | - adde some comments
|
---|
2129 | - removed data member fIntensQECam
|
---|
2130 | - replaced obsoilete reference to MCalibrationIntensityBlindCam
|
---|
2131 | by reference to MCalibrationBlindCam
|
---|
2132 |
|
---|
2133 | * mjobs/MJCalibrateSignal.cc, mhcalib/MHCalibrationChargeBlindCam.cc:
|
---|
2134 | - removed obsolete references to MCalibrationIntensityQECam
|
---|
2135 | - removed obsolete references to MCalibrationIntensityBlindCam
|
---|
2136 |
|
---|
2137 | * mbase/MTask.cc:
|
---|
2138 | - added some unexecuted code to debug which taks are processed
|
---|
2139 |
|
---|
2140 | * mcalib/MCalibCalcFromPast.cc, mcalib/MCalibrationIntensityCam.cc,
|
---|
2141 | mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.h
|
---|
2142 | - removed obsolete MCalibrationIntensityRelTimeCam
|
---|
2143 |
|
---|
2144 | * mcalib/MCalibColorSteer.[h,cc], mcalib/MCalibrationRelTimeCalc.[h,cc],
|
---|
2145 | mhcalib/MHCalibrationRelTimeCam.cc:
|
---|
2146 | - replaced obsolete reference to MCalibrationIntensityRelTimeCam
|
---|
2147 | by referencing MCalibrationRelTimeCam
|
---|
2148 |
|
---|
2149 | * mhcalib/MHCalibrationChargeBlindCam.cc:
|
---|
2150 | - replaced obsolete reference to MCalibrationIntensityBlindCam
|
---|
2151 | by referencing MCalibrationBlindCam
|
---|
2152 |
|
---|
2153 | * mhcalib/MHCalibrationHiLoCam.cc:
|
---|
2154 | - replaced obsolete reference to MCalibrationIntensityHiLoCam
|
---|
2155 | by referencing MCalibrationHiLoCam
|
---|
2156 |
|
---|
2157 | * mhcalib/MHCalibrationPulseTimeCam.cc
|
---|
2158 | - replaced obsolete reference to MCalibrationIntensityPulseTimeCam
|
---|
2159 | by referencing MCalibrationPulseTimeCam
|
---|
2160 |
|
---|
2161 | * mcalib/MCalibrationTestCalc.cc
|
---|
2162 | - replaced obsolete reference to MCalibrationIntensityTestCam
|
---|
2163 | by referencing MCalibrationTestCam
|
---|
2164 |
|
---|
2165 |
|
---|
2166 |
|
---|
2167 | 2007/04/12 Daniela Dorner
|
---|
2168 |
|
---|
2169 | * datacenter/db/showplots-ds.php:
|
---|
2170 | - added (script to plot all plots of a data set)
|
---|
2171 |
|
---|
2172 | * datacenter/db/showplots.php:
|
---|
2173 | - added 'previous' and 'next' button
|
---|
2174 |
|
---|
2175 | * datacenter/db/plotinclude.php, datacenter/db/showplots.php:
|
---|
2176 | - moved two function from showplots.php to plotinclude.php, as they
|
---|
2177 | are also used in showplots-ds.php
|
---|
2178 |
|
---|
2179 | * datacenter/db/builddatasets.php, datacenter/db/datasetinfo-aio.php
|
---|
2180 | datacenter/db/indes-header.html, datacenter/db/indes.html,
|
---|
2181 | datacenter/db/menu.js, datacenter/db/reference.html,
|
---|
2182 | datacenter/db/regexp.html, datacenter/db/runinfo-aio.html,
|
---|
2183 | datacenter/db/sequinfo-aio.html:
|
---|
2184 | - adapted paths of images and mars.css
|
---|
2185 |
|
---|
2186 | * datacenter/db/index.html:
|
---|
2187 | - added link to showplots-ds.php
|
---|
2188 |
|
---|
2189 |
|
---|
2190 |
|
---|
2191 | 2007/04/18 Thomas Bretz
|
---|
2192 |
|
---|
2193 | * Makefile:
|
---|
2194 | - added suffixes .hxx and .cxx
|
---|
2195 | - added new subdir mmovie
|
---|
2196 |
|
---|
2197 | * mjobs/Makefile:
|
---|
2198 | - added path to mmovie
|
---|
2199 |
|
---|
2200 | * mmovie/MMoviePrepare.[h,cc]:
|
---|
2201 | - changed access to MCalibrateData to access to MCalibConstCam
|
---|
2202 |
|
---|
2203 | * mmovie/MMovieWrite.cc:
|
---|
2204 | - fixed some typos in comments
|
---|
2205 |
|
---|
2206 | * mjobs/MJCalibrateSignal.cc:
|
---|
2207 | - removed dependenca on obsolete MCalibrationIntensityConstCam
|
---|
2208 |
|
---|
2209 | * mjobs/MJCalibration.[h,cc]:
|
---|
2210 | - for simplification removed all dependencies of unused intensity
|
---|
2211 | calibration
|
---|
2212 |
|
---|
2213 | * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc,
|
---|
2214 | callisto_mux.rc:
|
---|
2215 | - removed line for switching on intensity calibration
|
---|
2216 | - added expample lines for movie encoding
|
---|
2217 |
|
---|
2218 | * mbadpixels/BadPixelsLinkDef.h, mbadpixels/Makefile:
|
---|
2219 | - removed obsolete MBadPixelsIntensityCam
|
---|
2220 |
|
---|
2221 | * mcalib/MCalibCalcFromPast.[h.cc]:
|
---|
2222 | - do not store fIntensRelTime (it is not used at all) as data member
|
---|
2223 |
|
---|
2224 | * mcalib/MCalibColorSteer.[h,cc], mcalib/MCalibCalcFromPast.[h.cc]:
|
---|
2225 | - instead of creating of a new MBadPixelsCam into the intensity array
|
---|
2226 | clear the information of the old one (FIXME: DO NOT CLEAR PREV EXCL!)
|
---|
2227 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
---|
2228 | * mcalib/MCalibrationTestCalc.[h,cc]:
|
---|
2229 | - removed empty Process function
|
---|
2230 |
|
---|
2231 | * mcalib/MCalibColorSteer.[h,cc], mcalib/MCalibCalcFromPast.[h.cc],
|
---|
2232 | mcalib/MCalibrationChargeCalc.[h,cc], mcalib/MCalibrationTestCalc.[h,cc],
|
---|
2233 | mcalib/MCalibrationRelTimeCalc.[h,cc], mhcalib/MHCalibrationCam.[h,cc],
|
---|
2234 | mhcalib/MHCalibrationChargeCam.cc, mhcalib/MHCalibrationHiLoCam.cc,
|
---|
2235 | mhcalib/MHCalibrationPulseTimeCam.cc, mhcalib/MHCalibrationRelTimeCam.cc,
|
---|
2236 | mhcalib/MHPedestalCam.cc:
|
---|
2237 | - removed obsolete references to MBadPixelsIntensityCam, replaced
|
---|
2238 | by MBadPixelsCam
|
---|
2239 |
|
---|
2240 | * mhcalib/MHCalibrationCam.cc:
|
---|
2241 | - set reason for uncalibrated pixels by SetUncalibrated
|
---|
2242 |
|
---|
2243 | * mjobs/MJCalibrateSignal.cc:
|
---|
2244 | - removed obsolete references to MBadPixelsIntensityCam
|
---|
2245 | - removed MBadPixelsMerge, instead use the given MBadPixelsCam as
|
---|
2246 | starting point. THIS ALSO REMOVES SUPPORT FOR PREV. EXCLUDED PIXELS
|
---|
2247 | (TO BE FIXED)
|
---|
2248 |
|
---|
2249 | * mfilter/FilterLinkDef.h, mfilter/Makefile:
|
---|
2250 | - added MFEvtNumber
|
---|
2251 |
|
---|
2252 | * mfilter/MFEvtNumber.[h,cc]:
|
---|
2253 | - added
|
---|
2254 |
|
---|
2255 |
|
---|
2256 |
|
---|
2257 | 2007/04/17 Stefan Ruegamer
|
---|
2258 |
|
---|
2259 | * datacenter/scripts/filesondisk:
|
---|
2260 | - modified the ccfile search to not find ccfiles twice if one
|
---|
2261 | runnumber is part of a higher runnumber (as 23456 and 223456)
|
---|
2262 |
|
---|
2263 | * datacenter/scripts/movingrawfiles:
|
---|
2264 | - added moving of rawfiles from the directory /magic/datacenter/
|
---|
2265 | fromtape/rawdata/muxdata, which is the default rawfile folder of
|
---|
2266 | the new muxtapes, to /magic/datacenter/fromtape/rawdata
|
---|
2267 |
|
---|
2268 | * datacenter/scripts/runcallisto:
|
---|
2269 | - added condition for the linking of the .rc-file for muxdata
|
---|
2270 |
|
---|
2271 | * datacenter/scripts/makecallistolinks:
|
---|
2272 | - commented reason2 out
|
---|
2273 |
|
---|
2274 |
|
---|
2275 |
|
---|
2276 | 2007/04/17 Thomas Bretz
|
---|
2277 |
|
---|
2278 | * mcalib/CalibLinkDef.h, mcalib/Makefile:
|
---|
2279 | - removed obsolete MCalibrationIntensityConstCam
|
---|
2280 |
|
---|
2281 | * mcalib/MCalibCalcFromPast.[h,cc]:
|
---|
2282 | - removed obsolete depedency on MCalibrationIntensityConstCam
|
---|
2283 |
|
---|
2284 | * mcalib/MCalibConstCam.[h,cc]:
|
---|
2285 | - added a possibility to veto bad pixels in GetPixelContent by
|
---|
2286 | setting a MBadPixelsCam
|
---|
2287 | - removed obsolete fRunNumber
|
---|
2288 | - increased class version number by 1
|
---|
2289 |
|
---|
2290 | * mcalib/MCalibrateData.[h,cc]:
|
---|
2291 | - removed obsolete dependency on MCalibrationIntensityConstCam
|
---|
2292 | - removed some obsolete comments with code from old pedestal
|
---|
2293 | treatment
|
---|
2294 |
|
---|
2295 |
|
---|
2296 |
|
---|
2297 | 2007/04/15 Thomas Bretz
|
---|
2298 |
|
---|
2299 | * callisto.cc:
|
---|
2300 | - added an option to write a movie
|
---|
2301 |
|
---|
2302 | * mjobs/MJCalibrateSignal.[h,cc]:
|
---|
2303 | - added the code to write a movie
|
---|
2304 | - added new option (fIsMovieMode) to switch it on and off
|
---|
2305 |
|
---|
2306 | * mmovie/MMovieData.h:
|
---|
2307 | - added data member fMedianPedestalRms
|
---|
2308 |
|
---|
2309 | * mmovie/MMoviePrepare.[h,cc]:
|
---|
2310 | - added calculation of median pedestal rms
|
---|
2311 |
|
---|
2312 | * mmovie/MMovieWrite.[h,cc]:
|
---|
2313 | - added comments
|
---|
2314 | - added return value to SetPalette
|
---|
2315 | - delete palette entries after usage
|
---|
2316 | - get median pedestal rms from MMovieData
|
---|
2317 |
|
---|
2318 |
|
---|
2319 |
|
---|
2320 | 2007/04/12 Daniela Dorner
|
---|
2321 |
|
---|
2322 | * datacenter/scripts/sourcefile:
|
---|
2323 | - added if-clause to avoid removing of non existing files
|
---|
2324 |
|
---|
2325 | * datacenter/db/db.php:
|
---|
2326 | - adapted host
|
---|
2327 |
|
---|
2328 | * datacenter/db/plotdb.php:
|
---|
2329 | - adapted usage of function GetQuery
|
---|
2330 |
|
---|
2331 | * datacenter/db/plotinclude.php:
|
---|
2332 | - added init of variables
|
---|
2333 |
|
---|
2334 | * datacenter/db/runinfo-aio.php:
|
---|
2335 | - adapted building of query for the case, that fRunMin=0
|
---|
2336 |
|
---|
2337 | * datacenter/macros/filloptical.C:
|
---|
2338 | - adapted such, that files from telescopes in Tuorla can also be
|
---|
2339 | handeled
|
---|
2340 | - return 3 in case the coordinates of an object are not available
|
---|
2341 | in the database
|
---|
2342 |
|
---|
2343 | * datacenter/scripts/copyscript:
|
---|
2344 | - added case for return code 3 for filloptical.C
|
---|
2345 |
|
---|
2346 | * datacenter/macros/setupdb.C:
|
---|
2347 | - added table OpticalData
|
---|
2348 |
|
---|
2349 | * datacenter/tools/fillobjects.C:
|
---|
2350 | - added comment
|
---|
2351 |
|
---|
2352 | * datacenter/tools/fillobjects2.C:
|
---|
2353 | - adapted comment
|
---|
2354 | - adapted reading to new format of file (different object name
|
---|
2355 | convention)
|
---|
2356 |
|
---|
2357 | * datacenter/resources/TeVsources.txt:
|
---|
2358 | - added (file containing the positions of the objects observed by
|
---|
2359 | the Tuorla Observatory and KVA)
|
---|
2360 |
|
---|
2361 | * datacenter/resources/good_compstars.txt:
|
---|
2362 | - added (file containing the magnitudes and colour of the objects
|
---|
2363 | observed by the Tuorla Observatory and KVA)
|
---|
2364 |
|
---|
2365 | * datacenter/resources/compstars.txt:
|
---|
2366 | - added (like good_compstars, but containing more data, which
|
---|
2367 | has been left out in the other file, as it is not accurate
|
---|
2368 | enough)
|
---|
2369 |
|
---|
2370 |
|
---|
2371 |
|
---|
2372 | 2007/04/12 Thomas Bretz
|
---|
2373 |
|
---|
2374 | * mmovie/MMoviePrepare.[h,cc], mmovie/MMovieData.[h,cc],
|
---|
2375 | mmovie/MMovieWrite.[h,cc], mmovie/Makefile, mmovie/MovieLinkDef.h,
|
---|
2376 | movie/MovieIncl.h:
|
---|
2377 | - added
|
---|
2378 |
|
---|
2379 | * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h, mbase/MArrayI.h,
|
---|
2380 | mbase/MArrayS.h:
|
---|
2381 | - added Reset() member function or improved performance of it
|
---|
2382 |
|
---|
2383 | * mcalib/MCalibrationChargeCalc.cc:
|
---|
2384 | - fixed the alignment in an output
|
---|
2385 |
|
---|
2386 | * mhbase/MBinning.h:
|
---|
2387 | - added operator[] member function
|
---|
2388 |
|
---|
2389 | * mhist/MHCamera.cc:
|
---|
2390 | - changed such that it is allowed to use palettes with a different
|
---|
2391 | number of contours.
|
---|
2392 | - fixed the number of ticks written on the axis to 25
|
---|
2393 | - use MBinnig to calculate the legend color boxes
|
---|
2394 | - fixed a minor bug in the assignment of the color levels, which
|
---|
2395 | gave visibly wrong result if the transition between two colors
|
---|
2396 | was important but was not noticable in normal circumstances
|
---|
2397 |
|
---|
2398 | * mjobs/MDataSet.h, mjobs/MSequence.h:
|
---|
2399 | - increased class version to 1 to make it writable
|
---|
2400 | - added Print to the context menu
|
---|
2401 |
|
---|
2402 | * mgeom/MGeomCam.[h,cc]:
|
---|
2403 | - removed fNumSectors
|
---|
2404 | - removed fNumAreas
|
---|
2405 | - added fNumPixInSector
|
---|
2406 | - added fNumPixWithAidx
|
---|
2407 | - changed CalcSectors and CalcArea to fill new data members
|
---|
2408 | - fixed a bug in the range check of GetMaxRadius and GetMinRadius
|
---|
2409 | (the range was to wide by 1 at the upper edge)
|
---|
2410 | - increased class version from 4 to 5
|
---|
2411 |
|
---|
2412 |
|
---|
2413 |
|
---|
2414 | 2007/04/11 Thomas Bretz
|
---|
2415 |
|
---|
2416 | * mjobs/MJCalibrateSignal.cc:
|
---|
2417 | - added a lot of comments
|
---|
2418 | - added some code for future use
|
---|
2419 |
|
---|
2420 | * mcalib/MCalibCalcFromPast.cc:
|
---|
2421 | - if update of calibration constants via MCalibrateData fails an
|
---|
2422 | error is raised
|
---|
2423 |
|
---|
2424 | * mcalib/MCalibrateData.cc:
|
---|
2425 | - if update of calibration constants done set the ReadyToSaveFlag
|
---|
2426 | accordingly
|
---|
2427 |
|
---|
2428 |
|
---|
2429 |
|
---|
2430 | 2007/04/04 Thomas Bretz
|
---|
2431 |
|
---|
2432 | * mbase/MLogHtml.cc:
|
---|
2433 | - the closing parenthesis was missing for setting to green color
|
---|
2434 |
|
---|
2435 |
|
---|
2436 |
|
---|
2437 | 2007/04/03 Thomas Bretz
|
---|
2438 |
|
---|
2439 | * mjobs/MDataSet.cc:
|
---|
2440 | - added processing of RunTime and Name resource
|
---|
2441 |
|
---|
2442 | * mgeom/MGeomCamDwarf.cc:
|
---|
2443 | - removed an unused variable
|
---|
2444 |
|
---|
2445 | * msignal/MSignalPix.h, msignal/MSignalCam.h:
|
---|
2446 | - commented out obsolete AddNumPhotons and Scale
|
---|
2447 | - removed ReducePrecision from setting of arrival time because
|
---|
2448 | it gave artefacts.
|
---|
2449 |
|
---|
2450 |
|
---|
2451 |
|
---|
2452 | 2007/03/29 Thomas Bretz
|
---|
2453 |
|
---|
2454 | * mgeom/MGeomCam.cc, mgeom/MGeomPix.h:
|
---|
2455 | - added new member function to return distance to coordinate
|
---|
2456 | origin
|
---|
2457 |
|
---|
2458 | * mgeom/MGeomCamDwarf.[h,cc]:
|
---|
2459 | - added
|
---|
2460 |
|
---|
2461 | * mgeom/Makefile, mgeom/GeomLinkDef.h:
|
---|
2462 | - added MGeomCamDwarf
|
---|
2463 |
|
---|
2464 |
|
---|
2465 |
|
---|
2466 | 2007/03/28 Thomas Bretz
|
---|
2467 |
|
---|
2468 | * mraw/MRawRunHeader.cc:
|
---|
2469 | - added Getter for fFreqSampling
|
---|
2470 |
|
---|
2471 | * mpointing/MHSrcPosCam.[h,cc]:
|
---|
2472 | - added different binning for wobble mode
|
---|
2473 | - added circle for wobble mode
|
---|
2474 |
|
---|
2475 | * mjobs/MJCut.cc:
|
---|
2476 | - store run- and event-number via MParameterCalc in output files
|
---|
2477 | - show histogram of source positions also in wobble mode
|
---|
2478 |
|
---|
2479 | * mbase/MEnv.h:
|
---|
2480 | - added member function to touch a resource returning whether
|
---|
2481 | it has contents or not
|
---|
2482 |
|
---|
2483 | * mars.rc:
|
---|
2484 | - added examples for MUX data
|
---|
2485 | - fixed the other examples
|
---|
2486 | - changed default cleaning to 8.5/4.0 absolute
|
---|
2487 |
|
---|
2488 | * macros/readIPR.C:
|
---|
2489 | - simplified
|
---|
2490 |
|
---|
2491 |
|
---|
2492 |
|
---|
2493 | 2007/03/21 Stefan Ruegamer
|
---|
2494 |
|
---|
2495 | * datacenter/scripts/runcallisto:
|
---|
2496 | - removed entries for callisto_MarApr05.rc (outdated)
|
---|
2497 |
|
---|
2498 | * datacenter/scripts/makecallistolinks:
|
---|
2499 | - updated reason1 because the old reason has been removed in the
|
---|
2500 | Mars Version 1.0, resulting in no more calibration with spline
|
---|
2501 | if DF fails
|
---|
2502 | - added reason2 to run spline after an other error
|
---|
2503 |
|
---|
2504 |
|
---|
2505 |
|
---|
2506 | 2007/03/20 Daniel Hoehne
|
---|
2507 |
|
---|
2508 | * datacenter/db/db.php, datacenter/scripts/budb,
|
---|
2509 | datacenter/scripts/dbchk, datacenter/scripts/dunotseqruns,
|
---|
2510 | datacenter/scripts/findnewstars,
|
---|
2511 | datacenter/scripts/findnotseqruns, datacenter/scripts/sourcefile,
|
---|
2512 | datacenter/tools/comparesequences, datacenter/tools/resetdataset,
|
---|
2513 | sql.rc:
|
---|
2514 | - changed the host from hercules to vela
|
---|
2515 |
|
---|
2516 |
|
---|
2517 |
|
---|
2518 | 2007/03/17 Thomas Bretz
|
---|
2519 |
|
---|
2520 | * mbase/MTime.[h,cc]:
|
---|
2521 | - added new memeber function to set unix times
|
---|
2522 |
|
---|
2523 |
|
---|
2524 |
|
---|
2525 | 2007/03/09 Thomas Bretz
|
---|
2526 |
|
---|
2527 | * mjoptim/MJOptimizeCuts.cc:
|
---|
2528 | - implemented printing of input file also in RunOnOffCore
|
---|
2529 |
|
---|
2530 |
|
---|
2531 |
|
---|
2532 | 2007/03/08 Markus Meyer
|
---|
2533 |
|
---|
2534 | * mpointing/MPointingDevCalc.h:
|
---|
2535 | - changed fNumMinStars from 8 to n (in SetNumMinStars)
|
---|
2536 |
|
---|
2537 |
|
---|
2538 |
|
---|
2539 | 2007/03/06 Stefan Ruegamer
|
---|
2540 |
|
---|
2541 | * mraw/MRawRunHeader.cc:
|
---|
2542 | - added SwapAssignment for pixels 428 and 429
|
---|
2543 |
|
---|
2544 |
|
---|
2545 |
|
---|
2546 | 2007/03/05 Thomas Bretz
|
---|
2547 |
|
---|
2548 | * msignal/MExtractTimeAndChargeSpline.cc:
|
---|
2549 | - added a default for the extrator resolution in case no predefined
|
---|
2550 | value is set
|
---|
2551 |
|
---|
2552 | * mjobs/MJCalib.[h,cc], mjobs/MJCalibration.cc:
|
---|
2553 | - removed HiLoCalibration option
|
---|
2554 |
|
---|
2555 | * mjobs/MJCalibration.cc:
|
---|
2556 | - use extractor to determine hi-/lo-calibration
|
---|
2557 |
|
---|
2558 | * mjobs/MJPedestal.cc:
|
---|
2559 | - do only insist on pedestal events if an extractor without
|
---|
2560 | lo-gains is set
|
---|
2561 |
|
---|
2562 | * callisto.rc, callisto_Dec04Jan05.rc:
|
---|
2563 | - removed references to HiLoCalibration
|
---|
2564 |
|
---|
2565 | * callisto_mux.rc, resources/calibrationref_mux.rc,
|
---|
2566 | resources/pedestalref_mux.rc:
|
---|
2567 | - added new resource files for MUX data
|
---|
2568 |
|
---|
2569 | * mjobs/MSequence.cc:
|
---|
2570 | - another fix to make sure that there is a / between dir and filename
|
---|
2571 |
|
---|
2572 | * mpedestal/MExtractPedestal.cc:
|
---|
2573 | - why if fRawData initialized twice? Removed.
|
---|
2574 | - Reset check window without extractor and without lo-gains
|
---|
2575 |
|
---|
2576 |
|
---|
2577 |
|
---|
2578 |
|
---|
2579 | 2007/03/04 Thomas Bretz
|
---|
2580 |
|
---|
2581 | * mhcalib/MHCalibrationChargeBlindCam.cc,
|
---|
2582 | mhcalib/MHCalibrationChargeBlindPix.[h,cc]:
|
---|
2583 | - commented out references to MRawEvtPixelIter::GetNum*Samples
|
---|
2584 |
|
---|
2585 | * mhcalib/MHCalibrationRelTimeCam.cc:
|
---|
2586 | - updated header
|
---|
2587 |
|
---|
2588 | * mjobs/MJCalibrateSignal.cc:
|
---|
2589 | - updated header
|
---|
2590 | - removed references to MHCalibrationPulseTimeCam
|
---|
2591 | - added a check to make sure that extractor1 is initialized
|
---|
2592 | - use new SetRangeFromExtractor function for pedestal
|
---|
2593 | extraction range
|
---|
2594 | - added a new filter to check for pedestal events, used for
|
---|
2595 | pedestal extraction in cases w/o lo-gains and to remove
|
---|
2596 | pedestal events from further analysis
|
---|
2597 | - fill and display hi-/lo-gain histogram only if lo-gain exists
|
---|
2598 |
|
---|
2599 | * mjobs/MJPedestal.cc:
|
---|
2600 | - replaced fSequence.GetName by GetFileName
|
---|
2601 | - check for availability of lo-gain in pulse pos check
|
---|
2602 | - Add MHCalibrationPulseTime to parlist to allow resources
|
---|
2603 | file setup
|
---|
2604 | - to fill the MHCalibrationPulseTimeCam deny calibration- and
|
---|
2605 | pedestal-events
|
---|
2606 | - use a pedestal filter to deny calibration events
|
---|
2607 | - use new SetRangeFromExtractor function for pedestal
|
---|
2608 | extraction range
|
---|
2609 |
|
---|
2610 | * mhcalib/MHCalibrationPulseTimeCam.cc:
|
---|
2611 | - removed an obsolete return
|
---|
2612 |
|
---|
2613 | * mpedestal/MPedCalcFromLoGain.cc:
|
---|
2614 | - if event does not contain lo-gains do not start extraction
|
---|
2615 | at lo-gain offset
|
---|
2616 |
|
---|
2617 | * mpedestal/MPedestalSubtractedEvt.[h,cc]:
|
---|
2618 | - changed variable naming in GetSaturation from sathi to sat
|
---|
2619 | - changed limit in GetMax from Byte_t to UInt_t
|
---|
2620 |
|
---|
2621 | * msignal/MExtractBlindPixel.cc, msignal/MExtractTimeAndCharge.cc:
|
---|
2622 | - changed max argument in GetMax from Int_t to UInt_t
|
---|
2623 |
|
---|
2624 | * msignal/MExtractTimeAndCharge.[h,cc]:
|
---|
2625 | - changed fLoGainSwitch from Byte_t to UInt_t
|
---|
2626 | - increased class version accordingly to 4
|
---|
2627 |
|
---|
2628 | * mmain/MEventDisplay.cc:
|
---|
2629 | - took out the display of the slice with the max index
|
---|
2630 | - handle pedestal subtraction more accurate
|
---|
2631 |
|
---|
2632 | * mraw/MRawEvtData.cc:
|
---|
2633 | - added number of bytes per sample to GetNumBytes()
|
---|
2634 | - removed contents of GetPixelContent... depricated
|
---|
2635 |
|
---|
2636 | * mraw/MRawEvtPixelIter.[h,cc]:
|
---|
2637 | - updated comments
|
---|
2638 | - removed all functions returning informations about single
|
---|
2639 | pixels (should be done through MPedestalSubtractedEvt
|
---|
2640 | instead)
|
---|
2641 |
|
---|
2642 | * mhist/MHEvent.cc:
|
---|
2643 | - removed KMaxIdx...depricated.
|
---|
2644 |
|
---|
2645 | * msignal/MExtractor.[h,cc]:
|
---|
2646 | - changed type of fSaturationLimit from Byte_t to UInt_t
|
---|
2647 | - increased class version number accordingly to 8
|
---|
2648 | - only reset fSaturationLimit if it is above 0xff and
|
---|
2649 | no lo-gain available
|
---|
2650 |
|
---|
2651 | * msignal/MSignalCalc.[h,cc]:
|
---|
2652 | - changed to use MPedestalSubtractedEvt instead of MRawEvtData
|
---|
2653 | - make handling of data without lo-gains possible
|
---|
2654 |
|
---|
2655 | * mhcalib/MHCalibrationChargeCam.[h,cc]:
|
---|
2656 | - changed to use pedestal subtracted evt instead of the raw evt
|
---|
2657 | for determination of the arrival time
|
---|
2658 |
|
---|
2659 | * mhcalib/MHCalibrationCam.[h,cc]:
|
---|
2660 | - made IsLoGain autodetecting in case fRunHeader is available
|
---|
2661 |
|
---|
2662 | * msignal/MExtractPINDiode.cc:
|
---|
2663 | - use MRawRunHeader's GetNumSamplesHi/LoGain
|
---|
2664 |
|
---|
2665 |
|
---|
2666 |
|
---|
2667 | 2007/03/03 Thomas Bretz
|
---|
2668 |
|
---|
2669 | * mcalib/MCalibrationRelTimeCalc.cc:
|
---|
2670 | - changed the default of RelTimeResolutionLimit from 1.0 to 0.05
|
---|
2671 |
|
---|
2672 | * mhcalib/MHCalibrationChargeCam.cc,
|
---|
2673 | mhcalib/MHCalibrationPulseTimeCam.cc,
|
---|
2674 | mhcalib/MHCalibrationRelTimeCam.cc:
|
---|
2675 | - added f*RefCharge to Copy function
|
---|
2676 | - added range to calls of GetIdxMaxHi/LoGainSample
|
---|
2677 | - reworked and simplified DrawDataCheckPixel
|
---|
2678 | - reworked and simplified DrawReferenceLine
|
---|
2679 | - fixed call to ReadEnv of base class in ReadEnv
|
---|
2680 |
|
---|
2681 | * mhcalib/MHCalibrationRelTimeCam.cc:
|
---|
2682 | - commented filling of lo-gain arrays out.
|
---|
2683 |
|
---|
2684 | * mpedestal/MExtractPedestal.[h,cc],
|
---|
2685 | mpedestal/MPedCalcFromLoGain.h, mpedestal/MPedCalcPedRun.h:
|
---|
2686 | - added the SetRangeFromExtractor function
|
---|
2687 |
|
---|
2688 | * msignal/MExtractBlindPixel.cc, msignal/MSignalCalc.cc:
|
---|
2689 | - use GetNumSamplesHiGain of MRawRunHeader instead of
|
---|
2690 | MRawEvtPixelIter's
|
---|
2691 |
|
---|
2692 | * msignal/MSignalCalc.[h,cc]:
|
---|
2693 | - slightly changed handling of MC run, changed hi-/lo-gain
|
---|
2694 | calibration from 10 to 11.3
|
---|
2695 |
|
---|
2696 | * msignal/MExtractTime.cc:
|
---|
2697 | - don't print lo-gain properties if n/a
|
---|
2698 |
|
---|
2699 | * msignal/MExtractor.[h,cc]:
|
---|
2700 | - reset logain range and saturation limit if no logains available
|
---|
2701 | - added HasLoGain member function
|
---|
2702 | - don't print lo-gain attributes in Print if no logains
|
---|
2703 |
|
---|
2704 | * msignal/MExtractTimeAndCharge.cc:
|
---|
2705 | - reset fLoGainSwitch if logains are not available
|
---|
2706 | - use MRawRunHeader's GetNumSamplesHi/LoGain
|
---|
2707 | - do not use MRawEvtPixelIter to determin availability of lo-gains
|
---|
2708 | use number of lo-gain samples to extract instead.
|
---|
2709 | - don't print lo-gain properties if n/a
|
---|
2710 |
|
---|
2711 |
|
---|
2712 |
|
---|
2713 | 2007/03/02 Thomas Bretz
|
---|
2714 |
|
---|
2715 | * mraw/MRawRunHeader.h:
|
---|
2716 | - added GetNumBytesPerSample() member function
|
---|
2717 |
|
---|
2718 | * mraw/MRawRead.cc:
|
---|
2719 | - splitted ReadPixel and setting ab-flag into function calls
|
---|
2720 | - fixed skipping pixels if bps>1
|
---|
2721 |
|
---|
2722 | * mraw/MRawEvtData.[h,cc]:
|
---|
2723 | - removed last argument from AddPixel
|
---|
2724 | - split reading pixel data and setting ab-flag into two functions
|
---|
2725 | - increased version number from 5 to 6
|
---|
2726 | - adapted Print function
|
---|
2727 | - adapted Draw function
|
---|
2728 | - adapted ReadPixel function
|
---|
2729 |
|
---|
2730 | * manalysis/MMcCalibrationUpdate.[h,cc]:
|
---|
2731 | - made sure that Process is not executed in case of MC files
|
---|
2732 | - minor changes to includes
|
---|
2733 |
|
---|
2734 | * mextralgo/MExtralgoSpline.h:
|
---|
2735 | - removed obsolete include iostream
|
---|
2736 |
|
---|
2737 |
|
---|
2738 |
|
---|
2739 | 2007/03/01 Thomas Bretz
|
---|
2740 |
|
---|
2741 | * mmain/MEventDisplay.cc:
|
---|
2742 | - didn't show callisto output anymore because of missing fundametal
|
---|
2743 | pedestal
|
---|
2744 |
|
---|
2745 | * mbadpixels/MBadPixelsTreat.cc:
|
---|
2746 | - added more informative output
|
---|
2747 |
|
---|
2748 | * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationChargeCam.cc,
|
---|
2749 | mhcalib/MHCalibrationChargePix.h, mhcalib/MHCalibrationRelTimeCam.cc,
|
---|
2750 | mhcalib/MHCalibrationChargeCam.h, mhcalib/MHCalibrationChargePINDiode.h,
|
---|
2751 | mhcalib/MHCalibrationPulseTimeCam.cc, mhcalib/MHCalibrationTestCam.cc,
|
---|
2752 | mhcalib/MHCalibrationTestTimeCam.cc, mhcalib/MHGausEvents.h,
|
---|
2753 | mhcalib/MHCalibrationChargeBlindCam.cc, mhcalib/MHPedestalCam.cc,
|
---|
2754 | - replaced SetNbins/First/Last by SetBinning
|
---|
2755 |
|
---|
2756 | * mhcalib/MHCalibrationChargeCam.cc:
|
---|
2757 | - improved output in case arrival time is out of range
|
---|
2758 |
|
---|
2759 | * mhcalib/MHCalibrationPulseTimeCam.cc:
|
---|
2760 | - the values can only have discrete valuesno need to set a bin-width
|
---|
2761 | different from 1
|
---|
2762 | - set binning automatically by using the number of samples
|
---|
2763 | - fixed ReadEnv
|
---|
2764 | - directly use maxpos, no cast necessary
|
---|
2765 |
|
---|
2766 | * mraw/MRawRunHeader.h:
|
---|
2767 | - added new member function GetNumSamples
|
---|
2768 |
|
---|
2769 | * mpedestal/MPedCalcFromLoGain.cc:
|
---|
2770 | - fixed ReadEnv
|
---|
2771 |
|
---|
2772 | * mraw/MRawCrateData.cc, mraw/MRawEvtHeader.cc:
|
---|
2773 | - implemented reading new mux format 8
|
---|
2774 |
|
---|
2775 | * mraw/MRawRunHeader.[h,cc]:
|
---|
2776 | - implemented reading of new file format 8
|
---|
2777 | - added new data members fNumBytesPerSample, fFreqSampling
|
---|
2778 | and fNumSignificantBits
|
---|
2779 | - increased file format version from 5 to 6
|
---|
2780 |
|
---|
2781 | * mraw/MRawEvtPixelIter.[h,cc]:
|
---|
2782 | - made aware of handling the new and old format
|
---|
2783 | - added range to GetIdxMax*
|
---|
2784 |
|
---|
2785 | * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
|
---|
2786 | - removed obsolete data members fSumhiarea and fSumhisector
|
---|
2787 | - replaced the usage of MRawEvtData by MPedestalSubtractedEvt
|
---|
2788 | - according to this the lower signal limit has been decresed
|
---|
2789 | by 15
|
---|
2790 | - changed "saturation" limit accordingly from 254 to 245
|
---|
2791 |
|
---|
2792 | * mpedestal/MPedestalsubtractedEvt.h:
|
---|
2793 | - added a shortcut for GetSaturation
|
---|
2794 |
|
---|
2795 | * mjobs/MJPedestal.cc:
|
---|
2796 | - first subtract pedestal and then fill MHCalibrationPulseTimeCam
|
---|
2797 | - fill MHCalibrationPulseTimeCam with MPedestalSubtracted
|
---|
2798 |
|
---|
2799 |
|
---|
2800 |
|
---|
2801 | 2007/02/28 Thomas Bretz
|
---|
2802 |
|
---|
2803 | * macros/tutorials/mirrordelay.C:
|
---|
2804 | - fixed the formula for the spherical mirror
|
---|
2805 | - fixed the calculation of the time-delay
|
---|
2806 |
|
---|
2807 | * mastro/MObservatory.[h,cc]:
|
---|
2808 | - added constructors and functions to set the observatory location
|
---|
2809 | manually
|
---|
2810 |
|
---|
2811 | * mbase/MTime.[h,cc]:
|
---|
2812 | - added constructor to construct MTime by date
|
---|
2813 | - added AsDouble for new root streamers (allowing to view MTime in
|
---|
2814 | a TBrowser)
|
---|
2815 | - added GetRootDatime to return TDatime object
|
---|
2816 |
|
---|
2817 | * mcalib/MCalibrateData.cc:
|
---|
2818 | - added more meaningful output in case a conversion factor exceeds a limit
|
---|
2819 |
|
---|
2820 | * datacenter/macros/plotdb.C:
|
---|
2821 | - added plot for spark rate
|
---|
2822 |
|
---|
2823 |
|
---|
2824 |
|
---|
2825 | 2007/02/26 Daniela Dorner
|
---|
2826 |
|
---|
2827 | * datacenter/db/builddatasets.php, datacenter/db/findoffdata.php,
|
---|
2828 | datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php,
|
---|
2829 | datacenter/db/include.php, datacenter/db/menu.php, :
|
---|
2830 | - bugfix: the stopdate was not choses properly in case of reset
|
---|
2831 | when there was no data past midnight
|
---|
2832 | - a new function (GetStopDate) has been implemented
|
---|
2833 | - bugfix in PrintNightRange (table Sequences was used in all cases)
|
---|
2834 |
|
---|
2835 |
|
---|
2836 |
|
---|
2837 | 2007/02/26 Daniel Hoehne
|
---|
2838 |
|
---|
2839 | * datacenter/macros/fillstar.C:
|
---|
2840 | - bugfixes: included MHCamera.h, corrected two typos (missing ";" and
|
---|
2841 | a surplus "s" in the variable "sparkrate")
|
---|
2842 |
|
---|
2843 | * datacenter/db/magicdefs.php, menu.php:
|
---|
2844 | - added fSparkRate
|
---|
2845 |
|
---|
2846 |
|
---|
2847 |
|
---|
2848 | 2007/02/16
|
---|
2849 |
|
---|
2850 | * RELEASE 1.0
|
---|
2851 |
|
---|
2852 |
|
---|
2853 |
|
---|
2854 | 2007/02/16 Thomas Bretz
|
---|
2855 |
|
---|
2856 | * macros/starvisyear.C:
|
---|
2857 | - changed default observator to magic
|
---|
2858 | - fixed some typos in comments
|
---|
2859 |
|
---|
2860 | * mastro/MAstro.[h,cc]:
|
---|
2861 | - added a new function to estimate the time of culmination
|
---|
2862 | - fixed the conversion factors RadToHor and HorToRad (wrong by 15/24)
|
---|
2863 |
|
---|
2864 | * mastro/MObservatory.cc:
|
---|
2865 | - fixed the Print() output
|
---|
2866 |
|
---|
2867 | * mbase/MMath.h:
|
---|
2868 | - removed conversion factor to and from Hours
|
---|
2869 |
|
---|
2870 | * mjobs/MSequence.cc:
|
---|
2871 | - added a / behind the date (for the output in case of failure)
|
---|
2872 |
|
---|
2873 | * mmc/MMcFadcHeader.[hxx,cxx]:
|
---|
2874 | - added fElecNoiseName for compatibility with camera program
|
---|
2875 | - increased ClassVersion by 1
|
---|
2876 |
|
---|
2877 | * mraw/MRawRunHeader.[h,cc]:
|
---|
2878 | - increased class version by 1 for compatibility with output
|
---|
2879 | of newer camera versions
|
---|
2880 |
|
---|
2881 | * resources/sequences.rc:
|
---|
2882 | - changed the sequence.rc file to support new MUX data
|
---|
2883 |
|
---|
2884 |
|
---|
2885 |
|
---|
2886 | 2007/02/15 Thomas Bretz
|
---|
2887 |
|
---|
2888 | * macros/tutorials/mirrordelay.C:
|
---|
2889 | - added a macro plotting the delay between a spherical and a
|
---|
2890 | parabolic mirror
|
---|
2891 |
|
---|
2892 | * mjobs/MJStar.cc:
|
---|
2893 | - implemented new plots for IPR vs. Time and DT
|
---|
2894 |
|
---|
2895 |
|
---|
2896 |
|
---|
2897 | 2007/02/13 Thomas Bretz
|
---|
2898 |
|
---|
2899 | * resources/hilocalib.rc, resources/hilocalib_sp1.rc:
|
---|
2900 | - added new resource files for hi-/lo-gain calibration.
|
---|
2901 |
|
---|
2902 | * resources/hiloconv-*.root:
|
---|
2903 | - added hi-/lo-gain calibration constants
|
---|
2904 |
|
---|
2905 | * callisto_Dec04Jan05.rc:
|
---|
2906 | - changed input file name for hi-/lo-gain calibration constants
|
---|
2907 |
|
---|
2908 | * mreflector/MHReflector.[h,cc]:
|
---|
2909 | - added histogram class for reflected photons
|
---|
2910 |
|
---|
2911 | * mreflector/Makefile, mreflector/ReflectorLinkDef.h
|
---|
2912 | - added MHReflector and necessary include paths
|
---|
2913 |
|
---|
2914 | * mbase/MLog.h:
|
---|
2915 | - fixed a bug in Separator which could cause a crash if the contents
|
---|
2916 | are too long
|
---|
2917 |
|
---|
2918 | * manalysis/MParameterCalc.cc:
|
---|
2919 | - check for HasValidRule instead of IsValid in ReadEnv
|
---|
2920 |
|
---|
2921 | * mdata/MDataPhrase.h:
|
---|
2922 | - added HasValidRule member function
|
---|
2923 |
|
---|
2924 | * mfileio/MReadRflFile.[h,cc]:
|
---|
2925 | - allow also reading of gzip-compressed files
|
---|
2926 | - output more header information
|
---|
2927 | - don't use a const qualified TString with gSystem->ExpandPathName
|
---|
2928 |
|
---|
2929 | * mjobs/MJPedestal.cc:
|
---|
2930 | - readin bad pixels from ascii file later
|
---|
2931 |
|
---|
2932 | * mmc/MMcEvtBasic.h:
|
---|
2933 | - added a static member function GetEnergyStr to convert
|
---|
2934 | GeV into MeV and TeV
|
---|
2935 |
|
---|
2936 | * mpointing/MPointingDevCalc.h:
|
---|
2937 | - increased size of fSkip by one
|
---|
2938 |
|
---|
2939 | * mextralgo/MExtralgoSpline.h:
|
---|
2940 | - fixed acompiler warning
|
---|
2941 |
|
---|
2942 |
|
---|
2943 |
|
---|
2944 | 2007/02/09 Daniel Hoehne
|
---|
2945 |
|
---|
2946 | * datacenter/scripts/linkmc
|
---|
2947 | - adapted to new montecarlo directory structure (/magic/montecarlo
|
---|
2948 | instead of /montecarlo)
|
---|
2949 |
|
---|
2950 |
|
---|
2951 |
|
---|
2952 | 2007/02/09 Thomas Bretz
|
---|
2953 |
|
---|
2954 | * star.rc:
|
---|
2955 | - added new options
|
---|
2956 | - reordering
|
---|
2957 |
|
---|
2958 | * mbase/MStatusDisplay.cc:
|
---|
2959 | - updated from 2006 to 2007
|
---|
2960 |
|
---|
2961 | * mfbase/MFDataPhrase.cc:
|
---|
2962 | - fixed ReadEnv to correctly return true/false
|
---|
2963 |
|
---|
2964 | * mjobs/MJStar.cc:
|
---|
2965 | - added new tabs "Spakless" and "Sparks" dividing the average
|
---|
2966 | signal tab into two distributions by a SparkCut
|
---|
2967 | - replaced all MF by MFDataPhrase
|
---|
2968 |
|
---|
2969 | * mjobs/MJCalibrateSignal.cc:
|
---|
2970 | - changed the extraction range used in the lo-gains from the
|
---|
2971 | hi-gain range to the lo-gain range
|
---|
2972 |
|
---|
2973 | * datacenter/macros/fillstar.C:
|
---|
2974 | - added filling the spark rate into the database
|
---|
2975 | - the rate after cleaning is now without sparks!
|
---|
2976 |
|
---|
2977 |
|
---|
2978 |
|
---|
2979 | 2007/02/06 Thomas Bretz
|
---|
2980 |
|
---|
2981 | * mpointing/MPointingDevCalc.cc:
|
---|
2982 | - included check for monitoring flag
|
---|
2983 |
|
---|
2984 | * mextralgo/MExtralgoSpline.[h,cc]:
|
---|
2985 | - implemented the possibility to determine the pulse width at
|
---|
2986 | maxheight/2
|
---|
2987 |
|
---|
2988 |
|
---|
2989 |
|
---|
2990 | 2007/02/04 Daniela Dorner
|
---|
2991 |
|
---|
2992 | * datacenter/scripts/sourcefile:
|
---|
2993 | - added if-clause to avoid that a script is aborted in case a macro
|
---|
2994 | doesn't compile, return code is set to 1 in this case
|
---|
2995 |
|
---|
2996 |
|
---|
2997 |
|
---|
2998 | 2007/02/04 Thomas Bretz
|
---|
2999 |
|
---|
3000 | * mjobs/MJCalibration.cc:
|
---|
3001 | - implemented Hi-/Lo-Gain calibration for MCs
|
---|
3002 |
|
---|
3003 | * mjobs/MJPedestal.cc:
|
---|
3004 | - removed intermediate pedestalstorage from code (its
|
---|
3005 | result is not used at all)
|
---|
3006 |
|
---|
3007 | * datacenter/macros/fillsignal.C:
|
---|
3008 | - replaced GetMediandev by GetDev
|
---|
3009 |
|
---|
3010 | * callisto.rc, callisto_Dec04Jan05.rc:
|
---|
3011 | - changed ExtractWinLeft/Right according to new scheme
|
---|
3012 |
|
---|
3013 | * mhcalib/MHCalibrationChargeCam.[h,cc]:
|
---|
3014 | - removed obsolete data members fFirstHiGain, etc and
|
---|
3015 | replaced by storage of fSignal
|
---|
3016 | - made sure that the average extracted signal position
|
---|
3017 | is at least one slice away from the edges of the
|
---|
3018 | extraction window
|
---|
3019 |
|
---|
3020 | * mjobs/MJPedestal.cc:
|
---|
3021 | - reworked the pulse position check. It now better takes
|
---|
3022 | the properties of the extractors into account.
|
---|
3023 | Still to be done: relation between pulse position and
|
---|
3024 | extraction window!
|
---|
3025 |
|
---|
3026 | * msignal/MExtractBlindPixel.[h,cc],
|
---|
3027 | msignal/MExtractPINDiode.[h,cc]:
|
---|
3028 | - fixed arguments type of SetRange
|
---|
3029 |
|
---|
3030 | * msignal/MExtractTime.cc:
|
---|
3031 | - removed old obsolete code already in comments
|
---|
3032 |
|
---|
3033 | * msignal/MExtractTimeAndCharge.h:
|
---|
3034 | - added getter for LoGainStartShift
|
---|
3035 |
|
---|
3036 | * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc],
|
---|
3037 | msignal/MExtractTimeAndChargeSpline.[h,cc],
|
---|
3038 | msignal/MExtractedSignalCam.[h,cc], msignal/MExtractor.[h,cc]:
|
---|
3039 | - changed the type of LoGainFirst from byte to int
|
---|
3040 | - if necessary increased class version
|
---|
3041 |
|
---|
3042 | * mpedestal/MExtractPedestal.cc:
|
---|
3043 | - improved output
|
---|
3044 |
|
---|
3045 | * mhcalib/MHCalibrationChargeCam.cc:
|
---|
3046 | - fixed a %3.1 instead of %3.1f
|
---|
3047 |
|
---|
3048 |
|
---|
3049 |
|
---|
3050 | 2007/02/03 Thomas Bretz
|
---|
3051 |
|
---|
3052 | * mhist/MHCamEvent.[h,cc]:
|
---|
3053 | - added Draw function to context menu
|
---|
3054 | - added GetHist member functions
|
---|
3055 | - added possibility to display the relative error
|
---|
3056 |
|
---|
3057 | * mjobs/MJCalibration.cc:
|
---|
3058 | - read the hi-/lo-gain calibration constants from a MHCamEvent
|
---|
3059 | which is stored in a root file given in resources/hilocalib.rc
|
---|
3060 |
|
---|
3061 | * msignal/MExtractTimeAndCharge.cc:
|
---|
3062 | - improved the estimation in GetSaturationTime for the cases in
|
---|
3063 | which the saturating pulse is so early, that an normal
|
---|
3064 | interpolation is not appropriate.
|
---|
3065 |
|
---|
3066 | * callisto_DecJan04.rc:
|
---|
3067 | - set fall- and rise-time for spline artificially to 0.5
|
---|
3068 |
|
---|
3069 | * mhbase/MFillH.cc:
|
---|
3070 | - added comments
|
---|
3071 |
|
---|
3072 | * mpedestal/MExtractPedestal.[h,cc],
|
---|
3073 | mpedestal/MPedCalcFromLoGain.cc, mpedestal/MPedCalcPedRun.cc:
|
---|
3074 | - fixed the range check.In case of the lo-gain extraction
|
---|
3075 | the range could infact leak out of the fadc slices
|
---|
3076 |
|
---|
3077 | * msignal/MExtractTimeAndCharge.[h,cc]:
|
---|
3078 | - added somecomments
|
---|
3079 | - forbid the lo-gain signal to be negative
|
---|
3080 | - increased version number for compatibility with last release
|
---|
3081 |
|
---|
3082 | * msignal/MExtractTimeAndChargeSpline.cc:
|
---|
3083 | - set the correct numbers for rise- and fall-time as default
|
---|
3084 |
|
---|
3085 | * mbase/MStatusArray.[h,cc]:
|
---|
3086 | - improved workaround in Read() and Write() for the Reset
|
---|
3087 | of the kCanDelete bit in TH1
|
---|
3088 |
|
---|
3089 | * mjobs/MJCalibration.cc, mjobs/MJCalibrateSignal.cc:
|
---|
3090 | - commented out obsolete references to *HiLoCam
|
---|
3091 |
|
---|
3092 | * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
|
---|
3093 | mcalib/CalibLinkDef.h:
|
---|
3094 | - removed *HiLoCam s
|
---|
3095 |
|
---|
3096 |
|
---|
3097 |
|
---|
3098 | 2007/02/02 Thomas Bretz
|
---|
3099 |
|
---|
3100 | * mreflector/MRflSinglePhoton.[h,cc], mreflector/MRflEvtData.[h,cc]:
|
---|
3101 | - added new Fill functions allowing to fill photons versus
|
---|
3102 | a z-value, e.g. energy.
|
---|
3103 |
|
---|
3104 |
|
---|
3105 |
|
---|
3106 | 2007/02/01 Thomas Bretz
|
---|
3107 |
|
---|
3108 | * mhist/MHCamEvent.[h,cc]:
|
---|
3109 | - allow to set a histogram for display from external
|
---|
3110 |
|
---|
3111 | * mhist/MHCamera.[h,cc]:
|
---|
3112 | - added functions to calc Median/Dev
|
---|
3113 | - fixed adding a MHCamera with AddCamContent. It now takes also
|
---|
3114 | the errors and binentries correctly into account
|
---|
3115 | - simplified Reset() using TArray::Reset()
|
---|
3116 |
|
---|
3117 | * mhvstime/MHSectorVsTime.[h,cc]:
|
---|
3118 | - added option to use median/dev instead of mean/rms
|
---|
3119 | - switched Grid on
|
---|
3120 |
|
---|
3121 | * mjobs/MSequence.cc, mjobs/MDataSet.cc:
|
---|
3122 | - small improvements to splitting number rows
|
---|
3123 | - handle possible tabs correctly
|
---|
3124 |
|
---|
3125 | * mbase/MStatusArray.[h,cc]:
|
---|
3126 | - improved handling in Read(). We make sure now that Read doesn't
|
---|
3127 | produce a memory leak
|
---|
3128 |
|
---|
3129 | * mhist/MHCamera.[h,cc]:
|
---|
3130 | - overwrote Clone function to make sure that a cloned MHCamera
|
---|
3131 | is never added to the current directory
|
---|
3132 |
|
---|
3133 | * mcamera/MCameraTH.h:
|
---|
3134 | - added a workaround to get rid of the obsolete discriminator thresholds
|
---|
3135 | for the non-trigger pixels
|
---|
3136 |
|
---|
3137 | * mreport/MReportCC.cc:
|
---|
3138 | - added a sanity \o-Terminator to the dicriminator threshold extraction
|
---|
3139 |
|
---|
3140 |
|
---|
3141 |
|
---|
3142 |
|
---|
3143 | 2007/01/30 Thomas Bretz
|
---|
3144 |
|
---|
3145 | * mbadpixels/MBadPixelsCam.[h,cc]:
|
---|
3146 | - added function to return the uncalibrated and unsuitable
|
---|
3147 | pixels as TArrayC (to be used in MHCamera)
|
---|
3148 |
|
---|
3149 | * mhcalib/MHCalibrationChargeCam.cc:
|
---|
3150 | - added a FIXME-comment
|
---|
3151 |
|
---|
3152 | * mhist/MHCamEvent.[h,cc]:
|
---|
3153 | - added an option to change the kind of error which is displayed
|
---|
3154 | - consequently increased version number by 1
|
---|
3155 |
|
---|
3156 | * mhist/MHCamera.[h,cc]:
|
---|
3157 | - added a new bit to allow the error to be switched between
|
---|
3158 | mean and spread
|
---|
3159 |
|
---|
3160 | * mjobs/MJStar.cc, mjobs/MJCalibrateSignal.cc:
|
---|
3161 | - adapted to changes in error display
|
---|
3162 |
|
---|
3163 |
|
---|
3164 |
|
---|
3165 | 2007/01/27 Thomas Bretz
|
---|
3166 |
|
---|
3167 | * manalysis/MMcCalibrationUpdate.cc:
|
---|
3168 | - fixed a typo in a comment
|
---|
3169 |
|
---|
3170 | * mcalib/MCalibrateData.[h,cc]:
|
---|
3171 | - commented out some obsolete currently unused code
|
---|
3172 |
|
---|
3173 | * mdata/MDataPhrase.cc:
|
---|
3174 | - added a sanity check
|
---|
3175 |
|
---|
3176 | * mpedestal/MMcPedestalCopy.cc:
|
---|
3177 | - Changed output to fit the structure used in all other classes
|
---|
3178 |
|
---|
3179 | * mmain/MEventDisplay.cc:
|
---|
3180 | - made sure that MPedestalSubtract dies the right thing
|
---|
3181 | - removed badpixel calculation and treatment until a better
|
---|
3182 | solution was found.
|
---|
3183 |
|
---|
3184 | * mfbase/MFDataPhrase.cc:
|
---|
3185 | - fixed a "comparison is always true" warning
|
---|
3186 |
|
---|
3187 | * msignal/MExtractTimeAndChargeDigitalFilter.h:
|
---|
3188 | - increased class version number to 3 to account for the removal
|
---|
3189 | of the fTimeShift data members since last release
|
---|
3190 |
|
---|
3191 |
|
---|
3192 |
|
---|
3193 | 2007/01/27 Daniela Dorner
|
---|
3194 |
|
---|
3195 | * datacenter/db/showplots.php:
|
---|
3196 | - added (tool to click through the calib, signal and star plots of
|
---|
3197 | one sequence)
|
---|
3198 |
|
---|
3199 | * datacenter/db/index.html:
|
---|
3200 | - added link to new plot tool
|
---|
3201 |
|
---|
3202 | * datacenter/db/ganymed.php:
|
---|
3203 | - added fDataSetName, removed fWobble
|
---|
3204 | - removed mininmum value of 100 for dataset range
|
---|
3205 |
|
---|
3206 | * datacenter/db/builddatasets.php:
|
---|
3207 | - added fIsoInLimit2 and fIMCLimit2 in Init
|
---|
3208 | - added check on observation mode
|
---|
3209 |
|
---|
3210 |
|
---|
3211 |
|
---|
3212 | 2007/01/26 Thomas Bretz
|
---|
3213 |
|
---|
3214 | * mpedestal/MExtractPedestal.cc:
|
---|
3215 | - fixed a bug which caused the pedestal to be set to 0 if the
|
---|
3216 | AB-flag is invalid
|
---|
3217 |
|
---|
3218 |
|
---|
3219 |
|
---|
3220 | 2007/01/25 Thomas Bretz
|
---|
3221 |
|
---|
3222 | * mreflector/MRflSinglePhoton.h:
|
---|
3223 | - added copy constructor
|
---|
3224 | - added a function to fill a TH2
|
---|
3225 |
|
---|
3226 | * mreflector/MRflEvtData.[h,cc]:
|
---|
3227 | - added copy costructor
|
---|
3228 | - added Clone function
|
---|
3229 | - added a function to fill a TH2
|
---|
3230 |
|
---|
3231 |
|
---|
3232 |
|
---|
3233 | 2007/01/24 Thomas Bretz
|
---|
3234 |
|
---|
3235 | * mhflux/MHCollectionArea.cc:
|
---|
3236 | - fixed a typo in the last change
|
---|
3237 |
|
---|
3238 |
|
---|
3239 |
|
---|
3240 | 2007/01/24 Daniel Hoehne
|
---|
3241 |
|
---|
3242 | * msignal/*.dat:
|
---|
3243 | - inserted missing third column (0) in all weights files
|
---|
3244 |
|
---|
3245 |
|
---|
3246 |
|
---|
3247 | 2007/01/18 Thomas Bretz
|
---|
3248 |
|
---|
3249 | * mhflux/MHCollectionArea.cc:
|
---|
3250 | - another fix for the error calculation of the collection area.
|
---|
3251 | The totalarea was inluded in the error calculation as it would
|
---|
3252 | be a wait, but actually it is not.
|
---|
3253 |
|
---|
3254 |
|
---|
3255 |
|
---|
3256 | 2007/01/16 Thomas Bretz
|
---|
3257 |
|
---|
3258 | * mfileio/MReadMarsFile.cc:
|
---|
3259 | - fixed two "comparison between signed and unsigned integer" warnings
|
---|
3260 |
|
---|
3261 | * mhbase/MFillH.cc:
|
---|
3262 | - small update to comments
|
---|
3263 |
|
---|
3264 | * mimage/MHHillasExt.cc:
|
---|
3265 | - call SetDirectory(NULL) after SetName
|
---|
3266 |
|
---|
3267 | * mjobs/MSequence.[h,cc]:
|
---|
3268 | - commented out obsolete GetFileNames
|
---|
3269 |
|
---|
3270 | * msignal/MExtractor.[h,cc]:
|
---|
3271 | - Some small updates
|
---|
3272 | - removed code from Process function
|
---|
3273 | - increased version number to 7
|
---|
3274 |
|
---|
3275 | * msignal/MExtractedSignalPix.h:
|
---|
3276 | - some simple reordering in the class header
|
---|
3277 |
|
---|
3278 | * msignal/MExtractTimeAndChargeDigitalFilter.cc:
|
---|
3279 | - simplified the checks in SetWindowSize
|
---|
3280 |
|
---|
3281 | * msignal/MC_cosmics_weights46.dat, msignal/MC_weights46.dat:
|
---|
3282 | - added third column with zeros
|
---|
3283 |
|
---|
3284 |
|
---|
3285 |
|
---|
3286 | 2007/01/16 Daniela Dorner
|
---|
3287 |
|
---|
3288 | * datacenter/db/menu.php, datacenter/db/datasetinfo-aio.php,
|
---|
3289 | datacenter/db/magicdefs.php:
|
---|
3290 | - implemented new variables for datasets
|
---|
3291 |
|
---|
3292 |
|
---|
3293 |
|
---|
3294 | 2007/01/15 Thomas Bretz
|
---|
3295 |
|
---|
3296 | * mpedestal/MPedestalSubtract.cc:
|
---|
3297 | - added a sanity check tomake sure that the pixel array has the
|
---|
3298 | correct size when filled
|
---|
3299 | - made sure the the number of pixels in the camera nd not the
|
---|
3300 | number of connected pixels is used to initialize the size of
|
---|
3301 | the arrays.
|
---|
3302 |
|
---|
3303 | * mpedestal/MPedestalSubtractedEvt.[h,cc]:
|
---|
3304 | - allow the initialization of nuber of pixels and samples
|
---|
3305 | independanly.
|
---|
3306 |
|
---|
3307 |
|
---|
3308 | 2007/01/15 Daniela Dorner
|
---|
3309 |
|
---|
3310 | * datacenter/db/sources.php, datacenter/db/sequinfo-aio.php,
|
---|
3311 | datacenter/db/runinfo-aio.php, datacenter/db/printtable.php,
|
---|
3312 | datacenter/db/plotdb.php, datacenter/db/menu.php,
|
---|
3313 | datacenter/db/findoffdata.php, datacenter/db/builddatasets.php,
|
---|
3314 | datacenter/db/datasetinfo.php:
|
---|
3315 | - fixed bug in init of $_GET
|
---|
3316 |
|
---|
3317 |
|
---|
3318 |
|
---|
3319 | 2007/01/12 Stefan Ruegamer
|
---|
3320 |
|
---|
3321 | * datacenter/macros/writedatasetfile.C:
|
---|
3322 | - addded #include <errno.h>
|
---|
3323 |
|
---|
3324 |
|
---|
3325 |
|
---|
3326 | 2007/01/11 Thomas Bretz
|
---|
3327 |
|
---|
3328 | * mbase/MLogManip.cc:
|
---|
3329 | - removed the obsolete include of MLog.h
|
---|
3330 |
|
---|
3331 | * mbase/MLogManip.h:
|
---|
3332 | - encapsulated an include in ifdefs
|
---|
3333 |
|
---|
3334 | * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationChargeCam.cc:
|
---|
3335 | - updated log-output
|
---|
3336 |
|
---|
3337 | * mhflux/MHEnergyEst.cc:
|
---|
3338 | - replaced difficult to see green by blue
|
---|
3339 |
|
---|
3340 | * mjobs/MDataSet.[h,cc]:
|
---|
3341 | - added datat members for path of sequences and path of data files
|
---|
3342 | to be able to store overwritten defaults
|
---|
3343 | - check completeness of dataset files
|
---|
3344 | - store a MSequence object in the list instead of the name and dir
|
---|
3345 | (this is necessary to have all important information for a dataset
|
---|
3346 | file, including the sequence number! - available)
|
---|
3347 | - some changes to the output
|
---|
3348 | - allow to print a perfect copy of the read dataset file to the console
|
---|
3349 | just from the contents of the object
|
---|
3350 |
|
---|
3351 | * mjobs/MJStar.cc:
|
---|
3352 | - updated to use MSequence::GetFileName instead of MSequence:GetName
|
---|
3353 |
|
---|
3354 | * mjobs/MSequence.[h,cc]:
|
---|
3355 | - keep filename and datapath in header, this has some advantages
|
---|
3356 | for sanity checks
|
---|
3357 | - many improvements of sanity checking in case of missing or
|
---|
3358 | unaccessible files
|
---|
3359 | - Fixed "lightConditions" (was "LightCondition")
|
---|
3360 | - Fixed "No_Moon" (was "NoMoon")
|
---|
3361 | - allow to set the data path as second argument in the constructor
|
---|
3362 | - implemented a check whether the sequence file is complete
|
---|
3363 |
|
---|
3364 | * mjobs/MJCut.[h,cc]:
|
---|
3365 | - added some code (still commented out) to display the excess rate
|
---|
3366 | - with the other changes we can now store the original dataset in
|
---|
3367 | the output
|
---|
3368 |
|
---|
3369 | * mjoptim/MJOptimize.cc:
|
---|
3370 | - Keep the sequence files in the file list instead of just the
|
---|
3371 | filename and the directory
|
---|
3372 |
|
---|
3373 | * mjtrain/MJTrainDisp.cc:
|
---|
3374 | - use return value of MDataSet::AddFilesOn/Off for a sanity check
|
---|
3375 |
|
---|
3376 | * mjobs/MJob.[h,cc]:
|
---|
3377 | - removed obsolete fPathData and stuff
|
---|
3378 |
|
---|
3379 | * callisto.cc, star.cc:
|
---|
3380 | - removed obsolete calls to MJob::SetPathData
|
---|
3381 |
|
---|
3382 | * callisto.rc, star.rc:
|
---|
3383 | - removed obsolete examples for "PathData"-resource
|
---|
3384 |
|
---|
3385 | * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
|
---|
3386 | mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.cc:
|
---|
3387 | - removed obsolete reference to fPathData
|
---|
3388 |
|
---|
3389 |
|
---|
3390 |
|
---|
3391 | 2007/01/11 Daniela Dorner
|
---|
3392 |
|
---|
3393 | * datacenter/db/builddatasets.php:
|
---|
3394 | - implemented username (the one who inserts the dataset has to give
|
---|
3395 | his/her username now)
|
---|
3396 | - fixed password query in case user inserted something wrong
|
---|
3397 | - implemented check, if on-sequences have different observations
|
---|
3398 | modes
|
---|
3399 | - implemented check, if user has chosen one sequences as on and off
|
---|
3400 | - adapted text of password prompt
|
---|
3401 |
|
---|
3402 | * datacenter/db/builddatasets.php, datasetinfo-aio.php,
|
---|
3403 | runinfo-aio.php, sequinfo-aio.php:
|
---|
3404 | - minor changes in formatting
|
---|
3405 | - added 'alt' for +/- images
|
---|
3406 |
|
---|
3407 | * datacenter/db/menu.js:
|
---|
3408 | - added 'alt' for +/- images
|
---|
3409 |
|
---|
3410 |
|
---|
3411 |
|
---|
3412 | 2007/01/10 Thomas Bretz
|
---|
3413 |
|
---|
3414 | * mhbase/MH.cc:
|
---|
3415 | - fixed a bug in SetBinomialErrors. The errors of the two
|
---|
3416 | histograms were exchanged in the calculation
|
---|
3417 |
|
---|
3418 | * mbase/MEnv.[h,cc]:
|
---|
3419 | - added new member function GetNumUntouched
|
---|
3420 |
|
---|