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 | 2006/05/05 Thomas Bretz
|
---|
22 |
|
---|
23 | * mhflux/MHEnergyEst.cc:
|
---|
24 | - print the result to the all-logstream
|
---|
25 | - changed the fit range not to take the overflow into account
|
---|
26 |
|
---|
27 | * mranforest/MRanForest.[h,cc]:
|
---|
28 | - Use the default Reset() instead of Reset(0)
|
---|
29 | - changed output while training
|
---|
30 | - replaced a lot of TArrays by MArrays
|
---|
31 | - at some points replaced gRandom->Rndm by gRandom->Integer
|
---|
32 | - removed some obsolete arguments from ModifyDataSort
|
---|
33 | - In CreateDataSort isort need not to be initialized, it is
|
---|
34 | done by TMath::Sort anyhow
|
---|
35 | - a small simplification to ModifyDataSort
|
---|
36 | - added some const-qualifiers in funciton calls
|
---|
37 |
|
---|
38 | * mranforest/MRanTree.[h,cc]:
|
---|
39 | - replaced a lot of TArrays by MArrays
|
---|
40 | - removed some obsolete calls to Reset(0) after the instatization
|
---|
41 | of the array
|
---|
42 | - small acceleration of the averaging when calculating fBestSplit[k]
|
---|
43 | - at some points replaced gRandom->Rndm by gRandom->Integer
|
---|
44 | - directly give mean[kbuild] and square[kbuild] as an argument
|
---|
45 | to FindBestSplit
|
---|
46 | - removed the obsolste dereferencing from the call to FindBestSplit
|
---|
47 | - added some const-qualifiers in funciton calls
|
---|
48 |
|
---|
49 | * mhflux/MAlphaFitter.cc:
|
---|
50 | - fixed aproblem with the fit which could cause infinite loops
|
---|
51 | in the case of off-data. This did in no means effect the result,
|
---|
52 | just the performance.
|
---|
53 |
|
---|
54 |
|
---|
55 |
|
---|
56 | 2006/05/04 Thomas Bretz
|
---|
57 |
|
---|
58 | * mbase/MTaskList.[h,cc]:
|
---|
59 | - added new member function AddToListBefore(TList&) and
|
---|
60 | AddToListAfter(TList&)
|
---|
61 | - added corresponding RemoveFromList(TList&)
|
---|
62 |
|
---|
63 | * mhflux/MMcSpectrumWeight.[h,cc]:
|
---|
64 | - added new member functions CalcSpecNew and CalcSpecOld to
|
---|
65 | evaluate the spectrum at a given energy
|
---|
66 | - added a new data member which allows to set an energy
|
---|
67 | at which the normalization is calculated instead of
|
---|
68 | the integral
|
---|
69 |
|
---|
70 | * mpointing/MSrcPosRndm.[h,cc]:
|
---|
71 | - added new option which allows to create a random wobble
|
---|
72 | source position
|
---|
73 |
|
---|
74 |
|
---|
75 |
|
---|
76 | 2006/05/03 Daniela Dorner
|
---|
77 |
|
---|
78 | * datacenter/macros/setupdb.C:
|
---|
79 | - changed type of sourcename and projectname according to new
|
---|
80 | format
|
---|
81 |
|
---|
82 |
|
---|
83 |
|
---|
84 | 2006/05/03 Thomas Bretz
|
---|
85 |
|
---|
86 | * Makefile.rules:
|
---|
87 | - added new option zdiff
|
---|
88 |
|
---|
89 | * mbase/MTaskList.[h,cc]:
|
---|
90 | - overwrite member function AddToList with a TList-reference
|
---|
91 | as argument
|
---|
92 |
|
---|
93 | * mhflux/MHCollectionArea.[h,cc]:
|
---|
94 | - added the missing //! behind the fMcEvt data member
|
---|
95 | - increased class version number
|
---|
96 | - removed obsolete fEnergy data member
|
---|
97 |
|
---|
98 | * mranforest/MRanForest.cc:
|
---|
99 | - added to the output whether weights are set
|
---|
100 |
|
---|
101 | * mraw/MRawRunHeader.cc:
|
---|
102 | - removed an obsolete Print() which enetered for debugging
|
---|
103 |
|
---|
104 | * mimage/MHNewImagePar.cc:
|
---|
105 | - the plots for CocCOG and ConcCore had the same color... fixed
|
---|
106 |
|
---|
107 | * mranforest/MRanForestCalc.[h,cc]:
|
---|
108 | - allow to set weights for each event
|
---|
109 |
|
---|
110 | * mtools/MTFillMatrix.[h,cc]:
|
---|
111 | - implemented the possibility to set pre- and post-tasks
|
---|
112 | executed in the eventloop
|
---|
113 |
|
---|
114 |
|
---|
115 |
|
---|
116 |
|
---|
117 | 2006/05/02 Thomas Bretz
|
---|
118 |
|
---|
119 | * mraw/MRawRunHeader.cc:
|
---|
120 | - fixed the typo in the output
|
---|
121 |
|
---|
122 | * mpointing/MHPointing.cc, datacenter/macros/fillstar.C:
|
---|
123 | - fixed a typo in the name of the plot Skybrightness
|
---|
124 |
|
---|
125 |
|
---|
126 |
|
---|
127 | 2006/04/30 Thomas Bretz
|
---|
128 |
|
---|
129 | * mjtrain/MJTrainSeparation.[h,cc]:
|
---|
130 | - new option to switch between regression and classification
|
---|
131 | - fixed the auto training (still far from working well)
|
---|
132 | - improved result plots
|
---|
133 |
|
---|
134 | * mbase/MMath.cc:
|
---|
135 | - fixed SignificanceLiMa such that it allows basically zero
|
---|
136 | signal- and/or background events
|
---|
137 |
|
---|
138 |
|
---|
139 |
|
---|
140 | 2006/04/27 Thomas Bretz
|
---|
141 |
|
---|
142 | * datacenter/macros/fillstar.C:
|
---|
143 | - replaced the mean by the median
|
---|
144 |
|
---|
145 |
|
---|
146 |
|
---|
147 | 2006/04/26 Daniela Dorner
|
---|
148 |
|
---|
149 | * datacenter/macros/fillstar.C, datacenter/macros/setupdb.C:
|
---|
150 | - added four new columns to the table Star
|
---|
151 |
|
---|
152 |
|
---|
153 |
|
---|
154 | 2006/04/24 Thomas Bretz
|
---|
155 |
|
---|
156 | * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
|
---|
157 | - some fixed to the comments describing random forest
|
---|
158 |
|
---|
159 |
|
---|
160 |
|
---|
161 | 2006/04/23 Thomas Bretz
|
---|
162 |
|
---|
163 | * mhist/MHHadronness.cc:
|
---|
164 | - do not reset the two hadronness-histograms in SetupFill
|
---|
165 | otherwise MJTrainSeparation cannot work correctly
|
---|
166 |
|
---|
167 | * mjtrain/MJTrainSeparation.cc:
|
---|
168 | - added a Plot of Hadronness versus Size for MC events
|
---|
169 |
|
---|
170 |
|
---|
171 |
|
---|
172 | 2006/04/22 Thomas Bretz
|
---|
173 |
|
---|
174 | * mraw/MRawRunHeader.cc:
|
---|
175 | - some small changes, mainly output and comments
|
---|
176 |
|
---|
177 | * mhflux/MHAlpha.[h,cc]:
|
---|
178 | - show also the integrated number of excess events in the
|
---|
179 | plot versus energy/size and show the correct error.
|
---|
180 |
|
---|
181 | * mtools/MJSpectrum.cc:
|
---|
182 | - added accelerator for executing the tasklist as in MJCut
|
---|
183 |
|
---|
184 | * macros/train/trainseparation.C:
|
---|
185 | - fixed a typo
|
---|
186 |
|
---|
187 | * mjtrain/MJTrainSeparation.h:
|
---|
188 | - added missing initialization of fAutoTrain
|
---|
189 | - fixed an error in EnablAutoTrain (was always set to kTRUE)
|
---|
190 |
|
---|
191 |
|
---|
192 |
|
---|
193 | 2006/04/21 Daniel Hoehne
|
---|
194 |
|
---|
195 | * datacenter/scripts/doqualityplots, datacenter/scripts/dowebplots:
|
---|
196 | - fixed bug in usage of pstoimg
|
---|
197 |
|
---|
198 |
|
---|
199 |
|
---|
200 | 2006/04/13 Thomas Bretz
|
---|
201 |
|
---|
202 | * mraw/MRawRunHeader.[h,cc]:
|
---|
203 | - adapted to new DAQ format version 6
|
---|
204 | - increased class version number
|
---|
205 |
|
---|
206 | * mtools/MTFillMatrix.cc:
|
---|
207 | - added accelerator for executing the tasklist as in MJCut
|
---|
208 |
|
---|
209 | * mfilter/MFEnergySlope.cc:
|
---|
210 | - small update to output
|
---|
211 |
|
---|
212 | * mfbase/MFilterList.[h,cc]:
|
---|
213 | - fixed a really old problem that the contents of the list never
|
---|
214 | got ReInit. Hopefully this never had bad sideeffects.
|
---|
215 |
|
---|
216 | * macros/train/trainenergy.C:
|
---|
217 | - added another comment how to change the spectral slope of the
|
---|
218 | monte carlo spectrum
|
---|
219 |
|
---|
220 |
|
---|
221 |
|
---|
222 | 2006/04/13 Thomas Bretz
|
---|
223 |
|
---|
224 | * mreport/MReport.cc:
|
---|
225 | - added new fake arehucas versions to fix a problem with the
|
---|
226 | starguider reports
|
---|
227 |
|
---|
228 | * mreport/MReportFileRead.cc:
|
---|
229 | - increased informations in warning output
|
---|
230 |
|
---|
231 | * mreport/MReportStarguider.cc:
|
---|
232 | - fixed a problem with the starguider reports between 6.3.2006 and
|
---|
233 | 19.3.2006
|
---|
234 |
|
---|
235 |
|
---|
236 |
|
---|
237 | 2006/04/13 Daniel Hoehne
|
---|
238 |
|
---|
239 | * datacenter/db/findoffdata.php:
|
---|
240 | - implemented query for the inhomogeneity
|
---|
241 |
|
---|
242 | * datacenter/db/runinfo.php:
|
---|
243 | - added checkboxes for start time, failed time and error codes
|
---|
244 |
|
---|
245 | * datacenter/db/datacheck.php:
|
---|
246 | - fixed bug in StatusMenus for DataCheck and RawFile
|
---|
247 |
|
---|
248 |
|
---|
249 |
|
---|
250 | 2006/04/12 Daniela Dorner, Daniel Hoehne
|
---|
251 |
|
---|
252 | * datacenter/scripts/makecallistolinks:
|
---|
253 | - fixed bug
|
---|
254 |
|
---|
255 |
|
---|
256 |
|
---|
257 | 2006/04/12 Thomas Bretz
|
---|
258 |
|
---|
259 | * datacenter/macros/filldotraw.C:
|
---|
260 | - allow to access gzipped raw-files
|
---|
261 |
|
---|
262 |
|
---|
263 |
|
---|
264 | 2006/04/11 Thomas Bretz
|
---|
265 |
|
---|
266 | * mastro/MAstro.h:
|
---|
267 | - added conversion Parsec2Lighyear
|
---|
268 |
|
---|
269 | * mbase/MLogHtml.cc:
|
---|
270 | - added a fix to display < and > correctly
|
---|
271 |
|
---|
272 | * mhflux/MHCollectionArea.[h,cc]:
|
---|
273 | - commented out obsolete fEnergy parameter
|
---|
274 |
|
---|
275 | * mjobs/MJSpectrum.cc:
|
---|
276 | - fill a second collection area plot after trigger
|
---|
277 |
|
---|
278 | * mjoptim/MJOptimize.cc:
|
---|
279 | - improve speed of optimization by switching of timing and
|
---|
280 | reset in eventloop
|
---|
281 |
|
---|
282 | * mmc/MFadcHeader.h:
|
---|
283 | - changed MFADC_CHANNELS from 3500 to 3800 according to Abelardo
|
---|
284 |
|
---|
285 | * mmc/MMcFadcHeader.hxx:
|
---|
286 | - increaded version number from 7 to 8
|
---|
287 |
|
---|
288 |
|
---|
289 |
|
---|
290 | 2006/04/11 Daniel Hoehne, Daniela Dorner
|
---|
291 |
|
---|
292 | * datacenter/scripts/dodatacheck:
|
---|
293 | - fixed bug in finding raw-files
|
---|
294 |
|
---|
295 |
|
---|
296 |
|
---|
297 | 2006/04/10 Daniel Hoehne
|
---|
298 |
|
---|
299 | * datacenter/macros/filldotrun.C:
|
---|
300 | - implemented new arehucas version
|
---|
301 |
|
---|
302 |
|
---|
303 |
|
---|
304 | 2006/04/07 Daniel Hoehne, Daniela Dorner
|
---|
305 |
|
---|
306 | * datacenter/macros/filldotrun.C, buildsequenceentries.C, setupdb.C:
|
---|
307 | - implemented new arehucas version
|
---|
308 |
|
---|
309 |
|
---|
310 |
|
---|
311 | 2006/04/06 Daniela Dorner
|
---|
312 |
|
---|
313 | * datacenter/scripts/makecallistolinks:
|
---|
314 | - fixed bug in resetting
|
---|
315 |
|
---|
316 | * datacenter/db/tabs.php:
|
---|
317 | - changed tabs for wobble
|
---|
318 |
|
---|
319 |
|
---|
320 |
|
---|
321 | 2006/04/05 Thomas Bretz
|
---|
322 |
|
---|
323 | * datacenter/macros/plotdb.C:
|
---|
324 | - added new tab with the effective on-time relative to the
|
---|
325 | observation time
|
---|
326 |
|
---|
327 | * sponde_onoff.rc:
|
---|
328 | - added
|
---|
329 |
|
---|
330 |
|
---|
331 |
|
---|
332 | 2006/04/04 Thomas Bretz
|
---|
333 |
|
---|
334 | * datacenter/macros/plotdb.C:
|
---|
335 | - if no dataset and no time-interval is given only sequences with
|
---|
336 | an effective on-time above five minutes are plotted anymore
|
---|
337 |
|
---|
338 |
|
---|
339 |
|
---|
340 | 2006/03/21 Daniela Dorner
|
---|
341 |
|
---|
342 | * datacenter/db/ganymed.php,tabs.php:
|
---|
343 | - included different tabs for on/off and wobble
|
---|
344 |
|
---|
345 | * datacenter/db/ganymed.php:
|
---|
346 | - added zd angle range and observation period
|
---|
347 |
|
---|
348 | * datacenter/db/sequence.php:
|
---|
349 | - added rel. ontime
|
---|
350 |
|
---|
351 |
|
---|
352 |
|
---|
353 | 2006/03/20 Thomas Bretz
|
---|
354 |
|
---|
355 | * mraw/MRawRunHeader.cc:
|
---|
356 | - if the pixels to be swaped are both not found, assume they are
|
---|
357 | intentially not mapped. Changed the Error to a Warning
|
---|
358 |
|
---|
359 | * mhflux/MHDisp.[h,cc]:
|
---|
360 | - made the scale region a parameter which can be changed from
|
---|
361 | within the display
|
---|
362 | - allow the scale parameters to be setup from the resource-file
|
---|
363 | - changed the source-region which is cut out in wobble mode from
|
---|
364 | +/-15deg to +/-25deg which better fits what we get from MHPhi
|
---|
365 |
|
---|
366 | * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
|
---|
367 | - added example how to change the new scale parameters in MHDisp
|
---|
368 |
|
---|
369 | * mhflux/MAlphaFitter.[h,cc]:
|
---|
370 | - implemented the strategy for optimization which is suggested
|
---|
371 | by the Berlin people for weak sources "weaksource"
|
---|
372 |
|
---|
373 | * mhflux/MHPhi.[h,cc]:
|
---|
374 | - moved the AppendPad for the text-paint into all sub-pads which
|
---|
375 | need it. Otherwise they are not always properly updated.
|
---|
376 |
|
---|
377 |
|
---|
378 |
|
---|
379 | 2006/03/16 Daniela Dorner
|
---|
380 |
|
---|
381 | * datacenter/scripts/sourcefile:
|
---|
382 | - small bugfix in logging
|
---|
383 |
|
---|
384 | * datacenter/db/tabs.php:
|
---|
385 | - added new tab for ganymed
|
---|
386 |
|
---|
387 |
|
---|
388 |
|
---|
389 | 2006/03/15 Stefan Ruegamer
|
---|
390 |
|
---|
391 | * manalysis/MCameraData.cc
|
---|
392 | - inserted an image cleaning based on the time information
|
---|
393 | of the shower (CalcCleaningArrivalTime)
|
---|
394 |
|
---|
395 | * manalysis/MCameraData.h
|
---|
396 | - made entry for "CalcCleaningArrivalTime"
|
---|
397 |
|
---|
398 | * mimage/MImgCleanStd.cc
|
---|
399 | - created entries for the new image cleaning named "Time"
|
---|
400 |
|
---|
401 | * mimage/MImgCleanStd.h
|
---|
402 | - inserted entry "kTime"
|
---|
403 |
|
---|
404 |
|
---|
405 |
|
---|
406 | 2006/03/14 Daniela Dorner
|
---|
407 |
|
---|
408 | * datacenter/scripts/makecallistolinks:
|
---|
409 | - fixed bug
|
---|
410 |
|
---|
411 | * steps.rc:
|
---|
412 | - added fFillGanymed to influences of fGanymed
|
---|
413 |
|
---|
414 |
|
---|
415 |
|
---|
416 | 2006/03/14 Thomas Bretz
|
---|
417 |
|
---|
418 | * mhflux/MHEffectiveOnTime.cc:
|
---|
419 | - skip the fit not only if the integral is empty but
|
---|
420 | also if the first bin is empty
|
---|
421 | - changed upper limit to 95% according to a study from
|
---|
422 | David Paneque
|
---|
423 | - replaced the fit with the exponential used in the BCN Mars
|
---|
424 | version
|
---|
425 | - use the correct number of entries
|
---|
426 | - use a likelihood fit
|
---|
427 | - calculate the fit quality from the probability
|
---|
428 | - ignore the fit quality for the theta-plot
|
---|
429 |
|
---|
430 | * mimage/MHNewImagePar.cc:
|
---|
431 | - fixed the handling of the "same" option in Draw/Paint
|
---|
432 |
|
---|
433 | * mpointing/MPointingDev.h:
|
---|
434 | - fDx and fDy initialized in the constructor
|
---|
435 |
|
---|
436 | * mbase/MTask.[h,cc]:
|
---|
437 | - removed the kDontCount option. Instead don't use the TStopwatch
|
---|
438 | counter anymore. By this the class to TStopwatch can be
|
---|
439 | suppressed completely if kDontTime is set.
|
---|
440 |
|
---|
441 | * mbase/MContinue.cc, mbase/MTaskEnv.cc, mfbase/MF.cc,
|
---|
442 | mfbase/MFilterList.[h,cc]:
|
---|
443 | - pipe the accelerator flag to the filter or task
|
---|
444 |
|
---|
445 | * mjobs/MJCut.cc:
|
---|
446 | - also accelerate the reading task
|
---|
447 |
|
---|
448 |
|
---|
449 |
|
---|
450 | 2006/03/13
|
---|
451 |
|
---|
452 | * RELEASE 0.9.5
|
---|
453 |
|
---|
454 |
|
---|
455 |
|
---|
456 | 2006/03/13 Thomas Bretz
|
---|
457 |
|
---|
458 | * ganymed.rc:
|
---|
459 | - changed smearing to half of our PSF 0.06
|
---|
460 | - added new examples for setting the starguider calibration
|
---|
461 |
|
---|
462 | * ganymed_onoff.rc
|
---|
463 | - changed smearing to half of our PSF 0.06
|
---|
464 | - switched the new feature for a random source position on
|
---|
465 | - added new examples for setting the starguider calibration
|
---|
466 |
|
---|
467 | * ganymed_wobble.rc:
|
---|
468 | - changed smearing to half of our PSF 0.06
|
---|
469 | - added new examples for setting the starguider calibration
|
---|
470 | - added example how to control the phi plot
|
---|
471 |
|
---|
472 | * mhflux/MHPhi.[h,cc]:
|
---|
473 | - many improvements to the algorithm, it now takes also
|
---|
474 | inhomgeneities into account
|
---|
475 | - restructured the display, display more histograms
|
---|
476 | - increased class version to 2
|
---|
477 |
|
---|
478 | * mjobs/MJCut.cc:
|
---|
479 | - enabled acceleration for first and second loop
|
---|
480 |
|
---|
481 | * mpointing/MPointingDevCalc.[h,cc]:
|
---|
482 | - allowed to set the starguider offset calibration from the
|
---|
483 | resource file
|
---|
484 |
|
---|
485 | * callisto_Dec04Jan05.rc:
|
---|
486 | - replaced Calibration scale factor by usage of
|
---|
487 | resources/calibration_spline.rc
|
---|
488 |
|
---|
489 |
|
---|
490 |
|
---|
491 | 2006/03/13 Markus Meyer
|
---|
492 |
|
---|
493 | * ganymed_wobble.rc,ganymed_onoff.rc,ganymed.rc:
|
---|
494 | - changed cuts:
|
---|
495 | wobble: average values from optimisation of 3 Crab
|
---|
496 | sample (01/05,10/05,12/05), done by Karsten
|
---|
497 | onoff : cuts from 1218 (01/05, highest significance)
|
---|
498 | theta is now 0.22 for both.
|
---|
499 |
|
---|
500 |
|
---|
501 |
|
---|
502 | 2006/03/13 Daniel Hoehne
|
---|
503 |
|
---|
504 | * ganymed_wobble.rc,ganymed_onoff.rc,ganymed.rc:
|
---|
505 | - implemented qualitycut in log10(conc) vs. log10(size)
|
---|
506 |
|
---|
507 |
|
---|
508 |
|
---|
509 | 2006/03/13 Markus Meyer
|
---|
510 |
|
---|
511 | * resources/calibration_spline.C:
|
---|
512 | - more comments
|
---|
513 |
|
---|
514 |
|
---|
515 |
|
---|
516 | 2006/03/10 Markus Meyer
|
---|
517 |
|
---|
518 | * resources/calibration.C:
|
---|
519 | - update from p27 to p39 (spline excluded, still p33 data missing)
|
---|
520 |
|
---|
521 |
|
---|
522 |
|
---|
523 | 2006/03/10 Markus Meyer
|
---|
524 |
|
---|
525 | * resources/calibration_spline.C:
|
---|
526 | - correction coefficients for spline data for each period
|
---|
527 |
|
---|
528 |
|
---|
529 |
|
---|
530 | 2006/03/10 Daniel Hoehne
|
---|
531 |
|
---|
532 | * datacenter/scripts/insertsequences:
|
---|
533 | - fixed bug
|
---|
534 |
|
---|
535 |
|
---|
536 |
|
---|
537 | 2006/03/09 Daniel Hoehne
|
---|
538 |
|
---|
539 | * ganymed_wobble.rc:
|
---|
540 | - changed parameters 1 to 5 in Cut1 to actual values
|
---|
541 |
|
---|
542 |
|
---|
543 |
|
---|
544 | 2006/03/08 Thomas Bretz
|
---|
545 |
|
---|
546 | * readdaq.cc, mraw/MRawFileRead.[h,cc], mraw/MRawRunHeader.cc:
|
---|
547 | - added new force-option to foirce output of run-header
|
---|
548 |
|
---|
549 |
|
---|
550 |
|
---|
551 | 2006/03/08 Daniela Dorner
|
---|
552 |
|
---|
553 | * datacenter/script/movingrawfiles:
|
---|
554 | - added moving of files, that are transferred via internet
|
---|
555 | - added removing of empty directories
|
---|
556 |
|
---|
557 | * datacenter/db/ganymed.php:
|
---|
558 | - added links to ganymedplots
|
---|
559 | - added links to sequence.php (instead of links to starfiles)
|
---|
560 | - fixed bug in query
|
---|
561 |
|
---|
562 | * datacenter/db/sequence.php:
|
---|
563 | - added links to plots from callisto and star
|
---|
564 | - fixed bug in query
|
---|
565 |
|
---|
566 | * datacenter/db/sequinfo.php:
|
---|
567 | - added links to sequence.php
|
---|
568 |
|
---|
569 | * datacenter/db/datasetinfo.php:
|
---|
570 | - added links to ganymed.php
|
---|
571 |
|
---|
572 | * datacenter/db/tabs.php:
|
---|
573 | - added (includefile for names of tabs of statusdisplays)
|
---|
574 |
|
---|
575 |
|
---|
576 |
|
---|
577 | 2006/03/07 Thomas Bretz
|
---|
578 |
|
---|
579 | * mcalib/MCalibrateData.cc:
|
---|
580 | - take the bad pixel information into account when calculating the
|
---|
581 | number of saturating pixels!
|
---|
582 |
|
---|
583 |
|
---|
584 |
|
---|
585 | 2006/03/06 Thomas Bretz
|
---|
586 |
|
---|
587 | * showplot.cc:
|
---|
588 | - fixed the position were the first argument is converted
|
---|
589 | to lower case. Until this fix no upper case could be used
|
---|
590 | in file names
|
---|
591 |
|
---|
592 | * datacenter/macros/plotdb.C:
|
---|
593 | - print also average and RMS of all data.
|
---|
594 |
|
---|
595 |
|
---|
596 |
|
---|
597 | 2006/03/06 Daniela Dorner
|
---|
598 |
|
---|
599 | * datacenter/db/ganymed.php:
|
---|
600 | - added sequences + links to star-plots of sequences
|
---|
601 | - improved layout
|
---|
602 |
|
---|
603 | * datacenter/script/makecallistolinks:
|
---|
604 | - changed condition, when to make the link: only, if the link is
|
---|
605 | not yet existing, it is done
|
---|
606 | - added resetting of db: if link is done, callisto is resetted
|
---|
607 |
|
---|
608 | * datacenter/macros/resetcolumn.C:
|
---|
609 | - added failure columns to the resetting
|
---|
610 |
|
---|
611 |
|
---|
612 |
|
---|
613 | 2006/03/04 Daniela Dorner
|
---|
614 |
|
---|
615 | * callisto.cc:
|
---|
616 | - changed return values to improve the failure handling in the db
|
---|
617 |
|
---|
618 | * datacenter/script/makecallistolinks:
|
---|
619 | - added 'Pulse is too much to the left, cannot go below 0!' as
|
---|
620 | reason to use callisto_Dec04Jan05.rc
|
---|
621 |
|
---|
622 | * datacenter/script/dowebplots:
|
---|
623 | - reduced number of files to be updated by a limitation in
|
---|
624 | modification time
|
---|
625 |
|
---|
626 | * datacenter/db/ganymed.php:
|
---|
627 | - added plots
|
---|
628 | - effontime s->h
|
---|
629 |
|
---|
630 |
|
---|
631 |
|
---|
632 | 2006/03/03 Thomas Bretz
|
---|
633 |
|
---|
634 | * mjobs/MJCut.cc:
|
---|
635 | - added RemoveFromList for srcposrndm in off-data loop
|
---|
636 |
|
---|
637 | * mpointing/MSrcPosRndm.[h,cc]:
|
---|
638 | - fixed the scaling. MSrcPosCam has to be in mm
|
---|
639 |
|
---|
640 | * ganymed.rc:
|
---|
641 | - added line and comments with new resource
|
---|
642 |
|
---|
643 |
|
---|
644 |
|
---|
645 | 2006/03/03 Daniel Hoehne
|
---|
646 |
|
---|
647 | * callisto_MarApr05.rc:
|
---|
648 | - changed pulse position check ExtractWinLeft to 4.0 and
|
---|
649 | ExtractWinRight to 4.5
|
---|
650 |
|
---|
651 |
|
---|
652 |
|
---|
653 | 2006/03/02 Thomas Bretz
|
---|
654 |
|
---|
655 | * callisto.cc:
|
---|
656 | - get result value from pulse pos check
|
---|
657 |
|
---|
658 | * mjobs/MJCut.[h,cc]:
|
---|
659 | - added the usage of the new class MSrcPosRndm
|
---|
660 | - added new resource to switch random source position on
|
---|
661 |
|
---|
662 | * mjobs/MJPedestal.[h,cc]:
|
---|
663 | - changed return code of Process to int to be able to return
|
---|
664 | the pulse pos check result.
|
---|
665 |
|
---|
666 | * mpointing/PointingLinkDef.h, mpointing/Makefile:
|
---|
667 | - added MSrcPosRndm
|
---|
668 |
|
---|
669 | * mpointing/MSrcPosRndm.[h,cc]:
|
---|
670 | - added
|
---|
671 |
|
---|
672 | * mpointing/MHSrcPosCam.h:
|
---|
673 | - addedn non const getter for fHist
|
---|
674 |
|
---|
675 |
|
---|
676 |
|
---|
677 | 2006/03/02 Daniela Dorner
|
---|
678 |
|
---|
679 | * datacenter/db/querymc.php:
|
---|
680 | - fixed small bug
|
---|
681 |
|
---|
682 | * datacenter/db/dowebplots:
|
---|
683 | - added option -p to the script, to be able to call the script
|
---|
684 | for different programs independently
|
---|
685 | - fixed find
|
---|
686 |
|
---|
687 |
|
---|
688 |
|
---|
689 | 2006/03/01 Daniela Dorner
|
---|
690 |
|
---|
691 | * datacenter/db/datacheck.php, datasetinfo.php, sequinfo.php:
|
---|
692 | - included failure handling columns
|
---|
693 |
|
---|
694 |
|
---|
695 |
|
---|
696 | 2006/03/01 Thomas Bretz
|
---|
697 |
|
---|
698 | * mastro/MAstro.cc, mbase/MTime.cc:
|
---|
699 | - added a comment in GetMagicPeriod
|
---|
700 |
|
---|
701 | * mpointing/MPointingPos.cc:
|
---|
702 | - added new member function GetString
|
---|
703 | - moved code from Print to GetString
|
---|
704 | - added new function IsInitialized()
|
---|
705 |
|
---|
706 | * mjtrain/MJTrain*.[h,cc]:
|
---|
707 | - added data members to change RF setup
|
---|
708 |
|
---|
709 | * mpointing/MPointingDevCalc.h, mpointing/MPointingPosCalc.h:
|
---|
710 | - added missing AddToBranchList
|
---|
711 |
|
---|
712 | * mpointing/MHSrcPosCam.[h,cc]:
|
---|
713 | - added
|
---|
714 |
|
---|
715 | * mpointing/Makefile, mpointing/PointingLinkDef.h:
|
---|
716 | - added MHSrcPosCam
|
---|
717 |
|
---|
718 | * mbase/MTask.[h,cc]:
|
---|
719 | - implemented a new data-meber fAccelerator which allows
|
---|
720 | to switch off counting and timing analysis which can be very
|
---|
721 | time-consuming in some circumstances
|
---|
722 |
|
---|
723 | * mbase/MTaskList.[h,cc]:
|
---|
724 | - implemented the usabe of MTask::fAccelerator to switch off
|
---|
725 | resetting of all parameter containers which can be very
|
---|
726 | time-consuming
|
---|
727 |
|
---|
728 | * mimage/MImagePar.cc:
|
---|
729 | - updated how the units are printed in Print()
|
---|
730 |
|
---|
731 | * mjobs/MJCut.cc:
|
---|
732 | - added a new loop to fill the source position of the on-data
|
---|
733 | - the acceleration of the two main loops are disabled because
|
---|
734 | they are not yet tested.
|
---|
735 |
|
---|
736 | * datacenter/macros/plotstat.C:
|
---|
737 | - the periods were wrong by one -- fixed.
|
---|
738 |
|
---|
739 |
|
---|
740 |
|
---|
741 | 2006/02/28 Daniela Dorner
|
---|
742 |
|
---|
743 | * datacenter/scripts/insertdatasets:
|
---|
744 | - made sure, that backupfiles of the editor are not taken into
|
---|
745 | account, when dataset files are searched
|
---|
746 |
|
---|
747 | * datacenter/db/*.php:
|
---|
748 | - moved user, host and pw of database to the include file
|
---|
749 | db.php
|
---|
750 |
|
---|
751 | * datacenter/db/index.html:
|
---|
752 | - fixed links
|
---|
753 |
|
---|
754 | * datacenter/db/querymc.php,magicdefs.php:
|
---|
755 | - added some variables
|
---|
756 |
|
---|
757 | * datacenter/db/runinfo.php,sequinfo.php:
|
---|
758 | - bugfix (incl. TestSources)
|
---|
759 |
|
---|
760 | * datacenter/db/sequinfo.php:
|
---|
761 | - changed init values
|
---|
762 |
|
---|
763 | * datacenter/db/sequinfo.php, findoffdata.php, magicdefs.php:
|
---|
764 | - added value (relative ontime)
|
---|
765 |
|
---|
766 | * datacenter/db/dbstatus.php:
|
---|
767 | - fixed bug
|
---|
768 |
|
---|
769 | * datacenter/db/queryrbk.php:
|
---|
770 | - added query field 'Night', to query all entries of one night
|
---|
771 | from the runbook
|
---|
772 |
|
---|
773 | * datacenter/db/index-header.html:
|
---|
774 | - added links
|
---|
775 |
|
---|
776 |
|
---|
777 |
|
---|
778 | 2006/02/27 Thomas Bretz
|
---|
779 |
|
---|
780 | * macros/optim/optimwobble.C:
|
---|
781 | - fixed a typo (SetThetaCut instead SetAlphaCut), and added the
|
---|
782 | standard Disp-parametrization
|
---|
783 |
|
---|
784 | * mhflux/MHEffectiveOnTime.[h,cc]:
|
---|
785 | - added showing the axis range of the time evolution histogram
|
---|
786 |
|
---|
787 | * showplot.cc:
|
---|
788 | - fixed a warning in the Hash-switch.
|
---|
789 |
|
---|
790 | * mbase/MEnv.cc:
|
---|
791 | - replaced casts in switch by an appended U
|
---|
792 |
|
---|
793 | * macros/train/trainseparation.C:
|
---|
794 | - replaced outdated MTTrainRFSeparate by MJTrainSeparation
|
---|
795 |
|
---|
796 | * mastro/MAstro.h:
|
---|
797 | - added conversion constants for pc-m and pc-ly
|
---|
798 |
|
---|
799 | * mhflux/MMcSpectrumWeight.cc:
|
---|
800 | - fixed typo in comment
|
---|
801 |
|
---|
802 | * mimage/MImagePar.h:
|
---|
803 | - minor changes to layout
|
---|
804 |
|
---|
805 | * mimage/MHNewImagePar.[h,cc], mimage/MNewImagePar.[h,cc]:
|
---|
806 | - added new image parameters fConcCOG and fConcCore
|
---|
807 | - increased class version of MNewImagePar
|
---|
808 |
|
---|
809 | * mimage/MHillasExt.cc:
|
---|
810 | - added some comments
|
---|
811 | - removed an obsolete TMath::Abs around "dist"
|
---|
812 |
|
---|
813 | * mranforest/MRanForest.[h,cc]:
|
---|
814 | - the initialization of fTreeHad was done at the wrong moment
|
---|
815 | - replaced a cast int(x+.5) by TMath::Nint
|
---|
816 | - added some additional warning output
|
---|
817 | - added "!" to fTreeHad - it is only for temporary storage used
|
---|
818 | in the histogram classes
|
---|
819 |
|
---|
820 | * mranforest/MRanForestGrow.h:
|
---|
821 | - added GetForest
|
---|
822 |
|
---|
823 | * mjtrain/MJTrainSeparation.[h,cc]:
|
---|
824 | - added some code for upcomming automatic event selection
|
---|
825 |
|
---|
826 | * datacenter/macros/plotstat.C:
|
---|
827 | - improved macro description
|
---|
828 | - added arguments to main function
|
---|
829 |
|
---|
830 | * macros/plot/mucal.C:
|
---|
831 | - added
|
---|
832 |
|
---|
833 |
|
---|
834 |
|
---|
835 | 2006/02/25 Daniela Dorner
|
---|
836 |
|
---|
837 | * datacenter/scripts/checkfilesforsequavail, checkstardone,
|
---|
838 | writesequencefiles, buildsequenceentries, dodatacheck, doexclusions,
|
---|
839 | fillcallisto, fillganymed, fillstar,
|
---|
840 | datacenter/macros/writesequencefile.C, filldotraw.C, fillsinope.C
|
---|
841 | buildsequenceentries.C, resetcolumn.C, doexclusions.C, fillcalib.C
|
---|
842 | fillsignal.C, fillganymed.C, fillstar.C:
|
---|
843 | - implemented, that a missing connection to the database doesn't
|
---|
844 | cause an failure entry in the database, so that the step is
|
---|
845 | retried in this case
|
---|
846 | - updated documentation
|
---|
847 |
|
---|
848 |
|
---|
849 |
|
---|
850 | 2006/02/25 Thomas Bretz
|
---|
851 |
|
---|
852 | * datacenter/macros/plotstat.C:
|
---|
853 | - added
|
---|
854 |
|
---|
855 |
|
---|
856 |
|
---|
857 | 2006/02/24 Markus Meyer
|
---|
858 |
|
---|
859 | * resources/calibration.rc:
|
---|
860 | - update of correction values for the calibration constants
|
---|
861 | (P31 - P39, without P36!(problems with spline))
|
---|
862 |
|
---|
863 |
|
---|
864 |
|
---|
865 | 2006/02/24 Daniela Dorner
|
---|
866 |
|
---|
867 | * datacenter/db/datacheck.php, datasetinfo.php, dbstatus.php,
|
---|
868 | findoffdata.php, include.php, magicdefs.php, runinfo.php,
|
---|
869 | sequinfo.php, statusrps.php, statussbs.php, statussps.php:
|
---|
870 | - included failure handling columns
|
---|
871 |
|
---|
872 | * datacenter/db/findoffdata.php:
|
---|
873 | - added DT
|
---|
874 |
|
---|
875 | * datacenter/db/statusrps.php:
|
---|
876 | - fixed bug
|
---|
877 |
|
---|
878 | * datacenter/db/sequinfo.php:
|
---|
879 | - reduced width of menu
|
---|
880 |
|
---|
881 | * datacenter/scripts/copyscript:
|
---|
882 | - added makedir for oldcatalogpath
|
---|
883 |
|
---|
884 |
|
---|
885 |
|
---|
886 | 2006/02/23 Thomas Bretz
|
---|
887 |
|
---|
888 | * mjobs/MJSpectrum.cc:
|
---|
889 | - fixed plot for Eý.dN/dE. The spectrum was multiplied with two
|
---|
890 | times the bin-width instead of the absolute energy
|
---|
891 |
|
---|
892 |
|
---|
893 |
|
---|
894 | 2006/02/22 Daniela Dorner
|
---|
895 |
|
---|
896 | * datacenter/db/querymc.php:
|
---|
897 | - added (website to query montecarlo database - first version)
|
---|
898 |
|
---|
899 | * datacenter/db/magicdefs.php:
|
---|
900 | - added some values of montecarlo database
|
---|
901 |
|
---|
902 |
|
---|
903 |
|
---|
904 | 2006/02/17 Daniela Dorner
|
---|
905 |
|
---|
906 | * datacenter/scripts/copyscript:
|
---|
907 | - fixed path length
|
---|
908 |
|
---|
909 | * datacenter/macros/fillsources.C:
|
---|
910 | - added (macro to read source information from catalog files and
|
---|
911 | insert it into the database)
|
---|
912 |
|
---|
913 | * datacenter/db/ganymed.php:
|
---|
914 | - improved output
|
---|
915 |
|
---|
916 | * datacenter/db/index.html:
|
---|
917 | - added ganymed.php
|
---|
918 | - removed old link
|
---|
919 |
|
---|
920 |
|
---|
921 |
|
---|
922 | 2006/02/17 Thomas Bretz
|
---|
923 |
|
---|
924 | * showplot.cc:
|
---|
925 | - fixed path inflation in case of ganymed
|
---|
926 |
|
---|
927 | * mjobs/MDataSet.cc:
|
---|
928 | - return kFALSE if requested source wasn't found in catalog
|
---|
929 |
|
---|
930 | * mjobs/MJCut.cc:
|
---|
931 | - reformatted output of source to fit in one line
|
---|
932 |
|
---|
933 | * mpointing/MPointingPos.[h,cc]:
|
---|
934 | - output source name (title) in Print() if set
|
---|
935 |
|
---|
936 |
|
---|
937 |
|
---|
938 | 2006/02/16 Daniela Dorner
|
---|
939 |
|
---|
940 | * datacenter/scripts/checkstardone:
|
---|
941 | - small improvement in sequence handling
|
---|
942 | - improved logging
|
---|
943 |
|
---|
944 | * datacenter/scripts/sourcefile:
|
---|
945 | - small bugfixes in setstatus function
|
---|
946 |
|
---|
947 | * datacenter/scripts/runganymed:
|
---|
948 | - small bugfix
|
---|
949 |
|
---|
950 | * datacenter/scripts/copyscript:
|
---|
951 | - fixed path length
|
---|
952 |
|
---|
953 | * datacenter/db/ganymed.php:
|
---|
954 | - added (website to query results for sources/datasets)
|
---|
955 |
|
---|
956 |
|
---|
957 |
|
---|
958 | 2006/02/15 Daniela Dorner
|
---|
959 |
|
---|
960 | * datacenter/db/findoffdata.php:
|
---|
961 | - implemented possibility to query range of dates for 'stardone'
|
---|
962 |
|
---|
963 |
|
---|
964 |
|
---|
965 | 2006/02/15 Daniel Hoehne
|
---|
966 |
|
---|
967 | * datacenter/db/magicdefs.php, querycal.php, sequinfo.php:
|
---|
968 | - implemented query for mean signal inner/outer and mean pulsepos
|
---|
969 | * datacenter/db/sequence.php:
|
---|
970 | - implemented query for mean signal inner/outer, mean pulsepos
|
---|
971 | and inhomogeneity
|
---|
972 |
|
---|
973 |
|
---|
974 |
|
---|
975 | 2006/02/15 Daniela Dorner, Daniel Hoehne
|
---|
976 |
|
---|
977 | * datacenter/scripts/writesequencefiles,doexclusion,correcttime:
|
---|
978 | - fixed small bug
|
---|
979 |
|
---|
980 |
|
---|
981 |
|
---|
982 | 2006/02/14 Daniela Dorner, Daniel Hoehne
|
---|
983 |
|
---|
984 | * datacenter/scripts/sourcefile:
|
---|
985 | - fixed small bugs
|
---|
986 |
|
---|
987 | * datacenter/scripts/movingrawfiles:
|
---|
988 | - changed back to moving files without zipping
|
---|
989 |
|
---|
990 | * datacenter/scripts/doqualityplots:
|
---|
991 | - added running of plotdb.C for each datasetfile
|
---|
992 |
|
---|
993 | * datacenter/macros/getdolist.C:
|
---|
994 | - implemented limitation for number of todo files for
|
---|
995 | SequenceProcessStatus
|
---|
996 |
|
---|
997 | * datacenter/macros/checkfileavail.C,checkstardone.C:
|
---|
998 | - changed return code in case that files are not available
|
---|
999 |
|
---|
1000 | * datacenter/scripts/checkfilesforsequavail,checkstardone,sourcefile:
|
---|
1001 | - adapted to changed return code in macros
|
---|
1002 |
|
---|
1003 | * datacenter/db/magicdefs.php, querystar.php, sequinfo.php:
|
---|
1004 | - implemented query for inhomogeneity
|
---|
1005 |
|
---|
1006 |
|
---|
1007 |
|
---|
1008 | 2006/02/13
|
---|
1009 |
|
---|
1010 | * RELEASE 0.9.4.3
|
---|
1011 |
|
---|
1012 |
|
---|
1013 |
|
---|
1014 | 2006/02/13 Thomas Bretz
|
---|
1015 |
|
---|
1016 | * callisto.rc:
|
---|
1017 | - changed pulse position check ExtractWinLeft to 4.0 and
|
---|
1018 | ExtractWinRight to 4.5
|
---|
1019 |
|
---|
1020 | * callisto_Dec04Jan05.rc:
|
---|
1021 | - changed pulse position check ExtractWinLeft to 3.0 and
|
---|
1022 | ExtractWinRight left at 2.5
|
---|
1023 |
|
---|
1024 |
|
---|
1025 |
|
---|
1026 | 2006/02/10 Thomas Bretz
|
---|
1027 |
|
---|
1028 | * mastro/MAstro.cc:
|
---|
1029 | - allow for more year in the algorithm calculating easter
|
---|
1030 |
|
---|
1031 | * mcamera/MCameraDC.h, mcamera/MCameraHV.h, mcamera/MCameraTD.h,
|
---|
1032 | mcamera/MCameraTH.h:
|
---|
1033 | - added a sanity check in GetPixelContent
|
---|
1034 |
|
---|
1035 | * mraw/MRawRunHeader.cc:
|
---|
1036 | - fixed output (correct kiB instead of kB)
|
---|
1037 |
|
---|
1038 | * Makefile, Makefile.rules:
|
---|
1039 | - implemented the possibility to spread Make through condor
|
---|
1040 |
|
---|
1041 | * mastro/MAstroCatalog.[h,cc]:
|
---|
1042 | - new draw-options to rotate the grid and the stars
|
---|
1043 |
|
---|
1044 | * mimage/MHHillas.cc:
|
---|
1045 | - set minimum of fDelte to 0 instead of fDistC
|
---|
1046 |
|
---|
1047 | * msignal/MExtractTimeAndChargeSpline.h:
|
---|
1048 | - replaced the casts in SetRiseTimeHiGain and StFallTimeHiGain by
|
---|
1049 | TMath::NInt
|
---|
1050 |
|
---|
1051 | * mjobs/MDataSet.h:
|
---|
1052 | - implemented new functions to check whether the dataset contains
|
---|
1053 | a dedicated sequence
|
---|
1054 |
|
---|
1055 | * datacenter/macros/plotdb.C:
|
---|
1056 | - implemented the possibility to draw sequences of a dataset in
|
---|
1057 | several colors
|
---|
1058 |
|
---|
1059 |
|
---|
1060 |
|
---|
1061 | 2006/02/09 Thomas Bretz
|
---|
1062 |
|
---|
1063 | * mreport/MReport.cc:
|
---|
1064 | - invented new fake CC report file version 200509300 for a change
|
---|
1065 | in the starguider format (the already implemented last values
|
---|
1066 | dissapeared again!) which is not noticed in the format version.
|
---|
1067 |
|
---|
1068 | * mreport/MReportCC.cc, mreport/MReportStarguider.cc:
|
---|
1069 | - fixed support for ver 200510250
|
---|
1070 |
|
---|
1071 | * mjobs/MJSpectrum.cc:
|
---|
1072 | - added fit of un-unfolded spectrum
|
---|
1073 |
|
---|
1074 |
|
---|
1075 |
|
---|
1076 | 2006/02/08 Daniela Dorner
|
---|
1077 |
|
---|
1078 | * datacenter/scripts/sourcefile:
|
---|
1079 | - implemented function checklock
|
---|
1080 | - bugfix for failure code
|
---|
1081 |
|
---|
1082 | * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
|
---|
1083 | checkstardone, doexclusions, fillcallisto, fillganymed, fillstar,
|
---|
1084 | makecallistolinks, runcallisto, runganymed, runstar,
|
---|
1085 | writesequencefiles:
|
---|
1086 | - implemented usage of function checklock
|
---|
1087 |
|
---|
1088 | * datacenter/scripts/copyscript, doqualityplots, dowebplots,
|
---|
1089 | insertsequences, linkmc:
|
---|
1090 | - implemented usage of function checklock
|
---|
1091 | - implemented variable $program
|
---|
1092 |
|
---|
1093 | * datacenter/scripts/dodatacheck:
|
---|
1094 | - implemented usage of function checklock
|
---|
1095 | - implemented variable $lockfile
|
---|
1096 |
|
---|
1097 | * datacenter/scripts/insertdatasets, mcsequences, processmcsequences:
|
---|
1098 | - implemented usage of function checklock
|
---|
1099 | - implemented variables $lockfile and $program
|
---|
1100 |
|
---|
1101 | * datacenter/macros/doexclusions.C, fillganymed.C:
|
---|
1102 | - fixed bug
|
---|
1103 |
|
---|
1104 | * datacenter/macros/fillsinope.C, setstatus.C:
|
---|
1105 | - improved documentation
|
---|
1106 |
|
---|
1107 | * datacenter/scripts/filesondisk:
|
---|
1108 | - implemented finding of zipped files
|
---|
1109 |
|
---|
1110 |
|
---|
1111 |
|
---|
1112 | 2006/02/08 Thomas Bretz
|
---|
1113 |
|
---|
1114 | * datacenter/macros/plotdb.C:
|
---|
1115 | - some minor changes to the layout
|
---|
1116 |
|
---|
1117 |
|
---|
1118 |
|
---|
1119 | 2006/02/07 Daniela Dorner
|
---|
1120 |
|
---|
1121 | * datacenter/scripts/makecallistolinks:
|
---|
1122 | - fixed bug
|
---|
1123 |
|
---|
1124 | * datacenter/db:
|
---|
1125 | - added (directory with db-websites)
|
---|
1126 |
|
---|
1127 |
|
---|
1128 |
|
---|
1129 | 2006/02/07 Daniela Dorner, Daniel Hoehne
|
---|
1130 |
|
---|
1131 | * datacenter/scripts/sourcefile:
|
---|
1132 | - added failure code variables
|
---|
1133 | - changed calling of setstatus.C accordingly
|
---|
1134 |
|
---|
1135 | * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
|
---|
1136 | checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
|
---|
1137 | fillganymed, fillstar, runcallisto, runganymed, runstar,
|
---|
1138 | writesequencefiles:
|
---|
1139 | - implemented failure variable
|
---|
1140 |
|
---|
1141 | * datacenter/macros/getdolist.C, setstatus.C, setupdb.C:
|
---|
1142 | - added new/changed columns (fReturnCode, fFailedCode,
|
---|
1143 | fFailedCodeAdd)
|
---|
1144 |
|
---|
1145 |
|
---|
1146 |
|
---|
1147 | 2006/02/06 Daniela Dorner
|
---|
1148 |
|
---|
1149 | * datacenter/scripts/fillstar, macros/setstatus.C, getdolist.C:
|
---|
1150 | - fixed bugs
|
---|
1151 |
|
---|
1152 |
|
---|
1153 |
|
---|
1154 | 2006/02/03 Daniela Dorner
|
---|
1155 |
|
---|
1156 | * datacenter/scripts/sourcefile:
|
---|
1157 | - implemented two new functions: getdolist, finish
|
---|
1158 | - implemented usage of function finish in other functions
|
---|
1159 |
|
---|
1160 | * datacenter/scripts/movingrawfiles:
|
---|
1161 | - implemented zipping of rawfiles
|
---|
1162 |
|
---|
1163 | * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
|
---|
1164 | checkstardone, copyscript, correcttime, dodatacheck, doexclusions,
|
---|
1165 | fillcallisto, fillganymed, fillstar, insertdatasets,
|
---|
1166 | makecallistolinks, processmcsequences, runcallisto, runganymed,
|
---|
1167 | runstar, writesequencefiles:
|
---|
1168 | - replaced corresponding pieces of code by the functions getdolist
|
---|
1169 | and finish
|
---|
1170 | - moved variable $date to function getdolist
|
---|
1171 | - improved logging
|
---|
1172 | - generalized variables $lockfile and $todofile
|
---|
1173 |
|
---|
1174 |
|
---|
1175 | 2006/02/03 Daniela Dorner, Daniel Hoehne
|
---|
1176 |
|
---|
1177 | * datacenter/scripts/sourcefile:
|
---|
1178 | - fixed small bugs
|
---|
1179 |
|
---|
1180 | * datacenter/scripts/runcallisto:
|
---|
1181 | - small bugfix
|
---|
1182 | - improved logging
|
---|
1183 |
|
---|
1184 | * datacenter/scripts/insertdatasets:
|
---|
1185 | - removed not needed variable
|
---|
1186 |
|
---|
1187 | * datacenter/macros/getdolist.C:
|
---|
1188 | - small bugfix
|
---|
1189 |
|
---|
1190 |
|
---|
1191 |
|
---|
1192 | 2006/02/02 Daniela Dorner
|
---|
1193 |
|
---|
1194 | * datacenter/scripts/linkmc:
|
---|
1195 | - changed numbering of P and C run in linking
|
---|
1196 |
|
---|
1197 | * datacenter/scripts/sourcefile:
|
---|
1198 | - moved to root-version root_v4.04.02g
|
---|
1199 |
|
---|
1200 |
|
---|
1201 |
|
---|
1202 | 2006/02/01 Daniel Hoehne
|
---|
1203 |
|
---|
1204 | * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
|
---|
1205 | checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
|
---|
1206 | fillganymed, fillstar, writesequencefiles:
|
---|
1207 | - adapted usage of function setstatus
|
---|
1208 |
|
---|
1209 |
|
---|
1210 |
|
---|
1211 | 2006/01/31 Daniela Dorner
|
---|
1212 |
|
---|
1213 | * datacenter/macros/setstatus.C, getdolist.C:
|
---|
1214 | - adapted macros to changes in new columns (fFailedCode,
|
---|
1215 | fFailedComment)
|
---|
1216 |
|
---|
1217 | * datacenter/macros/setstatus.C:
|
---|
1218 | - added "noreset" for column fStartTime (is needed so that runtime
|
---|
1219 | is available in case of failure)
|
---|
1220 |
|
---|
1221 | * datacenter/macros/setupdb.C:
|
---|
1222 | - added new columns
|
---|
1223 |
|
---|
1224 | * datacenter/scripts/runcallisto, runganymed, runstar:
|
---|
1225 | - implemented failure handling
|
---|
1226 |
|
---|
1227 | * datacenter/scripts/sourcefile:
|
---|
1228 | - implemented new functions to set status values
|
---|
1229 |
|
---|
1230 |
|
---|
1231 |
|
---|
1232 | 2006/01/30 Daniel Hoehne
|
---|
1233 |
|
---|
1234 | * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
|
---|
1235 | checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
|
---|
1236 | fillganymed, fillstar, runcallisto, runganymed, runstar, sourcefile,
|
---|
1237 | writesequencefiles:
|
---|
1238 | - added function setstatus in sourcefile
|
---|
1239 | - changed calling of setstatus.C in setstatus
|
---|
1240 | - implemented variable $program to generalize usage of setstatus
|
---|
1241 | - replaced corresponding piece of code by function setstatus
|
---|
1242 | - fixed some typos
|
---|
1243 |
|
---|
1244 |
|
---|
1245 |
|
---|
1246 | 2006/01/30 Daniela Dorner
|
---|
1247 |
|
---|
1248 | * datacenter/macros/setstatus.C, getdolist.C:
|
---|
1249 | - adapted macros to the improvement of failure handling in the
|
---|
1250 | automatic analysis (added columns fFailed, fStartTime,
|
---|
1251 | fFailedTime)
|
---|
1252 |
|
---|
1253 |
|
---|
1254 |
|
---|
1255 | 2006/01/27 Thomas Bretz
|
---|
1256 |
|
---|
1257 | * mjobs/MDataSet.cc:
|
---|
1258 | - improved a warning output
|
---|
1259 |
|
---|
1260 |
|
---|
1261 |
|
---|
1262 | 2006/01/23 Thomas Bretz
|
---|
1263 |
|
---|
1264 | * mbase/MTime.cc:
|
---|
1265 | - removed a sanity check in GetStringFmt. It work's quite nice
|
---|
1266 | in the DC but crashes on my Laptop (which is not so important)
|
---|
1267 |
|
---|
1268 |
|
---|
1269 |
|
---|
1270 | 2006/01/10 Daniela Dorner
|
---|
1271 |
|
---|
1272 | * datacenter/macros/*.C, datacenter/script:
|
---|
1273 | - updated and added documentation
|
---|
1274 | - improved logging
|
---|
1275 | - fixed small bugs
|
---|