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/08/17 Thomas Bretz
|
---|
21 |
|
---|
22 | * mcalib/MCalibrationChargeCalc.cc:
|
---|
23 | - added a missing flush
|
---|
24 |
|
---|
25 |
|
---|
26 |
|
---|
27 | 2006/08/16 Thomas Bretz
|
---|
28 |
|
---|
29 | * Makefile.conf.general:
|
---|
30 | - fixed usage of substitutions
|
---|
31 |
|
---|
32 | * MMcConfigRunHeader.[h,cc]:
|
---|
33 | - added fParaboloidFocal
|
---|
34 | - increased class version by 1
|
---|
35 | - updated comments
|
---|
36 |
|
---|
37 | * MMcEvt.[hxx,cxx]:
|
---|
38 | - added fEventReuse
|
---|
39 | - increased class version by 1
|
---|
40 | - updates to comments
|
---|
41 |
|
---|
42 | * MMcEvtBasic.h:
|
---|
43 | - replaced private by protected
|
---|
44 |
|
---|
45 | * MMcFadcHeader.hxx:
|
---|
46 | - updates to comments
|
---|
47 | - update to global ifdef
|
---|
48 |
|
---|
49 | * MMcRunHeader.[hxx,cxx]:
|
---|
50 | - added fRandomPointingConeSemiAngle
|
---|
51 | - increased class version by 1
|
---|
52 | - upadted comments
|
---|
53 | - removed empty destructor
|
---|
54 |
|
---|
55 | * MMcTrig.hxx:
|
---|
56 | - updated preprocessor directives
|
---|
57 |
|
---|
58 | * MMcTrigHeader.[hxx,cxx]:
|
---|
59 | - updated comments
|
---|
60 | - removed empty destructor
|
---|
61 | - updated preprocessor directives
|
---|
62 |
|
---|
63 | * MTriggerDefine.h, Mdefine.h:
|
---|
64 | - updated preprocessor directives
|
---|
65 |
|
---|
66 | * manalysis/MMcCalibrationUpdate.cc,
|
---|
67 | mhcalib/MHCalibrationRelTimeCam.cc:
|
---|
68 | - replaced IsLoGainUsed by IsHiGainSaturated
|
---|
69 |
|
---|
70 | * mcalib/MCalibrateData.cc:
|
---|
71 | - changed the algorithm which takes either the hi- or the lo-gain
|
---|
72 | such that it gives more reliable results in case of saturation
|
---|
73 | and/or problems with the extraction and if no reliable
|
---|
74 | result is possible the pixel is set unsuitable
|
---|
75 |
|
---|
76 | * mcalib/MCalibrateRelTimes.cc:
|
---|
77 | - removed the usage of MSignalPix::SetLoGainUsed
|
---|
78 | - set the pixel to unsuitable if the arrival time could not
|
---|
79 | be extracted
|
---|
80 |
|
---|
81 | * mfilter/MFCosmics.cc, mhcalib/MHCalibrationChargeCam.cc:
|
---|
82 | - replaced GetNumHiGainSaturated()>0 by IsHiGainSaturated()
|
---|
83 |
|
---|
84 | * mhist/MHCamera.cc:
|
---|
85 | - removed obsolete MMath::GaussProb from GetMedianDev
|
---|
86 |
|
---|
87 | * msignal/MArrivalTimeCam.cc:
|
---|
88 | - replaced IsValid by IsArrivalTimeValid
|
---|
89 | - replaces Is[Hi,Lo]GainValid by
|
---|
90 | Is[Hi,Lo]GainValid && !Is[Hi,Lo]GainSaturated in
|
---|
91 | GetPixelContent
|
---|
92 | - added a check for saturation in case of getting the delay
|
---|
93 | - do not restrict the range of the returned delays anymore
|
---|
94 |
|
---|
95 | * msignal/MArrivalTimePix.[h,cc]:
|
---|
96 | - improved GetArrivalTime to take the hi-gain saturation
|
---|
97 | better into account
|
---|
98 | - added a new function IsArrivalTimeValid
|
---|
99 | - removed obsolete function IsValid and IsLoGainUsed
|
---|
100 |
|
---|
101 | * msignal/MExtractTimeAndChargeSpline.cc:
|
---|
102 | - added a check to not set fMaxBinContent in case the extraction
|
---|
103 | would happen in the first or last slice similar to the
|
---|
104 | digital filter. This became necessary because otherwise the
|
---|
105 | spline extractor sometimes extracts nonsens values
|
---|
106 |
|
---|
107 | * msignal/MExtractedSignalCam.cc:
|
---|
108 | - replaced IsValid by more accurate functions
|
---|
109 | - take saturation in GetPixelContent into account
|
---|
110 |
|
---|
111 | * msignal/MExtractedSignalPix.[h,cc]:
|
---|
112 | - removed obsolete function IsValid and IsLoGainUsed
|
---|
113 | - added functions Is[Hi,Lo]GainSaturated
|
---|
114 |
|
---|
115 | * msignal/MSignalCam.cc:
|
---|
116 | - removed cases 10 and 11 in GetPixelContent
|
---|
117 |
|
---|
118 | * msignal/MSignalPix.[h,cc]:
|
---|
119 | - removed obsolete LoGainUsed references
|
---|
120 |
|
---|
121 |
|
---|
122 |
|
---|
123 | 2006/08/15 Daniela Dorner
|
---|
124 |
|
---|
125 | * datacenter/macros/filldotrun.C:
|
---|
126 | - implemented new arehucas version
|
---|
127 |
|
---|
128 | * datacenter/db/culminating.php, datacenter/db/datacheck.php,
|
---|
129 | datacenter/db/datasetinfo.php, datacenter/db/dbstatus.php,
|
---|
130 | datacenter/db/index.php, datacenter/db/printtable.php,
|
---|
131 | datacenter/db/querycal.php, datacenter/db/queryrbk.php,
|
---|
132 | datacenter/db/queryseq.php, datacenter/db/querystar.php,
|
---|
133 | datacenter/db/runinfo.php, datacenter/db/sequence.php,
|
---|
134 | datacenter/db/sequinfo.php, datacenter/db/statusrps.php,
|
---|
135 | datacenter/db/statussbs.php, datacenter/db/statussps.php:
|
---|
136 | - moved some code to functions (mainly menu)
|
---|
137 |
|
---|
138 | * datacenter/db/findoffdata.php:
|
---|
139 | - moved some code to functions (mainly menu)
|
---|
140 | - implemented zd-range fields
|
---|
141 | - improved limits functionality
|
---|
142 | - added some limit fields
|
---|
143 | - added new field for limits
|
---|
144 |
|
---|
145 | * datacenter/db/include.php:
|
---|
146 | - implemented function to print or not print submitted query
|
---|
147 | (PrintSubmittedQuery(..))
|
---|
148 | - removed not needed argument of function RemoveSortBy()
|
---|
149 | - implemented new algorithms for enhanced colour coding for limits
|
---|
150 | in PrintMagicTable()
|
---|
151 | - sort by first desc
|
---|
152 |
|
---|
153 | * datacenter/db/index-header.html:
|
---|
154 | - shortened menu (removed old websites)
|
---|
155 | - fixed link
|
---|
156 |
|
---|
157 | * datacenter/db/index.html:
|
---|
158 | - added new websites
|
---|
159 | - added link to error coding
|
---|
160 | - fixed link
|
---|
161 |
|
---|
162 | * datacenter/db/magicdefs.php:
|
---|
163 | - changed limits arrays for enhanced algorithms
|
---|
164 | - added variables for starguider, new limit fields, zd range
|
---|
165 |
|
---|
166 | * datacenter/db/sources.php:
|
---|
167 | - fixed bug (display of test sources)
|
---|
168 | - moved some code to functions (mainly menu)
|
---|
169 |
|
---|
170 | * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php,
|
---|
171 | datacenter/db/datasetinfo-aio.php:
|
---|
172 | - added (website unifying other websites, so that only one website
|
---|
173 | for runs, one for sequences and one for datasets is needed)
|
---|
174 |
|
---|
175 | * datacenter/db/menu.php:
|
---|
176 | - added (containing functions for parts of the menu)
|
---|
177 |
|
---|
178 | * datacenter/db/menu.js:
|
---|
179 | - added (script for diplaying/hiding parts of the menu)
|
---|
180 |
|
---|
181 |
|
---|
182 |
|
---|
183 | 2006/08/09 Thomas Bretz
|
---|
184 |
|
---|
185 | * mbase/MMath.cc:
|
---|
186 | - changed MedianDev to support 68% division instead of 0.5%
|
---|
187 |
|
---|
188 | * datacenter/macros/fillsignal.C:
|
---|
189 | - adapted to use Median for Pulse Offset and Gain
|
---|
190 |
|
---|
191 |
|
---|
192 |
|
---|
193 | 2006/08/08 Thomas Bretz
|
---|
194 |
|
---|
195 | * mbadpixels/MBadPixelsCam.cc:
|
---|
196 | - added some comments
|
---|
197 |
|
---|
198 | * mhist/MHEvent.cc:
|
---|
199 | - replaced GetTheta() by GetTelescopeTheta()
|
---|
200 |
|
---|
201 | * msignal/MExtractedSignalCam.cc:
|
---|
202 | - some update to returning the hi-/lo-gain ratio
|
---|
203 |
|
---|
204 | * mbase/MMath.[h,cc]:
|
---|
205 | - new functions MedianDev
|
---|
206 |
|
---|
207 | * mhist/MHCamera.[h,cc]:
|
---|
208 | - new function GetMedian
|
---|
209 | - new function GetMedianDev
|
---|
210 |
|
---|
211 |
|
---|
212 |
|
---|
213 | 2006/08/08 Daniela Dorner
|
---|
214 |
|
---|
215 | * datacenter/scripts/copyscript:
|
---|
216 | - updated address list of people who are informed about changes in
|
---|
217 | the catalog file
|
---|
218 | - improved output to mail
|
---|
219 | - updated search of newer catalogfiles
|
---|
220 | - addapted to change in md5sum
|
---|
221 | - fixed typo
|
---|
222 |
|
---|
223 | * steps.rc:
|
---|
224 | - made interpretable for shell
|
---|
225 | - set Default to check, so that manually inserted sequences can't
|
---|
226 | be resettet
|
---|
227 |
|
---|
228 | * datacenter/scripts/makecallistolinks:
|
---|
229 | - removed reason2
|
---|
230 |
|
---|
231 |
|
---|
232 |
|
---|
233 | 2006/08/06 Thomas Bretz
|
---|
234 |
|
---|
235 | * datacenter/macros/checkstardone.C,
|
---|
236 | datacenter/macros/checkfileavail.C,
|
---|
237 | datacenter/macros/filldotraw.C:
|
---|
238 | - fixed. res was still not correctly deleted
|
---|
239 |
|
---|
240 |
|
---|
241 |
|
---|
242 | 2006/08/05 Thomas Bretz
|
---|
243 |
|
---|
244 | * datacente/macros/fillsignal.C:
|
---|
245 | - still searched for tabs DiffHi and DiffLo... fixed.
|
---|
246 | - added a missing comma in the sql query
|
---|
247 |
|
---|
248 | * mbase/MLog.cc, mbase/MLogHtml.cc:
|
---|
249 | - switched off buffering for ofstreams
|
---|
250 | - fixed length argument for the case </> are replaced by html-code
|
---|
251 |
|
---|
252 | * datacenter/macros/checkstardone.C:
|
---|
253 | - fixed. was completely broken, didn't even compile.
|
---|
254 |
|
---|
255 |
|
---|
256 |
|
---|
257 | 2006/08/04 Thomas Bretz
|
---|
258 |
|
---|
259 | * mhvstime/MHVsTime.cc:
|
---|
260 | - fixed a bug which made the argument of SetMinimum be ignored
|
---|
261 |
|
---|
262 | * mpointing/MHPointing.cc:
|
---|
263 | - changed position of SetMinimum and SetMaximum
|
---|
264 |
|
---|
265 | * msignal/MArrivalTimeCam.[h,cc]:
|
---|
266 | - added new options in GetPixelContent
|
---|
267 | - added some new member functions
|
---|
268 |
|
---|
269 | * msignal/MExtractedSignalCam.[h,cc]:
|
---|
270 | - added new options in GetPixelContent
|
---|
271 | - added some new member functions
|
---|
272 |
|
---|
273 | * msignal/MExtractedSignalPix.h:
|
---|
274 | - added some new member function
|
---|
275 | - added some comments
|
---|
276 |
|
---|
277 | * msql/MSQLServer.cc:
|
---|
278 | - allow to setup different password for differend users and different
|
---|
279 | users for different databases in sql.rc
|
---|
280 |
|
---|
281 | * mcalib/MCalibrateRelTimes.cc:
|
---|
282 | - implemented a workaround to mark pixels bad for extraction of
|
---|
283 | hi- and lo-gain failed. (Before MCalibrateData just assigned
|
---|
284 | a weird value)
|
---|
285 |
|
---|
286 | * msignal/MArrivalTimePix.h:
|
---|
287 | - added some member functions
|
---|
288 |
|
---|
289 | * msignal/MExtractTimeAndCharge.cc:
|
---|
290 | - added some comments which contain future code
|
---|
291 | - invalidate hi- and lo-gain if both could not be extracted properly
|
---|
292 | (FIXME: We need a cut on the number of unsuitable pixels per event)
|
---|
293 | - changed handling of sathi to make the detection of hi-gain
|
---|
294 | saturation work properly
|
---|
295 |
|
---|
296 | * msignal/MExtractTimeAndChargeDigitalFilter.cc:
|
---|
297 | - changed fgLoGainOffset from 1.05 to 0.95 (comming out of the
|
---|
298 | latest plots)
|
---|
299 | - fixed assignment of sat in hi-gain extraction to make sure
|
---|
300 | the the satuartion information can be returned properly
|
---|
301 |
|
---|
302 | * msignal/MExtractTimeAndChargeSpline.cc:
|
---|
303 | - changed fgLoGainStartShift according to BCN cvs to -2.4 (FIXME
|
---|
304 | this should be checked!)
|
---|
305 | - adapted handling of sat in hi-gain extraction to changes
|
---|
306 | above
|
---|
307 |
|
---|
308 | * mjobs/MJCalibrateSignal.cc:
|
---|
309 | - replaced the hi-/lo-gain pulse plots by plots showing the
|
---|
310 | hi-/lo-gain intercalibration and the hi-/lo-gain offset
|
---|
311 |
|
---|
312 | * datacenter/macros/fillsignal.C:
|
---|
313 | - changed according to the changes
|
---|
314 |
|
---|
315 | * mraw/MRawFileRead.cc:
|
---|
316 | - rais an error if a requested file could not be opened
|
---|
317 |
|
---|
318 | * mbase/MParContainer.cc:
|
---|
319 | - added some comments
|
---|
320 |
|
---|
321 |
|
---|
322 |
|
---|
323 | 2006/08/03 Thomas Bretz
|
---|
324 |
|
---|
325 | * mbase/MTask.cc:
|
---|
326 | - do not print number of executions if it is (UInt_t)-1
|
---|
327 |
|
---|
328 | * mfileio/MReadReports.cc:
|
---|
329 | - do not allocate a MTime container anymore. This can be done
|
---|
330 | by root automatically which has the advantage that we don't
|
---|
331 | have to care about its deletion
|
---|
332 | - added some more debug output, just in case...
|
---|
333 |
|
---|
334 | * mfileio/MReadTree.cc:
|
---|
335 | - fixed a typo in a comment
|
---|
336 |
|
---|
337 | * mhist/MHRate.cc, mhist/MHWeather.cc, mhvstime/MHSectorVsTime.cc,
|
---|
338 | mhvstime/MHVsTime.cc:
|
---|
339 | - changed position of SetMinimum and SetMaximum
|
---|
340 |
|
---|
341 | * mimage/MHHillas.[h,cc]
|
---|
342 | - made the Center-Histogram in the case only one is displayed
|
---|
343 | one with palette
|
---|
344 |
|
---|
345 |
|
---|
346 |
|
---|
347 | 2006/08/03 Markus Meyer
|
---|
348 |
|
---|
349 | * resources/calibration.rc, calibration_spline.rc
|
---|
350 | - update of correction factors
|
---|
351 |
|
---|
352 | * datacenter/macros/fillstar.C
|
---|
353 | - update of reference values for muon analysis
|
---|
354 |
|
---|
355 |
|
---|
356 |
|
---|
357 | 2006/08/02 Daniela Dorner
|
---|
358 |
|
---|
359 | * datacenter/scripts/buildsequenceentries,
|
---|
360 | datacenter/scripts/checkfilesforsequenceavail,
|
---|
361 | datacenter/scripts/checkstardone, datacenter/scripts/copyscript,
|
---|
362 | datacenter/scripts/correcttime, datacenter/scripts/dodatacheck,
|
---|
363 | datacenter/scripts/doexclusions, datacenter/scripts/doqualityplots,
|
---|
364 | datacenter/scripts/dowebplots, datacenter/scripts/filesondisk,
|
---|
365 | datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
|
---|
366 | datacenter/scripts/fillstar, datacenter/scripts/insertdatasets,
|
---|
367 | datacenter/scripts/insertsequences, datacenter/scripts/linkmc,
|
---|
368 | datacenter/scripts/makecallistolinks,
|
---|
369 | datacenter/scripts/mcsequences, datacenter/scripts/movingrawfiles,
|
---|
370 | datacenter/scripts/processmcsequences, datacenter/scripts/rmlocks,
|
---|
371 | datacenter/scripts/runcallisto, datacenter/scripts/runganymed,
|
---|
372 | datacenter/scripts/runstar, datacenter/scripts/sourcefile,
|
---|
373 | datacenter/scripts/writesequencefiles:
|
---|
374 | - replaced $USER by `whoami`
|
---|
375 |
|
---|
376 | * datacenter/scripts/dowebplots:
|
---|
377 | - write output (ps, png files) to $datapath and not $webdir to
|
---|
378 | speed up the webupdate
|
---|
379 |
|
---|
380 |
|
---|
381 |
|
---|
382 | 2006/08/02 Thomas Bretz
|
---|
383 |
|
---|
384 | * mhist/MHCamEvent.cc:
|
---|
385 | - removed some obsolete includes
|
---|
386 |
|
---|
387 | * msignal/MExtractTimeAndCharge.cc:
|
---|
388 | - reformatted position of a parenthesis
|
---|
389 |
|
---|
390 | * msignal/MExtractTimeAndChargeDigitalFilter.cc:
|
---|
391 | - changed default lo-gain offset to new value 1.05 which was
|
---|
392 | determined plotting arrival time vs. signal height.
|
---|
393 | - added fHiGainFirst to time (as it is in the spline extractor)
|
---|
394 |
|
---|
395 | * msignal/MSignalCam.cc:
|
---|
396 | - after extesive tests using the arrival time vs signal height
|
---|
397 | histograms, new threshold levels (independent of the pixel size)
|
---|
398 | have been determined for the pulse positions
|
---|
399 | (50phe for pulse, hi-gain and 320phe for lo-gain)
|
---|
400 |
|
---|
401 | * datacenter/macros/fillsignal.C:
|
---|
402 | - changed to support new information about pulse positions
|
---|
403 |
|
---|
404 |
|
---|
405 |
|
---|
406 | 2006/08/01 Thomas Bretz
|
---|
407 |
|
---|
408 | * mcalib/MCalibCalcFromPast.cc:
|
---|
409 | - hand over the hi-lo-gain conversion factors to the new
|
---|
410 | MCalibrationChargeCam if reinitialized
|
---|
411 |
|
---|
412 | * mcalib/MCalibrateData.cc:
|
---|
413 | - removed obsolete use of zenith angle (which actually was never used)
|
---|
414 | - fixed a bug which caused the renorm factor being initialized from
|
---|
415 | default instead of the QECam always (which didn't make any difference
|
---|
416 | because also the QECam contains the default value)
|
---|
417 |
|
---|
418 | * mcalib/MCalibrateRelTimes.[h,cc]:
|
---|
419 | - store also the information whether lo-gain was used or not in
|
---|
420 | MSignalCam
|
---|
421 | - removed some comments from header
|
---|
422 |
|
---|
423 | * mcalib/MCalibrationQEPix.[h,cc]:
|
---|
424 | - removed obsolete use of zenith angle (which actually was never used)
|
---|
425 |
|
---|
426 | * mhist/MHCamera.cc:
|
---|
427 | - fixed wrong cast (from this to TProfile instead of TH1D)
|
---|
428 |
|
---|
429 | * mjobs/MJCalibrateSignal.cc:
|
---|
430 | - added tabs for hi-/lo-gain pulse position
|
---|
431 |
|
---|
432 | * mjobs/MJCalibration.cc:
|
---|
433 | - removed obsolete use of zenith angle (which actually was never used)
|
---|
434 | for MCalibrationQEPix
|
---|
435 |
|
---|
436 | * msignal/MArrivalTimePix.h:
|
---|
437 | - added Copy member function
|
---|
438 |
|
---|
439 | * msignal/MExtractedSignalPix.cc:
|
---|
440 | - small code layout
|
---|
441 |
|
---|
442 | * msignal/MSignalPix.[h,cc]:
|
---|
443 | - added new (non I/O) member fLoGainUsed
|
---|
444 |
|
---|
445 | * msignal/MSignalCam.cc:
|
---|
446 | - added cases 10 and 11 to GetPixelContent
|
---|
447 | - added some more comments
|
---|
448 |
|
---|
449 |
|
---|
450 |
|
---|
451 | 2006/07/31 Thomas Bretz
|
---|
452 |
|
---|
453 | * showplot.cc:
|
---|
454 | - added new options to write bmp and xml files
|
---|
455 | - added new options for the display size
|
---|
456 |
|
---|
457 | * mbase/MStatusDisplay.[h,cc]:
|
---|
458 | - changed the constructor to allow starting with a different size
|
---|
459 | - added new member functions to change the display or canvas size
|
---|
460 | - fixed setting of sizes
|
---|
461 |
|
---|
462 |
|
---|
463 |
|
---|
464 | 2006/07/30 Thomas Bretz
|
---|
465 |
|
---|
466 | * macros/starfield.C:
|
---|
467 | - updated to use resources/mirrors.def by default
|
---|
468 |
|
---|
469 | * mhist/MHCamera.[h,cc]:
|
---|
470 | - replaced SavePrimitive(ofstream&) by SavePrimitive(ostream&)
|
---|
471 | - if necessary let SavePrimitive(ofstream&) call
|
---|
472 | SavePrimitive(ostream&)
|
---|
473 |
|
---|
474 | * mgui/MHexagon.[h,cc]:
|
---|
475 | - special solution for SavePrimitive because it calls a function
|
---|
476 | from the base class which also needs ofstream or ostream
|
---|
477 |
|
---|
478 | * mbase/MStatusDisplay.[h,cc]:
|
---|
479 | - switched on writing bmp and xml (I still found no program able
|
---|
480 | to read this bmp, but they are written)
|
---|
481 | - removed check for writing images in batch mode for root
|
---|
482 | >= 5.12/00. It is working now.
|
---|
483 | - calculate kB and MB correctly by dividing by 1000 instead of
|
---|
484 | 1024 (would be kiB and MiB)
|
---|
485 | - removed some unused parameters from function declaration
|
---|
486 | - fixed some warnings about local overwrites of variable names
|
---|
487 | - fixed a deprecated conversion from string constant to `char*
|
---|
488 |
|
---|
489 |
|
---|
490 |
|
---|
491 | 2006/07/29 Thomas Bretz
|
---|
492 |
|
---|
493 | * mhflux/MHEffectiveOnTime.cc:
|
---|
494 | - changed the fit such that initial values are calculated
|
---|
495 | automatically now instead of using build in values. This
|
---|
496 | makes the fit more indepedant of the underlaying rates.
|
---|
497 | With a test of ~350 sequences in the test database it could
|
---|
498 | be shown that the new fit gives the same result +/-1sek.
|
---|
499 | The highest deviation was +5s the lowest -10s.
|
---|
500 | - the number of the first bin used in the fit became a variable
|
---|
501 | - A limit of 15kHz was set for the rate
|
---|
502 | - sanity checkes for lambda==0 added (possible division by zero)
|
---|
503 | - increased class version number by one
|
---|
504 | - made functions derived from MH private
|
---|
505 | - to fit the resulting "gammas" use fFirstBin=1 and fNumEvents=120
|
---|
506 |
|
---|
507 |
|
---|
508 |
|
---|
509 | 2006/07/28 Daniela Dorner
|
---|
510 |
|
---|
511 | * datacenter/scripts/buildsequenceentries,
|
---|
512 | datacenter/scripts/checkfilesforsequenceavail,
|
---|
513 | datacenter/scripts/checkstardone, datacenter/scripts/copyscript,
|
---|
514 | datacenter/scripts/correcttime, datacenter/scripts/dodatacheck,
|
---|
515 | datacenter/scripts/doexclusions, datacenter/scripts/doqualityplots,
|
---|
516 | datacenter/scripts/dowebplots, datacenter/scripts/filesondisk,
|
---|
517 | datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
|
---|
518 | datacenter/scripts/fillstar, datacenter/scripts/insertdatasets,
|
---|
519 | datacenter/scripts/insertsequences, datacenter/scripts/linkmc,
|
---|
520 | datacenter/scripts/makecallistolinks,
|
---|
521 | datacenter/scripts/mcsequences, datacenter/scripts/movingrawfiles,
|
---|
522 | datacenter/scripts/processmcsequences, datacenter/scripts/rmlocks,
|
---|
523 | datacenter/scripts/runcallisto, datacenter/scripts/runganymed,
|
---|
524 | datacenter/scripts/runstar, datacenter/scripts/sourcefile,
|
---|
525 | datacenter/scripts/writesequencefiles:
|
---|
526 | - replaced username by $USER
|
---|
527 |
|
---|
528 |
|
---|
529 |
|
---|
530 | 2006/07/27 Thomas Bretz
|
---|
531 |
|
---|
532 | * datacenter/macros/buildsequenceentries.C:
|
---|
533 | - removed some obsolete output
|
---|
534 | - logging output redone
|
---|
535 | - added some missing delete of TSQLResults
|
---|
536 | - fixed some overwrite of local variables
|
---|
537 | - added more comments
|
---|
538 | - moved code building the blocks to its own function
|
---|
539 | - simplified buildblocks
|
---|
540 |
|
---|
541 |
|
---|
542 |
|
---|
543 | 2006/07/27 Daniela Dorner
|
---|
544 |
|
---|
545 | * datacenter/scripts/buildsequenceentries:
|
---|
546 | - fixed bug in name of logfile (introduced on 2006/02/03)
|
---|
547 |
|
---|
548 |
|
---|
549 |
|
---|
550 | 2006/07/26 Daniela Dorner
|
---|
551 |
|
---|
552 | * datacenter/scripts/movingrawfiles:
|
---|
553 | - changed machine
|
---|
554 | - added logging
|
---|
555 | - added launching of filesondisk, when files have been moved
|
---|
556 |
|
---|
557 | * datacenter/scripts/filesondisk:
|
---|
558 | - added logging
|
---|
559 |
|
---|
560 |
|
---|
561 |
|
---|
562 | 2006/07/26 Thomas Bretz
|
---|
563 |
|
---|
564 | * merpp.cc:
|
---|
565 | - files with the extension .raw.gz were not found. fixed. This
|
---|
566 | is necessary because raw-files must be merpped before they can
|
---|
567 | be displayed with the mars-gui.
|
---|
568 |
|
---|
569 | * star.cc:
|
---|
570 | - fixed some misalignment when the title is printed
|
---|
571 |
|
---|
572 | * datacenter/macros/fillsinope.C:
|
---|
573 | - removed some obsolete comments
|
---|
574 |
|
---|
575 | * mbase/MContinue.h:
|
---|
576 | - some reformatting
|
---|
577 |
|
---|
578 | * mreport/MReportStarguider.h:
|
---|
579 | - added enum for states
|
---|
580 | - added IsMonitoring member function
|
---|
581 |
|
---|
582 | * msignal/MArrivalTimeCam.cc:
|
---|
583 | - fixed a problem which gave errors when compiling (introduced
|
---|
584 | with the latest change)
|
---|
585 |
|
---|
586 | * manalysis/MEventRateCalc.[h,cc], manalysis/MGeomApply.[h,cc],
|
---|
587 | manalysis/MMultiDimDistCalc.[h,cc], mbadpixels/MBadPixelsTreat.[h,cc],
|
---|
588 | mbase/MEvtLoop.[h,cc], mbase/MParContainer.[h,cc], mbase/MParList.[h,cc],
|
---|
589 | mbase/MTask.[h,cc], mbase/MTaskList.[h,cc], mcalib/MCalibrateData.[h,cc],
|
---|
590 | mdata/MDataArray.[h,cc], mfbase/MF.[h,cc], mfbase/MFDataChain.[h,cc],
|
---|
591 | mfbase/MFDataChain.[h,cc], mfbase/MFDataMember.[h,cc],
|
---|
592 | mfbase/MFilterList.[h,cc], mfileio/MReadTree.[h,cc],
|
---|
593 | mfileio/MWriteRootFile.[h,cc], mfilter/MFParticleId.[h,cc],
|
---|
594 | mfilter/MFTriggerLvl1.[h,cc], mfilter/MFTriggerLvl2.[h,cc],
|
---|
595 | mhbase/MBinning.[h,cc], mhbase/MFillH.[h,cc], mhbase/MH3.[h,cc],
|
---|
596 | mhbase/MHMatrix.[h,cc], mimage/MHillasCalc.[h,cc],
|
---|
597 | mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
|
---|
598 | mpointing/MSrcPosCam.[h,cc], msignal/MExtractFixedWindow.[h,cc],
|
---|
599 | msignal/MExtractSignal.[h,cc], msignal/MExtractSignalABcorr.[h,cc],
|
---|
600 | msignal/MExtractor.[h,cc], mtools/MChisqEval.[h,cc]
|
---|
601 | - replaced StreamPrimitive(ofstream&) by StreamPrimitive(ostream&)
|
---|
602 | - replaced SavePrimitive(ofstream&) by SavePrimitive(ostream&)
|
---|
603 | - if necessary let SavePrimitive(ofstream&) call
|
---|
604 | SavePrimitive(ostream&)
|
---|
605 |
|
---|
606 | * mbadpixels/MBadPixelsCam.cc, mbadpixels/MBadPixelsIntensityCam.cc,
|
---|
607 | mbase/MEvtLoop.cc, mbase/MLog.cc, mbase/MParList.cc, mbase/MTaskList.cc,
|
---|
608 | mcalib/MCalibConstCam.cc, mcalib/MCalibrationBlindCam.cc,
|
---|
609 | mcalib/MCalibrationCam.cc, mcalib/MCalibrationIntensityCam.cc,
|
---|
610 | mcalib/MCalibrationIntensityConstCam.cc, mdata/MDataArray.cc,
|
---|
611 | mdata/MDataFormula.cc, mdata/MDataList.cc, mfbase/MFilterList.cc,
|
---|
612 | mgeom/MGeomCam.cc, mhcalib/MHCalibrationCam.cc, mmain/MMonteCarlo.cc,
|
---|
613 | mpedestal/MPedPhotCam.cc, mpedestal/MPedestalCam.cc,
|
---|
614 | mreport/MReportFileRead.cc, msignal/MArrivalTimeCam.cc,
|
---|
615 | msignal/MExtractedSignalCam.cc, msignal/MSignalCam.cc:
|
---|
616 | - replaced ForEach by R__FOR_EACH
|
---|
617 |
|
---|
618 | * mbase/MAGIC.h:
|
---|
619 | - define R__FOR_EACH macro if not yet defined
|
---|
620 |
|
---|
621 | * mbase/MEvtLoop.cc:
|
---|
622 | - removed usage of copy-constructor of TEnv
|
---|
623 |
|
---|
624 | * mbase/MString.h:
|
---|
625 | - exclude some of the member function from CINT (gives problem
|
---|
626 | with CINT)
|
---|
627 |
|
---|
628 | * mfbase/MFEventSelector.[h,cc]:
|
---|
629 | - removed StreamPrimitive (it was empty anyhow)
|
---|
630 |
|
---|
631 | * mranforest/MRanTree.cc:
|
---|
632 | - moved includes for TVector and TMatrix to header
|
---|
633 | - replaced TMatrixRow by TMatrixFRow_const in TreeHad
|
---|
634 |
|
---|
635 | * msignal/Makefile, msignal/SignalLinkDef.h:
|
---|
636 | - removed MExtractSignal
|
---|
637 | - removed MExtractSignal2
|
---|
638 | - removed MExtractSignal3
|
---|
639 | - removed MExtractSignalABcorr
|
---|
640 |
|
---|
641 | * mbase/MArgs.cc, mbase/MContinue.cc, mbase/MEnv.cc, mbase/MGMap.[h,cc],
|
---|
642 | mbase/MGTask.h, mbase/MLogManip.h, mbase/MLogPlugin.h
|
---|
643 | mbase/MParContainer.cc, mbase/MParList.cc, mbase/MParameters.cc,
|
---|
644 | mbase/MSearch.cc, mbase/MStatusArray.h, mbase/MTask.cc,
|
---|
645 | mbase/MTaskList.[h,cc]:
|
---|
646 | - removed some unused parameters from function declaration
|
---|
647 |
|
---|
648 | * mbase/MArray.h, mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h,
|
---|
649 | mbase/MArrayI.h, mbase/MArrayS.h, mbase/MDirIter.h, mbase/MLog.[h,cc],
|
---|
650 | mbase/MReadSocket.h, mbase/MTask.cc, mbase/MTaskList.[h,cc],
|
---|
651 | mbase/MTime.h:
|
---|
652 | - added explicit initialization of base class to copy ctor
|
---|
653 |
|
---|
654 | * mbase/MDirIter.[h,cc], mbase/MLog.[h,cc], mbase/MRunIter.cc,
|
---|
655 | mbase/MZlib.cc:
|
---|
656 | - fixed some warnings about local overwrites of variable names
|
---|
657 |
|
---|
658 | * mbase/MTaskList.[h,cc]:
|
---|
659 | - removed unsused second argument from CheckAddListTo
|
---|
660 | - allow 0 as the type argument which just keeps the input steam id
|
---|
661 | of the task
|
---|
662 |
|
---|
663 | * mjobs/MSequence.cc:
|
---|
664 | - fixed a deprecated conversion from string constant to `char*
|
---|
665 |
|
---|
666 | * mfbase/MFilterList.cc:
|
---|
667 | - improved warn output
|
---|
668 |
|
---|
669 | * msignal/MArrivalTimeCalc2.cc, msignal/MArrivalTimePix.[h,cc],
|
---|
670 | msignal/MExtractFixedWindowPeakSearch.cc, msignal/MExtractSignal.cc,
|
---|
671 | msignal/MExtractSignal2.cc, msignal/MExtractSignal3.cc,
|
---|
672 | msignal/MExtractSignalABcorr.cc, msignal/MExtractTime.cc,
|
---|
673 | msignal/MExtractTimeAndCharge.cc, msignal/MExtractor.cc,
|
---|
674 | msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc:
|
---|
675 | - removed first obsolete argument from SetGainSaturation
|
---|
676 |
|
---|
677 | * msignal/MExtractedSignalCam.[h,cc]:
|
---|
678 | - removed obsolete fNdf
|
---|
679 | - increased class version
|
---|
680 |
|
---|
681 | * msignal/MExtractedSignalPix.[h,cc]:
|
---|
682 | - removed obsolete fIsLoGainUsed
|
---|
683 | - removed obsolete fChisquare
|
---|
684 | - increased class version
|
---|
685 | - removed obsolete first argument from SetGainSaturation
|
---|
686 |
|
---|
687 |
|
---|
688 |
|
---|
689 | 2006/07/23 Thomas Bretz
|
---|
690 |
|
---|
691 | * datacenter/scripts/copyscript:
|
---|
692 | - only try to insert the contents of runbook files which
|
---|
693 | contain the regexp \\\.rbk$ instead of .rbk It might be
|
---|
694 | that in a script it should be \.rbk$ rather than \\\.rbk$
|
---|
695 | (to be tested)
|
---|
696 |
|
---|
697 |
|
---|
698 |
|
---|
699 | 2006/07/22 Thomas Bretz
|
---|
700 |
|
---|
701 | * datacenter/scripts/runstar:
|
---|
702 | - added -r to sort ToDo-files such that the newest sequences
|
---|
703 | are processed first
|
---|
704 |
|
---|
705 |
|
---|
706 |
|
---|
707 | 2006/07/21 Daniela Dorner
|
---|
708 |
|
---|
709 | * datacenter/scripts/checkfilesforsequavail:
|
---|
710 | - fixed bug in path
|
---|
711 |
|
---|
712 |
|
---|
713 |
|
---|
714 | 2006/07/19 Thomas Bretz
|
---|
715 |
|
---|
716 | * msignal/MArrivalTimeCam.cc:
|
---|
717 | - added case 7 and 2 in GetPixelContent
|
---|
718 |
|
---|
719 |
|
---|
720 |
|
---|
721 | 2006/07/13 Thomas Bretz
|
---|
722 |
|
---|
723 | * mastro/MAstroCatalog.h:
|
---|
724 | - implemented new member function GetNumStars
|
---|
725 |
|
---|
726 | * mbase/MGMap.[h,cc]:
|
---|
727 | - implemented new member function DrawHexagon
|
---|
728 |
|
---|
729 |
|
---|
730 |
|
---|
731 | 2006/07/11 Thomas Bretz
|
---|
732 |
|
---|
733 | * mbase/MStatusArray.cc, mdata/MDataChain.cc, mdata/MDataFormula.cc,
|
---|
734 | mhflux/MMcSpectrumWeight.cc, mimage/MHillasExt.cc, mjobs/MJCut.cc,
|
---|
735 | msignal/MExtractTimeAndChargeDigitalFilter.cc,
|
---|
736 | mranforest/MRanForestCalc.cc:
|
---|
737 | - fixed some compiler warning of the kind
|
---|
738 | ambiguous overload for `Bool_t ? const char[14] : const TString &'
|
---|
739 | to make gcc 2.95.3 happy (used to get cosy working with the
|
---|
740 | latest Mars version)
|
---|
741 |
|
---|
742 | * mbase/MZlib.[h,cc]:
|
---|
743 | - added some preprocessor statements which allow compilation with
|
---|
744 | gcc 2.95.3
|
---|
745 |
|
---|
746 | * mastro/MAstroCamera.cc:
|
---|
747 | - removed path from include
|
---|
748 |
|
---|
749 | * mastro/Makefile:
|
---|
750 | - added directory for MHCamera
|
---|
751 |
|
---|
752 | * mhflux/MHThetaSqN.cc:
|
---|
753 | - removed the const-qualifier from the static_cast when setting
|
---|
754 | tghe MParameterD
|
---|
755 |
|
---|
756 |
|
---|
757 |
|
---|
758 | 2006/07/06 Thomas Bretz
|
---|
759 |
|
---|
760 | * Makefile.conf.linux:
|
---|
761 | - removed options -Wstrict-prototypes -Wmissing-prototypes
|
---|
762 | obsolete for C++
|
---|
763 |
|
---|
764 | * mastro/MAstro.h, mgui/MCamEvent.h:
|
---|
765 | - added virtual destructor to make gcc 4.1 happy
|
---|
766 |
|
---|
767 | * mfilter/MFMagicCuts.cc, mtools/MagicJam.cc:
|
---|
768 | - added includes to make gcc 4.1 happy
|
---|
769 |
|
---|
770 | * mranforest/MRanForestCalc.cc:
|
---|
771 | - added include for the compilation with root 5.10/00
|
---|
772 |
|
---|
773 |
|
---|
774 |
|
---|
775 | 2006/07/05 Thomas Bretz
|
---|
776 |
|
---|
777 | * datacenter/macros/checkfileavail.C,
|
---|
778 | datacenter/macros/checkstardone.C,
|
---|
779 | datacenter/macros/doexclusions.C,
|
---|
780 | datacenter/macros/filldotraw.C,
|
---|
781 | datacenter/macros/fillganymed.C,
|
---|
782 | datacenter/macros/fillsignal.C,
|
---|
783 | datacenter/macros/fillstar.C,
|
---|
784 | datacenter/macros/setupdb.C:
|
---|
785 | - make sure that 'res' is correctly deleted
|
---|
786 |
|
---|
787 | * datacenter/macros/doexclusions.C:
|
---|
788 | - fixed some variable name overrides
|
---|
789 |
|
---|
790 | * mhflux/MAlphaFitter.[h,cc]:
|
---|
791 | - added the possibility to DrawResult()
|
---|
792 |
|
---|
793 | * mhflux/MHAlpha.[h,cc]:
|
---|
794 | - added new output container (Bin) which contains the number
|
---|
795 | of the bin the event was assigned to
|
---|
796 | - fixed drawing the significance in DrawAll
|
---|
797 |
|
---|
798 |
|
---|
799 |
|
---|
800 | 2006/07/04 Daniela Dorner
|
---|
801 |
|
---|
802 | * datacenter/scripts/copyscript:
|
---|
803 | - removed not needed if-clause (was used to copy subsystemfiles to
|
---|
804 | /magic/datacenter/totape)
|
---|
805 |
|
---|
806 |
|
---|
807 |
|
---|
808 | 2006/07/03 Thomas Bretz
|
---|
809 |
|
---|
810 | * mhflux/MHThetaSqN.[h,cc]:
|
---|
811 | - added counter and output some statistics afterwards
|
---|
812 |
|
---|
813 |
|
---|
814 |
|
---|
815 | 2006/06/29 Thomas Bretz
|
---|
816 |
|
---|
817 | * mmain/MEventDisplay.cc:
|
---|
818 | - added decoding of calibration pattern
|
---|
819 |
|
---|
820 | * mbase/MContinue.cc:
|
---|
821 | - small change to some output
|
---|
822 |
|
---|
823 | * mmc/MMcTrig.hxx, mmc/MMcTrigHeader.hxx:
|
---|
824 | - increased version number
|
---|
825 |
|
---|
826 | * mmc/Mdefine.h:
|
---|
827 | - increased CAMERA_PIXELS from 3500 to 3800
|
---|
828 |
|
---|
829 |
|
---|
830 |
|
---|
831 | 2006/06/28 Daniela Dorner
|
---|
832 |
|
---|
833 | * datacenter/macros/setupdb.C:
|
---|
834 | - added new columns
|
---|
835 | - changed name columns
|
---|
836 |
|
---|
837 |
|
---|
838 |
|
---|
839 | 2006/06/28 Thomas Bretz
|
---|
840 |
|
---|
841 | * datacenter/macros/fillstar.C:
|
---|
842 | - added number of correlated stars
|
---|
843 |
|
---|
844 | * datacenter/macros/plotdb.C:
|
---|
845 | - added number of correlated stars
|
---|
846 | - changed name of database column
|
---|
847 |
|
---|
848 | * callisto.cc, mbadpixels/MBadPixelsCalc.cc,
|
---|
849 | mjtrain/MJTrainSeparation.cc:
|
---|
850 | - small improvement to log-output
|
---|
851 |
|
---|
852 | * tpoint/gui.C:
|
---|
853 | - added some SetFrameBorderMode and SetBorderMode
|
---|
854 |
|
---|
855 |
|
---|
856 |
|
---|
857 | 2006/06/27 Thomas Bretz
|
---|
858 |
|
---|
859 | * mhflux/MHAlpha.cc:
|
---|
860 | - added a small change to prevent DrawAll from opening a new
|
---|
861 | canvas if called with the option "No new canvas" and no
|
---|
862 | fDisplay
|
---|
863 |
|
---|
864 |
|
---|
865 |
|
---|
866 | 2006/06/26 Thomas Bretz
|
---|
867 |
|
---|
868 | * mjobs/MJCut.[h,cc]:
|
---|
869 | - added error codes for some fatal errors
|
---|
870 |
|
---|
871 | * ganymed.cc:
|
---|
872 | - pipe error codes to shell
|
---|
873 |
|
---|
874 |
|
---|
875 |
|
---|
876 | 2006/05/29 Thomas Bretz
|
---|
877 |
|
---|
878 | * mbase/MEnv.cc:
|
---|
879 | - included THashList for compatibility with root 5.10/00
|
---|
880 |
|
---|
881 | * mdata/MDataArray.[h,cc]:
|
---|
882 | - included TVector in header for compatibility with root 5.10/00
|
---|
883 |
|
---|
884 | * mgui/MHexagon.cc:
|
---|
885 | - changed argument of PaintFillArea from Float_t to Double_t
|
---|
886 | for compatibility with root 5.10/00
|
---|
887 |
|
---|
888 | * mhbase/MHMatrix.[h,cc]:
|
---|
889 | - added some #ifdef for compatibility with root 5.10/00
|
---|
890 | - included TVector in the header for compatibility with
|
---|
891 | root 5.10/00
|
---|
892 |
|
---|
893 | * mjtrain/MJTrainDisp.cc:
|
---|
894 | - added the possibility to set weights
|
---|
895 | - added new histogram to show avg psf versus energy
|
---|
896 |
|
---|
897 | * mjtrain/MJTrainRanForest.cc:
|
---|
898 | - included TFile for compatibility with root 5.10/00
|
---|
899 |
|
---|
900 | * mranforest/MRanForest.[h,cc]:
|
---|
901 | - included TMatrix and TVector in header for compatibilty
|
---|
902 | with root 5.10/00
|
---|
903 |
|
---|
904 | * mtools/MHSimulatedAnnealing.[h,cc]:
|
---|
905 | - included TMatrix and TVector in header for compatibilty
|
---|
906 | with root 5.10/00
|
---|
907 |
|
---|
908 |
|
---|
909 |
|
---|
910 | 2006/05/24
|
---|
911 |
|
---|
912 | * RELEASE 0.9.6
|
---|
913 |
|
---|
914 |
|
---|
915 |
|
---|
916 | 2006/05/24 Thomas Bretz
|
---|
917 |
|
---|
918 | * mbadpixels/MBadPixelsTreat.cc:
|
---|
919 | - another small improvement, set fMaxArrivalTimeDiff to 0.9
|
---|
920 |
|
---|
921 | * mjobs/MJPedestal.cc:
|
---|
922 | - switched off error in case of "pulse is too much to the left"
|
---|
923 | - the extraction window is not changed anymore
|
---|
924 |
|
---|
925 | * mhflux/MAlphaFitter.cc:
|
---|
926 | - made new background fit more robust by improving the start
|
---|
927 | values
|
---|
928 |
|
---|
929 | * mhflux/MHAlpha.[h,cc]:
|
---|
930 | - preliminary implementation showing automatically all sizebins in
|
---|
931 | the status display
|
---|
932 |
|
---|
933 | * mpointing/MPointingDevCalc.[h,cc]:
|
---|
934 | - if the mispointing is set to 0 due to missing mispointing
|
---|
935 | information also the starguider calibration is reset.
|
---|
936 | - in the case the latest report is older than a default (currently
|
---|
937 | one minute) and the current report will be skip the starguider
|
---|
938 | correction and calibration will be reset.
|
---|
939 |
|
---|
940 | * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
|
---|
941 | - updated
|
---|
942 |
|
---|
943 | * mmc/MMcRunHeader.hxx:
|
---|
944 | - added new getter for ShowerPhiMin and ShowerPhiMax
|
---|
945 |
|
---|
946 |
|
---|
947 |
|
---|
948 | 2006/05/23 Daniela Dorner
|
---|
949 |
|
---|
950 | * scripts/processsequence:
|
---|
951 | - added (script to run callisto, merppupdate and star for 1
|
---|
952 | sequence)
|
---|
953 |
|
---|
954 | * scripts/preparemc:
|
---|
955 | - added (script to create montecarlo sequence and datasetfiles)
|
---|
956 |
|
---|
957 |
|
---|
958 |
|
---|
959 | 2006/05/23 Thomas Bretz
|
---|
960 |
|
---|
961 | * mranforest/MRanTree.cc:
|
---|
962 | - should be if(!Finite) instead of if(Finite)
|
---|
963 |
|
---|
964 | * mhbase/MH3.cc:
|
---|
965 | - fixed a problem which arouse in root 4.04/02g namely that
|
---|
966 | is the draw-option is " " nothing is displayed. Therefore
|
---|
967 | all " " are removed before the histogram is drawn
|
---|
968 |
|
---|
969 | * mhist/MHCamera.cc:
|
---|
970 | - when the azimuthal profile was produced the binning was optimized
|
---|
971 | with the OptimizeLimits. This doesn't make sense because it
|
---|
972 | changed the alignment of the bins with the 60deg boundaries
|
---|
973 |
|
---|
974 | * mreport/MReportStarguider.cc:
|
---|
975 | - fixed a typo in a comment and removed an obsolete one
|
---|
976 |
|
---|
977 | * msignal/MExtractTimeAndCharge.cc:
|
---|
978 | - instead of setting the arrival time to a value at the border of
|
---|
979 | the meaningful range a random number is assigned in the case
|
---|
980 | of an arrival time extracted outside the fadc range. This
|
---|
981 | avoids possible unfortuante coincidences in arrival times.
|
---|
982 |
|
---|
983 | * mbadpixels/MBadPixelsTreat.[h,cc]:
|
---|
984 | - added new data member fMaxArrivalTimeDiff, which is the maximum
|
---|
985 | arrival time difference allowed for the badpixel algorithm
|
---|
986 | to determin whether a pixels belongs to a shower
|
---|
987 | - changed the old value (0.5) to 1.0 as suggested by Stefan
|
---|
988 | due to a recent study on the fraction of pixels surviving the
|
---|
989 | image cleaning
|
---|
990 |
|
---|
991 | * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc:
|
---|
992 | - added comment to show usage of new option
|
---|
993 |
|
---|
994 |
|
---|
995 |
|
---|
996 | 2006/05/22 Daniela Dorner
|
---|
997 |
|
---|
998 | * datacenter/scripts/makecallistolinks:
|
---|
999 | - fixed bug
|
---|
1000 |
|
---|
1001 |
|
---|
1002 |
|
---|
1003 | 2006/05/22 Thomas Bretz
|
---|
1004 |
|
---|
1005 | * mranforest/MRanTree.cc:
|
---|
1006 | - replaced some arbitrary small and large values by FLT_MAX in
|
---|
1007 | FindBestSpllit*
|
---|
1008 | - replaced in FindBestSpllit* a sanity check for rld and rrd (do
|
---|
1009 | not divide by zero) by a check whether the result (crit) is finite
|
---|
1010 |
|
---|
1011 | * mcamera/MCameraRecTemp.[h,cc]:
|
---|
1012 | - implemented new data member for validity
|
---|
1013 | - increased class version by 1
|
---|
1014 |
|
---|
1015 | * mpointing/MHPointing.[h,cc]:
|
---|
1016 | - implemented new TGraph for number of correlated stars
|
---|
1017 | - increased class version by 1
|
---|
1018 |
|
---|
1019 | * mpointing/MPointingDevCalc.cc:
|
---|
1020 | - if the report is empty assume no pointing deviation and also
|
---|
1021 | reset the starguider calibration
|
---|
1022 |
|
---|
1023 | * mpointing/MPointingPos.cc:
|
---|
1024 | - slight modifications to comment
|
---|
1025 |
|
---|
1026 | * mreport/MReport.cc:
|
---|
1027 | - introduced new fake version to support new starguider format
|
---|
1028 |
|
---|
1029 | * mreport/MReportCC.[h,cc]:
|
---|
1030 | - improved handling of receiver boar com-errors and RecTemp section
|
---|
1031 |
|
---|
1032 | * mreport/MReportStarguider.[h,cc]:
|
---|
1033 | - implemented changes in the starguider reports around 9th May
|
---|
1034 | - added new data member for number of correlated stars
|
---|
1035 | - increased class version by 1
|
---|
1036 |
|
---|
1037 |
|
---|
1038 |
|
---|
1039 | 2006/05/21 Thomas Bretz
|
---|
1040 |
|
---|
1041 | * mfileio/MReadTree.cc:
|
---|
1042 | - show all added files only in debug modes or if wildcards are used
|
---|
1043 |
|
---|
1044 | * mfilter/MFEnergySlope.[h,cc]:
|
---|
1045 | - added a third constructor which also allows to set fMcEnergyMin
|
---|
1046 |
|
---|
1047 | * mjtrain/MJTrainSeparation.[h,cc]:
|
---|
1048 | - updated text output
|
---|
1049 | - improved result display
|
---|
1050 | - added possibility to set weights and/or pre/post-tasks for
|
---|
1051 | train or test only
|
---|
1052 |
|
---|
1053 | * mranforest/MRanForest.cc:
|
---|
1054 | - commented out an obsolete check to check whether TMath::Sort
|
---|
1055 | has sorted correctly
|
---|
1056 | - added some comments
|
---|
1057 |
|
---|
1058 |
|
---|
1059 |
|
---|
1060 | 2006/05/20 Thomas Bretz
|
---|
1061 |
|
---|
1062 | * mreport/MReportCC.cc:
|
---|
1063 | - fixed a typo in InterpreteTD which was introduced yesterday
|
---|
1064 |
|
---|
1065 |
|
---|
1066 |
|
---|
1067 | 2006/05/19 Thomas Bretz
|
---|
1068 |
|
---|
1069 | * mbase/MMath.h:
|
---|
1070 | - added default to second argument of GaussProb
|
---|
1071 |
|
---|
1072 | * mcamera/MCameraTD.[h,cc], mcamera/MCameraTH.[h,cc]:
|
---|
1073 | - added a data member fIsValid giving the status of the arrays
|
---|
1074 | in case the CC reports contained nonsense (mainly for files
|
---|
1075 | before summer 2005)
|
---|
1076 | - increased class version by 1
|
---|
1077 |
|
---|
1078 | * mhflux/MHAlpha.h:
|
---|
1079 | - made SetOffData virtual
|
---|
1080 |
|
---|
1081 | * mreport/MReport.cc:
|
---|
1082 | - small changes to some comments
|
---|
1083 |
|
---|
1084 | * mreport/MReportCC.[h,cc]:
|
---|
1085 | - better handling of problems with the TH and TD part of the
|
---|
1086 | CC-REPORT for files older than 200507190 and 200412210
|
---|
1087 | respectively
|
---|
1088 |
|
---|
1089 | * mreport/MReportFileReadCC.cc:
|
---|
1090 | - always output the file format version
|
---|
1091 |
|
---|
1092 | * mhflux/MAlphaFitter.[h,cc]:
|
---|
1093 | - implemented fitting of the off-data for background determination
|
---|
1094 | - the result values are not yet accessible
|
---|
1095 | - increased class version by 1
|
---|
1096 |
|
---|
1097 | * mhflux/MHThetaSqN.[h,cc]:
|
---|
1098 | - some improvements regarding the treatment of the signal-regions
|
---|
1099 | - allow to set a different cut-level for off-cuts
|
---|
1100 |
|
---|
1101 |
|
---|
1102 |
|
---|
1103 | 2006/05/18 Thomas Bretz
|
---|
1104 |
|
---|
1105 | * mhflux/MAlphaFitter.h:
|
---|
1106 | - added Getter for ScaleMode
|
---|
1107 |
|
---|
1108 | * mhflux/MHAlpha.[h,cc]:
|
---|
1109 | - made fHillas data member protected
|
---|
1110 | - increased size of fMap
|
---|
1111 |
|
---|
1112 | * mhflux/MHThetaSq.[h,cc]:
|
---|
1113 | - removed obsolete data-member fThetaSq
|
---|
1114 |
|
---|
1115 | * mjtrain/MJTrainRanForest.cc, mranforest/MRanForestCalc.cc:
|
---|
1116 | - fixed a typo in a comment
|
---|
1117 |
|
---|
1118 | * mranforest/MRanTree.cc:
|
---|
1119 | - added a lot of comments in the code
|
---|
1120 |
|
---|
1121 | * callisto.cc:
|
---|
1122 | - fixed typo in output
|
---|
1123 |
|
---|
1124 | * mhflux/MHThreshold.cc:
|
---|
1125 | - enabled grids
|
---|
1126 | - slightly improved calculation of shown threshold
|
---|
1127 |
|
---|
1128 | * mhflux/MHThetaSqN.[h,cc]:
|
---|
1129 | - added
|
---|
1130 |
|
---|
1131 | * mhflux/Makefile, mhflux/FluxLinkDef.h:
|
---|
1132 | - added MHThetaSqN
|
---|
1133 |
|
---|
1134 |
|
---|
1135 |
|
---|
1136 | 2006/05/18 Daniela Dorner
|
---|
1137 |
|
---|
1138 | * resources/calibration.rc, resources/calibration_spline.rc:
|
---|
1139 | - added values for current and following periods
|
---|
1140 |
|
---|
1141 |
|
---|
1142 |
|
---|
1143 | 2006/05/05
|
---|
1144 |
|
---|
1145 | * RELEASE 0.9.5.1
|
---|
1146 |
|
---|
1147 |
|
---|
1148 |
|
---|
1149 | 2006/05/05 Thomas Bretz
|
---|
1150 |
|
---|
1151 | * datacenter/macros/plotdb.C:
|
---|
1152 | - updated with new tabs for the starguider data
|
---|
1153 |
|
---|
1154 | * mhflux/MHEnergyEst.cc:
|
---|
1155 | - print the result to the all-logstream
|
---|
1156 | - changed the fit range not to take the overflow into account
|
---|
1157 |
|
---|
1158 | * mranforest/MRanForest.[h,cc]:
|
---|
1159 | - Use the default Reset() instead of Reset(0)
|
---|
1160 | - changed output while training
|
---|
1161 | - replaced a lot of TArrays by MArrays
|
---|
1162 | - at some points replaced gRandom->Rndm by gRandom->Integer
|
---|
1163 | - removed some obsolete arguments from ModifyDataSort
|
---|
1164 | - In CreateDataSort isort need not to be initialized, it is
|
---|
1165 | done by TMath::Sort anyhow
|
---|
1166 | - a small simplification to ModifyDataSort
|
---|
1167 | - added some const-qualifiers in funciton calls
|
---|
1168 |
|
---|
1169 | * mranforest/MRanTree.[h,cc]:
|
---|
1170 | - replaced a lot of TArrays by MArrays
|
---|
1171 | - removed some obsolete calls to Reset(0) after the instatization
|
---|
1172 | of the array
|
---|
1173 | - small acceleration of the averaging when calculating fBestSplit[k]
|
---|
1174 | - at some points replaced gRandom->Rndm by gRandom->Integer
|
---|
1175 | - directly give mean[kbuild] and square[kbuild] as an argument
|
---|
1176 | to FindBestSplit
|
---|
1177 | - removed the obsolste dereferencing from the call to FindBestSplit
|
---|
1178 | - added some const-qualifiers in funciton calls
|
---|
1179 | - make a copy of tclasspop in BuildTree to be able to give the
|
---|
1180 | array as a const qualified reference. It is not used at any other
|
---|
1181 | place
|
---|
1182 | - in TreeHad first get the pointers to the vector with the data to
|
---|
1183 | get rid of the range check done by root. This has also the advantage
|
---|
1184 | that all TreeHad member function can be unified into a single
|
---|
1185 | member function
|
---|
1186 |
|
---|
1187 | * mhflux/MAlphaFitter.cc:
|
---|
1188 | - fixed a problem with the fit which could cause infinite loops
|
---|
1189 | in the case of off-data. This did in no means effect the result,
|
---|
1190 | just the performance.
|
---|
1191 |
|
---|
1192 | * mhbase/MH3.cc:
|
---|
1193 | - convert the options ToLower case first before checking
|
---|
1194 |
|
---|
1195 | * mjtrain/MJTrainRanForest.[h,cc]:
|
---|
1196 | - added AddPar member function
|
---|
1197 | - added fPreTasks and fPostTasks
|
---|
1198 | - added fEnableWeights
|
---|
1199 | - added member functions suporting setting pre- and posttasks
|
---|
1200 | and weights
|
---|
1201 |
|
---|
1202 | * mtools/MTFillMatrix.h:
|
---|
1203 | - added new member function to clear the fPreCuts, fPreTasks and
|
---|
1204 | fPostTasks lists
|
---|
1205 |
|
---|
1206 | * mjtrain/MJTrainEnergy.cc:
|
---|
1207 | - implemented usage of weights
|
---|
1208 |
|
---|
1209 | * mjtrain/MJTrainSeparation.[h,cc]:
|
---|
1210 | - implemented the usage of weights
|
---|
1211 | - implemented a random source position to train with wobble
|
---|
1212 | data
|
---|
1213 | - added some more output
|
---|
1214 | - added an option to switch between classification and regression
|
---|
1215 | - added th epossibility to change the MC flux
|
---|
1216 |
|
---|
1217 | * mjtrain/Makefile:
|
---|
1218 | - added include path for mpointing and mimage
|
---|
1219 |
|
---|
1220 |
|
---|
1221 |
|
---|
1222 | 2006/05/04 Thomas Bretz
|
---|
1223 |
|
---|
1224 | * mbase/MTaskList.[h,cc]:
|
---|
1225 | - added new member function AddToListBefore(TList&) and
|
---|
1226 | AddToListAfter(TList&)
|
---|
1227 | - added corresponding RemoveFromList(TList&)
|
---|
1228 |
|
---|
1229 | * mhflux/MMcSpectrumWeight.[h,cc]:
|
---|
1230 | - added new member functions CalcSpecNew and CalcSpecOld to
|
---|
1231 | evaluate the spectrum at a given energy
|
---|
1232 | - added a new data member which allows to set an energy
|
---|
1233 | at which the normalization is calculated instead of
|
---|
1234 | the integral
|
---|
1235 |
|
---|
1236 | * mpointing/MSrcPosRndm.[h,cc]:
|
---|
1237 | - added new option which allows to create a random wobble
|
---|
1238 | source position
|
---|
1239 |
|
---|
1240 |
|
---|
1241 |
|
---|
1242 | 2006/05/03 Daniela Dorner
|
---|
1243 |
|
---|
1244 | * datacenter/macros/setupdb.C:
|
---|
1245 | - changed type of sourcename and projectname according to new
|
---|
1246 | format
|
---|
1247 |
|
---|
1248 |
|
---|
1249 |
|
---|
1250 | 2006/05/03 Thomas Bretz
|
---|
1251 |
|
---|
1252 | * Makefile.rules:
|
---|
1253 | - added new option zdiff
|
---|
1254 |
|
---|
1255 | * mbase/MTaskList.[h,cc]:
|
---|
1256 | - overwrite member function AddToList with a TList-reference
|
---|
1257 | as argument
|
---|
1258 |
|
---|
1259 | * mhflux/MHCollectionArea.[h,cc]:
|
---|
1260 | - added the missing //! behind the fMcEvt data member
|
---|
1261 | - increased class version number
|
---|
1262 | - removed obsolete fEnergy data member
|
---|
1263 |
|
---|
1264 | * mranforest/MRanForest.cc:
|
---|
1265 | - added to the output whether weights are set
|
---|
1266 |
|
---|
1267 | * mraw/MRawRunHeader.cc:
|
---|
1268 | - removed an obsolete Print() which enetered for debugging
|
---|
1269 |
|
---|
1270 | * mimage/MHNewImagePar.cc:
|
---|
1271 | - the plots for CocCOG and ConcCore had the same color... fixed
|
---|
1272 |
|
---|
1273 | * mranforest/MRanForestCalc.[h,cc]:
|
---|
1274 | - allow to set weights for each event
|
---|
1275 |
|
---|
1276 | * mtools/MTFillMatrix.[h,cc]:
|
---|
1277 | - implemented the possibility to set pre- and post-tasks
|
---|
1278 | executed in the eventloop
|
---|
1279 |
|
---|
1280 |
|
---|
1281 |
|
---|
1282 |
|
---|
1283 | 2006/05/02 Thomas Bretz
|
---|
1284 |
|
---|
1285 | * mraw/MRawRunHeader.cc:
|
---|
1286 | - fixed the typo in the output
|
---|
1287 |
|
---|
1288 | * mpointing/MHPointing.cc, datacenter/macros/fillstar.C:
|
---|
1289 | - fixed a typo in the name of the plot Skybrightness
|
---|
1290 |
|
---|
1291 |
|
---|
1292 |
|
---|
1293 | 2006/04/30 Thomas Bretz
|
---|
1294 |
|
---|
1295 | * mjtrain/MJTrainSeparation.[h,cc]:
|
---|
1296 | - new option to switch between regression and classification
|
---|
1297 | - fixed the auto training (still far from working well)
|
---|
1298 | - improved result plots
|
---|
1299 |
|
---|
1300 | * mbase/MMath.cc:
|
---|
1301 | - fixed SignificanceLiMa such that it allows basically zero
|
---|
1302 | signal- and/or background events
|
---|
1303 |
|
---|
1304 |
|
---|
1305 |
|
---|
1306 | 2006/04/27 Thomas Bretz
|
---|
1307 |
|
---|
1308 | * datacenter/macros/fillstar.C:
|
---|
1309 | - replaced the mean by the median
|
---|
1310 |
|
---|
1311 |
|
---|
1312 |
|
---|
1313 | 2006/04/26 Daniela Dorner
|
---|
1314 |
|
---|
1315 | * datacenter/macros/fillstar.C, datacenter/macros/setupdb.C:
|
---|
1316 | - added four new columns to the table Star
|
---|
1317 |
|
---|
1318 |
|
---|
1319 |
|
---|
1320 | 2006/04/24 Thomas Bretz
|
---|
1321 |
|
---|
1322 | * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
|
---|
1323 | - some fixes to the comments describing random forest
|
---|
1324 |
|
---|
1325 |
|
---|
1326 |
|
---|
1327 | 2006/04/23 Thomas Bretz
|
---|
1328 |
|
---|
1329 | * mhist/MHHadronness.cc:
|
---|
1330 | - do not reset the two hadronness-histograms in SetupFill
|
---|
1331 | otherwise MJTrainSeparation cannot work correctly
|
---|
1332 |
|
---|
1333 | * mjtrain/MJTrainSeparation.cc:
|
---|
1334 | - added a Plot of Hadronness versus Size for MC events
|
---|
1335 |
|
---|
1336 |
|
---|
1337 |
|
---|
1338 | 2006/04/22 Thomas Bretz
|
---|
1339 |
|
---|
1340 | * mraw/MRawRunHeader.cc:
|
---|
1341 | - some small changes, mainly output and comments
|
---|
1342 |
|
---|
1343 | * mhflux/MHAlpha.[h,cc]:
|
---|
1344 | - show also the integrated number of excess events in the
|
---|
1345 | plot versus energy/size and show the correct error.
|
---|
1346 |
|
---|
1347 | * mtools/MJSpectrum.cc:
|
---|
1348 | - added accelerator for executing the tasklist as in MJCut
|
---|
1349 |
|
---|
1350 | * macros/train/trainseparation.C:
|
---|
1351 | - fixed a typo
|
---|
1352 |
|
---|
1353 | * mjtrain/MJTrainSeparation.h:
|
---|
1354 | - added missing initialization of fAutoTrain
|
---|
1355 | - fixed an error in EnablAutoTrain (was always set to kTRUE)
|
---|
1356 |
|
---|
1357 |
|
---|
1358 |
|
---|
1359 | 2006/04/21 Daniel Hoehne
|
---|
1360 |
|
---|
1361 | * datacenter/scripts/doqualityplots, datacenter/scripts/dowebplots:
|
---|
1362 | - fixed bug in usage of pstoimg
|
---|
1363 |
|
---|
1364 |
|
---|
1365 |
|
---|
1366 | 2006/04/13 Thomas Bretz
|
---|
1367 |
|
---|
1368 | * mraw/MRawRunHeader.[h,cc]:
|
---|
1369 | - adapted to new DAQ format version 6
|
---|
1370 | - increased class version number
|
---|
1371 |
|
---|
1372 | * mtools/MTFillMatrix.cc:
|
---|
1373 | - added accelerator for executing the tasklist as in MJCut
|
---|
1374 |
|
---|
1375 | * mfilter/MFEnergySlope.cc:
|
---|
1376 | - small update to output
|
---|
1377 |
|
---|
1378 | * mfbase/MFilterList.[h,cc]:
|
---|
1379 | - fixed a really old problem that the contents of the list never
|
---|
1380 | got ReInit. Hopefully this never had bad sideeffects.
|
---|
1381 |
|
---|
1382 | * macros/train/trainenergy.C:
|
---|
1383 | - added another comment how to change the spectral slope of the
|
---|
1384 | monte carlo spectrum
|
---|
1385 |
|
---|
1386 |
|
---|
1387 |
|
---|
1388 | 2006/04/13 Thomas Bretz
|
---|
1389 |
|
---|
1390 | * mreport/MReport.cc:
|
---|
1391 | - added new fake arehucas versions to fix a problem with the
|
---|
1392 | starguider reports
|
---|
1393 |
|
---|
1394 | * mreport/MReportFileRead.cc:
|
---|
1395 | - increased informations in warning output
|
---|
1396 |
|
---|
1397 | * mreport/MReportStarguider.cc:
|
---|
1398 | - fixed a problem with the starguider reports between 6.3.2006 and
|
---|
1399 | 19.3.2006
|
---|
1400 |
|
---|
1401 |
|
---|
1402 |
|
---|
1403 | 2006/04/13 Daniel Hoehne
|
---|
1404 |
|
---|
1405 | * datacenter/db/findoffdata.php:
|
---|
1406 | - implemented query for the inhomogeneity
|
---|
1407 |
|
---|
1408 | * datacenter/db/runinfo.php:
|
---|
1409 | - added checkboxes for start time, failed time and error codes
|
---|
1410 |
|
---|
1411 | * datacenter/db/datacheck.php:
|
---|
1412 | - fixed bug in StatusMenus for DataCheck and RawFile
|
---|
1413 |
|
---|
1414 |
|
---|
1415 |
|
---|
1416 | 2006/04/12 Daniela Dorner, Daniel Hoehne
|
---|
1417 |
|
---|
1418 | * datacenter/scripts/makecallistolinks:
|
---|
1419 | - fixed bug
|
---|
1420 |
|
---|
1421 |
|
---|
1422 |
|
---|
1423 | 2006/04/12 Thomas Bretz
|
---|
1424 |
|
---|
1425 | * datacenter/macros/filldotraw.C:
|
---|
1426 | - allow to access gzipped raw-files
|
---|
1427 |
|
---|
1428 |
|
---|
1429 |
|
---|
1430 | 2006/04/11 Thomas Bretz
|
---|
1431 |
|
---|
1432 | * mastro/MAstro.h:
|
---|
1433 | - added conversion Parsec2Lighyear
|
---|
1434 |
|
---|
1435 | * mbase/MLogHtml.cc:
|
---|
1436 | - added a fix to display < and > correctly
|
---|
1437 |
|
---|
1438 | * mhflux/MHCollectionArea.[h,cc]:
|
---|
1439 | - commented out obsolete fEnergy parameter
|
---|
1440 |
|
---|
1441 | * mjobs/MJSpectrum.cc:
|
---|
1442 | - fill a second collection area plot after trigger
|
---|
1443 |
|
---|
1444 | * mjoptim/MJOptimize.cc:
|
---|
1445 | - improve speed of optimization by switching of timing and
|
---|
1446 | reset in eventloop
|
---|
1447 |
|
---|
1448 | * mmc/MFadcHeader.h:
|
---|
1449 | - changed MFADC_CHANNELS from 3500 to 3800 according to Abelardo
|
---|
1450 |
|
---|
1451 | * mmc/MMcFadcHeader.hxx:
|
---|
1452 | - increaded version number from 7 to 8
|
---|
1453 |
|
---|
1454 |
|
---|
1455 |
|
---|
1456 | 2006/04/11 Daniel Hoehne, Daniela Dorner
|
---|
1457 |
|
---|
1458 | * datacenter/scripts/dodatacheck:
|
---|
1459 | - fixed bug in finding raw-files
|
---|
1460 |
|
---|
1461 |
|
---|
1462 |
|
---|
1463 | 2006/04/10 Daniel Hoehne
|
---|
1464 |
|
---|
1465 | * datacenter/macros/filldotrun.C:
|
---|
1466 | - implemented new arehucas version
|
---|
1467 |
|
---|
1468 |
|
---|
1469 |
|
---|
1470 | 2006/04/07 Daniel Hoehne, Daniela Dorner
|
---|
1471 |
|
---|
1472 | * datacenter/macros/filldotrun.C, buildsequenceentries.C, setupdb.C:
|
---|
1473 | - implemented new arehucas version
|
---|
1474 |
|
---|
1475 |
|
---|
1476 |
|
---|
1477 | 2006/04/06 Daniela Dorner
|
---|
1478 |
|
---|
1479 | * datacenter/scripts/makecallistolinks:
|
---|
1480 | - fixed bug in resetting
|
---|
1481 |
|
---|
1482 | * datacenter/db/tabs.php:
|
---|
1483 | - changed tabs for wobble
|
---|
1484 |
|
---|
1485 |
|
---|
1486 |
|
---|
1487 | 2006/04/05 Thomas Bretz
|
---|
1488 |
|
---|
1489 | * datacenter/macros/plotdb.C:
|
---|
1490 | - added new tab with the effective on-time relative to the
|
---|
1491 | observation time
|
---|
1492 |
|
---|
1493 | * sponde_onoff.rc:
|
---|
1494 | - added
|
---|
1495 |
|
---|
1496 |
|
---|
1497 |
|
---|
1498 | 2006/04/04 Thomas Bretz
|
---|
1499 |
|
---|
1500 | * datacenter/macros/plotdb.C:
|
---|
1501 | - if no dataset and no time-interval is given only sequences with
|
---|
1502 | an effective on-time above five minutes are plotted anymore
|
---|
1503 |
|
---|
1504 |
|
---|
1505 |
|
---|
1506 | 2006/03/21 Daniela Dorner
|
---|
1507 |
|
---|
1508 | * datacenter/db/ganymed.php, datacenter/db/tabs.php:
|
---|
1509 | - included different tabs for on/off and wobble
|
---|
1510 |
|
---|
1511 | * datacenter/db/ganymed.php:
|
---|
1512 | - added zd angle range and observation period
|
---|
1513 |
|
---|
1514 | * datacenter/db/sequence.php:
|
---|
1515 | - added rel. ontime
|
---|
1516 |
|
---|
1517 |
|
---|
1518 |
|
---|
1519 | 2006/03/20 Thomas Bretz
|
---|
1520 |
|
---|
1521 | * mraw/MRawRunHeader.cc:
|
---|
1522 | - if the pixels to be swaped are both not found, assume they are
|
---|
1523 | intentially not mapped. Changed the Error to a Warning
|
---|
1524 |
|
---|
1525 | * mhflux/MHDisp.[h,cc]:
|
---|
1526 | - made the scale region a parameter which can be changed from
|
---|
1527 | within the display
|
---|
1528 | - allow the scale parameters to be setup from the resource-file
|
---|
1529 | - changed the source-region which is cut out in wobble mode from
|
---|
1530 | +/-15deg to +/-25deg which better fits what we get from MHPhi
|
---|
1531 |
|
---|
1532 | * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
|
---|
1533 | - added example how to change the new scale parameters in MHDisp
|
---|
1534 |
|
---|
1535 | * mhflux/MAlphaFitter.[h,cc]:
|
---|
1536 | - implemented the strategy for optimization which is suggested
|
---|
1537 | by the Berlin people for weak sources "weaksource"
|
---|
1538 |
|
---|
1539 | * mhflux/MHPhi.[h,cc]:
|
---|
1540 | - moved the AppendPad for the text-paint into all sub-pads which
|
---|
1541 | need it. Otherwise they are not always properly updated.
|
---|
1542 |
|
---|
1543 |
|
---|
1544 |
|
---|
1545 | 2006/03/16 Daniela Dorner
|
---|
1546 |
|
---|
1547 | * datacenter/scripts/sourcefile:
|
---|
1548 | - small bugfix in logging
|
---|
1549 |
|
---|
1550 | * datacenter/db/tabs.php:
|
---|
1551 | - added new tab for ganymed
|
---|
1552 |
|
---|
1553 |
|
---|
1554 |
|
---|
1555 | 2006/03/15 Stefan Ruegamer
|
---|
1556 |
|
---|
1557 | * manalysis/MCameraData.cc
|
---|
1558 | - inserted an image cleaning based on the time information
|
---|
1559 | of the shower (CalcCleaningArrivalTime)
|
---|
1560 |
|
---|
1561 | * manalysis/MCameraData.h
|
---|
1562 | - made entry for "CalcCleaningArrivalTime"
|
---|
1563 |
|
---|
1564 | * mimage/MImgCleanStd.cc
|
---|
1565 | - created entries for the new image cleaning named "Time"
|
---|
1566 |
|
---|
1567 | * mimage/MImgCleanStd.h
|
---|
1568 | - inserted entry "kTime"
|
---|
1569 |
|
---|
1570 |
|
---|
1571 |
|
---|
1572 | 2006/03/14 Daniela Dorner
|
---|
1573 |
|
---|
1574 | * datacenter/scripts/makecallistolinks:
|
---|
1575 | - fixed bug
|
---|
1576 |
|
---|
1577 | * steps.rc:
|
---|
1578 | - added fFillGanymed to influences of fGanymed
|
---|
1579 |
|
---|
1580 |
|
---|
1581 |
|
---|
1582 | 2006/03/14 Thomas Bretz
|
---|
1583 |
|
---|
1584 | * mhflux/MHEffectiveOnTime.cc:
|
---|
1585 | - skip the fit not only if the integral is empty but
|
---|
1586 | also if the first bin is empty
|
---|
1587 | - changed upper limit to 95% according to a study from
|
---|
1588 | David Paneque
|
---|
1589 | - replaced the fit with the exponential used in the BCN Mars
|
---|
1590 | version
|
---|
1591 | - use the correct number of entries
|
---|
1592 | - use a likelihood fit
|
---|
1593 | - calculate the fit quality from the probability
|
---|
1594 | - ignore the fit quality for the theta-plot
|
---|
1595 |
|
---|
1596 | * mimage/MHNewImagePar.cc:
|
---|
1597 | - fixed the handling of the "same" option in Draw/Paint
|
---|
1598 |
|
---|
1599 | * mpointing/MPointingDev.h:
|
---|
1600 | - fDx and fDy initialized in the constructor
|
---|
1601 |
|
---|
1602 | * mbase/MTask.[h,cc]:
|
---|
1603 | - removed the kDontCount option. Instead don't use the TStopwatch
|
---|
1604 | counter anymore. By this the class to TStopwatch can be
|
---|
1605 | suppressed completely if kDontTime is set.
|
---|
1606 |
|
---|
1607 | * mbase/MContinue.cc, mbase/MTaskEnv.cc, mfbase/MF.cc,
|
---|
1608 | mfbase/MFilterList.[h,cc]:
|
---|
1609 | - pipe the accelerator flag to the filter or task
|
---|
1610 |
|
---|
1611 | * mjobs/MJCut.cc:
|
---|
1612 | - also accelerate the reading task
|
---|
1613 |
|
---|
1614 |
|
---|
1615 |
|
---|
1616 | 2006/03/13
|
---|
1617 |
|
---|
1618 | * RELEASE 0.9.5
|
---|
1619 |
|
---|
1620 |
|
---|
1621 |
|
---|
1622 | 2006/03/13 Thomas Bretz
|
---|
1623 |
|
---|
1624 | * ganymed.rc:
|
---|
1625 | - changed smearing to half of our PSF 0.06
|
---|
1626 | - added new examples for setting the starguider calibration
|
---|
1627 |
|
---|
1628 | * ganymed_onoff.rc
|
---|
1629 | - changed smearing to half of our PSF 0.06
|
---|
1630 | - switched the new feature for a random source position on
|
---|
1631 | - added new examples for setting the starguider calibration
|
---|
1632 |
|
---|
1633 | * ganymed_wobble.rc:
|
---|
1634 | - changed smearing to half of our PSF 0.06
|
---|
1635 | - added new examples for setting the starguider calibration
|
---|
1636 | - added example how to control the phi plot
|
---|
1637 |
|
---|
1638 | * mhflux/MHPhi.[h,cc]:
|
---|
1639 | - many improvements to the algorithm, it now takes also
|
---|
1640 | inhomgeneities into account
|
---|
1641 | - restructured the display, display more histograms
|
---|
1642 | - increased class version to 2
|
---|
1643 |
|
---|
1644 | * mjobs/MJCut.cc:
|
---|
1645 | - enabled acceleration for first and second loop
|
---|
1646 |
|
---|
1647 | * mpointing/MPointingDevCalc.[h,cc]:
|
---|
1648 | - allowed to set the starguider offset calibration from the
|
---|
1649 | resource file
|
---|
1650 |
|
---|
1651 | * callisto_Dec04Jan05.rc:
|
---|
1652 | - replaced Calibration scale factor by usage of
|
---|
1653 | resources/calibration_spline.rc
|
---|
1654 |
|
---|
1655 |
|
---|
1656 |
|
---|
1657 | 2006/03/13 Markus Meyer
|
---|
1658 |
|
---|
1659 | * ganymed_wobble.rc,ganymed_onoff.rc,ganymed.rc:
|
---|
1660 | - changed cuts:
|
---|
1661 | wobble: average values from optimisation of 3 Crab
|
---|
1662 | sample (01/05,10/05,12/05), done by Karsten
|
---|
1663 | onoff : cuts from 1218 (01/05, highest significance)
|
---|
1664 | theta is now 0.22 for both.
|
---|
1665 |
|
---|
1666 |
|
---|
1667 |
|
---|
1668 | 2006/03/13 Daniel Hoehne
|
---|
1669 |
|
---|
1670 | * ganymed_wobble.rc,ganymed_onoff.rc,ganymed.rc:
|
---|
1671 | - implemented qualitycut in log10(conc) vs. log10(size)
|
---|
1672 |
|
---|
1673 |
|
---|
1674 |
|
---|
1675 | 2006/03/13 Markus Meyer
|
---|
1676 |
|
---|
1677 | * resources/calibration_spline.C:
|
---|
1678 | - more comments
|
---|
1679 |
|
---|
1680 |
|
---|
1681 |
|
---|
1682 | 2006/03/10 Markus Meyer
|
---|
1683 |
|
---|
1684 | * resources/calibration.C:
|
---|
1685 | - update from p27 to p39 (spline excluded, still p33 data missing)
|
---|
1686 |
|
---|
1687 |
|
---|
1688 |
|
---|
1689 | 2006/03/10 Markus Meyer
|
---|
1690 |
|
---|
1691 | * resources/calibration_spline.C:
|
---|
1692 | - correction coefficients for spline data for each period
|
---|
1693 |
|
---|
1694 |
|
---|
1695 |
|
---|
1696 | 2006/03/10 Daniel Hoehne
|
---|
1697 |
|
---|
1698 | * datacenter/scripts/insertsequences:
|
---|
1699 | - fixed bug
|
---|
1700 |
|
---|
1701 |
|
---|
1702 |
|
---|
1703 | 2006/03/09 Daniel Hoehne
|
---|
1704 |
|
---|
1705 | * ganymed_wobble.rc:
|
---|
1706 | - changed parameters 1 to 5 in Cut1 to actual values
|
---|
1707 |
|
---|
1708 |
|
---|
1709 |
|
---|
1710 | 2006/03/08 Thomas Bretz
|
---|
1711 |
|
---|
1712 | * readdaq.cc, mraw/MRawFileRead.[h,cc], mraw/MRawRunHeader.cc:
|
---|
1713 | - added new force-option to foirce output of run-header
|
---|
1714 |
|
---|
1715 |
|
---|
1716 |
|
---|
1717 | 2006/03/08 Daniela Dorner
|
---|
1718 |
|
---|
1719 | * datacenter/script/movingrawfiles:
|
---|
1720 | - added moving of files, that are transferred via internet
|
---|
1721 | - added removing of empty directories
|
---|
1722 |
|
---|
1723 | * datacenter/db/ganymed.php:
|
---|
1724 | - added links to ganymedplots
|
---|
1725 | - added links to sequence.php (instead of links to starfiles)
|
---|
1726 | - fixed bug in query
|
---|
1727 |
|
---|
1728 | * datacenter/db/sequence.php:
|
---|
1729 | - added links to plots from callisto and star
|
---|
1730 | - fixed bug in query
|
---|
1731 |
|
---|
1732 | * datacenter/db/sequinfo.php:
|
---|
1733 | - added links to sequence.php
|
---|
1734 |
|
---|
1735 | * datacenter/db/datasetinfo.php:
|
---|
1736 | - added links to ganymed.php
|
---|
1737 |
|
---|
1738 | * datacenter/db/tabs.php:
|
---|
1739 | - added (includefile for names of tabs of statusdisplays)
|
---|
1740 |
|
---|
1741 |
|
---|
1742 |
|
---|
1743 | 2006/03/07 Thomas Bretz
|
---|
1744 |
|
---|
1745 | * mcalib/MCalibrateData.cc:
|
---|
1746 | - take the bad pixel information into account when calculating the
|
---|
1747 | number of saturating pixels!
|
---|
1748 |
|
---|
1749 |
|
---|
1750 |
|
---|
1751 | 2006/03/06 Thomas Bretz
|
---|
1752 |
|
---|
1753 | * showplot.cc:
|
---|
1754 | - fixed the position were the first argument is converted
|
---|
1755 | to lower case. Until this fix no upper case could be used
|
---|
1756 | in file names
|
---|
1757 |
|
---|
1758 | * datacenter/macros/plotdb.C:
|
---|
1759 | - print also average and RMS of all data.
|
---|
1760 |
|
---|
1761 |
|
---|
1762 |
|
---|
1763 | 2006/03/06 Daniela Dorner
|
---|
1764 |
|
---|
1765 | * datacenter/db/ganymed.php:
|
---|
1766 | - added sequences + links to star-plots of sequences
|
---|
1767 | - improved layout
|
---|
1768 |
|
---|
1769 | * datacenter/script/makecallistolinks:
|
---|
1770 | - changed condition, when to make the link: only, if the link is
|
---|
1771 | not yet existing, it is done
|
---|
1772 | - added resetting of db: if link is done, callisto is resetted
|
---|
1773 |
|
---|
1774 | * datacenter/macros/resetcolumn.C:
|
---|
1775 | - added failure columns to the resetting
|
---|
1776 |
|
---|
1777 |
|
---|
1778 |
|
---|
1779 | 2006/03/04 Daniela Dorner
|
---|
1780 |
|
---|
1781 | * callisto.cc:
|
---|
1782 | - changed return values to improve the failure handling in the db
|
---|
1783 |
|
---|
1784 | * datacenter/script/makecallistolinks:
|
---|
1785 | - added 'Pulse is too much to the left, cannot go below 0!' as
|
---|
1786 | reason to use callisto_Dec04Jan05.rc
|
---|
1787 |
|
---|
1788 | * datacenter/script/dowebplots:
|
---|
1789 | - reduced number of files to be updated by a limitation in
|
---|
1790 | modification time
|
---|
1791 |
|
---|
1792 | * datacenter/db/ganymed.php:
|
---|
1793 | - added plots
|
---|
1794 | - effontime s->h
|
---|
1795 |
|
---|
1796 |
|
---|
1797 |
|
---|
1798 | 2006/03/03 Thomas Bretz
|
---|
1799 |
|
---|
1800 | * mjobs/MJCut.cc:
|
---|
1801 | - added RemoveFromList for srcposrndm in off-data loop
|
---|
1802 |
|
---|
1803 | * mpointing/MSrcPosRndm.[h,cc]:
|
---|
1804 | - fixed the scaling. MSrcPosCam has to be in mm
|
---|
1805 |
|
---|
1806 | * ganymed.rc:
|
---|
1807 | - added line and comments with new resource
|
---|
1808 |
|
---|
1809 |
|
---|
1810 |
|
---|
1811 | 2006/03/03 Daniel Hoehne
|
---|
1812 |
|
---|
1813 | * callisto_MarApr05.rc:
|
---|
1814 | - changed pulse position check ExtractWinLeft to 4.0 and
|
---|
1815 | ExtractWinRight to 4.5
|
---|
1816 |
|
---|
1817 |
|
---|
1818 |
|
---|
1819 | 2006/03/02 Thomas Bretz
|
---|
1820 |
|
---|
1821 | * callisto.cc:
|
---|
1822 | - get result value from pulse pos check
|
---|
1823 |
|
---|
1824 | * mjobs/MJCut.[h,cc]:
|
---|
1825 | - added the usage of the new class MSrcPosRndm
|
---|
1826 | - added new resource to switch random source position on
|
---|
1827 |
|
---|
1828 | * mjobs/MJPedestal.[h,cc]:
|
---|
1829 | - changed return code of Process to int to be able to return
|
---|
1830 | the pulse pos check result.
|
---|
1831 |
|
---|
1832 | * mpointing/PointingLinkDef.h, mpointing/Makefile:
|
---|
1833 | - added MSrcPosRndm
|
---|
1834 |
|
---|
1835 | * mpointing/MSrcPosRndm.[h,cc]:
|
---|
1836 | - added
|
---|
1837 |
|
---|
1838 | * mpointing/MHSrcPosCam.h:
|
---|
1839 | - addedn non const getter for fHist
|
---|
1840 |
|
---|
1841 |
|
---|
1842 |
|
---|
1843 | 2006/03/02 Daniela Dorner
|
---|
1844 |
|
---|
1845 | * datacenter/db/querymc.php:
|
---|
1846 | - fixed small bug
|
---|
1847 |
|
---|
1848 | * datacenter/db/dowebplots:
|
---|
1849 | - added option -p to the script, to be able to call the script
|
---|
1850 | for different programs independently
|
---|
1851 | - fixed find
|
---|
1852 |
|
---|
1853 |
|
---|
1854 |
|
---|
1855 | 2006/03/01 Daniela Dorner
|
---|
1856 |
|
---|
1857 | * datacenter/db/datacheck.php, datasetinfo.php, sequinfo.php:
|
---|
1858 | - included failure handling columns
|
---|
1859 |
|
---|
1860 |
|
---|
1861 |
|
---|
1862 | 2006/03/01 Thomas Bretz
|
---|
1863 |
|
---|
1864 | * mastro/MAstro.cc, mbase/MTime.cc:
|
---|
1865 | - added a comment in GetMagicPeriod
|
---|
1866 |
|
---|
1867 | * mpointing/MPointingPos.cc:
|
---|
1868 | - added new member function GetString
|
---|
1869 | - moved code from Print to GetString
|
---|
1870 | - added new function IsInitialized()
|
---|
1871 |
|
---|
1872 | * mjtrain/MJTrain*.[h,cc]:
|
---|
1873 | - added data members to change RF setup
|
---|
1874 |
|
---|
1875 | * mpointing/MPointingDevCalc.h, mpointing/MPointingPosCalc.h:
|
---|
1876 | - added missing AddToBranchList
|
---|
1877 |
|
---|
1878 | * mpointing/MHSrcPosCam.[h,cc]:
|
---|
1879 | - added
|
---|
1880 |
|
---|
1881 | * mpointing/Makefile, mpointing/PointingLinkDef.h:
|
---|
1882 | - added MHSrcPosCam
|
---|
1883 |
|
---|
1884 | * mbase/MTask.[h,cc]:
|
---|
1885 | - implemented a new data-meber fAccelerator which allows
|
---|
1886 | to switch off counting and timing analysis which can be very
|
---|
1887 | time-consuming in some circumstances
|
---|
1888 |
|
---|
1889 | * mbase/MTaskList.[h,cc]:
|
---|
1890 | - implemented the usabe of MTask::fAccelerator to switch off
|
---|
1891 | resetting of all parameter containers which can be very
|
---|
1892 | time-consuming
|
---|
1893 |
|
---|
1894 | * mimage/MImagePar.cc:
|
---|
1895 | - updated how the units are printed in Print()
|
---|
1896 |
|
---|
1897 | * mjobs/MJCut.cc:
|
---|
1898 | - added a new loop to fill the source position of the on-data
|
---|
1899 | - the acceleration of the two main loops are disabled because
|
---|
1900 | they are not yet tested.
|
---|
1901 |
|
---|
1902 | * datacenter/macros/plotstat.C:
|
---|
1903 | - the periods were wrong by one -- fixed.
|
---|
1904 |
|
---|
1905 |
|
---|
1906 |
|
---|
1907 | 2006/02/28 Daniela Dorner
|
---|
1908 |
|
---|
1909 | * datacenter/scripts/insertdatasets:
|
---|
1910 | - made sure, that backupfiles of the editor are not taken into
|
---|
1911 | account, when dataset files are searched
|
---|
1912 |
|
---|
1913 | * datacenter/db/*.php:
|
---|
1914 | - moved user, host and pw of database to the include file
|
---|
1915 | db.php
|
---|
1916 |
|
---|
1917 | * datacenter/db/index.html:
|
---|
1918 | - fixed links
|
---|
1919 |
|
---|
1920 | * datacenter/db/querymc.php,magicdefs.php:
|
---|
1921 | - added some variables
|
---|
1922 |
|
---|
1923 | * datacenter/db/runinfo.php,sequinfo.php:
|
---|
1924 | - bugfix (incl. TestSources)
|
---|
1925 |
|
---|
1926 | * datacenter/db/sequinfo.php:
|
---|
1927 | - changed init values
|
---|
1928 |
|
---|
1929 | * datacenter/db/sequinfo.php, findoffdata.php, magicdefs.php:
|
---|
1930 | - added value (relative ontime)
|
---|
1931 |
|
---|
1932 | * datacenter/db/dbstatus.php:
|
---|
1933 | - fixed bug
|
---|
1934 |
|
---|
1935 | * datacenter/db/queryrbk.php:
|
---|
1936 | - added query field 'Night', to query all entries of one night
|
---|
1937 | from the runbook
|
---|
1938 |
|
---|
1939 | * datacenter/db/index-header.html:
|
---|
1940 | - added links
|
---|
1941 |
|
---|
1942 |
|
---|
1943 |
|
---|
1944 | 2006/02/27 Thomas Bretz
|
---|
1945 |
|
---|
1946 | * macros/optim/optimwobble.C:
|
---|
1947 | - fixed a typo (SetThetaCut instead SetAlphaCut), and added the
|
---|
1948 | standard Disp-parametrization
|
---|
1949 |
|
---|
1950 | * mhflux/MHEffectiveOnTime.[h,cc]:
|
---|
1951 | - added showing the axis range of the time evolution histogram
|
---|
1952 |
|
---|
1953 | * showplot.cc:
|
---|
1954 | - fixed a warning in the Hash-switch.
|
---|
1955 |
|
---|
1956 | * mbase/MEnv.cc:
|
---|
1957 | - replaced casts in switch by an appended U
|
---|
1958 |
|
---|
1959 | * macros/train/trainseparation.C:
|
---|
1960 | - replaced outdated MTTrainRFSeparate by MJTrainSeparation
|
---|
1961 |
|
---|
1962 | * mastro/MAstro.h:
|
---|
1963 | - added conversion constants for pc-m and pc-ly
|
---|
1964 |
|
---|
1965 | * mhflux/MMcSpectrumWeight.cc:
|
---|
1966 | - fixed typo in comment
|
---|
1967 |
|
---|
1968 | * mimage/MImagePar.h:
|
---|
1969 | - minor changes to layout
|
---|
1970 |
|
---|
1971 | * mimage/MHNewImagePar.[h,cc], mimage/MNewImagePar.[h,cc]:
|
---|
1972 | - added new image parameters fConcCOG and fConcCore
|
---|
1973 | - increased class version of MNewImagePar
|
---|
1974 |
|
---|
1975 | * mimage/MHillasExt.cc:
|
---|
1976 | - added some comments
|
---|
1977 | - removed an obsolete TMath::Abs around "dist"
|
---|
1978 |
|
---|
1979 | * mranforest/MRanForest.[h,cc]:
|
---|
1980 | - the initialization of fTreeHad was done at the wrong moment
|
---|
1981 | - replaced a cast int(x+.5) by TMath::Nint
|
---|
1982 | - added some additional warning output
|
---|
1983 | - added "!" to fTreeHad - it is only for temporary storage used
|
---|
1984 | in the histogram classes
|
---|
1985 |
|
---|
1986 | * mranforest/MRanForestGrow.h:
|
---|
1987 | - added GetForest
|
---|
1988 |
|
---|
1989 | * mjtrain/MJTrainSeparation.[h,cc]:
|
---|
1990 | - added some code for upcomming automatic event selection
|
---|
1991 |
|
---|
1992 | * datacenter/macros/plotstat.C:
|
---|
1993 | - improved macro description
|
---|
1994 | - added arguments to main function
|
---|
1995 |
|
---|
1996 | * macros/plot/mucal.C:
|
---|
1997 | - added
|
---|
1998 |
|
---|
1999 |
|
---|
2000 |
|
---|
2001 | 2006/02/25 Daniela Dorner
|
---|
2002 |
|
---|
2003 | * datacenter/scripts/checkfilesforsequavail, checkstardone,
|
---|
2004 | writesequencefiles, buildsequenceentries, dodatacheck, doexclusions,
|
---|
2005 | fillcallisto, fillganymed, fillstar,
|
---|
2006 | datacenter/macros/writesequencefile.C, filldotraw.C, fillsinope.C
|
---|
2007 | buildsequenceentries.C, resetcolumn.C, doexclusions.C, fillcalib.C
|
---|
2008 | fillsignal.C, fillganymed.C, fillstar.C:
|
---|
2009 | - implemented, that a missing connection to the database doesn't
|
---|
2010 | cause an failure entry in the database, so that the step is
|
---|
2011 | retried in this case
|
---|
2012 | - updated documentation
|
---|
2013 |
|
---|
2014 |
|
---|
2015 |
|
---|
2016 | 2006/02/25 Thomas Bretz
|
---|
2017 |
|
---|
2018 | * datacenter/macros/plotstat.C:
|
---|
2019 | - added
|
---|
2020 |
|
---|
2021 |
|
---|
2022 |
|
---|
2023 | 2006/02/24 Markus Meyer
|
---|
2024 |
|
---|
2025 | * resources/calibration.rc:
|
---|
2026 | - update of correction values for the calibration constants
|
---|
2027 | (P31 - P39, without P36!(problems with spline))
|
---|
2028 |
|
---|
2029 |
|
---|
2030 |
|
---|
2031 | 2006/02/24 Daniela Dorner
|
---|
2032 |
|
---|
2033 | * datacenter/db/datacheck.php, datasetinfo.php, dbstatus.php,
|
---|
2034 | findoffdata.php, include.php, magicdefs.php, runinfo.php,
|
---|
2035 | sequinfo.php, statusrps.php, statussbs.php, statussps.php:
|
---|
2036 | - included failure handling columns
|
---|
2037 |
|
---|
2038 | * datacenter/db/findoffdata.php:
|
---|
2039 | - added DT
|
---|
2040 |
|
---|
2041 | * datacenter/db/statusrps.php:
|
---|
2042 | - fixed bug
|
---|
2043 |
|
---|
2044 | * datacenter/db/sequinfo.php:
|
---|
2045 | - reduced width of menu
|
---|
2046 |
|
---|
2047 | * datacenter/scripts/copyscript:
|
---|
2048 | - added makedir for oldcatalogpath
|
---|
2049 |
|
---|
2050 |
|
---|
2051 |
|
---|
2052 | 2006/02/23 Thomas Bretz
|
---|
2053 |
|
---|
2054 | * mjobs/MJSpectrum.cc:
|
---|
2055 | - fixed plot for Eý.dN/dE. The spectrum was multiplied with two
|
---|
2056 | times the bin-width instead of the absolute energy
|
---|
2057 |
|
---|
2058 |
|
---|
2059 |
|
---|
2060 | 2006/02/22 Daniela Dorner
|
---|
2061 |
|
---|
2062 | * datacenter/db/querymc.php:
|
---|
2063 | - added (website to query montecarlo database - first version)
|
---|
2064 |
|
---|
2065 | * datacenter/db/magicdefs.php:
|
---|
2066 | - added some values of montecarlo database
|
---|
2067 |
|
---|
2068 |
|
---|
2069 |
|
---|
2070 | 2006/02/17 Daniela Dorner
|
---|
2071 |
|
---|
2072 | * datacenter/scripts/copyscript:
|
---|
2073 | - fixed path length
|
---|
2074 |
|
---|
2075 | * datacenter/macros/fillsources.C:
|
---|
2076 | - added (macro to read source information from catalog files and
|
---|
2077 | insert it into the database)
|
---|
2078 |
|
---|
2079 | * datacenter/db/ganymed.php:
|
---|
2080 | - improved output
|
---|
2081 |
|
---|
2082 | * datacenter/db/index.html:
|
---|
2083 | - added ganymed.php
|
---|
2084 | - removed old link
|
---|
2085 |
|
---|
2086 |
|
---|
2087 |
|
---|
2088 | 2006/02/17 Thomas Bretz
|
---|
2089 |
|
---|
2090 | * showplot.cc:
|
---|
2091 | - fixed path inflation in case of ganymed
|
---|
2092 |
|
---|
2093 | * mjobs/MDataSet.cc:
|
---|
2094 | - return kFALSE if requested source wasn't found in catalog
|
---|
2095 |
|
---|
2096 | * mjobs/MJCut.cc:
|
---|
2097 | - reformatted output of source to fit in one line
|
---|
2098 |
|
---|
2099 | * mpointing/MPointingPos.[h,cc]:
|
---|
2100 | - output source name (title) in Print() if set
|
---|
2101 |
|
---|
2102 |
|
---|
2103 |
|
---|
2104 | 2006/02/16 Daniela Dorner
|
---|
2105 |
|
---|
2106 | * datacenter/scripts/checkstardone:
|
---|
2107 | - small improvement in sequence handling
|
---|
2108 | - improved logging
|
---|
2109 |
|
---|
2110 | * datacenter/scripts/sourcefile:
|
---|
2111 | - small bugfixes in setstatus function
|
---|
2112 |
|
---|
2113 | * datacenter/scripts/runganymed:
|
---|
2114 | - small bugfix
|
---|
2115 |
|
---|
2116 | * datacenter/scripts/copyscript:
|
---|
2117 | - fixed path length
|
---|
2118 |
|
---|
2119 | * datacenter/db/ganymed.php:
|
---|
2120 | - added (website to query results for sources/datasets)
|
---|
2121 |
|
---|
2122 |
|
---|
2123 |
|
---|
2124 | 2006/02/15 Daniela Dorner
|
---|
2125 |
|
---|
2126 | * datacenter/db/findoffdata.php:
|
---|
2127 | - implemented possibility to query range of dates for 'stardone'
|
---|
2128 |
|
---|
2129 |
|
---|
2130 |
|
---|
2131 | 2006/02/15 Daniel Hoehne
|
---|
2132 |
|
---|
2133 | * datacenter/db/magicdefs.php, querycal.php, sequinfo.php:
|
---|
2134 | - implemented query for mean signal inner/outer and mean pulsepos
|
---|
2135 | * datacenter/db/sequence.php:
|
---|
2136 | - implemented query for mean signal inner/outer, mean pulsepos
|
---|
2137 | and inhomogeneity
|
---|
2138 |
|
---|
2139 |
|
---|
2140 |
|
---|
2141 | 2006/02/15 Daniela Dorner, Daniel Hoehne
|
---|
2142 |
|
---|
2143 | * datacenter/scripts/writesequencefiles,doexclusion,correcttime:
|
---|
2144 | - fixed small bug
|
---|
2145 |
|
---|
2146 |
|
---|
2147 |
|
---|
2148 | 2006/02/14 Daniela Dorner, Daniel Hoehne
|
---|
2149 |
|
---|
2150 | * datacenter/scripts/sourcefile:
|
---|
2151 | - fixed small bugs
|
---|
2152 |
|
---|
2153 | * datacenter/scripts/movingrawfiles:
|
---|
2154 | - changed back to moving files without zipping
|
---|
2155 |
|
---|
2156 | * datacenter/scripts/doqualityplots:
|
---|
2157 | - added running of plotdb.C for each datasetfile
|
---|
2158 |
|
---|
2159 | * datacenter/macros/getdolist.C:
|
---|
2160 | - implemented limitation for number of todo files for
|
---|
2161 | SequenceProcessStatus
|
---|
2162 |
|
---|
2163 | * datacenter/macros/checkfileavail.C,checkstardone.C:
|
---|
2164 | - changed return code in case that files are not available
|
---|
2165 |
|
---|
2166 | * datacenter/scripts/checkfilesforsequavail,checkstardone,sourcefile:
|
---|
2167 | - adapted to changed return code in macros
|
---|
2168 |
|
---|
2169 | * datacenter/db/magicdefs.php, querystar.php, sequinfo.php:
|
---|
2170 | - implemented query for inhomogeneity
|
---|
2171 |
|
---|
2172 |
|
---|
2173 |
|
---|
2174 | 2006/02/13
|
---|
2175 |
|
---|
2176 | * RELEASE 0.9.4.3
|
---|
2177 |
|
---|
2178 |
|
---|
2179 |
|
---|
2180 | 2006/02/13 Thomas Bretz
|
---|
2181 |
|
---|
2182 | * callisto.rc:
|
---|
2183 | - changed pulse position check ExtractWinLeft to 4.0 and
|
---|
2184 | ExtractWinRight to 4.5
|
---|
2185 |
|
---|
2186 | * callisto_Dec04Jan05.rc:
|
---|
2187 | - changed pulse position check ExtractWinLeft to 3.0 and
|
---|
2188 | ExtractWinRight left at 2.5
|
---|
2189 |
|
---|
2190 |
|
---|
2191 |
|
---|
2192 | 2006/02/10 Thomas Bretz
|
---|
2193 |
|
---|
2194 | * mastro/MAstro.cc:
|
---|
2195 | - allow for more year in the algorithm calculating easter
|
---|
2196 |
|
---|
2197 | * mcamera/MCameraDC.h, mcamera/MCameraHV.h, mcamera/MCameraTD.h,
|
---|
2198 | mcamera/MCameraTH.h:
|
---|
2199 | - added a sanity check in GetPixelContent
|
---|
2200 |
|
---|
2201 | * mraw/MRawRunHeader.cc:
|
---|
2202 | - fixed output (correct kiB instead of kB)
|
---|
2203 |
|
---|
2204 | * Makefile, Makefile.rules:
|
---|
2205 | - implemented the possibility to spread Make through condor
|
---|
2206 |
|
---|
2207 | * mastro/MAstroCatalog.[h,cc]:
|
---|
2208 | - new draw-options to rotate the grid and the stars
|
---|
2209 |
|
---|
2210 | * mimage/MHHillas.cc:
|
---|
2211 | - set minimum of fDelte to 0 instead of fDistC
|
---|
2212 |
|
---|
2213 | * msignal/MExtractTimeAndChargeSpline.h:
|
---|
2214 | - replaced the casts in SetRiseTimeHiGain and StFallTimeHiGain by
|
---|
2215 | TMath::NInt
|
---|
2216 |
|
---|
2217 | * mjobs/MDataSet.h:
|
---|
2218 | - implemented new functions to check whether the dataset contains
|
---|
2219 | a dedicated sequence
|
---|
2220 |
|
---|
2221 | * datacenter/macros/plotdb.C:
|
---|
2222 | - implemented the possibility to draw sequences of a dataset in
|
---|
2223 | several colors
|
---|
2224 |
|
---|
2225 |
|
---|
2226 |
|
---|
2227 | 2006/02/09 Thomas Bretz
|
---|
2228 |
|
---|
2229 | * mreport/MReport.cc:
|
---|
2230 | - invented new fake CC report file version 200509300 for a change
|
---|
2231 | in the starguider format (the already implemented last values
|
---|
2232 | dissapeared again!) which is not noticed in the format version.
|
---|
2233 |
|
---|
2234 | * mreport/MReportCC.cc, mreport/MReportStarguider.cc:
|
---|
2235 | - fixed support for ver 200510250
|
---|
2236 |
|
---|
2237 | * mjobs/MJSpectrum.cc:
|
---|
2238 | - added fit of un-unfolded spectrum
|
---|
2239 |
|
---|
2240 |
|
---|
2241 |
|
---|
2242 | 2006/02/08 Daniela Dorner
|
---|
2243 |
|
---|
2244 | * datacenter/scripts/sourcefile:
|
---|
2245 | - implemented function checklock
|
---|
2246 | - bugfix for failure code
|
---|
2247 |
|
---|
2248 | * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
|
---|
2249 | checkstardone, doexclusions, fillcallisto, fillganymed, fillstar,
|
---|
2250 | makecallistolinks, runcallisto, runganymed, runstar,
|
---|
2251 | writesequencefiles:
|
---|
2252 | - implemented usage of function checklock
|
---|
2253 |
|
---|
2254 | * datacenter/scripts/copyscript, doqualityplots, dowebplots,
|
---|
2255 | insertsequences, linkmc:
|
---|
2256 | - implemented usage of function checklock
|
---|
2257 | - implemented variable $program
|
---|
2258 |
|
---|
2259 | * datacenter/scripts/dodatacheck:
|
---|
2260 | - implemented usage of function checklock
|
---|
2261 | - implemented variable $lockfile
|
---|
2262 |
|
---|
2263 | * datacenter/scripts/insertdatasets, mcsequences, processmcsequences:
|
---|
2264 | - implemented usage of function checklock
|
---|
2265 | - implemented variables $lockfile and $program
|
---|
2266 |
|
---|
2267 | * datacenter/macros/doexclusions.C, fillganymed.C:
|
---|
2268 | - fixed bug
|
---|
2269 |
|
---|
2270 | * datacenter/macros/fillsinope.C, setstatus.C:
|
---|
2271 | - improved documentation
|
---|
2272 |
|
---|
2273 | * datacenter/scripts/filesondisk:
|
---|
2274 | - implemented finding of zipped files
|
---|
2275 |
|
---|
2276 |
|
---|
2277 |
|
---|
2278 | 2006/02/08 Thomas Bretz
|
---|
2279 |
|
---|
2280 | * datacenter/macros/plotdb.C:
|
---|
2281 | - some minor changes to the layout
|
---|
2282 |
|
---|
2283 |
|
---|
2284 |
|
---|
2285 | 2006/02/07 Daniela Dorner
|
---|
2286 |
|
---|
2287 | * datacenter/scripts/makecallistolinks:
|
---|
2288 | - fixed bug
|
---|
2289 |
|
---|
2290 | * datacenter/db:
|
---|
2291 | - added (directory with db-websites)
|
---|
2292 |
|
---|
2293 |
|
---|
2294 |
|
---|
2295 | 2006/02/07 Daniela Dorner, Daniel Hoehne
|
---|
2296 |
|
---|
2297 | * datacenter/scripts/sourcefile:
|
---|
2298 | - added failure code variables
|
---|
2299 | - changed calling of setstatus.C accordingly
|
---|
2300 |
|
---|
2301 | * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
|
---|
2302 | checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
|
---|
2303 | fillganymed, fillstar, runcallisto, runganymed, runstar,
|
---|
2304 | writesequencefiles:
|
---|
2305 | - implemented failure variable
|
---|
2306 |
|
---|
2307 | * datacenter/macros/getdolist.C, setstatus.C, setupdb.C:
|
---|
2308 | - added new/changed columns (fReturnCode, fFailedCode,
|
---|
2309 | fFailedCodeAdd)
|
---|
2310 |
|
---|
2311 |
|
---|
2312 |
|
---|
2313 | 2006/02/06 Daniela Dorner
|
---|
2314 |
|
---|
2315 | * datacenter/scripts/fillstar, macros/setstatus.C, getdolist.C:
|
---|
2316 | - fixed bugs
|
---|
2317 |
|
---|
2318 |
|
---|
2319 |
|
---|
2320 | 2006/02/03 Daniela Dorner
|
---|
2321 |
|
---|
2322 | * datacenter/scripts/sourcefile:
|
---|
2323 | - implemented two new functions: getdolist, finish
|
---|
2324 | - implemented usage of function finish in other functions
|
---|
2325 |
|
---|
2326 | * datacenter/scripts/movingrawfiles:
|
---|
2327 | - implemented zipping of rawfiles
|
---|
2328 |
|
---|
2329 | * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
|
---|
2330 | checkstardone, copyscript, correcttime, dodatacheck, doexclusions,
|
---|
2331 | fillcallisto, fillganymed, fillstar, insertdatasets,
|
---|
2332 | makecallistolinks, processmcsequences, runcallisto, runganymed,
|
---|
2333 | runstar, writesequencefiles:
|
---|
2334 | - replaced corresponding pieces of code by the functions getdolist
|
---|
2335 | and finish
|
---|
2336 | - moved variable $date to function getdolist
|
---|
2337 | - improved logging
|
---|
2338 | - generalized variables $lockfile and $todofile
|
---|
2339 |
|
---|
2340 |
|
---|
2341 | 2006/02/03 Daniela Dorner, Daniel Hoehne
|
---|
2342 |
|
---|
2343 | * datacenter/scripts/sourcefile:
|
---|
2344 | - fixed small bugs
|
---|
2345 |
|
---|
2346 | * datacenter/scripts/runcallisto:
|
---|
2347 | - small bugfix
|
---|
2348 | - improved logging
|
---|
2349 |
|
---|
2350 | * datacenter/scripts/insertdatasets:
|
---|
2351 | - removed not needed variable
|
---|
2352 |
|
---|
2353 | * datacenter/macros/getdolist.C:
|
---|
2354 | - small bugfix
|
---|
2355 |
|
---|
2356 |
|
---|
2357 |
|
---|
2358 | 2006/02/02 Daniela Dorner
|
---|
2359 |
|
---|
2360 | * datacenter/scripts/linkmc:
|
---|
2361 | - changed numbering of P and C run in linking
|
---|
2362 |
|
---|
2363 | * datacenter/scripts/sourcefile:
|
---|
2364 | - moved to root-version root_v4.04.02g
|
---|
2365 |
|
---|
2366 |
|
---|
2367 |
|
---|
2368 | 2006/02/01 Daniel Hoehne
|
---|
2369 |
|
---|
2370 | * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
|
---|
2371 | checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
|
---|
2372 | fillganymed, fillstar, writesequencefiles:
|
---|
2373 | - adapted usage of function setstatus
|
---|
2374 |
|
---|
2375 |
|
---|
2376 |
|
---|
2377 | 2006/01/31 Daniela Dorner
|
---|
2378 |
|
---|
2379 | * datacenter/macros/setstatus.C, getdolist.C:
|
---|
2380 | - adapted macros to changes in new columns (fFailedCode,
|
---|
2381 | fFailedComment)
|
---|
2382 |
|
---|
2383 | * datacenter/macros/setstatus.C:
|
---|
2384 | - added "noreset" for column fStartTime (is needed so that runtime
|
---|
2385 | is available in case of failure)
|
---|
2386 |
|
---|
2387 | * datacenter/macros/setupdb.C:
|
---|
2388 | - added new columns
|
---|
2389 |
|
---|
2390 | * datacenter/scripts/runcallisto, runganymed, runstar:
|
---|
2391 | - implemented failure handling
|
---|
2392 |
|
---|
2393 | * datacenter/scripts/sourcefile:
|
---|
2394 | - implemented new functions to set status values
|
---|
2395 |
|
---|
2396 |
|
---|
2397 |
|
---|
2398 | 2006/01/30 Daniel Hoehne
|
---|
2399 |
|
---|
2400 | * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
|
---|
2401 | checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
|
---|
2402 | fillganymed, fillstar, runcallisto, runganymed, runstar, sourcefile,
|
---|
2403 | writesequencefiles:
|
---|
2404 | - added function setstatus in sourcefile
|
---|
2405 | - changed calling of setstatus.C in setstatus
|
---|
2406 | - implemented variable $program to generalize usage of setstatus
|
---|
2407 | - replaced corresponding piece of code by function setstatus
|
---|
2408 | - fixed some typos
|
---|
2409 |
|
---|
2410 |
|
---|
2411 |
|
---|
2412 | 2006/01/30 Daniela Dorner
|
---|
2413 |
|
---|
2414 | * datacenter/macros/setstatus.C, getdolist.C:
|
---|
2415 | - adapted macros to the improvement of failure handling in the
|
---|
2416 | automatic analysis (added columns fFailed, fStartTime,
|
---|
2417 | fFailedTime)
|
---|
2418 |
|
---|
2419 |
|
---|
2420 |
|
---|
2421 | 2006/01/27 Thomas Bretz
|
---|
2422 |
|
---|
2423 | * mjobs/MDataSet.cc:
|
---|
2424 | - improved a warning output
|
---|
2425 |
|
---|
2426 |
|
---|
2427 |
|
---|
2428 | 2006/01/23 Thomas Bretz
|
---|
2429 |
|
---|
2430 | * mbase/MTime.cc:
|
---|
2431 | - removed a sanity check in GetStringFmt. It work's quite nice
|
---|
2432 | in the DC but crashes on my Laptop (which is not so important)
|
---|
2433 |
|
---|
2434 |
|
---|
2435 |
|
---|
2436 | 2006/01/10 Daniela Dorner
|
---|
2437 |
|
---|
2438 | * datacenter/macros/*.C, datacenter/script:
|
---|
2439 | - updated and added documentation
|
---|
2440 | - improved logging
|
---|
2441 | - fixed small bugs
|
---|