source: trunk/MagicSoft/Mars/Changelog@ 8206

Last change on this file since 8206 was 8206, checked in by Daniela Dorner, 19 years ago
*** empty log message ***
File size: 122.3 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4For 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
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20
21 2006/11/02 Daniela Dorner
22
23 * datacenter/db/plotdb.php:
24 - exchanged pulldown for plot-option by radio buttons
25
26 * scripts/preparemc:
27 - updated setting of root-version (/opt/root_v5.12.00f)
28 - updated mcpath (/magic/montecarlo/rawfiles)
29 - removed usage of sourcefile
30
31
32
33 2006/11/02 Thomas Bretz
34
35 * datacenter/macros/fillstar.C:
36 - changed such that no muon rates below 0 are entered into the DB
37
38 * mhcalib/MHCalibrationCam.cc:
39 - reformatted and improved output
40 - do not complain about empty lo-gain histograms (BTW:
41 it should complain if the histogram should not be empty!)
42
43 * mranforest/MHRanForestGini.cc, mranforest/MRanForest.cc,
44 mranforest/MRanForestCalc.cc, mranforest/MRanTree.cc:
45 - small changes to output
46 - changes to comments
47
48
49
50 2006/11/01 Daniela Dorner
51
52 * datacenter/db/builddatasets.php:
53 - added more warnings (inhomogeneity, number of identified and
54 correlated stars)
55 - fixed bug in query getting the next datasetnumber
56 - implemented stop of inserting in case of failure of one query
57 - added init values for some limits
58 - changed fDataSetName from varchar(12) to varchar(20)
59 - enlarged space behind +/- menu items
60 - improved output for missing fRealSourceKEY
61 - removed fMaxHumidity and fArrTimeMeanInner from Init
62 - added and adapted init values for fPSF, fMeanPedRms,
63 fMeanNumberIslands, fRation, relative ontime, fMuonRate,
64 fPulsePos
65
66 * datacenter/macros/buildsequenceentries.C:
67 - fixed bug introduced with change on 27.10.2006 (in query ')' was
68 missing
69
70 * datacenter/scripts/writedatasetfiles:
71 - added (script that executes writedatasetfile.C)
72
73 * datacenter/scripts/sourcefile:
74 - added error-code variable for Fdatasetfilewritten
75
76 * steps.rc:
77 - added new column DataSetProcessStatus.fDataSetFileWritten
78
79 * datacenter/db/sequinfo-aio.php:
80 - changed init: fPSF, fMeanPedRmsInner and fLinks now switched on
81 by default
82
83 * datacenter/db/sequinfo-aio.php, datacenter/db/sequinfo-aio.php,
84 datacenter/db/sequinfo-aio.php, datacenter/db/builddatasets.php:
85 - emphasis menu item 'Menu'
86
87 * datacenter/db/index-footer.html:
88 - adapted link to validator-img file
89
90 * datacenter/db/menu.php:
91 - changed menu label of fStartTime from StartTime to ProcessTime
92 to avoid confusions
93
94 * datacenter/db/menu.php, datacenter/db/magicdefs.php:
95 - removed fWobble (website was not working due to that)
96 - implemented a min and a max limit for the relative ontime
97 - removed limit for arrival time
98
99 * datacenter/db/include.php:
100 - changed code to determin the colour of an table entry to
101 provide the possibility to set different limits for one value
102
103
104
105 2006/11/01 Thomas Bretz
106
107 * datacenter/macros/plotdb.C, datacenter/macros/plotoptical.C:
108 - a lot of changes starting to unify the different plot macros
109 - use the new function to get the joins automatically
110 - further improved grouping
111
112 * datacenter/macros/plotrundb.C:
113 - added
114
115 * msql/MSQLServer.[h,cc]:
116 - implemented a new function returning the primary key of a table
117 - added a new function to return the joins automatically
118 necessary to do a query
119 - changed the call to GetTables and GetColumns
120
121 * mhflux/MHFalseSource.[h,cc]:
122 - added a DrawNicePlot feature like for MHAlpha
123
124 * mmain/MEventDisplay.cc:
125 - added MPedestalSubtract
126 - new default size
127
128 * mbase/MLogHtml.cc:
129 - improved colors
130
131 * mcalib/MCalibrationRelTimeCalc.cc:
132 - reformatted some output
133
134 * mhcalib/MHCalibrationChargeCam.cc:
135 - when filling the histograms only fill signals which are
136 valid
137 - do not count the number of lo-gain saturation slices, just
138 check whether it is saturating or not
139 - for the moment we do not take the fTimeLower/UpperLimit into
140 account. It is enough if the extracted time is within the
141 extraction range (TO BE IMPROVED!)
142
143 * mhcalib/MHCalibrationPulseTimeCam.cc:
144 - improved output
145 - do not check th elo-gain if hi-gain is already above saturation
146 limit.
147
148 * mhcalib/MHCalibrationRelTimeCam.cc:
149 - extended first bin from -4.975 to -9.975
150 - correctly handle validity and saturation of the pixels
151 - allow the reference pixel to be set from the resource file
152
153 * mhcalib/MHGausEvents.h:
154 - exclude empty histograms in IsOnlyUnderflow and IsOnlyOverflow
155
156 * msignal/MExtractTimeAndCharge.[h,cc]:
157 - added a new function which give an estimate for the arrival time
158 in case of saturation
159 - allow the arrival time to be a minimum of -1 before replacing
160 it by a random value
161 - in case of saturation use a polynomial of second order to
162 get a better estimation of the arrival time
163
164
165
166
167 2006/10/31 Daniela Dorner
168
169 * datacenter/db/menu.php
170 - added PrintStarRangeMenu (inputs to query range for the
171 timestamp when Star has been done)
172 - changed PrintFailedMenu (ReturnCode and FailedCode were labeled
173 wrongly)
174
175 * datacenter/db/magicdefs.php
176 - added fRunTimeLimit
177 - shortened alias of fSkyBrightnessMed
178
179 * datacenter/db/builddatasets.php
180 - added (website to build datasets)
181
182 * datacenter/db/include.php
183 - exchanged \" by '
184 - added function CheckBox2 for $_POST
185 - added argument $form to function PrintMagicTable ($form
186 indicates if a second <form> and the according checkboxes and
187 inputs for $_POST are needed)
188 - added checkboxes in function PrintMagicTable for 2 additional
189 columns needed in builddatasets.php
190
191 * datacenter/db/culminating.php, datacenter/db/datacheck.php,
192 datacenter/db/datasetinfo.php, datacenter/db/datasetinfo-aio.php,
193 datacenter/db/dbstatus.php, datacenter/db/findoffdata.php,
194 datacenter/db/index.php, datacenter/db/opticaldata.php,
195 datacenter/db/printtable.php, datacenter/db/querycal.php,
196 datacenter/db/querymc.php, datacenter/db/queryrbk.php,
197 datacenter/db/queryseq.php, datacenter/db/querystar.php,
198 datacenter/db/runinfo-aio.php, datacenter/db/runinfo.php,
199 datacenter/db/sequinfo-aio.php, datacenter/db/sequinfo.php,
200 datacenter/db/sources.php, datacenter/db/statusrps.php,
201 datacenter/db/statussps.php, datacenter/db/statussbs.php:
202 - changed call of function PrintMagicTable according to changes
203 in include.php
204
205
206
207 2006/10/31 Thomas Bretz
208
209 * datacenter/macros/writedatasetfile.C:
210 - added
211
212
213
214 2006/10/30 Thomas Bretz
215
216 * mbase/MMath.[h,cc]:
217 - added a new function to calculate the intersection point of
218 two lines
219
220 * mgui/MHexagon.[h,cc]:
221 - added function to calculate the intersection of two hexagons
222
223
224
225 2006/10/30 Daniela Dorner
226
227 * datacenter/scripts/runcallisto:
228 - added output of commandline to runlog
229 - in case of missing cacofile the output and return value was wrong
230 - added printprocesslog in case of missing cacofile
231 - added filename to output of printprocesslog in case of failing
232 merppupdate
233
234 * datacenter/scripts/runstar:
235 - added output of commandline to runlog
236 - added staging of callistofiles
237
238 * datacenter/scripts/jobmanager:
239 - bugfix for the change of 25.10.2006 (reset of
240 nothingtodosleeptime was missing)
241
242
243
244 2006/10/27 Daniela Dorner
245
246 * datacenter/db/menu.js:
247 - exchanged names of functions show() and hide()(were named the
248 wrong way round)
249
250 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php
251 datacenter/db/datasetinfo-aio.php:
252 - enlarged space behind +/- menu items
253
254
255
256 2006/10/27 Thomas Bretz
257
258 * datacenter/macros/buildsequenceentries.C:
259 - included a fix for 0000-00-00 times in the run-database
260
261 * datacenter/macros/plotdb.C:
262 - implemented a possibility to show average values with RMS
263
264 * mjtrain/MJTrainSeparation.cc:
265 - do not print observation time statistics if observation time is
266 zero
267
268 * datacenter/macros/fillstar.C:
269 - do not fill arbitrary negative value
270
271 * mfbase/MF.cc:
272 - fixed a compiler warning about a comment
273
274 * mranforest/MRanForestCalc.cc:
275 - removed the appearance of an obsolete error message
276 - the printing of weights is now done less often
277
278 * msignal/MExtractTimeAndCharge.cc:
279 - added a comment line
280
281 * mjobs/MJSpectrum.[h,cc]:
282 - added reading and usage of "CalcHadronness" when processing
283 the MCs
284 - added a plot for the Cut efficiency
285
286
287
288 2006/10/26 Daniela Dorner
289
290 * datacenter/scripts/setup:
291 - updated root version
292
293
294
295 2006/10/25 Thomas Bretz
296
297 * mjtrain/MJTrainSeparation.cc:
298 - print filename into output
299
300 * mbadpixels/MBadPixelsCam.cc:
301 - turned the warning when merging an empty cam into an info
302
303 * mextralgo/MExtralgoDigitalFilter.cc:
304 - removed some old comments, added some new ones
305
306 * mextralgo/MExtralgoSpline.[h,cc]:
307 - added some sanity checks to make sure that the spline
308 can be initialized and is initialized
309 - changed the default extraction position for noise extraction to be
310 in the middle of a 5 slice long spline
311
312 * msignal/MExtractTimeAndCharge.[h,cc]:
313 - removed a lot of old comment and added some new ones
314 - changed the behaviour of the determination of the start position
315 to extract the lo-gains
316 - added a spline interpolation to estimate the rrival time
317 of saturating hi-gains
318 - decreased the random range to the maximum extraction range
319
320 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc],
321 msignal/MExtractTimeAndChargeSpline.[h,cc]:
322 - removed a lot of comments, added some new ones
323 - removed fraRandomIter (replaced by a real random number)
324 - replaced some if-conditions by switch
325 - init the arrays to the maximum possible size
326
327
328
329 2006/10/25 Daniela Dorner
330
331 * datacenter/scripts/jobmanager, datacenter/scripts/setup:
332 - added longer sleeping, when there is nothing to do for any script
333
334 * datacenter/db/plot.php, datacenter/db/plotdb.php,
335 datacenter/db/plotinclude.php:
336 - added (websites to plot values from the db)
337
338 * datacenter/db/menu.js:
339 - added functions for plotdb menu
340
341 * datacenter/db/index-header.html, datacenter/db/index.html:
342 - added plotdb website
343
344
345
346 2006/10/24 Thomas Bretz
347
348 * Makefile:
349 - added mextralgo directory
350
351 * mextralgo/MExtralgoDigitalFilter.[h,cc]:
352 - added code to calculate chisq
353 - some small changes to calculating the weights
354
355 * mextralgo/MExtralgoSpline.[h,cc]:
356 - removed the random iterator, use a random number instead
357 - removed obsolete variable fResolution
358
359 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
360 mjobs/MJPedestal.cc:
361 - introduced new MPedestalSubtract
362 - changed the range for the pedestal extraction window
363 (the window should be the same as the extractor search
364 window, even if it need not to be used in the case of
365 the random extractor)
366
367 * mpedestal/MExtractPedestal.[h,cc], mpedestal/MPedCalcPedRun.[h,cc],
368 mpedestal/MPedCalcFromLoGain.[h,cc]:
369 - removed a lot of obsolte code
370 - unified and moved a lot of code to the base class
371 - moved code used only in a single derived class to this class
372 - changed and simplified the range check for the windows
373 - removed memcpy stuff, instead use the output of MExtractPedestal
374 - get the window size automatically from a possible extractor
375 - simplified InitBlindPixel
376
377 * mpedestal/Makefile, mpedestal/PedestalLinkDef.h:
378 - added MHPedestalCor
379 - added MPedestalSubtract
380 - added MPedestalSubtractedEvt
381 - removed MPedCalcFromData
382
383 * mpedestal/MHPedestalCor.[h,cc], mpedestal/MPedestalSubtract.[h,cc],
384 mpedestal/MPedestalSubtractEct.[h,cc]:
385 - added
386
387 * mpedestal/MPedCalcFromData.[h,cc]:
388 - removed
389
390 * msignal/MExtractTime.[h,cc]:
391 - commented out some code which will become obsolete soon
392 - improved Print() function
393
394 * msignal/MExtractTimeAndCharge.[h,cc]:
395 - redesign to use the new extraction interface
396 - changed from hi/lo-gain to one sample by using
397 MPedestalSubtractedEvt
398 - changed the lo-gain star shift default to -6.0
399 - moved the determination of saturation and maxima into
400 MPedestalSubtractedEvt
401 - improved Print() function
402 - removed obsolete data members
403
404 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]:
405 - changed to use the new MExtralgo class instead of its own
406 algorithm
407 - now read a third column from the weights files
408 - improved Print() function
409 - removed obsolete data members
410 - added data member for pulse shape
411
412 * msignal/MExtractTimeAndChargeSpline.[h,cc]:
413 - changed to use the new MExtralgo class instead of its own
414 algorithm
415 - changed rise-time from 0.5 to 0.7 and fall time from 0.5 to 1.0
416 - removed obsolete data members
417 - removed fRandomIter
418
419 * msignal/MExtractedSignalPix.h:
420 - changed some comments
421
422 * msignal/MExtractor.cc:
423 - changed default saturation limit from 250 to 245 to be
424 more than two times the ab-offset away from 255
425 - small changes to the range checks
426 - updated Print() function
427 - removed fHiLoLast data member
428
429 * msignal/Makefile:
430 - added mextralgo as include directory
431
432 * msignal/calibration_weights_UV46.dat, msignal/cosmics_weights46.dat:
433 - added third column (now contains zeros)
434
435 * msignal/MExtractBlindPixel.cc:
436 - replaced self allocated arrays by MArrays
437 - added data member fHiLoLast (for the moment)
438
439 * msignal/MExtractPINDiode.cc:
440 - removed printing of fHiLoLast (it wasn't used anyhow
441
442 * mjobs/pedestalref.rc. mjobs/pedestalref_Dec04.rc:
443 - changed the maximum displayed for the pedestal from 16 to 20
444 to match also newer data
445
446 * msignal/SignalIncl.h:
447 - removed obsolete includes
448
449 * msignal/MExtractBlindPixel.[h,cc]:
450 - changed according to the other changes
451 - removed a lot of obsolete variables
452 - changed interface to set blind pixel indices
453 - now directly use the spline extractor class
454
455 * mflux/MFHadAlpha.[h,cc], MHadAlphaCut.[h,cc]:
456 - removed obsolete classes
457
458
459
460 2006/10/23 Thomas Bretz
461
462 * mbadpixels/MBadPixelsCam.cc:
463 - optimized log-output
464
465 * mcalib/MCalibCalcFromPast.cc:
466 - added some comments
467
468 * mcalib/MCalibrationChargeCalc.cc, mhcalib/MHCalibrationCam.cc,
469 mcalib/MCalibrationChargePix.cc:
470 - changed format of a lot of output
471
472 * mfbase/MFDataPhrase.cc:
473 - added output of a newline in the constructor
474
475 * mhcalib/MHCalibrationChargeCam.cc:
476 - count saturation only once (count the number of events not
477 the total number of saturating slices)
478 - changed format of a lot of output
479
480 * mhcalib/MHCalibrationPulseTimeCam.cc:
481 - simple optimization to algorithm, do not consider pixels
482 above saturation limit at all
483
484 * mbadpixels/MBadPixelsCam.[h,cc], mbadpixels/MBadPixelsIntensityCam.h:
485 - removed the run-option from the ascii input files
486 - allow merging a smaller into a larger camera
487
488 * mjobs/badpixels_0_559.rc:
489 - adapted
490
491 * mdata/MDataPhrase.cc:
492 - when checking for the matrices we have to start from the beginning
493 of our phrase
494
495
496
497 2006/10/23
498
499 * RELEASE 0.10.3
500
501
502
503 2006/10/23 Thomas Bretz
504
505 * msignal/MExtractTime.cc:
506 - removed setting of unsused extraction range to MArrivalTimeCam
507
508 * msignal/MArrivalTimeCam.[h,cc]:
509 - increased class version by 1
510 - added some comments
511
512
513
514 2006/10/20 Thomas Bretz
515
516 * datacenter/macros/plotoptical.C:
517 - improved with more interesting values
518
519 * mastro/MAstro.h:
520 - added new constant for conversion from and into hours
521
522 * mbadpixels/MBadPixelsIntensityCam.[h,cc],
523 mcalib/MCalibrationIntensityCam.[h,cc]:
524 - added a RemoveOldCam member function
525 - commented out unused GetCam functions
526
527 * mcalib/MCalibCalcFromPast.cc:
528 - removed some obsolete output in the case FindCreateObj fains
529 - if a new cam is added to the intensity cam list the old
530 cam is deleted now which fixes the bigges memory leak in callisto
531
532 * mcalib/MCalibrationChargeCalc.[h,cc],
533 mcalib/MCalibrationRelTimeCalc.[h,cc]:
534 - removed fOutputPath and fOutputFile
535
536 * mjobs/MJCalibration.cc, mjobs/MJCalibrateSignal.cc:
537 - removed reference to SetOutputFile
538
539
540
541 2006/10/20 Daniela Dorner
542
543 * datacenter/tools/fillobjects.php, datacenter/tools/fillobjects2.C:
544 - added (macro to fill information about objects in optical DB)
545
546 * datacenter/macros/filloptical.C:
547 - added check to avoid filling invalid data
548 - added zd (retrieve ra,dec from table Object and fill zd into
549 table OpticalData)
550
551
552
553 2006/10/19 Thomas Bretz
554
555 * mpedestal/MHPedestalCam.[h,cc]:
556 - removed (due to inheritance it belongs to mhcalib)
557
558 * mbase/MArrayD.h, marrayF.h:
559 - added GetSum() member function
560
561 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
562 - replaced the AdHoc number of effective integration slices
563 by an average of the correct number, averaged over all
564 possible set of weights. This also gives correct numbers
565 for the lo-gains which were totally wrong before.
566
567 * datacenter/macros/plotdb.C:
568 - updated the bin width of the histograms
569
570 * mbadpixels/MBadPixelsTreat.cc, mcalib/MCalibrateData.cc,
571 mcalib/MCalibrationChargeCalc.cc, mfilter/MFCosmics.cc,
572 mhcalib/MHCalibrationHiLoCam.cc:
573 - added some comments
574
575 * mcalib/MCalibrationHiLoPix.h:
576 - commented out the unused function GetOffsetPerSlice
577
578 * msignal/MArrivalTimeCam.[h,cc]:
579 - removed unused data members
580
581 * mfileio/MReadTree.cc:
582 - changed some output text
583
584 * mfileio/MWriteRootFile.cc:
585 - added a fix to allow paths containing a tilde
586
587 * datacenter/macros/plotoptical.C:
588 - added
589
590 * mhalpha/MHAlpha.[h,cc]:
591 - added the DrawNicePlot feature
592
593
594
595 2006/10/19 Daniela Dorner
596
597 * datacenter/db/opticaldata.php:
598 - added (website to display data from KVA)
599
600 * datacenter/db/magicdefs.php:
601 - added values for opticaldata.php
602
603 * datacenter/macros/filloptical.C:
604 - added (macro to read *.instr files from KVA and fill the values
605 into the database)
606
607 * datacenter/scripts/copyscript:
608 - adapted search for dates to the existance of the new directory
609 optical
610
611 * datacenter/macros/setupdb.C:
612 - added columns (fRunStop, fPulsePosOffMed, fPulsePosOffDev,
613 fHiLoGainRationMed, fHiLoGainRatioDev)
614
615
616
617 2006/10/18 Thomas Bretz
618
619 * mmuon/MHSingleMuon.cc:
620 - removed some debug stuff errornously introduced yesterday
621
622
623
624 2006/10/18 Daniela Dorner
625
626 * datacenter/scripts/sourcefile:
627 - added makedir for lockpath and listpath
628
629 * datacenter/scripts/jobmanager:
630 - removed makedir for lockpath and listpath
631 - bugfix (continue if condor_q gives an error)
632 - reduced number of condor_q calls per loop from 3 to 1
633 - combined two if-clauses
634 - added comments
635 - moved getstatus to beginning of loop and moved sleep behind
636 getstatus to avoid unneed waiting and calling of condor_q
637 - replaced -gt by -ge and -lt by -le, to make sure that logging
638 output makes sense
639
640 * datacenter/scripts/setup:
641 - updated default values for jobmanager
642
643 * datacenter/db/menu.php, datacenter/db/magicdefs.php:
644 - implemented Observation Mode flag
645
646 * datacenter/db/menu.php:
647 - implemented Observation Mode flag for SequInfo2 and RunInfo2
648 - removed ManuallyChanged from SequInfo2 (not needed anymore with
649 new sequence building algorithm
650 - added fRunStop to the SequInfo menu
651
652 * datacenter/db/culminating.php, datacenter/db/datasetinfo-aio.php,
653 datacenter/db/datasetinfo.php, datacenter/db/include.php,
654 datacenter/db/index.php, datacenter/db/magicdefs.php,
655 datacenter/db/querymc.php, datacenter/db/queryseq.php,
656 datacenter/db/runinfo-aio.php, datacenter/db/runinfo.php,
657 datacenter/db/sequinfo-aio.php, datacenter/db/sequinfo.php,
658 datacenter/db/statusrps.php, datacenter/db/statussbs.php
659 datacenter/db/statussps.php:
660 - bugfix (order by was not working for runs/sequences/datasets
661 when doing group by)
662
663 * datacenter/db/include.php, datacenter/db/magicdefs.php,
664 datacenter/db/printtable.php:
665 - bugfix (order by was not working on printtable.php)
666
667
668
669 2006/10/17 Thomas Bretz
670
671 * mdata/MDataPhrase.cc:
672 - updated comments
673 - only add the missing functions to TDataPrimitives when not
674 yet done. Everything else would leak memory
675
676 * mhbase/MH3.[h,cc], mhvstime/MHVsTime.[h,cc]:
677 - exchanged the MDataChain by MDataPhrase
678 - therefore changed the datamember from MDataChain* to MData*
679 (this change is not necessarily backward compatible)
680 - increased class version number by one
681
682 * mraw/MRawRunHeader.h:
683 - added getter for fObservationMode
684
685 * callisto.cc, ganymed.cc, merpp.cc, readdaq.cc, readraw.cc,
686 showplot.cc, sinope.cc, star.cc, rootlogon.C
687 - enabled error redirection
688
689 * mbase/MLog.[h,cc]:
690 - added code to allow redirection of root error handler to
691 out own error handler
692
693 * mdata/MDataPhrase.cc:
694 - improved output in case of failure
695
696 * manalysis/MFiltercutsCalc.[h,cc], mbase/MContinue.cc,
697 mjoptim/MJOptimize.cc, mjtrain/MJTrainRanForest.cc,
698 mtools/MTFillMatrix.cc:
699 - replaced MFDataChain by MFDataPhrase
700
701 * mfbase/FBaseLinkDef.h, mfbase/Makefile:
702 - added new class MFDataPhrase
703
704 * mfbase/MF.[h,cc]:
705 - replaced all the parsing stuff by the usage of MFDataPhrase
706
707 * mfbase/MFDataPhrase.[h,cc]:
708 - added
709
710 * mhist/MHRate.cc:
711 - removed an obsolete debugging "Y"
712
713 * sinope.cc, manalysis/MMcTriggerLvl2.cc, mastro/MAstroCamera.cc,
714 mastro/MAstroCatalog.cc, mbase/MLog.cc, mcalib/MCalibrationBlindPix.cc,
715 mcalib/MCalibrationChargeCalc.cc, mcalib/MCalibrationChargeCam.cc,
716 mcalib/MCalibrationIntensityChargeCam.cc, mfbase/MFEventSelector2.cc,
717 mhbase/MBinning.cc, mhbase/MH.cc, mhcalib/MHCalibrationHiLoCam.cc,
718 mhflux/MHFalseSource.cc, mhflux/MHThetaSqN.cc, mhist/MHCamera.[h,cc],
719 mimage/MNewImagePar2.cc, mmuon/MHSingleMuon.cc,
720 mpedestal/MPedCalcFromData.cc
721 - fixed warnings about shadows of parameters
722
723 * datacenter/macros/insertdataset.C, datacenter/macros/insertdate.C,
724 datacenter/macros/insertsequence.C:
725 - updated to use MSQLMagic
726
727 * macros/checkaclic.C:
728 - added (allows to check whether all macros compile)
729
730 * macros/dohtml.C:
731 - added extralgo
732 - added new macros
733
734 * mjobs/MJStar.cc:
735 - removed some obsolete includes
736
737 * macros/optim/optimonoff.C:
738 - updated start values to our current best values
739 - updated scale region
740
741 * macros/tutorials/threshold.C:
742 - updated start values to our current best values
743
744
745
746 2006/10/17 Markus Meyer
747
748 * mtools/MRolke.[h,cc]:
749 - added: a modification of TRolke from root_v5.12.00b. There is
750 now a new function, called LogFactorial() which enables to
751 calculate confidence intervals even for a large number of
752 events (larger than 170).
753
754 * mtools/Makefile:
755 - added: MRolke.cc
756
757 * mtools/ToolsLinkDef.h:
758 - added: MRolke+
759
760
761
762 2006/10/17 Stefan Ruegamer
763
764 * datacenter/scripts/processmcsequences
765 - fixed a bug preventing the script from finding the sequence
766 files, fixed a typo and added the star command to the logfile
767
768
769
770 2006/10/17 Daniela Dorner
771
772 * datacenter/scripts/sourcefile:
773 - bugfix (intgrep returned not only the number)
774
775 * datacenter/scripts/checktransfer:
776 - removed not needed output
777
778 * datacenter/scripts/budb:
779 - added (script making backup of databases)
780
781 * datacenter/tools/sps-bu:
782 - added (script updating SequenceProcessStatus)
783
784 * datacenter/macros/checkfileavail.C:
785 - Form() did not work for sequences with many runs
786
787
788
789 2006/10/16 Thomas Bretz
790
791 * mextralgo/MExtralgoDigitalFilter.[h,cc]:
792 - Changed the extraction algorithm such that extraction of signal
793 and time is iterated and should be as consistent as possible
794 at the end of the algorithm.
795 - changed the final offset in the calculation of the arrival time
796 to match as best as it can so far.
797 - Updates to the still preliminary calculation of the weights
798
799 * manalysis/MEnergyEstimate.cc, mdata/MDataList.cc,
800 mdata/MDataMember.cc, mhbase/MHMatrix.cc,
801 manalysis/MMultiDimDistCalc.cc, mfit/MTFitLoop.cc:
802 - updated comment to refer to MDataPhrase instead of MDataChain
803
804 * manalysis/MParameterCalc.[h,cc], manalysis/MCompProbCalc.cc,
805 mtools/MChisqEval.cc, mhist/MHCompProb.cc, mdata/MDataArray.cc,
806 mhbase/MFillH.cc, mfileio/MWriteAsciiFile.cc,
807 mfbase/MFDataChain.cc:
808 - replaced the usage of MDataChain by MDataPhrase
809
810 * mbase/MMath.cc:
811 - small update to SolvePol3 which is more accurate in the number
812 of different solutions
813
814 * mdata/DataLinkDef.h, mdata/Makefile:
815 - added MDataPhrase
816
817 * mhbase/MH.cc:
818 - further improvement to the calculation of binomial
819 errors, the sale factors were not correctly taken into account
820
821 * mdata/MDataPhrase.[h,cc]:
822 - added
823
824
825
826 2006/10/15 Thomas Bretz
827
828 * mbase/MEnv.[h,cc]:
829 - implmenetd the possibility to check whether the given resource
830 file eists
831
832 * star.cc, ganymed.c, callisto.cc:
833 - implemented an error if the resource file doesn't exist
834 (returns 0xfe)
835
836
837
838 2006/10/15
839
840 * RELEASE 0.10.2
841
842
843
844 2006/10/15 Thomas Bretz
845
846 * mtemp/MVP*:
847 - removed
848
849
850
851 2006/10/14 Thomas Bretz
852
853 * datacenter/macros/buildsequenceentries.C:
854 - fixed that in case of wobble sources always the project
855 and/or source name of the first run was assigned instead of
856 the new generaliyed wobble-source/-project name
857
858 * datacenter/scripts/dbchk:
859 - added some more checks
860
861 * datacenter/scripts/sourcefile:
862 - fixed the intgrep (didn't work with the colors in filldotraw)
863
864 * mastro/AstroIncl.h:
865 - added TArrayD
866
867 * mastro/MAstro.[h,cc]:
868 - added some functions around the sun and the moon
869
870 * mastro/MAstroCatalog.[h,cc]:
871 - check the epoch in Xephem catalog as numbe rnot as string
872 - added GetVisibilityCurve member function
873 - overwrote FindObject
874 - added MarkObject
875
876 * mastro/MObservatory.[h,cc]:
877 - added Tuorla observatory
878 - added member function to calculate sunrise and -set
879
880 * mbase/MTime.h:
881 - added a function to return Julian Date
882
883 * mhflux/MHCollectionArea.cc:
884 - some update in comments
885
886 * mhist/MHCamera.h:
887 - fixed a warning with root 5.13/04
888
889 * mmc/MMcRunHeader.cxx:
890 - initalize fImpactMax to -1
891
892 * macros/starvisday.C, macros/starvisyear.C:
893 - added
894
895
896
897 2006/10/13 Daniela Dorner
898
899 * datacenter/scripts/findnotseqruns:
900 - added (script to find not sequenced runs)
901
902 * datacenter/scripts/findnewstars:
903 - added (script to find sequences where star has been done)
904
905 * datacenter/tools/resetdataset:
906 - added (script to reset dataset)
907
908
909
910 2006/10/13 Thomas Bretz
911
912 * datacenter/macros/filldotraw.C:
913 - allow inserting missing runs
914
915 * msql/MSQLMagic.[h,cc]:
916 - added functions to request the value not only key and name
917
918
919
920 2006/10/12 Daniela Dorner
921
922 * datacenter/tools:
923 - added (directory for tools not used regulary)
924
925 * datacenter/tools/findnotanymoresequencedruns,
926 datacenter/tools/comparesequences:
927 - added (scripts for sequence building tests)
928
929 * datacenter/scripts/dunotseqruns:
930 - added (script to check disk usage of not sequenced runs)
931
932 * datacenter/scripts/checklogs:
933 - added comment
934
935
936
937 2006/10/11
938
939 * RELEASE 0.10.1
940
941
942
943 2006/10/11 Thomas Bretz
944
945 * mhbase/MH.[h,cc]:
946 - added a function to calculate binomial errors including weights
947 (this was added in root 5.13/04, but necessary for older versions)
948
949 * mhflux/MHCollectionArea.[h,cc]:
950 - added Sumw2() to the constructor so that the weights array gets
951 correctly initialize
952 - replaced the calculation of the binomial errors by the
953 corresponding root-function and the new MH function
954 - made sure that in all histogram operations the errors are
955 properly propagated
956 - let ReInit determine fMcRadius from MMcRunHeader
957 - execute check for corsika version even if the HistAll is extern
958
959 * mhflux/MHEnergyEst.cc, mhflux/MHThreshold.cc
960 - fixed the order in the constructor such that the Sumw2() does
961 correctly initialize the weights array
962
963 * mhflux/MMcSpectrumWeight.cc:
964 - a minor code reordering
965
966 * mjobs/MJSpectrum.cc:
967 - made sure that the histogram with the corsika spectrum has
968 the errors initialized and thus takes the weights correctly
969 into account
970 - corresponding to this changed some draw option to get the
971 same plots (hist) as before
972 - added a lot of comments to the code
973 - when the zenith angle weights are applied to the MC distribution
974 make sure that also the errors are correctly treated.
975
976 * mcalib/MCalibrationTestCalc.cc:
977 - enrolled some Form-statement
978
979 * mhflux/MAlphaFitter.cc:
980 - fixed a typo in a comment
981
982 * mbase/MLogHtml.cc:
983 - fixed a bug which caused the output to be totally corrupted
984
985 * datacenter/macros/writesequencefile.C:
986 - implemented again that the 1000 pedestal events are taken which
987 are next to the calibration run
988
989
990
991 2006/10/10 Thomas Bretz
992
993 * datacenter/macros/writesequencefile.C:
994 - fixed a possible crash in GetName
995 - improved output in case of failure
996
997
998
999 2006/10/10 Daniela Dorner
1000
1001 * datacenter/db/menu.php:
1002 - included 'only offdata' and 'incl. offdata' checkbox for
1003 sequenceinfo
1004
1005 * datacenter/db/runinfo.php, datacenter/db/runinfo-aio.php:
1006 - changed name of column for case of group-by
1007
1008 * datacenter/db/index.html:
1009 - added remark
1010
1011 * datacenter/db/sources.php:
1012 - fixed bug (test-sources checkbox didn't work properly)
1013
1014
1015
1016 2006/10/10
1017
1018 * RELEASE 0.10
1019
1020
1021
1022 2006/10/10 Thomas Bretz
1023
1024 * mjobs/MJCalibration.cc:
1025 - fixed the scaling and layout in the 'Defect' tab
1026
1027
1028
1029 2006/10/09 Daniela Dorner
1030
1031 * scripts/processsequence:
1032 - removed exit
1033 - removed unneccessary lines
1034
1035
1036
1037 2006/10/09 Thomas Bretz
1038
1039 * mhflux/MMcSpectrumWeight.cc:
1040 - fixed a bug which caused the spectra to be normalized at 1GeV
1041 by default instead of the integral
1042 - allow the MC slope to be -1. With the current code this should
1043 not be a problem anymore.
1044 - improved some comments
1045
1046 * mbase/MMath.cc, mbase/MAGIC.cc:
1047 - removed the NamespaceImp macro again, it gives problems when
1048 compiling which are not yet understood
1049
1050 * Makefile:
1051 - fixed a type in rmcondor
1052
1053 * mars-config:
1054 - changed "--mars-ver" to "--version" as in root-config
1055
1056 * sponde_onoff.rc:
1057 - added a reference to MMcSpectrumWeight::ReadEnv
1058
1059 * .rootrc:
1060 - added a line for THtml (which is for the next root release)
1061
1062
1063
1064 2006/10/08 Thomas Bretz
1065
1066 * mhflux/MHalpha.cc:
1067 - fixed a problem (maybe with the new root version) that on-
1068 and off-data was shown in black and could not be distinguished
1069 anymore
1070
1071 * ganymed.rc, ganymed:onoff.rc, ganymed_wobble.rc:
1072 - some further update
1073
1074 * mcalib/MCalibrationHiLoCam.[h,cc]:
1075 - broke down a long Form() chain into single Form()'s
1076
1077 * mhcalib/MHPedestalPix.cc, mhcalib/MHGausEvents.[h,cc],
1078 mhcalib/MHCalibrationChargeBlindPix.cc,
1079 mhcalib/MHCalibrationPix.cc:
1080 - replaced IsNaN by !IsFinite (which includes IsNaN)
1081 - changed some protected data members of the base class
1082 into private data members
1083
1084 * mhflux/MAlphaFitter.cc, mhflux/MHEnergyEst.cc, mhist/MHCamera.cc,
1085 mhist/MHHadronness.cc, mhvstime/MHPixVsTime.cc,
1086 mhvstime/MHSectorVsTime.cc, mranforest/MRanForest.cc:
1087 - replaced IsNaN by !IsFinite (which includes IsNaN)
1088
1089 * mhcalib/MHGausEvents.cc:
1090 - removed a memory leak by removing the functions creating the
1091 axes
1092
1093 * mcalib/MMcCalibrationCalc.cc, mmc/MMcConfigRunHeader.h:
1094 - return and use a const-reference to the TArrayF's
1095
1096 * mimage/MHHillas.cc:
1097 - fixed a problem which could cause the change in the DrawOption
1098 of the Center-hist to raise a seg-fault.
1099
1100 * mbase/MMath.cc, mbase/MAGIC.cc:
1101 - added the NamespaceImp macro to allow creation of the documentation
1102 by THtml (according to the source code of TMath)
1103
1104
1105
1106 2006/10/07 Thomas Bretz
1107
1108 * Makefile.conf.general:
1109 - removed ROOTVER definition ROOT_RELEASE can be used instead
1110
1111 * callisto.cc:
1112 - exchanged some checks to get a more reasonable output
1113
1114 * callisto.rc, callisto_Dec04Jan05.rc:
1115 - removed some obsolete resources for simplicity
1116
1117 * callisto.cc, ganymed.cc, mars.cc, merpp.cc, readdaq.cc, readreaw.cc,
1118 showlog.cc, showplot.cc, sinope.cc, star.cc
1119 - added the new root version check
1120 - replaced ROOTVER by ROOT_RELEASE
1121
1122 * sinope.cc:
1123 - adapted Usage() to fit the other executables
1124
1125 * mbase/MAGIC.h:
1126 - added new namespace MARS with a new function CheckRootVer
1127
1128 * mbase/MAGIC.cc:
1129 - added
1130
1131 * mbase/MEvtLoop.cc, mbase/MStatusDisplay.cc:
1132 - replaced ROOTVER by ROOT_RELEASE
1133
1134 * mbase/Makefile:
1135 - added new MAGIC.cc
1136
1137 * mbase/BaseLinkDef.h:
1138 - added namespace MAGIC.cc
1139
1140 * mhcalib/MHGausEvent.cc:
1141 - disallow also non finite results
1142
1143 * Makefile:
1144 - added new exectuable mars.config
1145
1146 * mars-config.cc:
1147 - added
1148
1149 * mcalib/MCalibrationRelTimeCalc.cc:
1150 - updates some output
1151 - added RelTimeResolutionLimit to ReadEnv
1152
1153
1154
1155 2006/10/07 Daniela Dorner, Thomas Bretz
1156
1157 * datacenter/scripts/runganymed:
1158 - added sequencepath to ganymed command
1159
1160 * datacenter/macros/buildsequenceentries.C:
1161 - restricted regular expression for wobble sources
1162 - fixed bug (larger sequences were misinterpreted as identical
1163 sequences)
1164
1165 * resources/sequences.rc:
1166 - added 2 regions were interleaved pedestal run are allowed
1167
1168
1169
1170 2006/10/06 Daniela Dorner
1171
1172 * scripts/processsequence:
1173 - implemented command line options
1174 - improved logging
1175 - implemented checks
1176 - removed sourcefile
1177
1178 * datacenter/scripts/makecallistolinks:
1179 - table was missing
1180
1181 * datacenter/scripts/rmlocks:
1182 - reduced output
1183
1184 * datacenter/db/menu.php:
1185 - implemented 1000 and 2000 for number of results pulldown
1186
1187
1188
1189 2006/10/05 Stefan Ruegamer
1190
1191 * mraw/MRawRunHeaders.cc:
1192 - updated swap assignments for the swapped pixels 54-55
1193 (runnumber > 88669)
1194
1195
1196
1197 2006/10/04 Stefan Ruegamer
1198
1199 * mraw/MRawRunHeaders.cc:
1200 - updated swap assignments for the swapped pixels 161-162,
1201 210-263 (runnumber <= 101789) and 54-55 (runnumber <= 102511)
1202
1203
1204
1205
1206 2006/10/02 Thomas Bretz
1207
1208 * callisto.rc, callisto_Dec04Jan05.rc:
1209 - fixed some names of some resources (all commented out anyhow)
1210
1211 * mdata/MDataElement.cc:
1212 - if the column given is the constructor is negative the
1213 name of the matrix is supposed to contain also the column index
1214
1215 * mhcalib/MHCalibrationRelTimeCam.[h,cc]:
1216 - improved the output in case of under- and overflows
1217 - added const-qualifier to CheckOverflow
1218
1219 * mreport/MReport.cc:
1220 - allow the milliseconds to be 1000 (this is a bug which affects
1221 the camera reports in very rare cases)
1222 - improved output
1223
1224 * mjobs/MJCalibration.cc:
1225 - added two plots the extracted signal and the extracted arrival
1226 time
1227
1228
1229
1230 2006/10/01 Thomas Bretz
1231
1232 * mextralgo/MExtralgoSpline.[h,cc]:
1233 - changed from the old fashined search algorithm to a completely
1234 analytical approach. Still with a lot of comments containing
1235 the old code
1236
1237 * mbase/MMath.[h,cc]:
1238 - added new function to solve polynomial equations up to the
1239 thirs order.
1240
1241
1242
1243 2006/09/29 Thomas Bretz
1244
1245 * ganymed_wobble.rc:
1246 - use the same spark cuts as in ganymed_onoff.rc. Seems to be
1247 unintentional that they were different.
1248
1249 * macros/train/trainenergy.C:
1250 - fixed an oddity because there was artificial path
1251 - added some comments
1252
1253
1254
1255 2006/09/28 Stefan Ruegamer
1256
1257 * mraw/MRawRunHeaders.cc:
1258 - added swap assignments for the swapped pixels 119-120, 161-162,
1259 210-263 and 54-55 in the corresponding run range
1260
1261
1262
1263 2006/09/28 Daniela Dorner
1264
1265 * datacenter/scripts/checkfilesforsequenceavail,
1266 datacenter/scripts/runcallisto, datacenter/scripts/runganymed:
1267 - improved processlog
1268
1269 * datacenter/scripts/sourcefile:
1270 - improved processlog
1271 - exchange function finish by code in fuction makedir
1272
1273 * datacenter/scripts/setup, datacenter/scripts/linkmc,
1274 datacenter/scripts/mcsequences,
1275 datacenter/scripts/processmcsequences:
1276 - moved mcpath to setup
1277 - updated mcpath
1278
1279 * datacenter/scripts/checktransfer:
1280 - also check transfer of subsystem files
1281 - added comments
1282
1283
1284
1285 2006/09/28 Thomas Bretz
1286
1287 * mfilter/MFMagicCuts.[h,cc]:
1288 - implemented a hadronness cut as an option
1289 - updated class reference
1290 - fixed abug introduced 14.7.2005 which caused the M3Long of the
1291 anti source to be not properly evaluated in case of optimization.
1292
1293 * ganymed_onoff.rc, ganymed_wobble.rc:
1294 - updated with comments how to use random forest
1295
1296 * datacenter/macros/buildsequenceentries.C:
1297 - updated with a completely redesigned algorithm and completly
1298 redisigned code
1299
1300 * datacenter/macros/writesequencefile.C:
1301 - the new simplified version doesn't take the number of pedestal
1302 events anymore into account.
1303
1304 * mjobs/MJCalibrateSignal.cc:
1305 - removed the tab with the calibrated arrival times. It never
1306 gave any useful information
1307
1308 * mgeom/Makefile, mgeom/GeomLinkDef.h:
1309 - took out all currently unused cameras from compilation
1310
1311 * mjobs/MJCut.cc:
1312 - updated the confusing error message printed to the log-stream
1313 in case of a failure of FillSrcPosCam
1314
1315 * callisto.cc:
1316 - fixed small bug in PrintFiles
1317
1318 * datacenter/macros/plotdb.C:
1319 - updated comments
1320 - fixed a problem with empty TGraphs
1321 - added new tabs for Hi-/Lo-Gain offsets and calibration
1322 - incrased the range for the PSF
1323 - reordered the tabs
1324 - chnaged the binning for the relative effective on time
1325 - removed the tab with the number of muons after cuts
1326 - allow a dataset as last argument
1327
1328 * mraw/MRawRunHeader.h:
1329 - added new member function IsValid
1330
1331 * mfileio/MReadMarsFile.cc:
1332 - improved output in case something is wrong with the run-header
1333
1334
1335
1336 2006/09/27 Daniela Dorner
1337
1338 * datacenter/scripts/setup, datacenter/scripts/sourcefile:
1339 - fixed sourcing of setup
1340
1341 * datacenter/db/culminating.php, datacenter/db/datacheck.php,
1342 datacenter/db/datasetinfo-aio.php, datacenter/db/datasetinfo.php,
1343 datacenter/db/dbstatus.php, datacenter/db/include.php,
1344 datacenter/db/index.php, datacenter/db/printtable.php,
1345 datacenter/db/querycal.php, datacenter/db/querymc.php,
1346 datacenter/db/queryrbk.php, datacenter/db/queryseq.php,
1347 datacenter/db/querystar.php, datacenter/db/runinfo-aio.php,
1348 datacenter/db/runinfo.php, datacenter/db/statusrps.php,
1349 datacenter/db/statussbs.php, datacenter/db/statussps.php:
1350 - fixed calling of PrintMagicTable
1351
1352 * datacenter/macros/checkfileavail.C:
1353 - fixed bug
1354
1355
1356
1357 2006/09/26 Thomas Bretz
1358
1359 * mbase/MMath.h:
1360 - added new function ModF
1361
1362 * mhist/MHRate.cc, mhist/MHWeather.cc, mhvstime/MHPixVsTime.cc,
1363 mhvstime/MHSectorVsTime.cc, mhvstime/MHVsTime.cc,
1364 mpointing/MHPointing.cc:
1365 - made the update of the axis ranges work again
1366
1367
1368
1369 2006/09/26 Daniela Dorner
1370
1371 * datacenter/scripts/zipscript:
1372 - remove write permission after zip
1373
1374
1375
1376 2006/09/25 Daniela Dorner
1377
1378 * datacenter/scripts/mcsequences:
1379 - fixed overwriting of sequencefiles
1380
1381 * datacenter/scripts/linkmc:
1382 - fixed typo
1383
1384
1385
1386 2006/09/20 Daniela Dorner
1387
1388 * datacenter/scripts/zipscript, datacenter/scripts/checktransfer:
1389 - added
1390
1391
1392
1393 2006/09/19 Daniela Dorner
1394
1395 * datacenter/db/datasetinfo-aio.php, datacenter/db/runinfo-aio.php,
1396 datacenter/db/sequinfo-aio.php, datacenter/db/menu.php,
1397 datacenter/db/menu.js:
1398 - status menu was displayed wrongly after query
1399
1400
1401
1402 2006/08/30 Daniela Dorner
1403
1404 * datacenter/scripts/sourcefile:
1405 - removed setzero
1406 - restructured
1407
1408 * datacenter/scripts/setup:
1409 - fixed bug
1410
1411 * datacenter/scripts/jobmanager:
1412 - replaced setzero
1413 - removed nail
1414 - improved logging
1415
1416 * datacenter/macros/filldotrun.C:
1417 - enhanced return-values
1418
1419 * datacenter/macros/insertdataset.C:
1420 - fixed return-values in case of error
1421
1422 * datacenter/macros/insertdataset.C,
1423 datacenter/scripts/insertdatasets:
1424 - implemented return value for 'exists already in db'
1425
1426
1427
1428 2006/08/29 Thomas Bretz
1429
1430 * resources/sequences.rc:
1431 - updated
1432
1433
1434
1435 2006/08/29 Daniela Dorner
1436
1437 * datacenter/scripts/buildsequenceentries:
1438 - fixed logpath
1439
1440 * datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
1441 datacenter/scripts/fillstar:
1442 - changed logpath
1443
1444 * datacenter/scripts/insertdatasets:
1445 - improved logging
1446
1447 * datacenter/scripts/filesondisk:
1448 - reduced output
1449
1450 * datacenter/scripts/checklogs:
1451 - added (mails WARNs and ERRORs to $erradrs)
1452
1453 * datacenter/scripts/rmlocks:
1454 - improved logging
1455 - took removing out (reason: 12 hour limitation of condor is not
1456 working; instead mail)
1457
1458 * datacenter/scripts/sourcefile:
1459 - improved logging in setstatus
1460 - implemented alias intgrep
1461
1462 * datacenter/scripts/buildsequenceentries,
1463 datacenter/scripts/checkfilesforsequenceavail,
1464 datacenter/scripts/checkstardone, datacenter/scripts/copyscript,
1465 datacenter/scripts/dodatacheck, datacenter/scripts/doexclusions,
1466 datacenter/scripts/doqualityplots, datacenter/scripts/filesondisk,
1467 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
1468 datacenter/scripts/fillstar, datacenter/scripts/insertdatasets,
1469 datacenter/scripts/insertsequences,
1470 datacenter/scripts/makecallistolinks,
1471 datacenter/scripts/writesequencefiles:
1472 - implemented usage of alias intgrep
1473
1474
1475
1476 2006/08/28 Thomas Bretz
1477
1478 * msql/MSQLMagic.cc:
1479 - replaced DELETE by DELETE FROM
1480
1481 * mbase/MTime.h:
1482 - if name is given in the constructor it is tried to use
1483 it as SqlDateTime.
1484
1485
1486
1487 2006/08/25 Daniela Hoehne
1488
1489 * datacenter/scripts/setup:
1490 - implemented new path for runlogs
1491
1492 * datacenter/scripts/buildsequenceentries, datacenter/scripts/
1493 checkfilesforsequenceavail, datacenter/scripts/checkstardone,
1494 datacenter/scripts/copyscript, datacenter/scripts/correcttime,
1495 datacenter/scripts/dodatacheck, datacenter/scripts/doexclusions,
1496 datacenter/scripts/doqualityplots, datacenter/scripts/dowebplots,
1497 datacenter/scripts/filesondisk, datacenter/scripts/fillcallisto,
1498 datacenter/scripts/fillganymed, datacenter/scripts/fillstar,
1499 datacenter/scripts/insertdatasets, datacenter/scripts/insertsequences,
1500 datacenter/scripts/linkmc, datacenter/scripts/makecallistolinks,
1501 datacenter/scripts/runcallisto, datacenter/scripts/runganymed,
1502 datacenter/scripts/runstar, datacenter/scripts/processmcsequences,
1503 datacenter/scripts/mcsequences:
1504 - improved logging (changed runlogpath)
1505
1506 * datacenter/scripts/checkstardone, datacenter/scripts/insertdatasets,
1507 datacenter/scripts/insertsequences:
1508 - changed logging outpath
1509
1510
1511
1512 2006/08/25 Daniela Dorner
1513
1514 * datacenter/scripts/jobmanager, datacenter/scripts/sourcefile,
1515 datacenter/scripts/scriptlauncher:
1516 - improved logging
1517 - implemented usage of printprocesslog
1518
1519 * datacenter/scripts/jobmanager:
1520 - improved usage of resources
1521
1522 * datacenter/scripts/scriptlauncher:
1523 - improved errorhandling
1524
1525 * datacenter/scripts/sourcefile:
1526 - implemented function and paths for processlog
1527
1528 * datacenter/scripts/copyscript, datacenter/scripts/insertdatasets,
1529 datacenter/scripts/doqualityplots, datacenter/scripts/dowebplots,
1530 datacenter/scripts/linkmc, datacenter/scripts/makecallistolinks,
1531 datacenter/scripts/mcsequences,
1532 datacenter/scripts/insertsequences,
1533 datacenter/scripts/processmcsequences:
1534 - implemented usage of finish
1535 - improved logging
1536
1537 * datacenter/scripts/doexclusions:
1538 - implemented check=1 (was still missing)
1539
1540 * datacenter/scripts/correcttime,
1541 datacenter/scripts/insertsequences,
1542 datacenter/scripts/makecallistolinks:
1543 - improved logging
1544 - fixed bugs
1545
1546 * datacenter/scripts/checkfilesforsequenceavail,
1547 datacenter/scripts/filesondisk, datacenter/scripts/runcallisto:
1548 - improved logging
1549
1550 * datacenter/scripts/buildsequenceentries,
1551 datacenter/scripts/checkfilesforsequenceavail,
1552 datacenter/scripts/checkstardone, datacenter/scripts/copyscript,
1553 datacenter/scripts/correcttime, datacenter/scripts/dodatacheck,
1554 datacenter/scripts/doexclusions, datacenter/scripts/doqualityplots,
1555 datacenter/scripts/insertdatasets, datacenter/scripts/dowebplots,
1556 datacenter/scripts/filesondisk, datacenter/scripts/fillcallisto,
1557 datacenter/scripts/fillstar, datacenter/scripts/fillganymed,
1558 datacenter/scripts/insertsequences, datacenter/scripts/jobmanager,
1559 datacenter/scripts/linkmc, datacenter/scripts/makecallistolinks,
1560 datacenter/scripts/mcsequences, datacenter/scripts/movingrawfiles,
1561 datacenter/scripts/rmlock, datacenter/scripts/processmcsequences,
1562 datacenter/scripts/runstar, datacenter/scripts/runcallisto,
1563 datacenter/scripts/runganymed, datacenter/scripts/webupdate-star,
1564 datacenter/scripts/webupdate-callisto,
1565 datacenter/scripts/webupdate-sinope, datacenter/scripts/sourcefile,
1566 datacenter/scripts/webupdate-ganymed,
1567 datacenter/scripts/writesequencefiles:
1568 - implemented usage of printprocesslog
1569 - fixed runlogpath
1570
1571 * datacenter/scripts/webupdate-callisto,
1572 datacenter/scripts/webupdate-ganymed,
1573 datacenter/scripts/webupdate-sinope,
1574 datacenter/scripts/webupdate-star:
1575 - added logging
1576
1577
1578
1579 2006/08/25 Thomas Bretz
1580
1581 * msignal/MExtractTimeAndChargeSpline.h:
1582 - changed fgLoGainOffset from 1.39 to 1.3 according to an extensive
1583 test in the test-database
1584
1585 * resources/sequences.rc:
1586 - resource file how to build sequences... added.
1587
1588 * msql/MSQLMagic.[h,cc]:
1589 - added
1590
1591 * msql/MSQLServer.[h,cc]:
1592 - added copy constructor
1593 - allow fServ to be NULL (added sanity checks)
1594 - Implemented Exec-command
1595
1596 * msql/Makefile, msql/SqlLinkDef.h:
1597 - added MSQLMagic
1598
1599 * mbase/MLog.[h,cc]:
1600 - added new member function Intro()
1601
1602 * mextralgo, mextralgo/Makefile, mextralgo/ExtralgoLinkDef.h,
1603 mextralgo/MExtralgoDigitalFilter.[h,cc],
1604 mextralgo/MExtralgoSpline.[h,cc]:.
1605 - added
1606
1607
1608
1609 2006/08/24 Thomas Bretz
1610
1611 * manalysis/Makfile, manalysis/AnalysisLinkDef.h:
1612 - took MCompProbCalc out
1613
1614 * mhist/Makfile, mhist/HistLinkDef.h:
1615 - took MHCompProb out
1616
1617
1618
1619 2006/08/24 Daniela Dorner
1620
1621 * datacenter/scripts/sourcefile:
1622 - implemented new functions to get information from the database
1623 - fixed bug in naming of variable
1624
1625 * datacenter/scripts/jobmanager:
1626 - implemented usage of getstatus
1627 - fixed bug in naming of variable
1628
1629 * datacenter/scripts/runcallisto, datacenter/scripts/runstar,
1630 datacenter/scripts/runganymed, datacenter/scripts/dodatacheck:
1631 - implemented usage of gettodo
1632 - removed for-loop to process several primaries
1633
1634 * datacenter/scripts/buildsequenceentries,
1635 datacenter/scripts/checkfilesforsequenceavail,
1636 datacenter/scripts/checkstardone, datacenter/scripts/correcttime,
1637 datacenter/scripts/doexclusions, datacenter/scripts/fillcallisto,
1638 datacenter/scripts/fillganymed, datacenter/scripts/fillstar,
1639 datacenter/scripts/writesequencefiles:
1640 - implemented usage of new getdolist function
1641
1642
1643
1644 2006/08/23 Thomas Bretz
1645
1646 * mtools/MCalendar.cc:
1647 - simplified DrawTTF as suggested in the root bug tracker
1648
1649
1650
1651 2006/08/22 Daniela Dorner
1652
1653 * datacenter/scripts/buildsequenceentries,
1654 datacenter/scripts/checkfilesforsequenceavail,
1655 datacenter/scripts/checkstardone, datacenter/scripts/copyscript,
1656 datacenter/scripts/correcttime, datacenter/scripts/dodatacheck,
1657 datacenter/scripts/doexclusions, datacenter/scripts/doqualityplots,
1658 datacenter/scripts/dowebplots, datacenter/scripts/filesondisk,
1659 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
1660 datacenter/scripts/fillstar, datacenter/scripts/insertdatasets,
1661 datacenter/scripts/insertsequences, datacenter/scripts/linkmc,
1662 datacenter/scripts/makecallistolinks,
1663 datacenter/scripts/mcsequences, datacenter/scripts/movingrawfiles,
1664 datacenter/scripts/processmcsequences, datacenter/scripts/rmlocks,
1665 datacenter/scripts/runcallisto, datacenter/scripts/runganymed,
1666 datacenter/scripts/runstar, datacenter/scripts/writesequencefiles,
1667 datacenter/scripts/sourcefile:
1668 - implemented possibility to run several tests by one user
1669 (relative path for Mars version)
1670
1671 * datacenter/scripts/sourcefile:
1672 - included webpath
1673 - added comments
1674 - added variables and functions for jobmanager
1675 - removed changing variables
1676 - added addresses
1677 - implemented functions to get todolist via shell
1678 - improved logging
1679 - replaced setstatus, implemented new function not calling root
1680 but directly using shell and mysql to speed up the setting of
1681 the status
1682
1683 * datacenter/scripts/jobmanager:
1684 - added (script to controll the amount of callisto, star, ganymed
1685 and datacheck running)
1686 - reduced logging output
1687 - implemented gettodo
1688 - implemented possibility to run several tests by one user
1689 (relative path for Mars version)
1690 - moved setup from jobsourcefile to sourcefile
1691 - added locking for gettodo
1692 - make sure that lists- and lock-directory are available
1693
1694 * datacenter/scripts/setup:
1695 - added (file to store setup variables, which might be changed)
1696 - new root version
1697
1698 * datacenter/scripts/copyscript:
1699 - removed addresses
1700 - fixed typo
1701
1702 * datacenter/scripts/run.condor:
1703 - added (file used to submit scripts to condor, used by jobmanager
1704 and script launcher)
1705
1706 * steps.rc:
1707 - fixed typo
1708
1709 * datacenter/scripts/buildsequenceentries,
1710 datacenter/scripts/checkfilesforsequenceavail,
1711 datacenter/scripts/checkstardone, datacenter/scripts/correcttime,
1712 datacenter/scripts/dodatacheck, datacenter/scripts/doexclusions,
1713 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
1714 datacenter/scripts/fillstar, datacenter/scripts/runcallisto,
1715 datacenter/scripts/runganymed, datacenter/scripts/runstar,
1716 datacenter/scripts/writesequencefiles:
1717 - implemented usage of gettodo instead of getdolist (faster)
1718
1719 * datacenter/scripts/dodatacheck, datacenter/scripts/runcallisto,
1720 datacenter/scripts/runganymed, datacenter/scripts/runstar:
1721 - improved logging and comments
1722 - adapted find-to-do-file-algorithm
1723
1724 * datacenter/scripts/buildsequenceentries,
1725 datacenter/scripts/checkfilesforsequenceavail,
1726 datacenter/scripts/checkstardone, datacenter/scripts/correcttime,
1727 datacenter/scripts/doexclusions, datacenter/scripts/fillcallisto,
1728 datacenter/scripts/fillganymed, datacenter/scripts/fillstar,
1729 datacenter/scripts/makecallistolinks,
1730 datacenter/scripts/writesequencefiles:
1731 - improved logging and comments
1732
1733 * datacenter/scripts/buildsequenceentries,
1734 datacenter/scripts/checkfilesforsequenceavail,
1735 datacenter/scripts/checkstardone, datacenter/scripts/correcttime,
1736 datacenter/scripts/dodatacheck, datacenter/scripts/doexclusions,
1737 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
1738 datacenter/scripts/fillstar, datacenter/scripts/runcallisto,
1739 datacenter/scripts/runganymed, datacenter/scripts/runstar,
1740 datacenter/scripts/writesequencefiles:
1741 - remove todofile when it has been read
1742
1743 * datacenter/scripts/scriptlauncher:
1744 - added (script to start submit other scripts to condor)
1745 - make sure that lists- and lock-directory are available
1746
1747 * datacenter/scripts/webupdate-callisto,
1748 datacenter/scripts/webupdate-star,
1749 datacenter/scripts/webupdate-sinope,
1750 datacenter/scripts/webupdate-ganymed:
1751 - added
1752
1753
1754
1755 2006/08/22 Thomas Bretz
1756
1757 * Makefile, Makefile.rules:
1758 - let condor wait until all jobs are finished and then
1759 link everything
1760
1761 * mbadpixels/MBadPixelsCam.[h,cc]:
1762 - added a simple function GetNumUnsuitable which can be used
1763 as a rule eg. in a filter.
1764
1765
1766
1767 2006/08/21 Thomas Bretz
1768
1769 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]:
1770 - there are three cases in which the digital filter algorithm
1771 cannot run to the end (eg. division by zero). For this cases
1772 more correct return values are set.
1773 - made sure that the fHiGainFirst is not added a second time
1774 through fTimeShiftHiGain
1775 - made sure that the case is handled correctly in which the sliding
1776 DF either couldn't slide at all or the maximum is below zero
1777
1778 * msignal/MExtractTimeAndChargeSpline.[h,cc]:
1779 - made sure that dsum is always set correctly
1780
1781 * msignal/Makefile, msignal/SignalLinkDef.h:
1782 - took out the following classes from make:
1783 + MExtractFixedWindow
1784 + MExtractSlidingWindow
1785 + MExtractFixedWindowPeakSearch
1786 + MExtractFixedWindowSpline
1787 + MExtractAmplitudeSpline
1788 + MExtrcatTimeSpline
1789 + MExtractTimeFastSpline
1790 + MExtractTimeHighestIntegral
1791 + MExtractTimeAndChargeSlidingWindow
1792 + MExtractTimeAndChargeDigitalFilterPeakSearch
1793
1794 * mjobs/MJCalibration.cc, mjobs/MJCalibTest.cc:
1795 - replaced default extractor by our default spline extractor
1796
1797 * mbase/MMath.[h,cc]:
1798 - added the possibility in GetMedianDev to retrieve the
1799 intermediate median
1800 - updated comments
1801
1802 * mhflux/MHEnergyEst.cc:
1803 - replaces old Form() by MString::Format
1804
1805 * msignal/MExtractTimeAndCharge.cc:
1806 - mark an extracted signal as invalid if more than 6 logain
1807 slices have saturated
1808
1809
1810
1811 2006/08/20 Thomas Bretz
1812
1813 * mtools/MCalendar.cc:
1814 - fixed the font-size issue (which I don't understand at all -
1815 bug report submitted)
1816
1817 * macros/tutorials/calendar.C:
1818 - changed the font name to a font supported by root
1819
1820
1821
1822 2006/08/19 Thomas Bretz
1823
1824 * mastro/MAstroCatalog.cc:
1825 - replaced all ifstream by MZlib to allow reading gzip
1826 compressed catalogs
1827
1828 * mbase/MString.[h,cc]:
1829 - changed function Form()
1830 - renamed old function Form() to Format()
1831
1832 * mastro/MAstroCatalog.cc, mbase/MParContainer.cc,
1833 mbase/MStatusDisplay.cc, mbase/MTask.cc, mpointing/MHSrcPosCam.cc
1834 mpointing/MPointingPos.cc, mbase/MEvtLoop.cc:
1835 - replaced MString::Form by new function name MString::Format
1836
1837 * macros/tutorials/calendar.C, macros/tutorials/calendar.rc,
1838 macros/tutorials/holidays.rc:
1839 - added
1840
1841 * mtools/MCalendar.[h,cc]:
1842 - added some dead code
1843 - changed the default a little bit
1844 - added fOrientation to allow changing the orientation
1845 - added code to paint a clock for the change from summer- to
1846 winter-time and vice versa
1847 - removed the direct dependance on the word "Easter" to
1848 display the easter holidays
1849 - added the possibility to restrict the display of some contents
1850 to only some week days (eg to display "KW35" only on mondays)
1851 - some updated to drawing the image
1852 - improved the ResetLayout and SetDefaultLayout if called from
1853 the context menu
1854
1855
1856
1857 2006/08/18 Thomas Bretz
1858
1859 * mcalib/MCalibrateData.cc, mhcalib/MHCalibrationChargeCam.cc,
1860 mhcalib/MHCalibrationHiLoCam.cc:
1861 - replaced obsolste GetNumHiGainSaturated()>0 by IsHiGainSaturated()
1862
1863
1864
1865 2006/08/17 Thomas Bretz
1866
1867 * mcalib/MCalibrationChargeCalc.cc:
1868 - added a missing flush
1869
1870 * msignal/MExtractor.cc:
1871 - small update to output
1872
1873 * msignal/MExtractTimeAndCharge.cc:
1874 - mark the lo-gains only as valid if they are really extracted
1875
1876 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
1877 - in hi-gain extraction fmax was initialized with -9999, but after
1878 the loop a invalid value of fmax<0 was not checked. Changed
1879 initialization to 0
1880
1881
1882
1883 2006/08/16 Thomas Bretz
1884
1885 * Makefile.conf.general:
1886 - fixed usage of substitutions
1887
1888 * mmc/MMcConfigRunHeader.[h,cc]:
1889 - added fParaboloidFocal
1890 - increased class version by 1
1891 - updated comments
1892
1893 * mmc/MMcEvt.[hxx,cxx]:
1894 - added fEventReuse
1895 - increased class version by 1
1896 - updates to comments
1897
1898 * mmc/MMcEvtBasic.h:
1899 - replaced private by protected
1900
1901 * mmc/MMcFadcHeader.hxx:
1902 - updates to comments
1903 - update to global ifdef
1904
1905 * mmc/MMcRunHeader.[hxx,cxx]:
1906 - added fRandomPointingConeSemiAngle
1907 - increased class version by 1
1908 - upadted comments
1909 - removed empty destructor
1910
1911 * mmc/MMcTrig.hxx:
1912 - updated preprocessor directives
1913
1914 * mmc/MMcTrigHeader.[hxx,cxx]:
1915 - updated comments
1916 - removed empty destructor
1917 - updated preprocessor directives
1918
1919 * mmc/MTriggerDefine.h, mmc/Mdefine.h:
1920 - updated preprocessor directives
1921
1922 * manalysis/MMcCalibrationUpdate.cc,
1923 mhcalib/MHCalibrationRelTimeCam.cc:
1924 - replaced IsLoGainUsed by IsHiGainSaturated
1925
1926 * mcalib/MCalibrateData.cc:
1927 - changed the algorithm which takes either the hi- or the lo-gain
1928 such that it gives more reliable results in case of saturation
1929 and/or problems with the extraction and if no reliable
1930 result is possible the pixel is set unsuitable
1931
1932 * mcalib/MCalibrateRelTimes.cc:
1933 - removed the usage of MSignalPix::SetLoGainUsed
1934 - set the pixel to unsuitable if the arrival time could not
1935 be extracted
1936
1937 * mfilter/MFCosmics.cc, mhcalib/MHCalibrationChargeCam.cc:
1938 - replaced GetNumHiGainSaturated()>0 by IsHiGainSaturated()
1939
1940 * mhist/MHCamera.cc:
1941 - removed obsolete MMath::GaussProb from GetMedianDev
1942
1943 * msignal/MArrivalTimeCam.cc:
1944 - replaced IsValid by IsArrivalTimeValid
1945 - replaces Is[Hi,Lo]GainValid by
1946 Is[Hi,Lo]GainValid && !Is[Hi,Lo]GainSaturated in
1947 GetPixelContent
1948 - added a check for saturation in case of getting the delay
1949 - do not restrict the range of the returned delays anymore
1950
1951 * msignal/MArrivalTimePix.[h,cc]:
1952 - improved GetArrivalTime to take the hi-gain saturation
1953 better into account
1954 - added a new function IsArrivalTimeValid
1955 - removed obsolete function IsValid and IsLoGainUsed
1956
1957 * msignal/MExtractTimeAndChargeSpline.cc:
1958 - added a check to not set fMaxBinContent in case the extraction
1959 would happen in the first or last slice similar to the
1960 digital filter. This became necessary because otherwise the
1961 spline extractor sometimes extracts nonsens values
1962
1963 * msignal/MExtractedSignalCam.cc:
1964 - replaced IsValid by more accurate functions
1965 - take saturation in GetPixelContent into account
1966
1967 * msignal/MExtractedSignalPix.[h,cc]:
1968 - removed obsolete function IsValid and IsLoGainUsed
1969 - added functions Is[Hi,Lo]GainSaturated
1970
1971 * msignal/MSignalCam.cc:
1972 - removed cases 10 and 11 in GetPixelContent
1973
1974 * msignal/MSignalPix.[h,cc]:
1975 - removed obsolete LoGainUsed references
1976
1977
1978
1979 2006/08/15 Daniela Dorner
1980
1981 * datacenter/macros/filldotrun.C:
1982 - implemented new arehucas version
1983
1984 * datacenter/db/culminating.php, datacenter/db/datacheck.php,
1985 datacenter/db/datasetinfo.php, datacenter/db/dbstatus.php,
1986 datacenter/db/index.php, datacenter/db/printtable.php,
1987 datacenter/db/querycal.php, datacenter/db/queryrbk.php,
1988 datacenter/db/queryseq.php, datacenter/db/querystar.php,
1989 datacenter/db/runinfo.php, datacenter/db/sequence.php,
1990 datacenter/db/sequinfo.php, datacenter/db/statusrps.php,
1991 datacenter/db/statussbs.php, datacenter/db/statussps.php:
1992 - moved some code to functions (mainly menu)
1993
1994 * datacenter/db/findoffdata.php:
1995 - moved some code to functions (mainly menu)
1996 - implemented zd-range fields
1997 - improved limits functionality
1998 - added some limit fields
1999 - added new field for limits
2000
2001 * datacenter/db/include.php:
2002 - implemented function to print or not print submitted query
2003 (PrintSubmittedQuery(..))
2004 - removed not needed argument of function RemoveSortBy()
2005 - implemented new algorithms for enhanced colour coding for limits
2006 in PrintMagicTable()
2007 - sort by first desc
2008
2009 * datacenter/db/index-header.html:
2010 - shortened menu (removed old websites)
2011 - fixed link
2012
2013 * datacenter/db/index.html:
2014 - added new websites
2015 - added link to error coding
2016 - fixed link
2017
2018 * datacenter/db/magicdefs.php:
2019 - changed limits arrays for enhanced algorithms
2020 - added variables for starguider, new limit fields, zd range
2021
2022 * datacenter/db/sources.php:
2023 - fixed bug (display of test sources)
2024 - moved some code to functions (mainly menu)
2025
2026 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php,
2027 datacenter/db/datasetinfo-aio.php:
2028 - added (website unifying other websites, so that only one website
2029 for runs, one for sequences and one for datasets is needed)
2030
2031 * datacenter/db/menu.php:
2032 - added (containing functions for parts of the menu)
2033
2034 * datacenter/db/menu.js:
2035 - added (script for diplaying/hiding parts of the menu)
2036
2037
2038
2039 2006/08/09 Thomas Bretz
2040
2041 * mbase/MMath.cc:
2042 - changed MedianDev to support 68% division instead of 0.5%
2043
2044 * datacenter/macros/fillsignal.C:
2045 - adapted to use Median for Pulse Offset and Gain
2046
2047
2048
2049 2006/08/08 Thomas Bretz
2050
2051 * mbadpixels/MBadPixelsCam.cc:
2052 - added some comments
2053
2054 * mhist/MHEvent.cc:
2055 - replaced GetTheta() by GetTelescopeTheta()
2056
2057 * msignal/MExtractedSignalCam.cc:
2058 - some update to returning the hi-/lo-gain ratio
2059
2060 * mbase/MMath.[h,cc]:
2061 - new functions MedianDev
2062
2063 * mhist/MHCamera.[h,cc]:
2064 - new function GetMedian
2065 - new function GetMedianDev
2066
2067
2068
2069 2006/08/08 Daniela Dorner
2070
2071 * datacenter/scripts/copyscript:
2072 - updated address list of people who are informed about changes in
2073 the catalog file
2074 - improved output to mail
2075 - updated search of newer catalogfiles
2076 - addapted to change in md5sum
2077 - fixed typo
2078
2079 * steps.rc:
2080 - made interpretable for shell
2081 - set Default to check for fSequenceFileWritten, so that manually
2082 inserted sequences can't be resettet
2083
2084 * datacenter/scripts/makecallistolinks:
2085 - removed reason2
2086
2087
2088
2089 2006/08/06 Thomas Bretz
2090
2091 * datacenter/macros/checkstardone.C,
2092 datacenter/macros/checkfileavail.C,
2093 datacenter/macros/filldotraw.C:
2094 - fixed. res was still not correctly deleted
2095
2096
2097
2098 2006/08/05 Thomas Bretz
2099
2100 * datacente/macros/fillsignal.C:
2101 - still searched for tabs DiffHi and DiffLo... fixed.
2102 - added a missing comma in the sql query
2103
2104 * mbase/MLog.cc, mbase/MLogHtml.cc:
2105 - switched off buffering for ofstreams
2106 - fixed length argument for the case </> are replaced by html-code
2107
2108 * datacenter/macros/checkstardone.C:
2109 - fixed. was completely broken, didn't even compile.
2110
2111
2112
2113 2006/08/04 Thomas Bretz
2114
2115 * mhvstime/MHVsTime.cc:
2116 - fixed a bug which made the argument of SetMinimum be ignored
2117
2118 * mpointing/MHPointing.cc:
2119 - changed position of SetMinimum and SetMaximum
2120
2121 * msignal/MArrivalTimeCam.[h,cc]:
2122 - added new options in GetPixelContent
2123 - added some new member functions
2124
2125 * msignal/MExtractedSignalCam.[h,cc]:
2126 - added new options in GetPixelContent
2127 - added some new member functions
2128
2129 * msignal/MExtractedSignalPix.h:
2130 - added some new member function
2131 - added some comments
2132
2133 * msql/MSQLServer.cc:
2134 - allow to setup different password for differend users and different
2135 users for different databases in sql.rc
2136
2137 * mcalib/MCalibrateRelTimes.cc:
2138 - implemented a workaround to mark pixels bad for extraction of
2139 hi- and lo-gain failed. (Before MCalibrateData just assigned
2140 a weird value)
2141
2142 * msignal/MArrivalTimePix.h:
2143 - added some member functions
2144
2145 * msignal/MExtractTimeAndCharge.cc:
2146 - added some comments which contain future code
2147 - invalidate hi- and lo-gain if both could not be extracted properly
2148 (FIXME: We need a cut on the number of unsuitable pixels per event)
2149 - changed handling of sathi to make the detection of hi-gain
2150 saturation work properly
2151
2152 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
2153 - changed fgLoGainOffset from 1.05 to 0.95 (comming out of the
2154 latest plots)
2155 - fixed assignment of sat in hi-gain extraction to make sure
2156 the the satuartion information can be returned properly
2157
2158 * msignal/MExtractTimeAndChargeSpline.cc:
2159 - changed fgLoGainStartShift according to BCN cvs to -2.4 (FIXME
2160 this should be checked!)
2161 - adapted handling of sat in hi-gain extraction to changes
2162 above
2163
2164 * mjobs/MJCalibrateSignal.cc:
2165 - replaced the hi-/lo-gain pulse plots by plots showing the
2166 hi-/lo-gain intercalibration and the hi-/lo-gain offset
2167
2168 * datacenter/macros/fillsignal.C:
2169 - changed according to the changes
2170
2171 * mraw/MRawFileRead.cc:
2172 - rais an error if a requested file could not be opened
2173
2174 * mbase/MParContainer.cc:
2175 - added some comments
2176
2177
2178
2179 2006/08/03 Thomas Bretz
2180
2181 * mbase/MTask.cc:
2182 - do not print number of executions if it is (UInt_t)-1
2183
2184 * mfileio/MReadReports.cc:
2185 - do not allocate a MTime container anymore. This can be done
2186 by root automatically which has the advantage that we don't
2187 have to care about its deletion
2188 - added some more debug output, just in case...
2189
2190 * mfileio/MReadTree.cc:
2191 - fixed a typo in a comment
2192
2193 * mhist/MHRate.cc, mhist/MHWeather.cc, mhvstime/MHSectorVsTime.cc,
2194 mhvstime/MHVsTime.cc:
2195 - changed position of SetMinimum and SetMaximum
2196
2197 * mimage/MHHillas.[h,cc]
2198 - made the Center-Histogram in the case only one is displayed
2199 one with palette
2200
2201
2202
2203 2006/08/03 Markus Meyer
2204
2205 * resources/calibration.rc, calibration_spline.rc
2206 - update of correction factors
2207
2208 * datacenter/macros/fillstar.C
2209 - update of reference values for muon analysis
2210
2211
2212
2213 2006/08/02 Daniela Dorner
2214
2215 * datacenter/scripts/buildsequenceentries,
2216 datacenter/scripts/checkfilesforsequenceavail,
2217 datacenter/scripts/checkstardone, datacenter/scripts/copyscript,
2218 datacenter/scripts/correcttime, datacenter/scripts/dodatacheck,
2219 datacenter/scripts/doexclusions, datacenter/scripts/doqualityplots,
2220 datacenter/scripts/dowebplots, datacenter/scripts/filesondisk,
2221 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
2222 datacenter/scripts/fillstar, datacenter/scripts/insertdatasets,
2223 datacenter/scripts/insertsequences, datacenter/scripts/linkmc,
2224 datacenter/scripts/makecallistolinks,
2225 datacenter/scripts/mcsequences, datacenter/scripts/movingrawfiles,
2226 datacenter/scripts/processmcsequences, datacenter/scripts/rmlocks,
2227 datacenter/scripts/runcallisto, datacenter/scripts/runganymed,
2228 datacenter/scripts/runstar, datacenter/scripts/sourcefile,
2229 datacenter/scripts/writesequencefiles:
2230 - replaced $USER by `whoami`
2231
2232 * datacenter/scripts/dowebplots:
2233 - write output (ps, png files) to $datapath and not $webdir to
2234 speed up the webupdate
2235
2236
2237
2238 2006/08/02 Thomas Bretz
2239
2240 * mhist/MHCamEvent.cc:
2241 - removed some obsolete includes
2242
2243 * msignal/MExtractTimeAndCharge.cc:
2244 - reformatted position of a parenthesis
2245
2246 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
2247 - changed default lo-gain offset to new value 1.05 which was
2248 determined plotting arrival time vs. signal height.
2249 - added fHiGainFirst to time (as it is in the spline extractor)
2250
2251 * msignal/MSignalCam.cc:
2252 - after extesive tests using the arrival time vs signal height
2253 histograms, new threshold levels (independent of the pixel size)
2254 have been determined for the pulse positions
2255 (50phe for pulse, hi-gain and 320phe for lo-gain)
2256
2257 * datacenter/macros/fillsignal.C:
2258 - changed to support new information about pulse positions
2259
2260
2261
2262 2006/08/01 Thomas Bretz
2263
2264 * mcalib/MCalibCalcFromPast.cc:
2265 - hand over the hi-lo-gain conversion factors to the new
2266 MCalibrationChargeCam if reinitialized
2267
2268 * mcalib/MCalibrateData.cc:
2269 - removed obsolete use of zenith angle (which actually was never used)
2270 - fixed a bug which caused the renorm factor being initialized from
2271 default instead of the QECam always (which didn't make any difference
2272 because also the QECam contains the default value)
2273
2274 * mcalib/MCalibrateRelTimes.[h,cc]:
2275 - store also the information whether lo-gain was used or not in
2276 MSignalCam
2277 - removed some comments from header
2278
2279 * mcalib/MCalibrationQEPix.[h,cc]:
2280 - removed obsolete use of zenith angle (which actually was never used)
2281
2282 * mhist/MHCamera.cc:
2283 - fixed wrong cast (from this to TProfile instead of TH1D)
2284
2285 * mjobs/MJCalibrateSignal.cc:
2286 - added tabs for hi-/lo-gain pulse position
2287
2288 * mjobs/MJCalibration.cc:
2289 - removed obsolete use of zenith angle (which actually was never used)
2290 for MCalibrationQEPix
2291
2292 * msignal/MArrivalTimePix.h:
2293 - added Copy member function
2294
2295 * msignal/MExtractedSignalPix.cc:
2296 - small code layout
2297
2298 * msignal/MSignalPix.[h,cc]:
2299 - added new (non I/O) member fLoGainUsed
2300
2301 * msignal/MSignalCam.cc:
2302 - added cases 10 and 11 to GetPixelContent
2303 - added some more comments
2304
2305
2306
2307 2006/07/31 Thomas Bretz
2308
2309 * showplot.cc:
2310 - added new options to write bmp and xml files
2311 - added new options for the display size
2312
2313 * mbase/MStatusDisplay.[h,cc]:
2314 - changed the constructor to allow starting with a different size
2315 - added new member functions to change the display or canvas size
2316 - fixed setting of sizes
2317
2318
2319
2320 2006/07/30 Thomas Bretz
2321
2322 * macros/starfield.C:
2323 - updated to use resources/mirrors.def by default
2324
2325 * mhist/MHCamera.[h,cc]:
2326 - replaced SavePrimitive(ofstream&) by SavePrimitive(ostream&)
2327 - if necessary let SavePrimitive(ofstream&) call
2328 SavePrimitive(ostream&)
2329
2330 * mgui/MHexagon.[h,cc]:
2331 - special solution for SavePrimitive because it calls a function
2332 from the base class which also needs ofstream or ostream
2333
2334 * mbase/MStatusDisplay.[h,cc]:
2335 - switched on writing bmp and xml (I still found no program able
2336 to read this bmp, but they are written)
2337 - removed check for writing images in batch mode for root
2338 >= 5.12/00. It is working now.
2339 - calculate kB and MB correctly by dividing by 1000 instead of
2340 1024 (would be kiB and MiB)
2341 - removed some unused parameters from function declaration
2342 - fixed some warnings about local overwrites of variable names
2343 - fixed a deprecated conversion from string constant to `char*
2344
2345
2346
2347 2006/07/29 Thomas Bretz
2348
2349 * mhflux/MHEffectiveOnTime.cc:
2350 - changed the fit such that initial values are calculated
2351 automatically now instead of using build in values. This
2352 makes the fit more indepedant of the underlaying rates.
2353 With a test of ~350 sequences in the test database it could
2354 be shown that the new fit gives the same result +/-1sek.
2355 The highest deviation was +5s the lowest -10s.
2356 - the number of the first bin used in the fit became a variable
2357 - A limit of 15kHz was set for the rate
2358 - sanity checkes for lambda==0 added (possible division by zero)
2359 - increased class version number by one
2360 - made functions derived from MH private
2361 - to fit the resulting "gammas" use fFirstBin=1 and fNumEvents=120
2362
2363
2364
2365 2006/07/28 Daniela Dorner
2366
2367 * datacenter/scripts/buildsequenceentries,
2368 datacenter/scripts/checkfilesforsequenceavail,
2369 datacenter/scripts/checkstardone, datacenter/scripts/copyscript,
2370 datacenter/scripts/correcttime, datacenter/scripts/dodatacheck,
2371 datacenter/scripts/doexclusions, datacenter/scripts/doqualityplots,
2372 datacenter/scripts/dowebplots, datacenter/scripts/filesondisk,
2373 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
2374 datacenter/scripts/fillstar, datacenter/scripts/insertdatasets,
2375 datacenter/scripts/insertsequences, datacenter/scripts/linkmc,
2376 datacenter/scripts/makecallistolinks,
2377 datacenter/scripts/mcsequences, datacenter/scripts/movingrawfiles,
2378 datacenter/scripts/processmcsequences, datacenter/scripts/rmlocks,
2379 datacenter/scripts/runcallisto, datacenter/scripts/runganymed,
2380 datacenter/scripts/runstar, datacenter/scripts/sourcefile,
2381 datacenter/scripts/writesequencefiles:
2382 - replaced username by $USER
2383
2384
2385
2386 2006/07/27 Thomas Bretz
2387
2388 * datacenter/macros/buildsequenceentries.C:
2389 - removed some obsolete output
2390 - logging output redone
2391 - added some missing delete of TSQLResults
2392 - fixed some overwrite of local variables
2393 - added more comments
2394 - moved code building the blocks to its own function
2395 - simplified buildblocks
2396
2397
2398
2399 2006/07/27 Daniela Dorner
2400
2401 * datacenter/scripts/buildsequenceentries:
2402 - fixed bug in name of logfile (introduced on 2006/02/03)
2403
2404
2405
2406 2006/07/26 Daniela Dorner
2407
2408 * datacenter/scripts/movingrawfiles:
2409 - changed machine
2410 - added logging
2411 - added launching of filesondisk, when files have been moved
2412
2413 * datacenter/scripts/filesondisk:
2414 - added logging
2415
2416
2417
2418 2006/07/26 Thomas Bretz
2419
2420 * merpp.cc:
2421 - files with the extension .raw.gz were not found. fixed. This
2422 is necessary because raw-files must be merpped before they can
2423 be displayed with the mars-gui.
2424
2425 * star.cc:
2426 - fixed some misalignment when the title is printed
2427
2428 * datacenter/macros/fillsinope.C:
2429 - removed some obsolete comments
2430
2431 * mbase/MContinue.h:
2432 - some reformatting
2433
2434 * mreport/MReportStarguider.h:
2435 - added enum for states
2436 - added IsMonitoring member function
2437
2438 * msignal/MArrivalTimeCam.cc:
2439 - fixed a problem which gave errors when compiling (introduced
2440 with the latest change)
2441
2442 * manalysis/MEventRateCalc.[h,cc], manalysis/MGeomApply.[h,cc],
2443 manalysis/MMultiDimDistCalc.[h,cc], mbadpixels/MBadPixelsTreat.[h,cc],
2444 mbase/MEvtLoop.[h,cc], mbase/MParContainer.[h,cc], mbase/MParList.[h,cc],
2445 mbase/MTask.[h,cc], mbase/MTaskList.[h,cc], mcalib/MCalibrateData.[h,cc],
2446 mdata/MDataArray.[h,cc], mfbase/MF.[h,cc], mfbase/MFDataChain.[h,cc],
2447 mfbase/MFDataChain.[h,cc], mfbase/MFDataMember.[h,cc],
2448 mfbase/MFilterList.[h,cc], mfileio/MReadTree.[h,cc],
2449 mfileio/MWriteRootFile.[h,cc], mfilter/MFParticleId.[h,cc],
2450 mfilter/MFTriggerLvl1.[h,cc], mfilter/MFTriggerLvl2.[h,cc],
2451 mhbase/MBinning.[h,cc], mhbase/MFillH.[h,cc], mhbase/MH3.[h,cc],
2452 mhbase/MHMatrix.[h,cc], mimage/MHillasCalc.[h,cc],
2453 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
2454 mpointing/MSrcPosCam.[h,cc], msignal/MExtractFixedWindow.[h,cc],
2455 msignal/MExtractSignal.[h,cc], msignal/MExtractSignalABcorr.[h,cc],
2456 msignal/MExtractor.[h,cc], mtools/MChisqEval.[h,cc]
2457 - replaced StreamPrimitive(ofstream&) by StreamPrimitive(ostream&)
2458 - replaced SavePrimitive(ofstream&) by SavePrimitive(ostream&)
2459 - if necessary let SavePrimitive(ofstream&) call
2460 SavePrimitive(ostream&)
2461
2462 * mbadpixels/MBadPixelsCam.cc, mbadpixels/MBadPixelsIntensityCam.cc,
2463 mbase/MEvtLoop.cc, mbase/MLog.cc, mbase/MParList.cc, mbase/MTaskList.cc,
2464 mcalib/MCalibConstCam.cc, mcalib/MCalibrationBlindCam.cc,
2465 mcalib/MCalibrationCam.cc, mcalib/MCalibrationIntensityCam.cc,
2466 mcalib/MCalibrationIntensityConstCam.cc, mdata/MDataArray.cc,
2467 mdata/MDataFormula.cc, mdata/MDataList.cc, mfbase/MFilterList.cc,
2468 mgeom/MGeomCam.cc, mhcalib/MHCalibrationCam.cc, mmain/MMonteCarlo.cc,
2469 mpedestal/MPedPhotCam.cc, mpedestal/MPedestalCam.cc,
2470 mreport/MReportFileRead.cc, msignal/MArrivalTimeCam.cc,
2471 msignal/MExtractedSignalCam.cc, msignal/MSignalCam.cc:
2472 - replaced ForEach by R__FOR_EACH
2473
2474 * mbase/MAGIC.h:
2475 - define R__FOR_EACH macro if not yet defined
2476
2477 * mbase/MEvtLoop.cc:
2478 - removed usage of copy-constructor of TEnv
2479
2480 * mbase/MString.h:
2481 - exclude some of the member function from CINT (gives problem
2482 with CINT)
2483
2484 * mfbase/MFEventSelector.[h,cc]:
2485 - removed StreamPrimitive (it was empty anyhow)
2486
2487 * mranforest/MRanTree.cc:
2488 - moved includes for TVector and TMatrix to header
2489 - replaced TMatrixRow by TMatrixFRow_const in TreeHad
2490
2491 * msignal/Makefile, msignal/SignalLinkDef.h:
2492 - removed MExtractSignal
2493 - removed MExtractSignal2
2494 - removed MExtractSignal3
2495 - removed MExtractSignalABcorr
2496
2497 * mbase/MArgs.cc, mbase/MContinue.cc, mbase/MEnv.cc, mbase/MGMap.[h,cc],
2498 mbase/MGTask.h, mbase/MLogManip.h, mbase/MLogPlugin.h
2499 mbase/MParContainer.cc, mbase/MParList.cc, mbase/MParameters.cc,
2500 mbase/MSearch.cc, mbase/MStatusArray.h, mbase/MTask.cc,
2501 mbase/MTaskList.[h,cc]:
2502 - removed some unused parameters from function declaration
2503
2504 * mbase/MArray.h, mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h,
2505 mbase/MArrayI.h, mbase/MArrayS.h, mbase/MDirIter.h, mbase/MLog.[h,cc],
2506 mbase/MReadSocket.h, mbase/MTask.cc, mbase/MTaskList.[h,cc],
2507 mbase/MTime.h:
2508 - added explicit initialization of base class to copy ctor
2509
2510 * mbase/MDirIter.[h,cc], mbase/MLog.[h,cc], mbase/MRunIter.cc,
2511 mbase/MZlib.cc:
2512 - fixed some warnings about local overwrites of variable names
2513
2514 * mbase/MTaskList.[h,cc]:
2515 - removed unsused second argument from CheckAddListTo
2516 - allow 0 as the type argument which just keeps the input steam id
2517 of the task
2518
2519 * mjobs/MSequence.cc:
2520 - fixed a deprecated conversion from string constant to `char*
2521
2522 * mfbase/MFilterList.cc:
2523 - improved warn output
2524
2525 * msignal/MArrivalTimeCalc2.cc, msignal/MArrivalTimePix.[h,cc],
2526 msignal/MExtractFixedWindowPeakSearch.cc, msignal/MExtractSignal.cc,
2527 msignal/MExtractSignal2.cc, msignal/MExtractSignal3.cc,
2528 msignal/MExtractSignalABcorr.cc, msignal/MExtractTime.cc,
2529 msignal/MExtractTimeAndCharge.cc, msignal/MExtractor.cc,
2530 msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc:
2531 - removed first obsolete argument from SetGainSaturation
2532
2533 * msignal/MExtractedSignalCam.[h,cc]:
2534 - removed obsolete fNdf
2535 - increased class version
2536
2537 * msignal/MExtractedSignalPix.[h,cc]:
2538 - removed obsolete fIsLoGainUsed
2539 - removed obsolete fChisquare
2540 - increased class version
2541 - removed obsolete first argument from SetGainSaturation
2542
2543
2544
2545 2006/07/23 Thomas Bretz
2546
2547 * datacenter/scripts/copyscript:
2548 - only try to insert the contents of runbook files which
2549 contain the regexp \\\.rbk$ instead of .rbk It might be
2550 that in a script it should be \.rbk$ rather than \\\.rbk$
2551 (to be tested)
2552
2553
2554
2555 2006/07/22 Thomas Bretz
2556
2557 * datacenter/scripts/runstar:
2558 - added -r to sort ToDo-files such that the newest sequences
2559 are processed first
2560
2561
2562
2563 2006/07/21 Daniela Dorner
2564
2565 * datacenter/scripts/checkfilesforsequavail:
2566 - fixed bug in path
2567
2568
2569
2570 2006/07/19 Thomas Bretz
2571
2572 * msignal/MArrivalTimeCam.cc:
2573 - added case 7 and 2 in GetPixelContent
2574
2575
2576
2577 2006/07/13 Thomas Bretz
2578
2579 * mastro/MAstroCatalog.h:
2580 - implemented new member function GetNumStars
2581
2582 * mbase/MGMap.[h,cc]:
2583 - implemented new member function DrawHexagon
2584
2585
2586
2587 2006/07/11 Thomas Bretz
2588
2589 * mbase/MStatusArray.cc, mdata/MDataChain.cc, mdata/MDataFormula.cc,
2590 mhflux/MMcSpectrumWeight.cc, mimage/MHillasExt.cc, mjobs/MJCut.cc,
2591 msignal/MExtractTimeAndChargeDigitalFilter.cc,
2592 mranforest/MRanForestCalc.cc:
2593 - fixed some compiler warning of the kind
2594 ambiguous overload for `Bool_t ? const char[14] : const TString &'
2595 to make gcc 2.95.3 happy (used to get cosy working with the
2596 latest Mars version)
2597
2598 * mbase/MZlib.[h,cc]:
2599 - added some preprocessor statements which allow compilation with
2600 gcc 2.95.3
2601
2602 * mastro/MAstroCamera.cc:
2603 - removed path from include
2604
2605 * mastro/Makefile:
2606 - added directory for MHCamera
2607
2608 * mhflux/MHThetaSqN.cc:
2609 - removed the const-qualifier from the static_cast when setting
2610 tghe MParameterD
2611
2612
2613
2614 2006/07/06 Thomas Bretz
2615
2616 * Makefile.conf.linux:
2617 - removed options -Wstrict-prototypes -Wmissing-prototypes
2618 obsolete for C++
2619
2620 * mastro/MAstro.h, mgui/MCamEvent.h:
2621 - added virtual destructor to make gcc 4.1 happy
2622
2623 * mfilter/MFMagicCuts.cc, mtools/MagicJam.cc:
2624 - added includes to make gcc 4.1 happy
2625
2626 * mranforest/MRanForestCalc.cc:
2627 - added include for the compilation with root 5.10/00
2628
2629
2630
2631 2006/07/05 Thomas Bretz
2632
2633 * datacenter/macros/checkfileavail.C,
2634 datacenter/macros/checkstardone.C,
2635 datacenter/macros/doexclusions.C,
2636 datacenter/macros/filldotraw.C,
2637 datacenter/macros/fillganymed.C,
2638 datacenter/macros/fillsignal.C,
2639 datacenter/macros/fillstar.C,
2640 datacenter/macros/setupdb.C:
2641 - make sure that 'res' is correctly deleted
2642
2643 * datacenter/macros/doexclusions.C:
2644 - fixed some variable name overrides
2645
2646 * mhflux/MAlphaFitter.[h,cc]:
2647 - added the possibility to DrawResult()
2648
2649 * mhflux/MHAlpha.[h,cc]:
2650 - added new output container (Bin) which contains the number
2651 of the bin the event was assigned to
2652 - fixed drawing the significance in DrawAll
2653
2654
2655
2656 2006/07/04 Daniela Dorner
2657
2658 * datacenter/scripts/copyscript:
2659 - removed not needed if-clause (was used to copy subsystemfiles to
2660 /magic/datacenter/totape)
2661
2662
2663
2664 2006/07/03 Thomas Bretz
2665
2666 * mhflux/MHThetaSqN.[h,cc]:
2667 - added counter and output some statistics afterwards
2668
2669
2670
2671 2006/06/29 Thomas Bretz
2672
2673 * mmain/MEventDisplay.cc:
2674 - added decoding of calibration pattern
2675
2676 * mbase/MContinue.cc:
2677 - small change to some output
2678
2679 * mmc/MMcTrig.hxx, mmc/MMcTrigHeader.hxx:
2680 - increased version number
2681
2682 * mmc/Mdefine.h:
2683 - increased CAMERA_PIXELS from 3500 to 3800
2684
2685
2686
2687 2006/06/28 Daniela Dorner
2688
2689 * datacenter/macros/setupdb.C:
2690 - added new columns
2691 - changed name columns
2692
2693
2694
2695 2006/06/28 Thomas Bretz
2696
2697 * datacenter/macros/fillstar.C:
2698 - added number of correlated stars
2699
2700 * datacenter/macros/plotdb.C:
2701 - added number of correlated stars
2702 - changed name of database column
2703
2704 * callisto.cc, mbadpixels/MBadPixelsCalc.cc,
2705 mjtrain/MJTrainSeparation.cc:
2706 - small improvement to log-output
2707
2708 * tpoint/gui.C:
2709 - added some SetFrameBorderMode and SetBorderMode
2710
2711
2712
2713 2006/06/27 Thomas Bretz
2714
2715 * mhflux/MHAlpha.cc:
2716 - added a small change to prevent DrawAll from opening a new
2717 canvas if called with the option "No new canvas" and no
2718 fDisplay
2719
2720
2721
2722 2006/06/26 Thomas Bretz
2723
2724 * mjobs/MJCut.[h,cc]:
2725 - added error codes for some fatal errors
2726
2727 * ganymed.cc:
2728 - pipe error codes to shell
2729
2730
2731
2732 2006/05/29 Thomas Bretz
2733
2734 * mbase/MEnv.cc:
2735 - included THashList for compatibility with root 5.10/00
2736
2737 * mdata/MDataArray.[h,cc]:
2738 - included TVector in header for compatibility with root 5.10/00
2739
2740 * mgui/MHexagon.cc:
2741 - changed argument of PaintFillArea from Float_t to Double_t
2742 for compatibility with root 5.10/00
2743
2744 * mhbase/MHMatrix.[h,cc]:
2745 - added some #ifdef for compatibility with root 5.10/00
2746 - included TVector in the header for compatibility with
2747 root 5.10/00
2748
2749 * mjtrain/MJTrainDisp.cc:
2750 - added the possibility to set weights
2751 - added new histogram to show avg psf versus energy
2752
2753 * mjtrain/MJTrainRanForest.cc:
2754 - included TFile for compatibility with root 5.10/00
2755
2756 * mranforest/MRanForest.[h,cc]:
2757 - included TMatrix and TVector in header for compatibilty
2758 with root 5.10/00
2759
2760 * mtools/MHSimulatedAnnealing.[h,cc]:
2761 - included TMatrix and TVector in header for compatibilty
2762 with root 5.10/00
2763
2764
2765
2766 2006/05/24
2767
2768 * RELEASE 0.9.6
2769
2770
2771
2772 2006/05/24 Thomas Bretz
2773
2774 * mbadpixels/MBadPixelsTreat.cc:
2775 - another small improvement, set fMaxArrivalTimeDiff to 0.9
2776
2777 * mjobs/MJPedestal.cc:
2778 - switched off error in case of "pulse is too much to the left"
2779 - the extraction window is not changed anymore
2780
2781 * mhflux/MAlphaFitter.cc:
2782 - made new background fit more robust by improving the start
2783 values
2784
2785 * mhflux/MHAlpha.[h,cc]:
2786 - preliminary implementation showing automatically all sizebins in
2787 the status display
2788
2789 * mpointing/MPointingDevCalc.[h,cc]:
2790 - if the mispointing is set to 0 due to missing mispointing
2791 information also the starguider calibration is reset.
2792 - in the case the latest report is older than a default (currently
2793 one minute) and the current report will be skip the starguider
2794 correction and calibration will be reset.
2795
2796 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
2797 - updated
2798
2799 * mmc/MMcRunHeader.hxx:
2800 - added new getter for ShowerPhiMin and ShowerPhiMax
2801
2802
2803
2804 2006/05/23 Daniela Dorner
2805
2806 * scripts/processsequence:
2807 - added (script to run callisto, merppupdate and star for 1
2808 sequence)
2809
2810 * scripts/preparemc:
2811 - added (script to create montecarlo sequence and datasetfiles)
2812
2813
2814
2815 2006/05/23 Thomas Bretz
2816
2817 * mranforest/MRanTree.cc:
2818 - should be if(!Finite) instead of if(Finite)
2819
2820 * mhbase/MH3.cc:
2821 - fixed a problem which arouse in root 4.04/02g namely that
2822 is the draw-option is " " nothing is displayed. Therefore
2823 all " " are removed before the histogram is drawn
2824
2825 * mhist/MHCamera.cc:
2826 - when the azimuthal profile was produced the binning was optimized
2827 with the OptimizeLimits. This doesn't make sense because it
2828 changed the alignment of the bins with the 60deg boundaries
2829
2830 * mreport/MReportStarguider.cc:
2831 - fixed a typo in a comment and removed an obsolete one
2832
2833 * msignal/MExtractTimeAndCharge.cc:
2834 - instead of setting the arrival time to a value at the border of
2835 the meaningful range a random number is assigned in the case
2836 of an arrival time extracted outside the fadc range. This
2837 avoids possible unfortuante coincidences in arrival times.
2838
2839 * mbadpixels/MBadPixelsTreat.[h,cc]:
2840 - added new data member fMaxArrivalTimeDiff, which is the maximum
2841 arrival time difference allowed for the badpixel algorithm
2842 to determin whether a pixels belongs to a shower
2843 - changed the old value (0.5) to 1.0 as suggested by Stefan
2844 due to a recent study on the fraction of pixels surviving the
2845 image cleaning
2846
2847 * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc:
2848 - added comment to show usage of new option
2849
2850
2851
2852 2006/05/22 Daniela Dorner
2853
2854 * datacenter/scripts/makecallistolinks:
2855 - fixed bug
2856
2857
2858
2859 2006/05/22 Thomas Bretz
2860
2861 * mranforest/MRanTree.cc:
2862 - replaced some arbitrary small and large values by FLT_MAX in
2863 FindBestSpllit*
2864 - replaced in FindBestSpllit* a sanity check for rld and rrd (do
2865 not divide by zero) by a check whether the result (crit) is finite
2866
2867 * mcamera/MCameraRecTemp.[h,cc]:
2868 - implemented new data member for validity
2869 - increased class version by 1
2870
2871 * mpointing/MHPointing.[h,cc]:
2872 - implemented new TGraph for number of correlated stars
2873 - increased class version by 1
2874
2875 * mpointing/MPointingDevCalc.cc:
2876 - if the report is empty assume no pointing deviation and also
2877 reset the starguider calibration
2878
2879 * mpointing/MPointingPos.cc:
2880 - slight modifications to comment
2881
2882 * mreport/MReport.cc:
2883 - introduced new fake version to support new starguider format
2884
2885 * mreport/MReportCC.[h,cc]:
2886 - improved handling of receiver boar com-errors and RecTemp section
2887
2888 * mreport/MReportStarguider.[h,cc]:
2889 - implemented changes in the starguider reports around 9th May
2890 - added new data member for number of correlated stars
2891 - increased class version by 1
2892
2893
2894
2895 2006/05/21 Thomas Bretz
2896
2897 * mfileio/MReadTree.cc:
2898 - show all added files only in debug modes or if wildcards are used
2899
2900 * mfilter/MFEnergySlope.[h,cc]:
2901 - added a third constructor which also allows to set fMcEnergyMin
2902
2903 * mjtrain/MJTrainSeparation.[h,cc]:
2904 - updated text output
2905 - improved result display
2906 - added possibility to set weights and/or pre/post-tasks for
2907 train or test only
2908
2909 * mranforest/MRanForest.cc:
2910 - commented out an obsolete check to check whether TMath::Sort
2911 has sorted correctly
2912 - added some comments
2913
2914
2915
2916 2006/05/20 Thomas Bretz
2917
2918 * mreport/MReportCC.cc:
2919 - fixed a typo in InterpreteTD which was introduced yesterday
2920
2921
2922
2923 2006/05/19 Thomas Bretz
2924
2925 * mbase/MMath.h:
2926 - added default to second argument of GaussProb
2927
2928 * mcamera/MCameraTD.[h,cc], mcamera/MCameraTH.[h,cc]:
2929 - added a data member fIsValid giving the status of the arrays
2930 in case the CC reports contained nonsense (mainly for files
2931 before summer 2005)
2932 - increased class version by 1
2933
2934 * mhflux/MHAlpha.h:
2935 - made SetOffData virtual
2936
2937 * mreport/MReport.cc:
2938 - small changes to some comments
2939
2940 * mreport/MReportCC.[h,cc]:
2941 - better handling of problems with the TH and TD part of the
2942 CC-REPORT for files older than 200507190 and 200412210
2943 respectively
2944
2945 * mreport/MReportFileReadCC.cc:
2946 - always output the file format version
2947
2948 * mhflux/MAlphaFitter.[h,cc]:
2949 - implemented fitting of the off-data for background determination
2950 - the result values are not yet accessible
2951 - increased class version by 1
2952
2953 * mhflux/MHThetaSqN.[h,cc]:
2954 - some improvements regarding the treatment of the signal-regions
2955 - allow to set a different cut-level for off-cuts
2956
2957
2958
2959 2006/05/18 Thomas Bretz
2960
2961 * mhflux/MAlphaFitter.h:
2962 - added Getter for ScaleMode
2963
2964 * mhflux/MHAlpha.[h,cc]:
2965 - made fHillas data member protected
2966 - increased size of fMap
2967
2968 * mhflux/MHThetaSq.[h,cc]:
2969 - removed obsolete data-member fThetaSq
2970
2971 * mjtrain/MJTrainRanForest.cc, mranforest/MRanForestCalc.cc:
2972 - fixed a typo in a comment
2973
2974 * mranforest/MRanTree.cc:
2975 - added a lot of comments in the code
2976
2977 * callisto.cc:
2978 - fixed typo in output
2979
2980 * mhflux/MHThreshold.cc:
2981 - enabled grids
2982 - slightly improved calculation of shown threshold
2983
2984 * mhflux/MHThetaSqN.[h,cc]:
2985 - added
2986
2987 * mhflux/Makefile, mhflux/FluxLinkDef.h:
2988 - added MHThetaSqN
2989
2990
2991
2992 2006/05/18 Daniela Dorner
2993
2994 * resources/calibration.rc, resources/calibration_spline.rc:
2995 - added values for current and following periods
2996
2997
2998
2999 2006/05/05
3000
3001 * RELEASE 0.9.5.1
3002
3003
3004
3005 2006/05/05 Thomas Bretz
3006
3007 * datacenter/macros/plotdb.C:
3008 - updated with new tabs for the starguider data
3009
3010 * mhflux/MHEnergyEst.cc:
3011 - print the result to the all-logstream
3012 - changed the fit range not to take the overflow into account
3013
3014 * mranforest/MRanForest.[h,cc]:
3015 - Use the default Reset() instead of Reset(0)
3016 - changed output while training
3017 - replaced a lot of TArrays by MArrays
3018 - at some points replaced gRandom->Rndm by gRandom->Integer
3019 - removed some obsolete arguments from ModifyDataSort
3020 - In CreateDataSort isort need not to be initialized, it is
3021 done by TMath::Sort anyhow
3022 - a small simplification to ModifyDataSort
3023 - added some const-qualifiers in funciton calls
3024
3025 * mranforest/MRanTree.[h,cc]:
3026 - replaced a lot of TArrays by MArrays
3027 - removed some obsolete calls to Reset(0) after the instatization
3028 of the array
3029 - small acceleration of the averaging when calculating fBestSplit[k]
3030 - at some points replaced gRandom->Rndm by gRandom->Integer
3031 - directly give mean[kbuild] and square[kbuild] as an argument
3032 to FindBestSplit
3033 - removed the obsolste dereferencing from the call to FindBestSplit
3034 - added some const-qualifiers in funciton calls
3035 - make a copy of tclasspop in BuildTree to be able to give the
3036 array as a const qualified reference. It is not used at any other
3037 place
3038 - in TreeHad first get the pointers to the vector with the data to
3039 get rid of the range check done by root. This has also the advantage
3040 that all TreeHad member function can be unified into a single
3041 member function
3042
3043 * mhflux/MAlphaFitter.cc:
3044 - fixed a problem with the fit which could cause infinite loops
3045 in the case of off-data. This did in no means effect the result,
3046 just the performance.
3047
3048 * mhbase/MH3.cc:
3049 - convert the options ToLower case first before checking
3050
3051 * mjtrain/MJTrainRanForest.[h,cc]:
3052 - added AddPar member function
3053 - added fPreTasks and fPostTasks
3054 - added fEnableWeights
3055 - added member functions suporting setting pre- and posttasks
3056 and weights
3057
3058 * mtools/MTFillMatrix.h:
3059 - added new member function to clear the fPreCuts, fPreTasks and
3060 fPostTasks lists
3061
3062 * mjtrain/MJTrainEnergy.cc:
3063 - implemented usage of weights
3064
3065 * mjtrain/MJTrainSeparation.[h,cc]:
3066 - implemented the usage of weights
3067 - implemented a random source position to train with wobble
3068 data
3069 - added some more output
3070 - added an option to switch between classification and regression
3071 - added th epossibility to change the MC flux
3072
3073 * mjtrain/Makefile:
3074 - added include path for mpointing and mimage
3075
3076
3077
3078 2006/05/04 Thomas Bretz
3079
3080 * mbase/MTaskList.[h,cc]:
3081 - added new member function AddToListBefore(TList&) and
3082 AddToListAfter(TList&)
3083 - added corresponding RemoveFromList(TList&)
3084
3085 * mhflux/MMcSpectrumWeight.[h,cc]:
3086 - added new member functions CalcSpecNew and CalcSpecOld to
3087 evaluate the spectrum at a given energy
3088 - added a new data member which allows to set an energy
3089 at which the normalization is calculated instead of
3090 the integral
3091
3092 * mpointing/MSrcPosRndm.[h,cc]:
3093 - added new option which allows to create a random wobble
3094 source position
3095
3096
3097
3098 2006/05/03 Daniela Dorner
3099
3100 * datacenter/macros/setupdb.C:
3101 - changed type of sourcename and projectname according to new
3102 format
3103
3104
3105
3106 2006/05/03 Thomas Bretz
3107
3108 * Makefile.rules:
3109 - added new option zdiff
3110
3111 * mbase/MTaskList.[h,cc]:
3112 - overwrite member function AddToList with a TList-reference
3113 as argument
3114
3115 * mhflux/MHCollectionArea.[h,cc]:
3116 - added the missing //! behind the fMcEvt data member
3117 - increased class version number
3118 - removed obsolete fEnergy data member
3119
3120 * mranforest/MRanForest.cc:
3121 - added to the output whether weights are set
3122
3123 * mraw/MRawRunHeader.cc:
3124 - removed an obsolete Print() which enetered for debugging
3125
3126 * mimage/MHNewImagePar.cc:
3127 - the plots for CocCOG and ConcCore had the same color... fixed
3128
3129 * mranforest/MRanForestCalc.[h,cc]:
3130 - allow to set weights for each event
3131
3132 * mtools/MTFillMatrix.[h,cc]:
3133 - implemented the possibility to set pre- and post-tasks
3134 executed in the eventloop
3135
3136
3137
3138
3139 2006/05/02 Thomas Bretz
3140
3141 * mraw/MRawRunHeader.cc:
3142 - fixed the typo in the output
3143
3144 * mpointing/MHPointing.cc, datacenter/macros/fillstar.C:
3145 - fixed a typo in the name of the plot Skybrightness
3146
3147
3148
3149 2006/04/30 Thomas Bretz
3150
3151 * mjtrain/MJTrainSeparation.[h,cc]:
3152 - new option to switch between regression and classification
3153 - fixed the auto training (still far from working well)
3154 - improved result plots
3155
3156 * mbase/MMath.cc:
3157 - fixed SignificanceLiMa such that it allows basically zero
3158 signal- and/or background events
3159
3160
3161
3162 2006/04/27 Thomas Bretz
3163
3164 * datacenter/macros/fillstar.C:
3165 - replaced the mean by the median
3166
3167
3168
3169 2006/04/26 Daniela Dorner
3170
3171 * datacenter/macros/fillstar.C, datacenter/macros/setupdb.C:
3172 - added four new columns to the table Star
3173
3174
3175
3176 2006/04/24 Thomas Bretz
3177
3178 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
3179 - some fixes to the comments describing random forest
3180
3181
3182
3183 2006/04/23 Thomas Bretz
3184
3185 * mhist/MHHadronness.cc:
3186 - do not reset the two hadronness-histograms in SetupFill
3187 otherwise MJTrainSeparation cannot work correctly
3188
3189 * mjtrain/MJTrainSeparation.cc:
3190 - added a Plot of Hadronness versus Size for MC events
3191
3192
3193
3194 2006/04/22 Thomas Bretz
3195
3196 * mraw/MRawRunHeader.cc:
3197 - some small changes, mainly output and comments
3198
3199 * mhflux/MHAlpha.[h,cc]:
3200 - show also the integrated number of excess events in the
3201 plot versus energy/size and show the correct error.
3202
3203 * mtools/MJSpectrum.cc:
3204 - added accelerator for executing the tasklist as in MJCut
3205
3206 * macros/train/trainseparation.C:
3207 - fixed a typo
3208
3209 * mjtrain/MJTrainSeparation.h:
3210 - added missing initialization of fAutoTrain
3211 - fixed an error in EnablAutoTrain (was always set to kTRUE)
3212
3213
3214
3215 2006/04/21 Daniel Hoehne
3216
3217 * datacenter/scripts/doqualityplots, datacenter/scripts/dowebplots:
3218 - fixed bug in usage of pstoimg
3219
3220
3221
3222 2006/04/13 Thomas Bretz
3223
3224 * mraw/MRawRunHeader.[h,cc]:
3225 - adapted to new DAQ format version 6
3226 - increased class version number
3227
3228 * mtools/MTFillMatrix.cc:
3229 - added accelerator for executing the tasklist as in MJCut
3230
3231 * mfilter/MFEnergySlope.cc:
3232 - small update to output
3233
3234 * mfbase/MFilterList.[h,cc]:
3235 - fixed a really old problem that the contents of the list never
3236 got ReInit. Hopefully this never had bad sideeffects.
3237
3238 * macros/train/trainenergy.C:
3239 - added another comment how to change the spectral slope of the
3240 monte carlo spectrum
3241
3242
3243
3244 2006/04/13 Thomas Bretz
3245
3246 * mreport/MReport.cc:
3247 - added new fake arehucas versions to fix a problem with the
3248 starguider reports
3249
3250 * mreport/MReportFileRead.cc:
3251 - increased informations in warning output
3252
3253 * mreport/MReportStarguider.cc:
3254 - fixed a problem with the starguider reports between 6.3.2006 and
3255 19.3.2006
3256
3257
3258
3259 2006/04/13 Daniel Hoehne
3260
3261 * datacenter/db/findoffdata.php:
3262 - implemented query for the inhomogeneity
3263
3264 * datacenter/db/runinfo.php:
3265 - added checkboxes for start time, failed time and error codes
3266
3267 * datacenter/db/datacheck.php:
3268 - fixed bug in StatusMenus for DataCheck and RawFile
3269
3270
3271
3272 2006/04/12 Daniela Dorner, Daniel Hoehne
3273
3274 * datacenter/scripts/makecallistolinks:
3275 - fixed bug
3276
3277
3278
3279 2006/04/12 Thomas Bretz
3280
3281 * datacenter/macros/filldotraw.C:
3282 - allow to access gzipped raw-files
3283
3284
3285
3286 2006/04/11 Thomas Bretz
3287
3288 * mastro/MAstro.h:
3289 - added conversion Parsec2Lighyear
3290
3291 * mbase/MLogHtml.cc:
3292 - added a fix to display < and > correctly
3293
3294 * mhflux/MHCollectionArea.[h,cc]:
3295 - commented out obsolete fEnergy parameter
3296
3297 * mjobs/MJSpectrum.cc:
3298 - fill a second collection area plot after trigger
3299
3300 * mjoptim/MJOptimize.cc:
3301 - improve speed of optimization by switching of timing and
3302 reset in eventloop
3303
3304 * mmc/MFadcHeader.h:
3305 - changed MFADC_CHANNELS from 3500 to 3800 according to Abelardo
3306
3307 * mmc/MMcFadcHeader.hxx:
3308 - increaded version number from 7 to 8
3309
3310
3311
3312 2006/04/11 Daniel Hoehne, Daniela Dorner
3313
3314 * datacenter/scripts/dodatacheck:
3315 - fixed bug in finding raw-files
3316
3317
3318
3319 2006/04/10 Daniel Hoehne
3320
3321 * datacenter/macros/filldotrun.C:
3322 - implemented new arehucas version
3323
3324
3325
3326 2006/04/07 Daniel Hoehne, Daniela Dorner
3327
3328 * datacenter/macros/filldotrun.C, buildsequenceentries.C, setupdb.C:
3329 - implemented new arehucas version
3330
3331
3332
3333 2006/04/06 Daniela Dorner
3334
3335 * datacenter/scripts/makecallistolinks:
3336 - fixed bug in resetting
3337
3338 * datacenter/db/tabs.php:
3339 - changed tabs for wobble
3340
3341
3342
3343 2006/04/05 Thomas Bretz
3344
3345 * datacenter/macros/plotdb.C:
3346 - added new tab with the effective on-time relative to the
3347 observation time
3348
3349 * sponde_onoff.rc:
3350 - added
3351
3352
3353
3354 2006/04/04 Thomas Bretz
3355
3356 * datacenter/macros/plotdb.C:
3357 - if no dataset and no time-interval is given only sequences with
3358 an effective on-time above five minutes are plotted anymore
3359
3360
3361
3362 2006/03/21 Daniela Dorner
3363
3364 * datacenter/db/ganymed.php, datacenter/db/tabs.php:
3365 - included different tabs for on/off and wobble
3366
3367 * datacenter/db/ganymed.php:
3368 - added zd angle range and observation period
3369
3370 * datacenter/db/sequence.php:
3371 - added rel. ontime
3372
3373
3374
3375 2006/03/20 Thomas Bretz
3376
3377 * mraw/MRawRunHeader.cc:
3378 - if the pixels to be swaped are both not found, assume they are
3379 intentially not mapped. Changed the Error to a Warning
3380
3381 * mhflux/MHDisp.[h,cc]:
3382 - made the scale region a parameter which can be changed from
3383 within the display
3384 - allow the scale parameters to be setup from the resource-file
3385 - changed the source-region which is cut out in wobble mode from
3386 +/-15deg to +/-25deg which better fits what we get from MHPhi
3387
3388 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
3389 - added example how to change the new scale parameters in MHDisp
3390
3391 * mhflux/MAlphaFitter.[h,cc]:
3392 - implemented the strategy for optimization which is suggested
3393 by the Berlin people for weak sources "weaksource"
3394
3395 * mhflux/MHPhi.[h,cc]:
3396 - moved the AppendPad for the text-paint into all sub-pads which
3397 need it. Otherwise they are not always properly updated.
3398
3399
3400
3401 2006/03/16 Daniela Dorner
3402
3403 * datacenter/scripts/sourcefile:
3404 - small bugfix in logging
3405
3406 * datacenter/db/tabs.php:
3407 - added new tab for ganymed
3408
3409
3410
3411 2006/03/15 Stefan Ruegamer
3412
3413 * manalysis/MCameraData.cc
3414 - inserted an image cleaning based on the time information
3415 of the shower (CalcCleaningArrivalTime)
3416
3417 * manalysis/MCameraData.h
3418 - made entry for "CalcCleaningArrivalTime"
3419
3420 * mimage/MImgCleanStd.cc
3421 - created entries for the new image cleaning named "Time"
3422
3423 * mimage/MImgCleanStd.h
3424 - inserted entry "kTime"
3425
3426
3427
3428 2006/03/14 Daniela Dorner
3429
3430 * datacenter/scripts/makecallistolinks:
3431 - fixed bug
3432
3433 * steps.rc:
3434 - added fFillGanymed to influences of fGanymed
3435
3436
3437
3438 2006/03/14 Thomas Bretz
3439
3440 * mhflux/MHEffectiveOnTime.cc:
3441 - skip the fit not only if the integral is empty but
3442 also if the first bin is empty
3443 - changed upper limit to 95% according to a study from
3444 David Paneque
3445 - replaced the fit with the exponential used in the BCN Mars
3446 version
3447 - use the correct number of entries
3448 - use a likelihood fit
3449 - calculate the fit quality from the probability
3450 - ignore the fit quality for the theta-plot
3451
3452 * mimage/MHNewImagePar.cc:
3453 - fixed the handling of the "same" option in Draw/Paint
3454
3455 * mpointing/MPointingDev.h:
3456 - fDx and fDy initialized in the constructor
3457
3458 * mbase/MTask.[h,cc]:
3459 - removed the kDontCount option. Instead don't use the TStopwatch
3460 counter anymore. By this the class to TStopwatch can be
3461 suppressed completely if kDontTime is set.
3462
3463 * mbase/MContinue.cc, mbase/MTaskEnv.cc, mfbase/MF.cc,
3464 mfbase/MFilterList.[h,cc]:
3465 - pipe the accelerator flag to the filter or task
3466
3467 * mjobs/MJCut.cc:
3468 - also accelerate the reading task
3469
3470
3471
3472 2006/03/13
3473
3474 * RELEASE 0.9.5
3475
3476
3477
3478 2006/03/13 Thomas Bretz
3479
3480 * ganymed.rc:
3481 - changed smearing to half of our PSF 0.06
3482 - added new examples for setting the starguider calibration
3483
3484 * ganymed_onoff.rc
3485 - changed smearing to half of our PSF 0.06
3486 - switched the new feature for a random source position on
3487 - added new examples for setting the starguider calibration
3488
3489 * ganymed_wobble.rc:
3490 - changed smearing to half of our PSF 0.06
3491 - added new examples for setting the starguider calibration
3492 - added example how to control the phi plot
3493
3494 * mhflux/MHPhi.[h,cc]:
3495 - many improvements to the algorithm, it now takes also
3496 inhomgeneities into account
3497 - restructured the display, display more histograms
3498 - increased class version to 2
3499
3500 * mjobs/MJCut.cc:
3501 - enabled acceleration for first and second loop
3502
3503 * mpointing/MPointingDevCalc.[h,cc]:
3504 - allowed to set the starguider offset calibration from the
3505 resource file
3506
3507 * callisto_Dec04Jan05.rc:
3508 - replaced Calibration scale factor by usage of
3509 resources/calibration_spline.rc
3510
3511
3512
3513 2006/03/13 Markus Meyer
3514
3515 * ganymed_wobble.rc,ganymed_onoff.rc,ganymed.rc:
3516 - changed cuts:
3517 wobble: average values from optimisation of 3 Crab
3518 sample (01/05,10/05,12/05), done by Karsten
3519 onoff : cuts from 1218 (01/05, highest significance)
3520 theta is now 0.22 for both.
3521
3522
3523
3524 2006/03/13 Daniel Hoehne
3525
3526 * ganymed_wobble.rc,ganymed_onoff.rc,ganymed.rc:
3527 - implemented qualitycut in log10(conc) vs. log10(size)
3528
3529
3530
3531 2006/03/13 Markus Meyer
3532
3533 * resources/calibration_spline.C:
3534 - more comments
3535
3536
3537
3538 2006/03/10 Markus Meyer
3539
3540 * resources/calibration.C:
3541 - update from p27 to p39 (spline excluded, still p33 data missing)
3542
3543
3544
3545 2006/03/10 Markus Meyer
3546
3547 * resources/calibration_spline.C:
3548 - correction coefficients for spline data for each period
3549
3550
3551
3552 2006/03/10 Daniel Hoehne
3553
3554 * datacenter/scripts/insertsequences:
3555 - fixed bug
3556
3557
3558
3559 2006/03/09 Daniel Hoehne
3560
3561 * ganymed_wobble.rc:
3562 - changed parameters 1 to 5 in Cut1 to actual values
3563
3564
3565
3566 2006/03/08 Thomas Bretz
3567
3568 * readdaq.cc, mraw/MRawFileRead.[h,cc], mraw/MRawRunHeader.cc:
3569 - added new force-option to foirce output of run-header
3570
3571
3572
3573 2006/03/08 Daniela Dorner
3574
3575 * datacenter/script/movingrawfiles:
3576 - added moving of files, that are transferred via internet
3577 - added removing of empty directories
3578
3579 * datacenter/db/ganymed.php:
3580 - added links to ganymedplots
3581 - added links to sequence.php (instead of links to starfiles)
3582 - fixed bug in query
3583
3584 * datacenter/db/sequence.php:
3585 - added links to plots from callisto and star
3586 - fixed bug in query
3587
3588 * datacenter/db/sequinfo.php:
3589 - added links to sequence.php
3590
3591 * datacenter/db/datasetinfo.php:
3592 - added links to ganymed.php
3593
3594 * datacenter/db/tabs.php:
3595 - added (includefile for names of tabs of statusdisplays)
3596
3597
3598
3599 2006/03/07 Thomas Bretz
3600
3601 * mcalib/MCalibrateData.cc:
3602 - take the bad pixel information into account when calculating the
3603 number of saturating pixels!
3604
3605
3606
3607 2006/03/06 Thomas Bretz
3608
3609 * showplot.cc:
3610 - fixed the position were the first argument is converted
3611 to lower case. Until this fix no upper case could be used
3612 in file names
3613
3614 * datacenter/macros/plotdb.C:
3615 - print also average and RMS of all data.
3616
3617
3618
3619 2006/03/06 Daniela Dorner
3620
3621 * datacenter/db/ganymed.php:
3622 - added sequences + links to star-plots of sequences
3623 - improved layout
3624
3625 * datacenter/script/makecallistolinks:
3626 - changed condition, when to make the link: only, if the link is
3627 not yet existing, it is done
3628 - added resetting of db: if link is done, callisto is resetted
3629
3630 * datacenter/macros/resetcolumn.C:
3631 - added failure columns to the resetting
3632
3633
3634
3635 2006/03/04 Daniela Dorner
3636
3637 * callisto.cc:
3638 - changed return values to improve the failure handling in the db
3639
3640 * datacenter/script/makecallistolinks:
3641 - added 'Pulse is too much to the left, cannot go below 0!' as
3642 reason to use callisto_Dec04Jan05.rc
3643
3644 * datacenter/script/dowebplots:
3645 - reduced number of files to be updated by a limitation in
3646 modification time
3647
3648 * datacenter/db/ganymed.php:
3649 - added plots
3650 - effontime s->h
3651
3652
3653
3654 2006/03/03 Thomas Bretz
3655
3656 * mjobs/MJCut.cc:
3657 - added RemoveFromList for srcposrndm in off-data loop
3658
3659 * mpointing/MSrcPosRndm.[h,cc]:
3660 - fixed the scaling. MSrcPosCam has to be in mm
3661
3662 * ganymed.rc:
3663 - added line and comments with new resource
3664
3665
3666
3667 2006/03/03 Daniel Hoehne
3668
3669 * callisto_MarApr05.rc:
3670 - changed pulse position check ExtractWinLeft to 4.0 and
3671 ExtractWinRight to 4.5
3672
3673
3674
3675 2006/03/02 Thomas Bretz
3676
3677 * callisto.cc:
3678 - get result value from pulse pos check
3679
3680 * mjobs/MJCut.[h,cc]:
3681 - added the usage of the new class MSrcPosRndm
3682 - added new resource to switch random source position on
3683
3684 * mjobs/MJPedestal.[h,cc]:
3685 - changed return code of Process to int to be able to return
3686 the pulse pos check result.
3687
3688 * mpointing/PointingLinkDef.h, mpointing/Makefile:
3689 - added MSrcPosRndm
3690
3691 * mpointing/MSrcPosRndm.[h,cc]:
3692 - added
3693
3694 * mpointing/MHSrcPosCam.h:
3695 - addedn non const getter for fHist
3696
3697
3698
3699 2006/03/02 Daniela Dorner
3700
3701 * datacenter/db/querymc.php:
3702 - fixed small bug
3703
3704 * datacenter/db/dowebplots:
3705 - added option -p to the script, to be able to call the script
3706 for different programs independently
3707 - fixed find
3708
3709
3710
3711 2006/03/01 Daniela Dorner
3712
3713 * datacenter/db/datacheck.php, datasetinfo.php, sequinfo.php:
3714 - included failure handling columns
3715
3716
3717
3718 2006/03/01 Thomas Bretz
3719
3720 * mastro/MAstro.cc, mbase/MTime.cc:
3721 - added a comment in GetMagicPeriod
3722
3723 * mpointing/MPointingPos.cc:
3724 - added new member function GetString
3725 - moved code from Print to GetString
3726 - added new function IsInitialized()
3727
3728 * mjtrain/MJTrain*.[h,cc]:
3729 - added data members to change RF setup
3730
3731 * mpointing/MPointingDevCalc.h, mpointing/MPointingPosCalc.h:
3732 - added missing AddToBranchList
3733
3734 * mpointing/MHSrcPosCam.[h,cc]:
3735 - added
3736
3737 * mpointing/Makefile, mpointing/PointingLinkDef.h:
3738 - added MHSrcPosCam
3739
3740 * mbase/MTask.[h,cc]:
3741 - implemented a new data-meber fAccelerator which allows
3742 to switch off counting and timing analysis which can be very
3743 time-consuming in some circumstances
3744
3745 * mbase/MTaskList.[h,cc]:
3746 - implemented the usabe of MTask::fAccelerator to switch off
3747 resetting of all parameter containers which can be very
3748 time-consuming
3749
3750 * mimage/MImagePar.cc:
3751 - updated how the units are printed in Print()
3752
3753 * mjobs/MJCut.cc:
3754 - added a new loop to fill the source position of the on-data
3755 - the acceleration of the two main loops are disabled because
3756 they are not yet tested.
3757
3758 * datacenter/macros/plotstat.C:
3759 - the periods were wrong by one -- fixed.
3760
3761
3762
3763 2006/02/28 Daniela Dorner
3764
3765 * datacenter/scripts/insertdatasets:
3766 - made sure, that backupfiles of the editor are not taken into
3767 account, when dataset files are searched
3768
3769 * datacenter/db/*.php:
3770 - moved user, host and pw of database to the include file
3771 db.php
3772
3773 * datacenter/db/index.html:
3774 - fixed links
3775
3776 * datacenter/db/querymc.php,magicdefs.php:
3777 - added some variables
3778
3779 * datacenter/db/runinfo.php,sequinfo.php:
3780 - bugfix (incl. TestSources)
3781
3782 * datacenter/db/sequinfo.php:
3783 - changed init values
3784
3785 * datacenter/db/sequinfo.php, findoffdata.php, magicdefs.php:
3786 - added value (relative ontime)
3787
3788 * datacenter/db/dbstatus.php:
3789 - fixed bug
3790
3791 * datacenter/db/queryrbk.php:
3792 - added query field 'Night', to query all entries of one night
3793 from the runbook
3794
3795 * datacenter/db/index-header.html:
3796 - added links
3797
3798
3799
3800 2006/02/27 Thomas Bretz
3801
3802 * macros/optim/optimwobble.C:
3803 - fixed a typo (SetThetaCut instead SetAlphaCut), and added the
3804 standard Disp-parametrization
3805
3806 * mhflux/MHEffectiveOnTime.[h,cc]:
3807 - added showing the axis range of the time evolution histogram
3808
3809 * showplot.cc:
3810 - fixed a warning in the Hash-switch.
3811
3812 * mbase/MEnv.cc:
3813 - replaced casts in switch by an appended U
3814
3815 * macros/train/trainseparation.C:
3816 - replaced outdated MTTrainRFSeparate by MJTrainSeparation
3817
3818 * mastro/MAstro.h:
3819 - added conversion constants for pc-m and pc-ly
3820
3821 * mhflux/MMcSpectrumWeight.cc:
3822 - fixed typo in comment
3823
3824 * mimage/MImagePar.h:
3825 - minor changes to layout
3826
3827 * mimage/MHNewImagePar.[h,cc], mimage/MNewImagePar.[h,cc]:
3828 - added new image parameters fConcCOG and fConcCore
3829 - increased class version of MNewImagePar
3830
3831 * mimage/MHillasExt.cc:
3832 - added some comments
3833 - removed an obsolete TMath::Abs around "dist"
3834
3835 * mranforest/MRanForest.[h,cc]:
3836 - the initialization of fTreeHad was done at the wrong moment
3837 - replaced a cast int(x+.5) by TMath::Nint
3838 - added some additional warning output
3839 - added "!" to fTreeHad - it is only for temporary storage used
3840 in the histogram classes
3841
3842 * mranforest/MRanForestGrow.h:
3843 - added GetForest
3844
3845 * mjtrain/MJTrainSeparation.[h,cc]:
3846 - added some code for upcomming automatic event selection
3847
3848 * datacenter/macros/plotstat.C:
3849 - improved macro description
3850 - added arguments to main function
3851
3852 * macros/plot/mucal.C:
3853 - added
3854
3855
3856
3857 2006/02/25 Daniela Dorner
3858
3859 * datacenter/scripts/checkfilesforsequavail, checkstardone,
3860 writesequencefiles, buildsequenceentries, dodatacheck, doexclusions,
3861 fillcallisto, fillganymed, fillstar,
3862 datacenter/macros/writesequencefile.C, filldotraw.C, fillsinope.C
3863 buildsequenceentries.C, resetcolumn.C, doexclusions.C, fillcalib.C
3864 fillsignal.C, fillganymed.C, fillstar.C:
3865 - implemented, that a missing connection to the database doesn't
3866 cause an failure entry in the database, so that the step is
3867 retried in this case
3868 - updated documentation
3869
3870
3871
3872 2006/02/25 Thomas Bretz
3873
3874 * datacenter/macros/plotstat.C:
3875 - added
3876
3877
3878
3879 2006/02/24 Markus Meyer
3880
3881 * resources/calibration.rc:
3882 - update of correction values for the calibration constants
3883 (P31 - P39, without P36!(problems with spline))
3884
3885
3886
3887 2006/02/24 Daniela Dorner
3888
3889 * datacenter/db/datacheck.php, datasetinfo.php, dbstatus.php,
3890 findoffdata.php, include.php, magicdefs.php, runinfo.php,
3891 sequinfo.php, statusrps.php, statussbs.php, statussps.php:
3892 - included failure handling columns
3893
3894 * datacenter/db/findoffdata.php:
3895 - added DT
3896
3897 * datacenter/db/statusrps.php:
3898 - fixed bug
3899
3900 * datacenter/db/sequinfo.php:
3901 - reduced width of menu
3902
3903 * datacenter/scripts/copyscript:
3904 - added makedir for oldcatalogpath
3905
3906
3907
3908 2006/02/23 Thomas Bretz
3909
3910 * mjobs/MJSpectrum.cc:
3911 - fixed plot for Eý.dN/dE. The spectrum was multiplied with two
3912 times the bin-width instead of the absolute energy
3913
3914
3915
3916 2006/02/22 Daniela Dorner
3917
3918 * datacenter/db/querymc.php:
3919 - added (website to query montecarlo database - first version)
3920
3921 * datacenter/db/magicdefs.php:
3922 - added some values of montecarlo database
3923
3924
3925
3926 2006/02/17 Daniela Dorner
3927
3928 * datacenter/scripts/copyscript:
3929 - fixed path length
3930
3931 * datacenter/macros/fillsources.C:
3932 - added (macro to read source information from catalog files and
3933 insert it into the database)
3934
3935 * datacenter/db/ganymed.php:
3936 - improved output
3937
3938 * datacenter/db/index.html:
3939 - added ganymed.php
3940 - removed old link
3941
3942
3943
3944 2006/02/17 Thomas Bretz
3945
3946 * showplot.cc:
3947 - fixed path inflation in case of ganymed
3948
3949 * mjobs/MDataSet.cc:
3950 - return kFALSE if requested source wasn't found in catalog
3951
3952 * mjobs/MJCut.cc:
3953 - reformatted output of source to fit in one line
3954
3955 * mpointing/MPointingPos.[h,cc]:
3956 - output source name (title) in Print() if set
3957
3958
3959
3960 2006/02/16 Daniela Dorner
3961
3962 * datacenter/scripts/checkstardone:
3963 - small improvement in sequence handling
3964 - improved logging
3965
3966 * datacenter/scripts/sourcefile:
3967 - small bugfixes in setstatus function
3968
3969 * datacenter/scripts/runganymed:
3970 - small bugfix
3971
3972 * datacenter/scripts/copyscript:
3973 - fixed path length
3974
3975 * datacenter/db/ganymed.php:
3976 - added (website to query results for sources/datasets)
3977
3978
3979
3980 2006/02/15 Daniela Dorner
3981
3982 * datacenter/db/findoffdata.php:
3983 - implemented possibility to query range of dates for 'stardone'
3984
3985
3986
3987 2006/02/15 Daniel Hoehne
3988
3989 * datacenter/db/magicdefs.php, querycal.php, sequinfo.php:
3990 - implemented query for mean signal inner/outer and mean pulsepos
3991 * datacenter/db/sequence.php:
3992 - implemented query for mean signal inner/outer, mean pulsepos
3993 and inhomogeneity
3994
3995
3996
3997 2006/02/15 Daniela Dorner, Daniel Hoehne
3998
3999 * datacenter/scripts/writesequencefiles,doexclusion,correcttime:
4000 - fixed small bug
4001
4002
4003
4004 2006/02/14 Daniela Dorner, Daniel Hoehne
4005
4006 * datacenter/scripts/sourcefile:
4007 - fixed small bugs
4008
4009 * datacenter/scripts/movingrawfiles:
4010 - changed back to moving files without zipping
4011
4012 * datacenter/scripts/doqualityplots:
4013 - added running of plotdb.C for each datasetfile
4014
4015 * datacenter/macros/getdolist.C:
4016 - implemented limitation for number of todo files for
4017 SequenceProcessStatus
4018
4019 * datacenter/macros/checkfileavail.C,checkstardone.C:
4020 - changed return code in case that files are not available
4021
4022 * datacenter/scripts/checkfilesforsequavail,checkstardone,sourcefile:
4023 - adapted to changed return code in macros
4024
4025 * datacenter/db/magicdefs.php, querystar.php, sequinfo.php:
4026 - implemented query for inhomogeneity
4027
4028
4029
4030 2006/02/13
4031
4032 * RELEASE 0.9.4.3
4033
4034
4035
4036 2006/02/13 Thomas Bretz
4037
4038 * callisto.rc:
4039 - changed pulse position check ExtractWinLeft to 4.0 and
4040 ExtractWinRight to 4.5
4041
4042 * callisto_Dec04Jan05.rc:
4043 - changed pulse position check ExtractWinLeft to 3.0 and
4044 ExtractWinRight left at 2.5
4045
4046
4047
4048 2006/02/10 Thomas Bretz
4049
4050 * mastro/MAstro.cc:
4051 - allow for more year in the algorithm calculating easter
4052
4053 * mcamera/MCameraDC.h, mcamera/MCameraHV.h, mcamera/MCameraTD.h,
4054 mcamera/MCameraTH.h:
4055 - added a sanity check in GetPixelContent
4056
4057 * mraw/MRawRunHeader.cc:
4058 - fixed output (correct kiB instead of kB)
4059
4060 * Makefile, Makefile.rules:
4061 - implemented the possibility to spread Make through condor
4062
4063 * mastro/MAstroCatalog.[h,cc]:
4064 - new draw-options to rotate the grid and the stars
4065
4066 * mimage/MHHillas.cc:
4067 - set minimum of fDelte to 0 instead of fDistC
4068
4069 * msignal/MExtractTimeAndChargeSpline.h:
4070 - replaced the casts in SetRiseTimeHiGain and StFallTimeHiGain by
4071 TMath::NInt
4072
4073 * mjobs/MDataSet.h:
4074 - implemented new functions to check whether the dataset contains
4075 a dedicated sequence
4076
4077 * datacenter/macros/plotdb.C:
4078 - implemented the possibility to draw sequences of a dataset in
4079 several colors
4080
4081
4082
4083 2006/02/09 Thomas Bretz
4084
4085 * mreport/MReport.cc:
4086 - invented new fake CC report file version 200509300 for a change
4087 in the starguider format (the already implemented last values
4088 dissapeared again!) which is not noticed in the format version.
4089
4090 * mreport/MReportCC.cc, mreport/MReportStarguider.cc:
4091 - fixed support for ver 200510250
4092
4093 * mjobs/MJSpectrum.cc:
4094 - added fit of un-unfolded spectrum
4095
4096
4097
4098 2006/02/08 Daniela Dorner
4099
4100 * datacenter/scripts/sourcefile:
4101 - implemented function checklock
4102 - bugfix for failure code
4103
4104 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
4105 checkstardone, doexclusions, fillcallisto, fillganymed, fillstar,
4106 makecallistolinks, runcallisto, runganymed, runstar,
4107 writesequencefiles:
4108 - implemented usage of function checklock
4109
4110 * datacenter/scripts/copyscript, doqualityplots, dowebplots,
4111 insertsequences, linkmc:
4112 - implemented usage of function checklock
4113 - implemented variable $program
4114
4115 * datacenter/scripts/dodatacheck:
4116 - implemented usage of function checklock
4117 - implemented variable $lockfile
4118
4119 * datacenter/scripts/insertdatasets, mcsequences, processmcsequences:
4120 - implemented usage of function checklock
4121 - implemented variables $lockfile and $program
4122
4123 * datacenter/macros/doexclusions.C, fillganymed.C:
4124 - fixed bug
4125
4126 * datacenter/macros/fillsinope.C, setstatus.C:
4127 - improved documentation
4128
4129 * datacenter/scripts/filesondisk:
4130 - implemented finding of zipped files
4131
4132
4133
4134 2006/02/08 Thomas Bretz
4135
4136 * datacenter/macros/plotdb.C:
4137 - some minor changes to the layout
4138
4139
4140
4141 2006/02/07 Daniela Dorner
4142
4143 * datacenter/scripts/makecallistolinks:
4144 - fixed bug
4145
4146 * datacenter/db:
4147 - added (directory with db-websites)
4148
4149
4150
4151 2006/02/07 Daniela Dorner, Daniel Hoehne
4152
4153 * datacenter/scripts/sourcefile:
4154 - added failure code variables
4155 - changed calling of setstatus.C accordingly
4156
4157 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
4158 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
4159 fillganymed, fillstar, runcallisto, runganymed, runstar,
4160 writesequencefiles:
4161 - implemented failure variable
4162
4163 * datacenter/macros/getdolist.C, setstatus.C, setupdb.C:
4164 - added new/changed columns (fReturnCode, fFailedCode,
4165 fFailedCodeAdd)
4166
4167
4168
4169 2006/02/06 Daniela Dorner
4170
4171 * datacenter/scripts/fillstar, macros/setstatus.C, getdolist.C:
4172 - fixed bugs
4173
4174
4175
4176 2006/02/03 Daniela Dorner
4177
4178 * datacenter/scripts/sourcefile:
4179 - implemented two new functions: getdolist, finish
4180 - implemented usage of function finish in other functions
4181
4182 * datacenter/scripts/movingrawfiles:
4183 - implemented zipping of rawfiles
4184
4185 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
4186 checkstardone, copyscript, correcttime, dodatacheck, doexclusions,
4187 fillcallisto, fillganymed, fillstar, insertdatasets,
4188 makecallistolinks, processmcsequences, runcallisto, runganymed,
4189 runstar, writesequencefiles:
4190 - replaced corresponding pieces of code by the functions getdolist
4191 and finish
4192 - moved variable $date to function getdolist
4193 - improved logging
4194 - generalized variables $lockfile and $todofile
4195
4196
4197 2006/02/03 Daniela Dorner, Daniel Hoehne
4198
4199 * datacenter/scripts/sourcefile:
4200 - fixed small bugs
4201
4202 * datacenter/scripts/runcallisto:
4203 - small bugfix
4204 - improved logging
4205
4206 * datacenter/scripts/insertdatasets:
4207 - removed not needed variable
4208
4209 * datacenter/macros/getdolist.C:
4210 - small bugfix
4211
4212
4213
4214 2006/02/02 Daniela Dorner
4215
4216 * datacenter/scripts/linkmc:
4217 - changed numbering of P and C run in linking
4218
4219 * datacenter/scripts/sourcefile:
4220 - moved to root-version root_v4.04.02g
4221
4222
4223
4224 2006/02/01 Daniel Hoehne
4225
4226 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
4227 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
4228 fillganymed, fillstar, writesequencefiles:
4229 - adapted usage of function setstatus
4230
4231
4232
4233 2006/01/31 Daniela Dorner
4234
4235 * datacenter/macros/setstatus.C, getdolist.C:
4236 - adapted macros to changes in new columns (fFailedCode,
4237 fFailedComment)
4238
4239 * datacenter/macros/setstatus.C:
4240 - added "noreset" for column fStartTime (is needed so that runtime
4241 is available in case of failure)
4242
4243 * datacenter/macros/setupdb.C:
4244 - added new columns
4245
4246 * datacenter/scripts/runcallisto, runganymed, runstar:
4247 - implemented failure handling
4248
4249 * datacenter/scripts/sourcefile:
4250 - implemented new functions to set status values
4251
4252
4253
4254 2006/01/30 Daniel Hoehne
4255
4256 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail,
4257 checkstardone, correcttime, dodatacheck, doexclusions, fillcallisto,
4258 fillganymed, fillstar, runcallisto, runganymed, runstar, sourcefile,
4259 writesequencefiles:
4260 - added function setstatus in sourcefile
4261 - changed calling of setstatus.C in setstatus
4262 - implemented variable $program to generalize usage of setstatus
4263 - replaced corresponding piece of code by function setstatus
4264 - fixed some typos
4265
4266
4267
4268 2006/01/30 Daniela Dorner
4269
4270 * datacenter/macros/setstatus.C, getdolist.C:
4271 - adapted macros to the improvement of failure handling in the
4272 automatic analysis (added columns fFailed, fStartTime,
4273 fFailedTime)
4274
4275
4276
4277 2006/01/27 Thomas Bretz
4278
4279 * mjobs/MDataSet.cc:
4280 - improved a warning output
4281
4282
4283
4284 2006/01/23 Thomas Bretz
4285
4286 * mbase/MTime.cc:
4287 - removed a sanity check in GetStringFmt. It work's quite nice
4288 in the DC but crashes on my Laptop (which is not so important)
4289
4290
4291
4292 2006/01/10 Daniela Dorner
4293
4294 * datacenter/macros/*.C, datacenter/script:
4295 - updated and added documentation
4296 - improved logging
4297 - fixed small bugs
Note: See TracBrowser for help on using the repository browser.