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