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/07/05 Thomas Bretz
|
---|
22 |
|
---|
23 | * datacenter/macros/checkfileavail.C,
|
---|
24 | datacenter/macros/checkstardone.C,
|
---|
25 | datacenter/macros/doexclusions.C,
|
---|
26 | datacenter/macros/filldotraw.C,
|
---|
27 | datacenter/macros/fillganymed.C,
|
---|
28 | datacenter/macros/fillsignal.C,
|
---|
29 | datacenter/macros/fillstar.C,
|
---|
30 | datacenter/macros/setupdb.C:
|
---|
31 | - make sure that 'res' is correctly deleted
|
---|
32 |
|
---|
33 | * datacenter/macros/doexclusions.C:
|
---|
34 | - fixed some variable name overrides
|
---|
35 |
|
---|
36 | * mhflux/MAlphaFitter.[h,cc]:
|
---|
37 | - added the possibility to DrawResult()
|
---|
38 |
|
---|
39 | * mhflux/MHAlpha.[h,cc]:
|
---|
40 | - added new output container (Bin) which contains the number
|
---|
41 | of the bin the event was assigned to
|
---|
42 | - fixed drawing the significance in DrawAll
|
---|
43 |
|
---|
44 |
|
---|
45 |
|
---|
46 | 2006/07/04 Daniela Dorner
|
---|
47 |
|
---|
48 | * datacenter/scripts/copyscript:
|
---|
49 | - removed not needed if-clause (was used to copy subsystemfiles to
|
---|
50 | /magic/datacenter/totape)
|
---|
51 |
|
---|
52 |
|
---|
53 |
|
---|
54 | 2006/07/03 Thomas Bretz
|
---|
55 |
|
---|
56 | * mhflux/MHThetaSqN.[h,cc]:
|
---|
57 | - added counter and output some statistics afterwards
|
---|
58 |
|
---|
59 |
|
---|
60 |
|
---|
61 | 2006/06/29 Thomas Bretz
|
---|
62 |
|
---|
63 | * mmain/MEventDisplay.cc:
|
---|
64 | - added decoding of calibration pattern
|
---|
65 |
|
---|
66 | * mbase/MContinue.cc:
|
---|
67 | - small change to some output
|
---|
68 |
|
---|
69 | * mmc/MMcTrig.hxx, mmc/MMcTrigHeader.hxx:
|
---|
70 | - increased version number
|
---|
71 |
|
---|
72 | * mmc/Mdefine.h:
|
---|
73 | - increased CAMERA_PIXELS from 3500 to 3800
|
---|
74 |
|
---|
75 |
|
---|
76 |
|
---|
77 | 2006/06/28 Daniela Dorner
|
---|
78 |
|
---|
79 | * datacenter/macros/setupdb.C:
|
---|
80 | - added new columns
|
---|
81 | - changed name columns
|
---|
82 |
|
---|
83 |
|
---|
84 |
|
---|
85 | 2006/06/28 Thomas Bretz
|
---|
86 |
|
---|
87 | * datacenter/macros/fillstar.C:
|
---|
88 | - added number of correlated stars
|
---|
89 |
|
---|
90 | * datacenter/macros/plotdb.C:
|
---|
91 | - added number of correlated stars
|
---|
92 | - changed name of database column
|
---|
93 |
|
---|
94 | * callisto.cc, mbadpixels/MBadPixelsCalc.cc,
|
---|
95 | mjtrain/MJTrainSeparation.cc:
|
---|
96 | - small improvement to log-output
|
---|
97 |
|
---|
98 | * tpoint/gui.C:
|
---|
99 | - added some SetFrameBorderMode and SetBorderMode
|
---|
100 |
|
---|
101 |
|
---|
102 |
|
---|
103 | 2006/06/27 Thomas Bretz
|
---|
104 |
|
---|
105 | * mhflux/MHAlpha.cc:
|
---|
106 | - added a small change to prevent DrawAll from opening a new
|
---|
107 | canvas if called with the option "No new canvas" and no
|
---|
108 | fDisplay
|
---|
109 |
|
---|
110 |
|
---|
111 |
|
---|
112 | 2006/06/26 Thomas Bretz
|
---|
113 |
|
---|
114 | * mjobs/MJCut.[h,cc]:
|
---|
115 | - added error codes for some fatal errors
|
---|
116 |
|
---|
117 | * ganymed.cc:
|
---|
118 | - pipe error codes to shell
|
---|
119 |
|
---|
120 |
|
---|
121 |
|
---|
122 | 2006/05/29 Thomas Bretz
|
---|
123 |
|
---|
124 | * mbase/MEnv.cc:
|
---|
125 | - included THashList for compatibility with root 5.10/00
|
---|
126 |
|
---|
127 | * mdata/MDataArray.[h,cc]:
|
---|
128 | - included TVector in header for compatibility with root 5.10/00
|
---|
129 |
|
---|
130 | * mgui/MHexagon.cc:
|
---|
131 | - changed argument of PaintFillArea from Float_t to Double_t
|
---|
132 | for compatibility with root 5.10/00
|
---|
133 |
|
---|
134 | * mhbase/MHMatrix.[h,cc]:
|
---|
135 | - added some #ifdef for compatibility with root 5.10/00
|
---|
136 | - included TVector in the header for compatibility with
|
---|
137 | root 5.10/00
|
---|
138 |
|
---|
139 | * mjtrain/MJTrainDisp.cc:
|
---|
140 | - added the possibility to set weights
|
---|
141 | - added new histogram to show avg psf versus energy
|
---|
142 |
|
---|
143 | * mjtrain/MJTrainRanForest.cc:
|
---|
144 | - included TFile for compatibility with root 5.10/00
|
---|
145 |
|
---|
146 | * mranforest/MRanForest.[h,cc]:
|
---|
147 | - included TMatrix and TVector in header for compatibilty
|
---|
148 | with root 5.10/00
|
---|
149 |
|
---|
150 | * mtools/MHSimulatedAnnealing.[h,cc]:
|
---|
151 | - included TMatrix and TVector in header for compatibilty
|
---|
152 | with root 5.10/00
|
---|
153 |
|
---|
154 |
|
---|
155 |
|
---|
156 | 2006/05/24
|
---|
157 |
|
---|
158 | * RELEASE 0.9.6
|
---|
159 |
|
---|
160 |
|
---|
161 |
|
---|
162 | 2006/05/24 Thomas Bretz
|
---|
163 |
|
---|
164 | * mbadpixels/MBadPixelsTreat.cc:
|
---|
165 | - another small improvement, set fMaxArrivalTimeDiff to 0.9
|
---|
166 |
|
---|
167 | * mjobs/MJPedestal.cc:
|
---|
168 | - switched off error in case of "pulse is too much to the left"
|
---|
169 | - the extraction window is not changed anymore
|
---|
170 |
|
---|
171 | * mhflux/MAlphaFitter.cc:
|
---|
172 | - made new background fit more robust by improving the start
|
---|
173 | values
|
---|
174 |
|
---|
175 | * mhflux/MHAlpha.[h,cc]:
|
---|
176 | - preliminary implementation showing automatically all sizebins in
|
---|
177 | the status display
|
---|
178 |
|
---|
179 | * mpointing/MPointingDevCalc.[h,cc]:
|
---|
180 | - if the mispointing is set to 0 due to missing mispointing
|
---|
181 | information also the starguider calibration is reset.
|
---|
182 | - in the case the latest report is older than a default (currently
|
---|
183 | one minute) and the current report will be skip the starguider
|
---|
184 | correction and calibration will be reset.
|
---|
185 |
|
---|
186 | * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
|
---|
187 | - updated
|
---|
188 |
|
---|
189 | * mmc/MMcRunHeader.hxx:
|
---|
190 | - added new getter for ShowerPhiMin and ShowerPhiMax
|
---|
191 |
|
---|
192 |
|
---|
193 |
|
---|
194 | 2006/05/23 Daniela Dorner
|
---|
195 |
|
---|
196 | * scripts/processsequence:
|
---|
197 | - added (script to run callisto, merppupdate and star for 1
|
---|
198 | sequence)
|
---|
199 |
|
---|
200 | * scripts/preparemc:
|
---|
201 | - added (script to create montecarlo sequence and datasetfiles)
|
---|
202 |
|
---|
203 |
|
---|
204 |
|
---|
205 | 2006/05/23 Thomas Bretz
|
---|
206 |
|
---|
207 | * mranforest/MRanTree.cc:
|
---|
208 | - should be if(!Finite) instead of if(Finite)
|
---|
209 |
|
---|
210 | * mhbase/MH3.cc:
|
---|
211 | - fixed a problem which arouse in root 4.04/02g namely that
|
---|
212 | is the draw-option is " " nothing is displayed. Therefore
|
---|
213 | all " " are removed before the histogram is drawn
|
---|
214 |
|
---|
215 | * mhist/MHCamera.cc:
|
---|
216 | - when the azimuthal profile was produced the binning was optimized
|
---|
217 | with the OptimizeLimits. This doesn't make sense because it
|
---|
218 | changed the alignment of the bins with the 60deg boundaries
|
---|
219 |
|
---|
220 | * mreport/MReportStarguider.cc:
|
---|
221 | - fixed a typo in a comment and removed an obsolete one
|
---|
222 |
|
---|
223 | * msignal/MExtractTimeAndCharge.cc:
|
---|
224 | - instead of setting the arrival time to a value at the border of
|
---|
225 | the meaningful range a random number is assigned in the case
|
---|
226 | of an arrival time extracted outside the fadc range. This
|
---|
227 | avoids possible unfortuante coincidences in arrival times.
|
---|
228 |
|
---|
229 | * mbadpixels/MBadPixelsTreat.[h,cc]:
|
---|
230 | - added new data member fMaxArrivalTimeDiff, which is the maximum
|
---|
231 | arrival time difference allowed for the badpixel algorithm
|
---|
232 | to determin whether a pixels belongs to a shower
|
---|
233 | - changed the old value (0.5) to 1.0 as suggested by Stefan
|
---|
234 | due to a recent study on the fraction of pixels surviving the
|
---|
235 | image cleaning
|
---|
236 |
|
---|
237 | * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc:
|
---|
238 | - added comment to show usage of new option
|
---|
239 |
|
---|
240 |
|
---|
241 |
|
---|
242 | 2006/05/22 Daniela Dorner
|
---|
243 |
|
---|
244 | * datacenter/scripts/makecallistolinks:
|
---|
245 | - fixed bug
|
---|
246 |
|
---|
247 |
|
---|
248 |
|
---|
249 | 2006/05/22 Thomas Bretz
|
---|
250 |
|
---|
251 | * mranforest/MRanTree.cc:
|
---|
252 | - replaced some arbitrary small and large values by FLT_MAX in
|
---|
253 | FindBestSpllit*
|
---|
254 | - replaced in FindBestSpllit* a sanity check for rld and rrd (do
|
---|
255 | not divide by zero) by a check whether the result (crit) is finite
|
---|
256 |
|
---|
257 | * mcamera/MCameraRecTemp.[h,cc]:
|
---|
258 | - implemented new data member for validity
|
---|
259 | - increased class version by 1
|
---|
260 |
|
---|
261 | * mpointing/MHPointing.[h,cc]:
|
---|
262 | - implemented new TGraph for number of correlated stars
|
---|
263 | - increased class version by 1
|
---|
264 |
|
---|
265 | * mpointing/MPointingDevCalc.cc:
|
---|
266 | - if the report is empty assume no pointing deviation and also
|
---|
267 | reset the starguider calibration
|
---|
268 |
|
---|
269 | * mpointing/MPointingPos.cc:
|
---|
270 | - slight modifications to comment
|
---|
271 |
|
---|
272 | * mreport/MReport.cc:
|
---|
273 | - introduced new fake version to support new starguider format
|
---|
274 |
|
---|
275 | * mreport/MReportCC.[h,cc]:
|
---|
276 | - improved handling of receiver boar com-errors and RecTemp section
|
---|
277 |
|
---|
278 | * mreport/MReportStarguider.[h,cc]:
|
---|
279 | - implemented changes in the starguider reports around 9th May
|
---|
280 | - added new data member for number of correlated stars
|
---|
281 | - increased class version by 1
|
---|
282 |
|
---|
283 |
|
---|
284 |
|
---|
285 | 2006/05/21 Thomas Bretz
|
---|
286 |
|
---|
287 | * mfileio/MReadTree.cc:
|
---|
288 | - show all added files only in debug modes or if wildcards are used
|
---|
289 |
|
---|
290 | * mfilter/MFEnergySlope.[h,cc]:
|
---|
291 | - added a third constructor which also allows to set fMcEnergyMin
|
---|
292 |
|
---|
293 | * mjtrain/MJTrainSeparation.[h,cc]:
|
---|
294 | - updated text output
|
---|
295 | - improved result display
|
---|
296 | - added possibility to set weights and/or pre/post-tasks for
|
---|
297 | train or test only
|
---|
298 |
|
---|
299 | * mranforest/MRanForest.cc:
|
---|
300 | - commented out an obsolete check to check whether TMath::Sort
|
---|
301 | has sorted correctly
|
---|
302 | - added some comments
|
---|
303 |
|
---|
304 |
|
---|
305 |
|
---|
306 | 2006/05/20 Thomas Bretz
|
---|
307 |
|
---|
308 | * mreport/MReportCC.cc:
|
---|
309 | - fixed a typo in InterpreteTD which was introduced yesterday
|
---|
310 |
|
---|
311 |
|
---|
312 |
|
---|
313 | 2006/05/19 Thomas Bretz
|
---|
314 |
|
---|
315 | * mbase/MMath.h:
|
---|
316 | - added default to second argument of GaussProb
|
---|
317 |
|
---|
318 | * mcamera/MCameraTD.[h,cc], mcamera/MCameraTH.[h,cc]:
|
---|
319 | - added a data member fIsValid giving the status of the arrays
|
---|
320 | in case the CC reports contained nonsense (mainly for files
|
---|
321 | before summer 2005)
|
---|
322 | - increased class version by 1
|
---|
323 |
|
---|
324 | * mhflux/MHAlpha.h:
|
---|
325 | - made SetOffData virtual
|
---|
326 |
|
---|
327 | * mreport/MReport.cc:
|
---|
328 | - small changes to some comments
|
---|
329 |
|
---|
330 | * mreport/MReportCC.[h,cc]:
|
---|
331 | - better handling of problems with the TH and TD part of the
|
---|
332 | CC-REPORT for files older than 200507190 and 200412210
|
---|
333 | respectively
|
---|
334 |
|
---|
335 | * mreport/MReportFileReadCC.cc:
|
---|
336 | - always output the file format version
|
---|
337 |
|
---|
338 | * mhflux/MAlphaFitter.[h,cc]:
|
---|
339 | - implemented fitting of the off-data for background determination
|
---|
340 | - the result values are not yet accessible
|
---|
341 | - increased class version by 1
|
---|
342 |
|
---|
343 | * mhflux/MHThetaSqN.[h,cc]:
|
---|
344 | - some improvements regarding the treatment of the signal-regions
|
---|
345 | - allow to set a different cut-level for off-cuts
|
---|
346 |
|
---|
347 |
|
---|
348 |
|
---|
349 | 2006/05/18 Thomas Bretz
|
---|
350 |
|
---|
351 | * mhflux/MAlphaFitter.h:
|
---|
352 | - added Getter for ScaleMode
|
---|
353 |
|
---|
354 | * mhflux/MHAlpha.[h,cc]:
|
---|
355 | - made fHillas data member protected
|
---|
356 | - increased size of fMap
|
---|
357 |
|
---|
358 | * mhflux/MHThetaSq.[h,cc]:
|
---|
359 | - removed obsolete data-member fThetaSq
|
---|
360 |
|
---|
361 | * mjtrain/MJTrainRanForest.cc, mranforest/MRanForestCalc.cc:
|
---|
362 | - fixed a typo in a comment
|
---|
363 |
|
---|
364 | * mranforest/MRanTree.cc:
|
---|
365 | - added a lot of comments in the code
|
---|
366 |
|
---|
367 | * callisto.cc:
|
---|
368 | - fixed typo in output
|
---|
369 |
|
---|
370 | * mhflux/MHThreshold.cc:
|
---|
371 | - enabled grids
|
---|
372 | - slightly improved calculation of shown threshold
|
---|
373 |
|
---|
374 | * mhflux/MHThetaSqN.[h,cc]:
|
---|
375 | - added
|
---|
376 |
|
---|
377 | * mhflux/Makefile, mhflux/FluxLinkDef.h:
|
---|
378 | - added MHThetaSqN
|
---|
379 |
|
---|
380 |
|
---|
381 |
|
---|
382 | 2006/05/18 Daniela Dorner
|
---|
383 |
|
---|
384 | * resources/calibration.rc, resources/calibration_spline.rc:
|
---|
385 | - added values for current and following periods
|
---|
386 |
|
---|
387 |
|
---|
388 |
|
---|
389 | 2006/05/05
|
---|
390 |
|
---|
391 | * RELEASE 0.9.5.1
|
---|
392 |
|
---|
393 |
|
---|
394 |
|
---|
395 | 2006/05/05 Thomas Bretz
|
---|
396 |
|
---|
397 | * datacenter/macros/plotdb.C:
|
---|
398 | - updated with new tabs for the starguider data
|
---|
399 |
|
---|
400 | * mhflux/MHEnergyEst.cc:
|
---|
401 | - print the result to the all-logstream
|
---|
402 | - changed the fit range not to take the overflow into account
|
---|
403 |
|
---|
404 | * mranforest/MRanForest.[h,cc]:
|
---|
405 | - Use the default Reset() instead of Reset(0)
|
---|
406 | - changed output while training
|
---|
407 | - replaced a lot of TArrays by MArrays
|
---|
408 | - at some points replaced gRandom->Rndm by gRandom->Integer
|
---|
409 | - removed some obsolete arguments from ModifyDataSort
|
---|
410 | - In CreateDataSort isort need not to be initialized, it is
|
---|
411 | done by TMath::Sort anyhow
|
---|
412 | - a small simplification to ModifyDataSort
|
---|
413 | - added some const-qualifiers in funciton calls
|
---|
414 |
|
---|
415 | * mranforest/MRanTree.[h,cc]:
|
---|
416 | - replaced a lot of TArrays by MArrays
|
---|
417 | - removed some obsolete calls to Reset(0) after the instatization
|
---|
418 | of the array
|
---|
419 | - small acceleration of the averaging when calculating fBestSplit[k]
|
---|
420 | - at some points replaced gRandom->Rndm by gRandom->Integer
|
---|
421 | - directly give mean[kbuild] and square[kbuild] as an argument
|
---|
422 | to FindBestSplit
|
---|
423 | - removed the obsolste dereferencing from the call to FindBestSplit
|
---|
424 | - added some const-qualifiers in funciton calls
|
---|
425 | - make a copy of tclasspop in BuildTree to be able to give the
|
---|
426 | array as a const qualified reference. It is not used at any other
|
---|
427 | place
|
---|
428 | - in TreeHad first get the pointers to the vector with the data to
|
---|
429 | get rid of the range check done by root. This has also the advantage
|
---|
430 | that all TreeHad member function can be unified into a single
|
---|
431 | member function
|
---|
432 |
|
---|
433 | * mhflux/MAlphaFitter.cc:
|
---|
434 | - fixed a problem with the fit which could cause infinite loops
|
---|
435 | in the case of off-data. This did in no means effect the result,
|
---|
436 | just the performance.
|
---|
437 |
|
---|
438 | * mhbase/MH3.cc:
|
---|
439 | - convert the options ToLower case first before checking
|
---|
440 |
|
---|
441 | * mjtrain/MJTrainRanForest.[h,cc]:
|
---|
442 | - added AddPar member function
|
---|
443 | - added fPreTasks and fPostTasks
|
---|
444 | - added fEnableWeights
|
---|
445 | - added member functions suporting setting pre- and posttasks
|
---|
446 | and weights
|
---|
447 |
|
---|
448 | * mtools/MTFillMatrix.h:
|
---|
449 | - added new member function to clear the fPreCuts, fPreTasks and
|
---|
450 | fPostTasks lists
|
---|
451 |
|
---|
452 | * mjtrain/MJTrainEnergy.cc:
|
---|
453 | - implemented usage of weights
|
---|
454 |
|
---|
455 | * mjtrain/MJTrainSeparation.[h,cc]:
|
---|
456 | - implemented the usage of weights
|
---|
457 | - implemented a random source position to train with wobble
|
---|
458 | data
|
---|
459 | - added some more output
|
---|
460 | - added an option to switch between classification and regression
|
---|
461 | - added th epossibility to change the MC flux
|
---|
462 |
|
---|
463 | * mjtrain/Makefile:
|
---|
464 | - added include path for mpointing and mimage
|
---|
465 |
|
---|
466 |
|
---|
467 |
|
---|
468 | 2006/05/04 Thomas Bretz
|
---|
469 |
|
---|
470 | * mbase/MTaskList.[h,cc]:
|
---|
471 | - added new member function AddToListBefore(TList&) and
|
---|
472 | AddToListAfter(TList&)
|
---|
473 | - added corresponding RemoveFromList(TList&)
|
---|
474 |
|
---|
475 | * mhflux/MMcSpectrumWeight.[h,cc]:
|
---|
476 | - added new member functions CalcSpecNew and CalcSpecOld to
|
---|
477 | evaluate the spectrum at a given energy
|
---|
478 | - added a new data member which allows to set an energy
|
---|
479 | at which the normalization is calculated instead of
|
---|
480 | the integral
|
---|
481 |
|
---|
482 | * mpointing/MSrcPosRndm.[h,cc]:
|
---|
483 | - added new option which allows to create a random wobble
|
---|
484 | source position
|
---|
485 |
|
---|
486 |
|
---|
487 |
|
---|
488 | 2006/05/03 Daniela Dorner
|
---|
489 |
|
---|
490 | * datacenter/macros/setupdb.C:
|
---|
491 | - changed type of sourcename and projectname according to new
|
---|
492 | format
|
---|
493 |
|
---|
494 |
|
---|
495 |
|
---|
496 | 2006/05/03 Thomas Bretz
|
---|
497 |
|
---|
498 | * Makefile.rules:
|
---|
499 | - added new option zdiff
|
---|
500 |
|
---|
501 | * mbase/MTaskList.[h,cc]:
|
---|
502 | - overwrite member function AddToList with a TList-reference
|
---|
503 | as argument
|
---|
504 |
|
---|
505 | * mhflux/MHCollectionArea.[h,cc]:
|
---|
506 | - added the missing //! behind the fMcEvt data member
|
---|
507 | - increased class version number
|
---|
508 | - removed obsolete fEnergy data member
|
---|
509 |
|
---|
510 | * mranforest/MRanForest.cc:
|
---|
511 | - added to the output whether weights are set
|
---|
512 |
|
---|
513 | * mraw/MRawRunHeader.cc:
|
---|
514 | - removed an obsolete Print() which enetered for debugging
|
---|
515 |
|
---|
516 | * mimage/MHNewImagePar.cc:
|
---|
517 | - the plots for CocCOG and ConcCore had the same color... fixed
|
---|
518 |
|
---|
519 | * mranforest/MRanForestCalc.[h,cc]:
|
---|
520 | - allow to set weights for each event
|
---|
521 |
|
---|
522 | * mtools/MTFillMatrix.[h,cc]:
|
---|
523 | - implemented the possibility to set pre- and post-tasks
|
---|
524 | executed in the eventloop
|
---|
525 |
|
---|
526 |
|
---|
527 |
|
---|
528 |
|
---|
529 | 2006/05/02 Thomas Bretz
|
---|
530 |
|
---|
531 | * mraw/MRawRunHeader.cc:
|
---|
532 | - fixed the typo in the output
|
---|
533 |
|
---|
534 | * mpointing/MHPointing.cc, datacenter/macros/fillstar.C:
|
---|
535 | - fixed a typo in the name of the plot Skybrightness
|
---|
536 |
|
---|
537 |
|
---|
538 |
|
---|
539 | 2006/04/30 Thomas Bretz
|
---|
540 |
|
---|
541 | * mjtrain/MJTrainSeparation.[h,cc]:
|
---|
542 | - new option to switch between regression and classification
|
---|
543 | - fixed the auto training (still far from working well)
|
---|
544 | - improved result plots
|
---|
545 |
|
---|
546 | * mbase/MMath.cc:
|
---|
547 | - fixed SignificanceLiMa such that it allows basically zero
|
---|
548 | signal- and/or background events
|
---|
549 |
|
---|
550 |
|
---|
551 |
|
---|
552 | 2006/04/27 Thomas Bretz
|
---|
553 |
|
---|
554 | * datacenter/macros/fillstar.C:
|
---|
555 | - replaced the mean by the median
|
---|
556 |
|
---|
557 |
|
---|
558 |
|
---|
559 | 2006/04/26 Daniela Dorner
|
---|
560 |
|
---|
561 | * datacenter/macros/fillstar.C, datacenter/macros/setupdb.C:
|
---|
562 | - added four new columns to the table Star
|
---|
563 |
|
---|
564 |
|
---|
565 |
|
---|
566 | 2006/04/24 Thomas Bretz
|
---|
567 |
|
---|
568 | * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
|
---|
569 | - some fixes to the comments describing random forest
|
---|
570 |
|
---|
571 |
|
---|
572 |
|
---|
573 | 2006/04/23 Thomas Bretz
|
---|
574 |
|
---|
575 | * mhist/MHHadronness.cc:
|
---|
576 | - do not reset the two hadronness-histograms in SetupFill
|
---|
577 | otherwise MJTrainSeparation cannot work correctly
|
---|
578 |
|
---|
579 | * mjtrain/MJTrainSeparation.cc:
|
---|
580 | - added a Plot of Hadronness versus Size for MC events
|
---|
581 |
|
---|
582 |
|
---|
583 |
|
---|
584 | 2006/04/22 Thomas Bretz
|
---|
585 |
|
---|
586 | * mraw/MRawRunHeader.cc:
|
---|
587 | - some small changes, mainly output and comments
|
---|
588 |
|
---|
589 | * mhflux/MHAlpha.[h,cc]:
|
---|
590 | - show also the integrated number of excess events in the
|
---|
591 | plot versus energy/size and show the correct error.
|
---|
592 |
|
---|
593 | * mtools/MJSpectrum.cc:
|
---|
594 | - added accelerator for executing the tasklist as in MJCut
|
---|
595 |
|
---|
596 | * macros/train/trainseparation.C:
|
---|
597 | - fixed a typo
|
---|
598 |
|
---|
599 | * mjtrain/MJTrainSeparation.h:
|
---|
600 | - added missing initialization of fAutoTrain
|
---|
601 | - fixed an error in EnablAutoTrain (was always set to kTRUE)
|
---|
602 |
|
---|
603 |
|
---|
604 |
|
---|
605 | 2006/04/21 Daniel Hoehne
|
---|
606 |
|
---|
607 | * datacenter/scripts/doqualityplots, datacenter/scripts/dowebplots:
|
---|
608 | - fixed bug in usage of pstoimg
|
---|
609 |
|
---|
610 |
|
---|
611 |
|
---|
612 | 2006/04/13 Thomas Bretz
|
---|
613 |
|
---|
614 | * mraw/MRawRunHeader.[h,cc]:
|
---|
615 | - adapted to new DAQ format version 6
|
---|
616 | - increased class version number
|
---|
617 |
|
---|
618 | * mtools/MTFillMatrix.cc:
|
---|
619 | - added accelerator for executing the tasklist as in MJCut
|
---|
620 |
|
---|
621 | * mfilter/MFEnergySlope.cc:
|
---|
622 | - small update to output
|
---|
623 |
|
---|
624 | * mfbase/MFilterList.[h,cc]:
|
---|
625 | - fixed a really old problem that the contents of the list never
|
---|
626 | got ReInit. Hopefully this never had bad sideeffects.
|
---|
627 |
|
---|
628 | * macros/train/trainenergy.C:
|
---|
629 | - added another comment how to change the spectral slope of the
|
---|
630 | monte carlo spectrum
|
---|
631 |
|
---|
632 |
|
---|
633 |
|
---|
634 | 2006/04/13 Thomas Bretz
|
---|
635 |
|
---|
636 | * mreport/MReport.cc:
|
---|
637 | - added new fake arehucas versions to fix a problem with the
|
---|
638 | starguider reports
|
---|
639 |
|
---|
640 | * mreport/MReportFileRead.cc:
|
---|
641 | - increased informations in warning output
|
---|
642 |
|
---|
643 | * mreport/MReportStarguider.cc:
|
---|
644 | - fixed a problem with the starguider reports between 6.3.2006 and
|
---|
645 | 19.3.2006
|
---|
646 |
|
---|
647 |
|
---|
648 |
|
---|
649 | 2006/04/13 Daniel Hoehne
|
---|
650 |
|
---|
651 | * datacenter/db/findoffdata.php:
|
---|
652 | - implemented query for the inhomogeneity
|
---|
653 |
|
---|
654 | * datacenter/db/runinfo.php:
|
---|
655 | - added checkboxes for start time, failed time and error codes
|
---|
656 |
|
---|
657 | * datacenter/db/datacheck.php:
|
---|
658 | - fixed bug in StatusMenus for DataCheck and RawFile
|
---|
659 |
|
---|
660 |
|
---|
661 |
|
---|
662 | 2006/04/12 Daniela Dorner, Daniel Hoehne
|
---|
663 |
|
---|
664 | * datacenter/scripts/makecallistolinks:
|
---|
665 | - fixed bug
|
---|
666 |
|
---|
667 |
|
---|
668 |
|
---|
669 | 2006/04/12 Thomas Bretz
|
---|
670 |
|
---|
671 | * datacenter/macros/filldotraw.C:
|
---|
672 | - allow to access gzipped raw-files
|
---|
673 |
|
---|
674 |
|
---|
675 |
|
---|
676 | 2006/04/11 Thomas Bretz
|
---|
677 |
|
---|
678 | * mastro/MAstro.h:
|
---|
679 | - added conversion Parsec2Lighyear
|
---|
680 |
|
---|
681 | * mbase/MLogHtml.cc:
|
---|
682 | - added a fix to display < and > correctly
|
---|
683 |
|
---|
684 | * mhflux/MHCollectionArea.[h,cc]:
|
---|
685 | - commented out obsolete fEnergy parameter
|
---|
686 |
|
---|
687 | * mjobs/MJSpectrum.cc:
|
---|
688 | - fill a second collection area plot after trigger
|
---|
689 |
|
---|
690 | * mjoptim/MJOptimize.cc:
|
---|
691 | - improve speed of optimization by switching of timing and
|
---|
692 | reset in eventloop
|
---|
693 |
|
---|
694 | * mmc/MFadcHeader.h:
|
---|
695 | - changed MFADC_CHANNELS from 3500 to 3800 according to Abelardo
|
---|
696 |
|
---|
697 | * mmc/MMcFadcHeader.hxx:
|
---|
698 | - increaded version number from 7 to 8
|
---|
699 |
|
---|
700 |
|
---|
701 |
|
---|
702 | 2006/04/11 Daniel Hoehne, Daniela Dorner
|
---|
703 |
|
---|
704 | * datacenter/scripts/dodatacheck:
|
---|
705 | - fixed bug in finding raw-files
|
---|
706 |
|
---|
707 |
|
---|
708 |
|
---|
709 | 2006/04/10 Daniel Hoehne
|
---|
710 |
|
---|
711 | * datacenter/macros/filldotrun.C:
|
---|
712 | - implemented new arehucas version
|
---|
713 |
|
---|
714 |
|
---|
715 |
|
---|
716 | 2006/04/07 Daniel Hoehne, Daniela Dorner
|
---|
717 |
|
---|
718 | * datacenter/macros/filldotrun.C, buildsequenceentries.C, setupdb.C:
|
---|
719 | - implemented new arehucas version
|
---|
720 |
|
---|
721 |
|
---|
722 |
|
---|
723 | 2006/04/06 Daniela Dorner
|
---|
724 |
|
---|
725 | * datacenter/scripts/makecallistolinks:
|
---|
726 | - fixed bug in resetting
|
---|
727 |
|
---|
728 | * datacenter/db/tabs.php:
|
---|
729 | - changed tabs for wobble
|
---|
730 |
|
---|
731 |
|
---|
732 |
|
---|
733 | 2006/04/05 Thomas Bretz
|
---|
734 |
|
---|
735 | * datacenter/macros/plotdb.C:
|
---|
736 | - added new tab with the effective on-time relative to the
|
---|
737 | observation time
|
---|
738 |
|
---|
739 | * sponde_onoff.rc:
|
---|
740 | - added
|
---|
741 |
|
---|
742 |
|
---|
743 |
|
---|
744 | 2006/04/04 Thomas Bretz
|
---|
745 |
|
---|
746 | * datacenter/macros/plotdb.C:
|
---|
747 | - if no dataset and no time-interval is given only sequences with
|
---|
748 | an effective on-time above five minutes are plotted anymore
|
---|
749 |
|
---|
750 |
|
---|
751 |
|
---|
752 | 2006/03/21 Daniela Dorner
|
---|
753 |
|
---|
754 | * datacenter/db/ganymed.php, datacenter/db/tabs.php:
|
---|
755 | - included different tabs for on/off and wobble
|
---|
756 |
|
---|
757 | * datacenter/db/ganymed.php:
|
---|
758 | - added zd angle range and observation period
|
---|
759 |
|
---|
760 | * datacenter/db/sequence.php:
|
---|
761 | - added rel. ontime
|
---|
762 |
|
---|
763 |
|
---|
764 |
|
---|
765 | 2006/03/20 Thomas Bretz
|
---|
766 |
|
---|
767 | * mraw/MRawRunHeader.cc:
|
---|
768 | - if the pixels to be swaped are both not found, assume they are
|
---|
769 | intentially not mapped. Changed the Error to a Warning
|
---|
770 |
|
---|
771 | * mhflux/MHDisp.[h,cc]:
|
---|
772 | - made the scale region a parameter which can be changed from
|
---|
773 | within the display
|
---|
774 | - allow the scale parameters to be setup from the resource-file
|
---|
775 | - changed the source-region which is cut out in wobble mode from
|
---|
776 | +/-15deg to +/-25deg which better fits what we get from MHPhi
|
---|
777 |
|
---|
778 | * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
|
---|
779 | - added example how to change the new scale parameters in MHDisp
|
---|
780 |
|
---|
781 | * mhflux/MAlphaFitter.[h,cc]:
|
---|
782 | - implemented the strategy for optimization which is suggested
|
---|
783 | by the Berlin people for weak sources "weaksource"
|
---|
784 |
|
---|
785 | * mhflux/MHPhi.[h,cc]:
|
---|
786 | - moved the AppendPad for the text-paint into all sub-pads which
|
---|
787 | need it. Otherwise they are not always properly updated.
|
---|
788 |
|
---|
789 |
|
---|
790 |
|
---|
791 | 2006/03/16 Daniela Dorner
|
---|
792 |
|
---|
793 | * datacenter/scripts/sourcefile:
|
---|
794 | - small bugfix in logging
|
---|
795 |
|
---|
796 | * datacenter/db/tabs.php:
|
---|
797 | - added new tab for ganymed
|
---|
798 |
|
---|
799 |
|
---|
800 |
|
---|
801 | 2006/03/15 Stefan Ruegamer
|
---|
802 |
|
---|
803 | * manalysis/MCameraData.cc
|
---|
804 | - inserted an image cleaning based on the time information
|
---|
805 | of the shower (CalcCleaningArrivalTime)
|
---|
806 |
|
---|
807 | * manalysis/MCameraData.h
|
---|
808 | - made entry for "CalcCleaningArrivalTime"
|
---|
809 |
|
---|
810 | * mimage/MImgCleanStd.cc
|
---|
811 | - created entries for the new image cleaning named "Time"
|
---|
812 |
|
---|
813 | * mimage/MImgCleanStd.h
|
---|
814 | - inserted entry "kTime"
|
---|
815 |
|
---|
816 |
|
---|
817 |
|
---|
818 | 2006/03/14 Daniela Dorner
|
---|
819 |
|
---|
820 | * datacenter/scripts/makecallistolinks:
|
---|
821 | - fixed bug
|
---|
822 |
|
---|
823 | * steps.rc:
|
---|
824 | - added fFillGanymed to influences of fGanymed
|
---|
825 |
|
---|
826 |
|
---|
827 |
|
---|
828 | 2006/03/14 Thomas Bretz
|
---|
829 |
|
---|
830 | * mhflux/MHEffectiveOnTime.cc:
|
---|
831 | - skip the fit not only if the integral is empty but
|
---|
832 | also if the first bin is empty
|
---|
833 | - changed upper limit to 95% according to a study from
|
---|
834 | David Paneque
|
---|
835 | - replaced the fit with the exponential used in the BCN Mars
|
---|
836 | version
|
---|
837 | - use the correct number of entries
|
---|
838 | - use a likelihood fit
|
---|
839 | - calculate the fit quality from the probability
|
---|
840 | - ignore the fit quality for the theta-plot
|
---|
841 |
|
---|
842 | * mimage/MHNewImagePar.cc:
|
---|
843 | - fixed the handling of the "same" option in Draw/Paint
|
---|
844 |
|
---|
845 | * mpointing/MPointingDev.h:
|
---|
846 | - fDx and fDy initialized in the constructor
|
---|
847 |
|
---|
848 | * mbase/MTask.[h,cc]:
|
---|
849 | - removed the kDontCount option. Instead don't use the TStopwatch
|
---|
850 | counter anymore. By this the class to TStopwatch can be
|
---|
851 | suppressed completely if kDontTime is set.
|
---|
852 |
|
---|
853 | * mbase/MContinue.cc, mbase/MTaskEnv.cc, mfbase/MF.cc,
|
---|
854 | mfbase/MFilterList.[h,cc]:
|
---|
855 | - pipe the accelerator flag to the filter or task
|
---|
856 |
|
---|
857 | * mjobs/MJCut.cc:
|
---|
858 | - also accelerate the reading task
|
---|
859 |
|
---|
860 |
|
---|
861 |
|
---|
862 | 2006/03/13
|
---|
863 |
|
---|
864 | * RELEASE 0.9.5
|
---|
865 |
|
---|
866 |
|
---|
867 |
|
---|
868 | 2006/03/13 Thomas Bretz
|
---|
869 |
|
---|
870 | * ganymed.rc:
|
---|
871 | - changed smearing to half of our PSF 0.06
|
---|
872 | - added new examples for setting the starguider calibration
|
---|
873 |
|
---|
874 | * ganymed_onoff.rc
|
---|
875 | - changed smearing to half of our PSF 0.06
|
---|
876 | - switched the new feature for a random source position on
|
---|
877 | - added new examples for setting the starguider calibration
|
---|
878 |
|
---|
879 | * ganymed_wobble.rc:
|
---|
880 | - changed smearing to half of our PSF 0.06
|
---|
881 | - added new examples for setting the starguider calibration
|
---|
882 | - added example how to control the phi plot
|
---|
883 |
|
---|
884 | * mhflux/MHPhi.[h,cc]:
|
---|
885 | - many improvements to the algorithm, it now takes also
|
---|
886 | inhomgeneities into account
|
---|
887 | - restructured the display, display more histograms
|
---|
888 | - increased class version to 2
|
---|
889 |
|
---|
890 | * mjobs/MJCut.cc:
|
---|
891 | - enabled acceleration for first and second loop
|
---|
892 |
|
---|
893 | * mpointing/MPointingDevCalc.[h,cc]:
|
---|
894 | - allowed to set the starguider offset calibration from the
|
---|
895 | resource file
|
---|
896 |
|
---|
897 | * callisto_Dec04Jan05.rc:
|
---|
898 | - replaced Calibration scale factor by usage of
|
---|
899 | resources/calibration_spline.rc
|
---|
900 |
|
---|
901 |
|
---|
902 |
|
---|
903 | 2006/03/13 Markus Meyer
|
---|
904 |
|
---|
905 | * ganymed_wobble.rc,ganymed_onoff.rc,ganymed.rc:
|
---|
906 | - changed cuts:
|
---|
907 | wobble: average values from optimisation of 3 Crab
|
---|
908 | sample (01/05,10/05,12/05), done by Karsten
|
---|
909 | onoff : cuts from 1218 (01/05, highest significance)
|
---|
910 | theta is now 0.22 for both.
|
---|
911 |
|
---|
912 |
|
---|
913 |
|
---|
914 | 2006/03/13 Daniel Hoehne
|
---|
915 |
|
---|
916 | * ganymed_wobble.rc,ganymed_onoff.rc,ganymed.rc:
|
---|
917 | - implemented qualitycut in log10(conc) vs. log10(size)
|
---|
918 |
|
---|
919 |
|
---|
920 |
|
---|
921 | 2006/03/13 Markus Meyer
|
---|
922 |
|
---|
923 | * resources/calibration_spline.C:
|
---|
924 | - more comments
|
---|
925 |
|
---|
926 |
|
---|
927 |
|
---|
928 | 2006/03/10 Markus Meyer
|
---|
929 |
|
---|
930 | * resources/calibration.C:
|
---|
931 | - update from p27 to p39 (spline excluded, still p33 data missing)
|
---|
932 |
|
---|
933 |
|
---|
934 |
|
---|
935 | 2006/03/10 Markus Meyer
|
---|
936 |
|
---|
937 | * resources/calibration_spline.C:
|
---|
938 | - correction coefficients for spline data for each period
|
---|
939 |
|
---|
940 |
|
---|
941 |
|
---|
942 | 2006/03/10 Daniel Hoehne
|
---|
943 |
|
---|
944 | * datacenter/scripts/insertsequences:
|
---|
945 | - fixed bug
|
---|
946 |
|
---|
947 |
|
---|
948 |
|
---|
949 | 2006/03/09 Daniel Hoehne
|
---|
950 |
|
---|
951 | * ganymed_wobble.rc:
|
---|
952 | - changed parameters 1 to 5 in Cut1 to actual values
|
---|
953 |
|
---|
954 |
|
---|
955 |
|
---|
956 | 2006/03/08 Thomas Bretz
|
---|
957 |
|
---|
958 | * readdaq.cc, mraw/MRawFileRead.[h,cc], mraw/MRawRunHeader.cc:
|
---|
959 | - added new force-option to foirce output of run-header
|
---|
960 |
|
---|
961 |
|
---|
962 |
|
---|
963 | 2006/03/08 Daniela Dorner
|
---|
964 |
|
---|
965 | * datacenter/script/movingrawfiles:
|
---|
966 | - added moving of files, that are transferred via internet
|
---|
967 | - added removing of empty directories
|
---|
968 |
|
---|
969 | * datacenter/db/ganymed.php:
|
---|
970 | - added links to ganymedplots
|
---|
971 | - added links to sequence.php (instead of links to starfiles)
|
---|
972 | - fixed bug in query
|
---|
973 |
|
---|
974 | * datacenter/db/sequence.php:
|
---|
975 | - added links to plots from callisto and star
|
---|
976 | - fixed bug in query
|
---|
977 |
|
---|
978 | * datacenter/db/sequinfo.php:
|
---|
979 | - added links to sequence.php
|
---|
980 |
|
---|
981 | * datacenter/db/datasetinfo.php:
|
---|
982 | - added links to ganymed.php
|
---|
983 |
|
---|
984 | * datacenter/db/tabs.php:
|
---|
985 | - added (includefile for names of tabs of statusdisplays)
|
---|
986 |
|
---|
987 |
|
---|
988 |
|
---|
989 | 2006/03/07 Thomas Bretz
|
---|
990 |
|
---|
991 | * mcalib/MCalibrateData.cc:
|
---|
992 | - take the bad pixel information into account when calculating the
|
---|
993 | number of saturating pixels!
|
---|
994 |
|
---|
995 |
|
---|
996 |
|
---|
997 | 2006/03/06 Thomas Bretz
|
---|
998 |
|
---|
999 | * showplot.cc:
|
---|
1000 | - fixed the position were the first argument is converted
|
---|
1001 | to lower case. Until this fix no upper case could be used
|
---|
1002 | in file names
|
---|
1003 |
|
---|
1004 | * datacenter/macros/plotdb.C:
|
---|
1005 | - print also average and RMS of all data.
|
---|
1006 |
|
---|
1007 |
|
---|
1008 |
|
---|
1009 | 2006/03/06 Daniela Dorner
|
---|
1010 |
|
---|
1011 | * datacenter/db/ganymed.php:
|
---|
1012 | - added sequences + links to star-plots of sequences
|
---|
1013 | - improved layout
|
---|
1014 |
|
---|
1015 | * datacenter/script/makecallistolinks:
|
---|
1016 | - changed condition, when to make the link: only, if the link is
|
---|
1017 | not yet existing, it is done
|
---|
1018 | - added resetting of db: if link is done, callisto is resetted
|
---|
1019 |
|
---|
1020 | * datacenter/macros/resetcolumn.C:
|
---|
1021 | - added failure columns to the resetting
|
---|
1022 |
|
---|
1023 |
|
---|
1024 |
|
---|
1025 | 2006/03/04 Daniela Dorner
|
---|
1026 |
|
---|
1027 | * callisto.cc:
|
---|
1028 | - changed return values to improve the failure handling in the db
|
---|
1029 |
|
---|
1030 | * datacenter/script/makecallistolinks:
|
---|
1031 | - added 'Pulse is too much to the left, cannot go below 0!' as
|
---|
1032 | reason to use callisto_Dec04Jan05.rc
|
---|
1033 |
|
---|
1034 | * datacenter/script/dowebplots:
|
---|
1035 | - reduced number of files to be updated by a limitation in
|
---|
1036 | modification time
|
---|
1037 |
|
---|
1038 | * datacenter/db/ganymed.php:
|
---|
1039 | - added plots
|
---|
1040 | - effontime s->h
|
---|
1041 |
|
---|
1042 |
|
---|
1043 |
|
---|
1044 | 2006/03/03 Thomas Bretz
|
---|
1045 |
|
---|
1046 | * mjobs/MJCut.cc:
|
---|
1047 | - added RemoveFromList for srcposrndm in off-data loop
|
---|
1048 |
|
---|
1049 | * mpointing/MSrcPosRndm.[h,cc]:
|
---|
1050 | - fixed the scaling. MSrcPosCam has to be in mm
|
---|
1051 |
|
---|
1052 | * ganymed.rc:
|
---|
1053 | - added line and comments with new resource
|
---|
1054 |
|
---|
1055 |
|
---|
1056 |
|
---|
1057 | 2006/03/03 Daniel Hoehne
|
---|
1058 |
|
---|
1059 | * callisto_MarApr05.rc:
|
---|
1060 | - changed pulse position check ExtractWinLeft to 4.0 and
|
---|
1061 | ExtractWinRight to 4.5
|
---|
1062 |
|
---|
1063 |
|
---|
1064 |
|
---|
1065 | 2006/03/02 Thomas Bretz
|
---|
1066 |
|
---|
1067 | * callisto.cc:
|
---|
1068 | - get result value from pulse pos check
|
---|
1069 |
|
---|
1070 | * mjobs/MJCut.[h,cc]:
|
---|
1071 | - added the usage of the new class MSrcPosRndm
|
---|
1072 | - added new resource to switch random source position on
|
---|
1073 |
|
---|
1074 | * mjobs/MJPedestal.[h,cc]:
|
---|
1075 | - changed return code of Process to int to be able to return
|
---|
1076 | the pulse pos check result.
|
---|
1077 |
|
---|
1078 | * mpointing/PointingLinkDef.h, mpointing/Makefile:
|
---|
1079 | - added MSrcPosRndm
|
---|
1080 |
|
---|
1081 | * mpointing/MSrcPosRndm.[h,cc]:
|
---|
1082 | - added
|
---|
1083 |
|
---|
1084 | * mpointing/MHSrcPosCam.h:
|
---|
1085 | - addedn non const getter for fHist
|
---|
1086 |
|
---|
1087 |
|
---|
1088 |
|
---|
1089 | 2006/03/02 Daniela Dorner
|
---|
1090 |
|
---|
1091 | * datacenter/db/querymc.php:
|
---|
1092 | - fixed small bug
|
---|
1093 |
|
---|
1094 | * datacenter/db/dowebplots:
|
---|
1095 | - added option -p to the script, to be able to call the script
|
---|
1096 | for different programs independently
|
---|
1097 | - fixed find
|
---|
1098 |
|
---|
1099 |
|
---|
1100 |
|
---|
1101 | 2006/03/01 Daniela Dorner
|
---|
1102 |
|
---|
1103 | * datacenter/db/datacheck.php, datasetinfo.php, sequinfo.php:
|
---|
1104 | - included failure handling columns
|
---|
1105 |
|
---|
1106 |
|
---|
1107 |
|
---|
1108 | 2006/03/01 Thomas Bretz
|
---|
1109 |
|
---|
1110 | * mastro/MAstro.cc, mbase/MTime.cc:
|
---|
1111 | - added a comment in GetMagicPeriod
|
---|
1112 |
|
---|
1113 | * mpointing/MPointingPos.cc:
|
---|
1114 | - added new member function GetString
|
---|
1115 | - moved code from Print to GetString
|
---|
1116 | - added new function IsInitialized()
|
---|
1117 |
|
---|
1118 | * mjtrain/MJTrain*.[h,cc]:
|
---|
1119 | - added data members to change RF setup
|
---|
1120 |
|
---|
1121 | * mpointing/MPointingDevCalc.h, mpointing/MPointingPosCalc.h:
|
---|
1122 | - added missing AddToBranchList
|
---|
1123 |
|
---|
1124 | * mpointing/MHSrcPosCam.[h,cc]:
|
---|
1125 | - added
|
---|
1126 |
|
---|
1127 | * mpointing/Makefile, mpointing/PointingLinkDef.h:
|
---|
1128 | - added MHSrcPosCam
|
---|
1129 |
|
---|
1130 | * mbase/MTask.[h,cc]:
|
---|
1131 | - implemented a new data-meber fAccelerator which allows
|
---|
1132 | to switch off counting and timing analysis which can be very
|
---|
1133 | time-consuming in some circumstances
|
---|
1134 |
|
---|
1135 | * mbase/MTaskList.[h,cc]:
|
---|
1136 | - implemented the usabe of MTask::fAccelerator to switch off
|
---|
1137 | resetting of all parameter containers which can be very
|
---|
1138 | time-consuming
|
---|
1139 |
|
---|
1140 | * mimage/MImagePar.cc:
|
---|
1141 | - updated how the units are printed in Print()
|
---|
1142 |
|
---|
1143 | * mjobs/MJCut.cc:
|
---|
1144 | - added a new loop to fill the source position of the on-data
|
---|
1145 | - the acceleration of the two main loops are disabled because
|
---|
1146 | they are not yet tested.
|
---|
1147 |
|
---|
1148 | * datacenter/macros/plotstat.C:
|
---|
1149 | - the periods were wrong by one -- fixed.
|
---|
1150 |
|
---|
1151 |
|
---|
1152 |
|
---|
1153 | 2006/02/28 Daniela Dorner
|
---|
1154 |
|
---|
1155 | * datacenter/scripts/insertdatasets:
|
---|
1156 | - made sure, that backupfiles of the editor are not taken into
|
---|
1157 | account, when dataset files are searched
|
---|
1158 |
|
---|
1159 | * datacenter/db/*.php:
|
---|
1160 | - moved user, host and pw of database to the include file
|
---|
1161 | db.php
|
---|
1162 |
|
---|
1163 | * datacenter/db/index.html:
|
---|
1164 | - fixed links
|
---|
1165 |
|
---|
1166 | * datacenter/db/querymc.php,magicdefs.php:
|
---|
1167 | - added some variables
|
---|
1168 |
|
---|
1169 | * datacenter/db/runinfo.php,sequinfo.php:
|
---|
1170 | - bugfix (incl. TestSources)
|
---|
1171 |
|
---|
1172 | * datacenter/db/sequinfo.php:
|
---|
1173 | - changed init values
|
---|
1174 |
|
---|
1175 | * datacenter/db/sequinfo.php, findoffdata.php, magicdefs.php:
|
---|
1176 | - added value (relative ontime)
|
---|
1177 |
|
---|
1178 | * datacenter/db/dbstatus.php:
|
---|
1179 | - fixed bug
|
---|
1180 |
|
---|
1181 | * datacenter/db/queryrbk.php:
|
---|
1182 | - added query field 'Night', to query all entries of one night
|
---|
1183 | from the runbook
|
---|
1184 |
|
---|
1185 | * datacenter/db/index-header.html:
|
---|
1186 | - added links
|
---|
1187 |
|
---|
1188 |
|
---|
1189 |
|
---|
1190 | 2006/02/27 Thomas Bretz
|
---|
1191 |
|
---|
1192 | * macros/optim/optimwobble.C:
|
---|
1193 | - fixed a typo (SetThetaCut instead SetAlphaCut), and added the
|
---|
1194 | standard Disp-parametrization
|
---|
1195 |
|
---|
1196 | * mhflux/MHEffectiveOnTime.[h,cc]:
|
---|
1197 | - added showing the axis range of the time evolution histogram
|
---|
1198 |
|
---|
1199 | * showplot.cc:
|
---|
1200 | - fixed a warning in the Hash-switch.
|
---|
1201 |
|
---|
1202 | * mbase/MEnv.cc:
|
---|
1203 | - replaced casts in switch by an appended U
|
---|
1204 |
|
---|
1205 | * macros/train/trainseparation.C:
|
---|
1206 | - replaced outdated MTTrainRFSeparate by MJTrainSeparation
|
---|
1207 |
|
---|
1208 | * mastro/MAstro.h:
|
---|
1209 | - added conversion constants for pc-m and pc-ly
|
---|
1210 |
|
---|
1211 | * mhflux/MMcSpectrumWeight.cc:
|
---|
1212 | - fixed typo in comment
|
---|
1213 |
|
---|
1214 | * mimage/MImagePar.h:
|
---|
1215 | - minor changes to layout
|
---|
1216 |
|
---|
1217 | * mimage/MHNewImagePar.[h,cc], mimage/MNewImagePar.[h,cc]:
|
---|
1218 | - added new image parameters fConcCOG and fConcCore
|
---|
1219 | - increased class version of MNewImagePar
|
---|
1220 |
|
---|
1221 | * mimage/MHillasExt.cc:
|
---|
1222 | - added some comments
|
---|
1223 | - removed an obsolete TMath::Abs around "dist"
|
---|
1224 |
|
---|
1225 | * mranforest/MRanForest.[h,cc]:
|
---|
1226 | - the initialization of fTreeHad was done at the wrong moment
|
---|
1227 | - replaced a cast int(x+.5) by TMath::Nint
|
---|
1228 | - added some additional warning output
|
---|
1229 | - added "!" to fTreeHad - it is only for temporary storage used
|
---|
1230 | in the histogram classes
|
---|
1231 |
|
---|
1232 | * mranforest/MRanForestGrow.h:
|
---|
1233 | - added GetForest
|
---|
1234 |
|
---|
1235 | * mjtrain/MJTrainSeparation.[h,cc]:
|
---|
1236 | - added some code for upcomming automatic event selection
|
---|
1237 |
|
---|
1238 | * datacenter/macros/plotstat.C:
|
---|
1239 | - improved macro description
|
---|
1240 | - added arguments to main function
|
---|
1241 |
|
---|
1242 | * macros/plot/mucal.C:
|
---|
1243 | - added
|
---|
1244 |
|
---|
1245 |
|
---|
1246 |
|
---|
1247 | 2006/02/25 Daniela Dorner
|
---|
1248 |
|
---|
1249 | * datacenter/scripts/checkfilesforsequavail, checkstardone,
|
---|
1250 | writesequencefiles, buildsequenceentries, dodatacheck, doexclusions,
|
---|
1251 | fillcallisto, fillganymed, fillstar,
|
---|
1252 | datacenter/macros/writesequencefile.C, filldotraw.C, fillsinope.C
|
---|
1253 | buildsequenceentries.C, resetcolumn.C, doexclusions.C, fillcalib.C
|
---|
1254 | fillsignal.C, fillganymed.C, fillstar.C:
|
---|
1255 | - implemented, that a missing connection to the database doesn't
|
---|
1256 | cause an failure entry in the database, so that the step is
|
---|
1257 | retried in this case
|
---|
1258 | - updated documentation
|
---|
1259 |
|
---|
1260 |
|
---|
1261 |
|
---|
1262 | 2006/02/25 Thomas Bretz
|
---|
1263 |
|
---|
1264 | * datacenter/macros/plotstat.C:
|
---|
1265 | - added
|
---|
1266 |
|
---|
1267 |
|
---|
1268 |
|
---|
1269 | 2006/02/24 Markus Meyer
|
---|
1270 |
|
---|
1271 | * resources/calibration.rc:
|
---|
1272 | - update of correction values for the calibration constants
|
---|
1273 | (P31 - P39, without P36!(problems with spline))
|
---|
1274 |
|
---|
1275 |
|
---|
1276 |
|
---|
1277 | 2006/02/24 Daniela Dorner
|
---|
1278 |
|
---|
1279 | * datacenter/db/datacheck.php, datasetinfo.php, dbstatus.php,
|
---|
1280 | findoffdata.php, include.php, magicdefs.php, runinfo.php,
|
---|
1281 | sequinfo.php, statusrps.php, statussbs.php, statussps.php:
|
---|
1282 | - included failure handling columns
|
---|
1283 |
|
---|
1284 | * datacenter/db/findoffdata.php:
|
---|
1285 | - added DT
|
---|
1286 |
|
---|
1287 | * datacenter/db/statusrps.php:
|
---|
1288 | - fixed bug
|
---|
1289 |
|
---|
1290 | * datacenter/db/sequinfo.php:
|
---|
1291 | - reduced width of menu
|
---|
1292 |
|
---|
1293 | * datacenter/scripts/copyscript:
|
---|
1294 | - added makedir for oldcatalogpath
|
---|
1295 |
|
---|
1296 |
|
---|
1297 |
|
---|
1298 | 2006/02/23 Thomas Bretz
|
---|
1299 |
|
---|
1300 | * mjobs/MJSpectrum.cc:
|
---|
1301 | - fixed plot for Eý.dN/dE. The spectrum was multiplied with two
|
---|
1302 | times the bin-width instead of the absolute energy
|
---|
1303 |
|
---|
1304 |
|
---|
1305 |
|
---|
1306 | 2006/02/22 Daniela Dorner
|
---|
1307 |
|
---|
1308 | * datacenter/db/querymc.php:
|
---|
1309 | - added (website to query montecarlo database - first version)
|
---|
1310 |
|
---|
1311 | * datacenter/db/magicdefs.php:
|
---|
1312 | - added some values of montecarlo database
|
---|
1313 |
|
---|
1314 |
|
---|
1315 |
|
---|
1316 | 2006/02/17 Daniela Dorner
|
---|
1317 |
|
---|
1318 | * datacenter/scripts/copyscript:
|
---|
1319 | - fixed path length
|
---|
1320 |
|
---|
1321 | * datacenter/macros/fillsources.C:
|
---|
1322 | - added (macro to read source information from catalog files and
|
---|
1323 | insert it into the database)
|
---|
1324 |
|
---|
1325 | * datacenter/db/ganymed.php:
|
---|
1326 | - improved output
|
---|
1327 |
|
---|
1328 | * datacenter/db/index.html:
|
---|
1329 | - added ganymed.php
|
---|
1330 | - removed old link
|
---|
1331 |
|
---|
1332 |
|
---|
1333 |
|
---|
1334 | 2006/02/17 Thomas Bretz
|
---|
1335 |
|
---|
1336 | * showplot.cc:
|
---|
1337 | - fixed path inflation in case of ganymed
|
---|
1338 |
|
---|
1339 | * mjobs/MDataSet.cc:
|
---|
1340 | - return kFALSE if requested source wasn't found in catalog
|
---|
1341 |
|
---|
1342 | * mjobs/MJCut.cc:
|
---|
1343 | - reformatted output of source to fit in one line
|
---|
1344 |
|
---|
1345 | * mpointing/MPointingPos.[h,cc]:
|
---|
1346 | - output source name (title) in Print() if set
|
---|
1347 |
|
---|
1348 |
|
---|
1349 |
|
---|
1350 | 2006/02/16 Daniela Dorner
|
---|
1351 |
|
---|
1352 | * datacenter/scripts/checkstardone:
|
---|
1353 | - small improvement in sequence handling
|
---|
1354 | - improved logging
|
---|
1355 |
|
---|
1356 | * datacenter/scripts/sourcefile:
|
---|
1357 | - small bugfixes in setstatus function
|
---|
1358 |
|
---|
1359 | * datacenter/scripts/runganymed:
|
---|
1360 | - small bugfix
|
---|
1361 |
|
---|
1362 | * datacenter/scripts/copyscript:
|
---|
1363 | - fixed path length
|
---|
1364 |
|
---|
1365 | * datacenter/db/ganymed.php:
|
---|
1366 | - added (website to query results for sources/datasets)
|
---|
1367 |
|
---|
1368 |
|
---|
1369 |
|
---|
1370 | 2006/02/15 Daniela Dorner
|
---|
1371 |
|
---|
1372 | * datacenter/db/findoffdata.php:
|
---|
1373 | - implemented possibility to query range of dates for 'stardone'
|
---|
1374 |
|
---|
1375 |
|
---|
1376 |
|
---|
1377 | 2006/02/15 Daniel Hoehne
|
---|
1378 |
|
---|
1379 | * datacenter/db/magicdefs.php, querycal.php, sequinfo.php:
|
---|
1380 | - implemented query for mean signal inner/outer and mean pulsepos
|
---|
1381 | * datacenter/db/sequence.php:
|
---|
1382 | - implemented query for mean signal inner/outer, mean pulsepos
|
---|
1383 | and inhomogeneity
|
---|
1384 |
|
---|
1385 |
|
---|
1386 |
|
---|
1387 | 2006/02/15 Daniela Dorner, Daniel Hoehne
|
---|
1388 |
|
---|
1389 | * datacenter/scripts/writesequencefiles,doexclusion,correcttime:
|
---|
1390 | - fixed small bug
|
---|
1391 |
|
---|
1392 |
|
---|
1393 |
|
---|
1394 | 2006/02/14 Daniela Dorner, Daniel Hoehne
|
---|
1395 |
|
---|
1396 | * datacenter/scripts/sourcefile:
|
---|
1397 | - fixed small bugs
|
---|
1398 |
|
---|
1399 | * datacenter/scripts/movingrawfiles:
|
---|
1400 | - changed back to moving files without zipping
|
---|
1401 |
|
---|
1402 | * datacenter/scripts/doqualityplots:
|
---|
1403 | - added running of plotdb.C for each datasetfile
|
---|
1404 |
|
---|
1405 | * datacenter/macros/getdolist.C:
|
---|
1406 | - implemented limitation for number of todo files for
|
---|
1407 | SequenceProcessStatus
|
---|
1408 |
|
---|
1409 | * datacenter/macros/checkfileavail.C,checkstardone.C:
|
---|
1410 | - changed return code in case that files are not available
|
---|
1411 |
|
---|
1412 | * datacenter/scripts/checkfilesforsequavail,checkstardone,sourcefile:
|
---|
1413 | - adapted to changed return code in macros
|
---|
1414 |
|
---|
1415 | * datacenter/db/magicdefs.php, querystar.php, sequinfo.php:
|
---|
1416 | - implemented query for inhomogeneity
|
---|
1417 |
|
---|
1418 |
|
---|
1419 |
|
---|
1420 | 2006/02/13
|
---|
1421 |
|
---|
1422 | * RELEASE 0.9.4.3
|
---|
1423 |
|
---|
1424 |
|
---|
1425 |
|
---|
1426 | 2006/02/13 Thomas Bretz
|
---|
1427 |
|
---|
1428 | * callisto.rc:
|
---|
1429 | - changed pulse position check ExtractWinLeft to 4.0 and
|
---|
1430 | ExtractWinRight to 4.5
|
---|
1431 |
|
---|
1432 | * callisto_Dec04Jan05.rc:
|
---|
1433 | - changed pulse position check ExtractWinLeft to 3.0 and
|
---|
1434 | ExtractWinRight left at 2.5
|
---|
1435 |
|
---|
1436 |
|
---|
1437 |
|
---|
1438 | 2006/02/10 Thomas Bretz
|
---|
1439 |
|
---|
1440 | * mastro/MAstro.cc:
|
---|
1441 | - allow for more year in the algorithm calculating easter
|
---|
1442 |
|
---|
1443 | * mcamera/MCameraDC.h, mcamera/MCameraHV.h, mcamera/MCameraTD.h,
|
---|
1444 | mcamera/MCameraTH.h:
|
---|
1445 | - added a sanity check in GetPixelContent
|
---|
1446 |
|
---|
1447 | * mraw/MRawRunHeader.cc:
|
---|
1448 | - fixed output (correct kiB instead of kB)
|
---|
1449 |
|
---|
1450 | * Makefile, Makefile.rules:
|
---|
1451 | - implemented the possibility to spread Make through condor
|
---|
1452 |
|
---|
1453 | * mastro/MAstroCatalog.[h,cc]:
|
---|
1454 | - new draw-options to rotate the grid and the stars
|
---|
1455 |
|
---|
1456 | * mimage/MHHillas.cc:
|
---|
1457 | - set minimum of fDelte to 0 instead of fDistC
|
---|
1458 |
|
---|
1459 | * msignal/MExtractTimeAndChargeSpline.h:
|
---|
1460 | - replaced the casts in SetRiseTimeHiGain and StFallTimeHiGain by
|
---|
1461 | TMath::NInt
|
---|
1462 |
|
---|
1463 | * mjobs/MDataSet.h:
|
---|
1464 | - implemented new functions to check whether the dataset contains
|
---|
1465 | a dedicated sequence
|
---|
1466 |
|
---|
1467 | * datacenter/macros/plotdb.C:
|
---|
1468 | - implemented the possibility to draw sequences of a dataset in
|
---|
1469 | several colors
|
---|
1470 |
|
---|
1471 |
|
---|
1472 |
|
---|
1473 | 2006/02/09 Thomas Bretz
|
---|
1474 |
|
---|
1475 | * mreport/MReport.cc:
|
---|
1476 | - invented new fake CC report file version 200509300 for a change
|
---|
1477 | in the starguider format (the already implemented last values
|
---|
1478 | dissapeared again!) which is not noticed in the format version.
|
---|
1479 |
|
---|
1480 | * mreport/MReportCC.cc, mreport/MReportStarguider.cc:
|
---|
1481 | - fixed support for ver 200510250
|
---|
1482 |
|
---|
1483 | * mjobs/MJSpectrum.cc:
|
---|
1484 | - added fit of un-unfolded spectrum
|
---|
1485 |
|
---|
1486 |
|
---|
1487 |
|
---|
1488 | 2006/02/08 Daniela Dorner
|
---|
1489 |
|
---|
1490 | * datacenter/scripts/sourcefile:
|
---|
1491 | - implemented function checklock
|
---|
1492 | - bugfix for failure code
|
---|
1493 |
|
---|
1494 | * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
|
---|
1495 | checkstardone, doexclusions, fillcallisto, fillganymed, fillstar,
|
---|
1496 | makecallistolinks, runcallisto, runganymed, runstar,
|
---|
1497 | writesequencefiles:
|
---|
1498 | - implemented usage of function checklock
|
---|
1499 |
|
---|
1500 | * datacenter/scripts/copyscript, doqualityplots, dowebplots,
|
---|
1501 | insertsequences, linkmc:
|
---|
1502 | - implemented usage of function checklock
|
---|
1503 | - implemented variable $program
|
---|
1504 |
|
---|
1505 | * datacenter/scripts/dodatacheck:
|
---|
1506 | - implemented usage of function checklock
|
---|
1507 | - implemented variable $lockfile
|
---|
1508 |
|
---|
1509 | * datacenter/scripts/insertdatasets, mcsequences, processmcsequences:
|
---|
1510 | - implemented usage of function checklock
|
---|
1511 | - implemented variables $lockfile and $program
|
---|
1512 |
|
---|
1513 | * datacenter/macros/doexclusions.C, fillganymed.C:
|
---|
1514 | - fixed bug
|
---|
1515 |
|
---|
1516 | * datacenter/macros/fillsinope.C, setstatus.C:
|
---|
1517 | - improved documentation
|
---|
1518 |
|
---|
1519 | * datacenter/scripts/filesondisk:
|
---|
1520 | - implemented finding of zipped files
|
---|
1521 |
|
---|
1522 |
|
---|
1523 |
|
---|
1524 | 2006/02/08 Thomas Bretz
|
---|
1525 |
|
---|
1526 | * datacenter/macros/plotdb.C:
|
---|
1527 | - some minor changes to the layout
|
---|
1528 |
|
---|
1529 |
|
---|
1530 |
|
---|
1531 | 2006/02/07 Daniela Dorner
|
---|
1532 |
|
---|
1533 | * datacenter/scripts/makecallistolinks:
|
---|
1534 | - fixed bug
|
---|
1535 |
|
---|
1536 | * datacenter/db:
|
---|
1537 | - added (directory with db-websites)
|
---|
1538 |
|
---|
1539 |
|
---|
1540 |
|
---|
1541 | 2006/02/07 Daniela Dorner, Daniel Hoehne
|
---|
1542 |
|
---|
1543 | * datacenter/scripts/sourcefile:
|
---|
1544 | - added failure code variables
|
---|
1545 | - changed calling of setstatus.C accordingly
|
---|
1546 |
|
---|
1547 | * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
|
---|
1548 | checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
|
---|
1549 | fillganymed, fillstar, runcallisto, runganymed, runstar,
|
---|
1550 | writesequencefiles:
|
---|
1551 | - implemented failure variable
|
---|
1552 |
|
---|
1553 | * datacenter/macros/getdolist.C, setstatus.C, setupdb.C:
|
---|
1554 | - added new/changed columns (fReturnCode, fFailedCode,
|
---|
1555 | fFailedCodeAdd)
|
---|
1556 |
|
---|
1557 |
|
---|
1558 |
|
---|
1559 | 2006/02/06 Daniela Dorner
|
---|
1560 |
|
---|
1561 | * datacenter/scripts/fillstar, macros/setstatus.C, getdolist.C:
|
---|
1562 | - fixed bugs
|
---|
1563 |
|
---|
1564 |
|
---|
1565 |
|
---|
1566 | 2006/02/03 Daniela Dorner
|
---|
1567 |
|
---|
1568 | * datacenter/scripts/sourcefile:
|
---|
1569 | - implemented two new functions: getdolist, finish
|
---|
1570 | - implemented usage of function finish in other functions
|
---|
1571 |
|
---|
1572 | * datacenter/scripts/movingrawfiles:
|
---|
1573 | - implemented zipping of rawfiles
|
---|
1574 |
|
---|
1575 | * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
|
---|
1576 | checkstardone, copyscript, correcttime, dodatacheck, doexclusions,
|
---|
1577 | fillcallisto, fillganymed, fillstar, insertdatasets,
|
---|
1578 | makecallistolinks, processmcsequences, runcallisto, runganymed,
|
---|
1579 | runstar, writesequencefiles:
|
---|
1580 | - replaced corresponding pieces of code by the functions getdolist
|
---|
1581 | and finish
|
---|
1582 | - moved variable $date to function getdolist
|
---|
1583 | - improved logging
|
---|
1584 | - generalized variables $lockfile and $todofile
|
---|
1585 |
|
---|
1586 |
|
---|
1587 | 2006/02/03 Daniela Dorner, Daniel Hoehne
|
---|
1588 |
|
---|
1589 | * datacenter/scripts/sourcefile:
|
---|
1590 | - fixed small bugs
|
---|
1591 |
|
---|
1592 | * datacenter/scripts/runcallisto:
|
---|
1593 | - small bugfix
|
---|
1594 | - improved logging
|
---|
1595 |
|
---|
1596 | * datacenter/scripts/insertdatasets:
|
---|
1597 | - removed not needed variable
|
---|
1598 |
|
---|
1599 | * datacenter/macros/getdolist.C:
|
---|
1600 | - small bugfix
|
---|
1601 |
|
---|
1602 |
|
---|
1603 |
|
---|
1604 | 2006/02/02 Daniela Dorner
|
---|
1605 |
|
---|
1606 | * datacenter/scripts/linkmc:
|
---|
1607 | - changed numbering of P and C run in linking
|
---|
1608 |
|
---|
1609 | * datacenter/scripts/sourcefile:
|
---|
1610 | - moved to root-version root_v4.04.02g
|
---|
1611 |
|
---|
1612 |
|
---|
1613 |
|
---|
1614 | 2006/02/01 Daniel Hoehne
|
---|
1615 |
|
---|
1616 | * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
|
---|
1617 | checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
|
---|
1618 | fillganymed, fillstar, writesequencefiles:
|
---|
1619 | - adapted usage of function setstatus
|
---|
1620 |
|
---|
1621 |
|
---|
1622 |
|
---|
1623 | 2006/01/31 Daniela Dorner
|
---|
1624 |
|
---|
1625 | * datacenter/macros/setstatus.C, getdolist.C:
|
---|
1626 | - adapted macros to changes in new columns (fFailedCode,
|
---|
1627 | fFailedComment)
|
---|
1628 |
|
---|
1629 | * datacenter/macros/setstatus.C:
|
---|
1630 | - added "noreset" for column fStartTime (is needed so that runtime
|
---|
1631 | is available in case of failure)
|
---|
1632 |
|
---|
1633 | * datacenter/macros/setupdb.C:
|
---|
1634 | - added new columns
|
---|
1635 |
|
---|
1636 | * datacenter/scripts/runcallisto, runganymed, runstar:
|
---|
1637 | - implemented failure handling
|
---|
1638 |
|
---|
1639 | * datacenter/scripts/sourcefile:
|
---|
1640 | - implemented new functions to set status values
|
---|
1641 |
|
---|
1642 |
|
---|
1643 |
|
---|
1644 | 2006/01/30 Daniel Hoehne
|
---|
1645 |
|
---|
1646 | * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
|
---|
1647 | checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
|
---|
1648 | fillganymed, fillstar, runcallisto, runganymed, runstar, sourcefile,
|
---|
1649 | writesequencefiles:
|
---|
1650 | - added function setstatus in sourcefile
|
---|
1651 | - changed calling of setstatus.C in setstatus
|
---|
1652 | - implemented variable $program to generalize usage of setstatus
|
---|
1653 | - replaced corresponding piece of code by function setstatus
|
---|
1654 | - fixed some typos
|
---|
1655 |
|
---|
1656 |
|
---|
1657 |
|
---|
1658 | 2006/01/30 Daniela Dorner
|
---|
1659 |
|
---|
1660 | * datacenter/macros/setstatus.C, getdolist.C:
|
---|
1661 | - adapted macros to the improvement of failure handling in the
|
---|
1662 | automatic analysis (added columns fFailed, fStartTime,
|
---|
1663 | fFailedTime)
|
---|
1664 |
|
---|
1665 |
|
---|
1666 |
|
---|
1667 | 2006/01/27 Thomas Bretz
|
---|
1668 |
|
---|
1669 | * mjobs/MDataSet.cc:
|
---|
1670 | - improved a warning output
|
---|
1671 |
|
---|
1672 |
|
---|
1673 |
|
---|
1674 | 2006/01/23 Thomas Bretz
|
---|
1675 |
|
---|
1676 | * mbase/MTime.cc:
|
---|
1677 | - removed a sanity check in GetStringFmt. It work's quite nice
|
---|
1678 | in the DC but crashes on my Laptop (which is not so important)
|
---|
1679 |
|
---|
1680 |
|
---|
1681 |
|
---|
1682 | 2006/01/10 Daniela Dorner
|
---|
1683 |
|
---|
1684 | * datacenter/macros/*.C, datacenter/script:
|
---|
1685 | - updated and added documentation
|
---|
1686 | - improved logging
|
---|
1687 | - fixed small bugs
|
---|