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