source: trunk/MagicSoft/Mars/Changelog@ 8508

Last change on this file since 8508 was 8508, checked in by tbretz, 18 years ago
*** empty log message ***
File size: 64.1 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 2007/05/14 Thomas Bretz
21
22 * callisto_mux.rc:
23 - cleanup of some comments
24
25 * mjobs/MJCalibration.cc:
26 - fixed the unintentionally removed setting of pedestal
27 for MPedestalSubtract
28
29 * mpedestal/MPedestalSubtract.cc:
30 - improved output for debugging purpose
31
32 * msignal/MExtractor.[h,cc]:
33 - according to the last changes the version number has been
34 increased to 9
35
36 * mcalib/MCalibrationCam.cc:
37 - added code to GetPixelContent from MCalibrationPedCam
38
39 * mcalib/Makefile, mcalib/CalibLinkDef.h:
40 - removed obsolete MCalibrationPedCam
41
42 * mhcalib/MHPedestalCam.cc:
43 - Removed references to MCalibrationPedCam use a MCalibrationCam
44 with the name MCalibrationPedCam instead
45
46 * mjobs/MJCalibration.cc:
47 - changed background color in Defects to be able to read
48 the yellow text color
49
50 * mjobs/MJPedestal.cc:
51 - removed obsolete include of MCalibrationPedCam
52
53 * mcalib/MCalibrationPulseTimeCam.[h,cc]:
54 - removed some obsolete Add functions already contained in
55 the base class
56
57 * mcalib/MCalibrationIntensityBlindCam.[h,cc],
58 mcalib/MCalibrationIntensityQECam.[h,cc],
59 mcalib/MCalibrationIntensityTestCam.[h,cc]:
60 - removed
61
62
63
64 2007/05/11 Daniela Dorner
65
66 * scripts/processsequence:
67 - added information about the created paths to the output of
68 Usage()
69 - adapted regular expressions
70 - bugfix in getting date for cc and caco file
71 - bugfix (subsystempath was missing)
72 - exit instead of break, if cc or caco file is missing
73 - merpplogdirectory is created after finding of files now
74 - improved logging
75
76 * datacenter/scripts/setup:
77 - adapted number of processes
78 - removed datacheck
79
80
81
82 2007/05/11 Thomas Bretz
83
84 * mcalib/MCalibrationChargeCalc.cc, mhcalib/MHPedestalCam.cc,
85 msignal/MExtractBlindPixel.cc:
86 - replaced the call to GetTotalEntries by the product
87 of the number of slices with the number of events of the
88 individual pixel
89
90 * mpedestal/MExtractPedestal.[h,cc], mpedestal/MPedCalcPedRun.[h,cc],
91 mpedestal/MPedCalcFromLoGain.[h,cc]:
92 - unified the summing part of Process() into a new function
93 CalcPixel in the base class
94 - in MPedCalcPedRun individual pixels could be skipped due to
95 high variations, but it was still divided by the number of events
96 procesed. This let to a pedestal which was a tiny amount too
97 small and gave an small positive offset of the randomly extracted
98 pedestal.
99 - unified the loops over the individual pixels to calculate the
100 pixel-, area-, and sector-defaults for the whole camera into
101 the base-class
102 - moved fNumEventsUsed into the base-class and removed obsolete
103 fUsedEvents
104 - removed obsolete fTotalCounter, use the product of the number
105 of slices and the number of events stored in each individual
106 pixel instead
107 - added some sanity checks not to calculate average and/or rms
108 values if the statistics is too low (division by zero)
109 - for calculating min and/or max values at most places now
110 an int is used. This increases the range for further
111 upgrade to 16bit samples.
112
113 * mpedestal/MPedestalCam.[h,cc]:
114 - removed obsolete fTotalEntries and replaced by fNumSlices
115 because the number of total entries depends on the number of
116 events used for each individual pixel
117 - adapted GetPixelContent accordingly
118 - increased class version to 2
119
120 * manalysis/MCameraData.cc:
121 - added include of TArrayI (previously included from MPedestalCam)
122
123 * mcalib/MCalibrationChargeCam.cc, mcalib/MCalibrationRelTimeCam.cc:
124 - fixed GetPixelContant to give more proper output
125 - reformatted GetPIxelContent code
126 - added const-qualifiers
127
128 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
129 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc,
130 mpedestal/MExtractPedestal.[h,cc], msignal/MExtractor.[h,cc],
131 msignal/MExtractBlindPixel.cc, msignal/MExtractPINDiode.cc:
132 - removed data members fPedestal and fPedestalsIn respectively,
133 and all referencing functions because it was never used at all
134
135 * mextralgo/MExtralgoDigitalFilter.[h,cc],
136 mextralgo/MExtralgoSpline.cc
137 msignal/MExtractTimeAndChargeDigitalFilter.cc:
138 - made the noise extraction completely random and automatic
139 - gave the noise extraction completely into the hand of
140 the extractors
141
142
143
144 2007/05/10 Daniela Dorner
145
146 * datacenter/scripts/runcallisto:
147 - bugfix (typo in getting date for finding cc and cacofile)
148
149 * scripts/merppupdate:
150 - added (script to merpp update already calibrated files)
151 - added possibility to give outpath and regular expression for
152 filename as command line options
153
154
155
156 2007/05/10 Thomas Bretz
157
158 * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc:
159 - cleanup of some comments
160
161 * mbase/MMath.cc:
162 - removed the usage of a storage space for the index in
163 GetMedianDev because the index is reacalculated anyhow
164
165 * mbase/MStatusArray.cc:
166 - if several objects of the same name (but different class
167 types) are in a pad we don't stop searching if an object
168 with the right name has been found
169
170 * mcalib/MCalibrateData.cc, mcalib/MCalibrationChargeCalc.cc,
171 mcalib/MCalibrationRelTimeCalc.cc:
172 - updated output
173
174 * mhist/MHCamera.[h,cc]
175 - added two new member functions to count the number of bins
176 above or below a threshold
177
178 * mjobs/MJCalibrateSignal.cc:
179 - added a new Tab to show the time development of the unsuitable
180 pixels
181 - added a new tab showing the eveloution of the number of
182 dead pixels
183
184 * mjobs/MJCalibration.cc:
185 - updated texts in bad pixel display
186
187 * datacenter/macros/fillsignal.C:
188 - replaced CalcUnsuitable by the new members of MHCamera
189 - also fill the maximum number of unsuitable pixels
190 - and fill the maximum number of dead pixels
191
192 * mfilter/MFSoftwareTrigger.cc, mhcalib/MHCalibrationTestCam.cc,
193 mimage/MCameraSmooth.cc:
194 - removed obsolete calls to GetPixById
195
196 * msignal/MSignalCam.[h,cc]:
197 - removed obolete function to access the MSignalPix'
198 - removed obsolete GetPixById
199 - added new function returning the number of unmapped pixels
200 - a little code cleanup
201
202
203
204
205 2007/05/09 Daniela Dorner
206
207 * scripts/makemovie:
208 - added comment
209 - removed not needed lines
210
211 * datacenter/scripts/buildsequenceentries,
212 datacenter/scripts/checkfilesforsequenceavail,
213 datacenter/scripts/checklogs, datacenter/scripts/checkstardone,
214 datacenter/scripts/checktransfer, datacenter/scripts/copyscript,
215 datacenter/scripts/correcttime, datacenter/scripts/dodatacheck,
216 datacenter/scripts/doexclusions, datacenter/scripts/doqualityplots,
217 datacenter/scripts/dowebplots, datacenter/scripts/filesondisk,
218 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
219 datacenter/scripts/fillstar, datacenter/scripts/findnewstars,
220 datacenter/scripts/findnotseqruns,
221 datacenter/scripts/insertdatasets,
222 datacenter/scripts/insertsequences, datacenter/scripts/jobmanager,
223 datacenter/scripts/linkmc, datacenter/scripts/makecallistolinks,
224 datacenter/scripts/mcsequences,
225 datacenter/scripts/movingsubsystemfiles,
226 datacenter/scripts/processmcsequences, datacenter/scripts/rmlocks,
227 datacenter/scripts/runcallisto, datacenter/scripts/runganymed,
228 datacenter/scripts/runstar, datacenter/scripts/scriptlauncher,
229 datacenter/scripts/setup, datacenter/scripts/sourcefile,
230 datacenter/scripts/webupdate-callisto,
231 datacenter/scripts/webupdate-ganymed,
232 datacenter/scripts/webupdate-sinope,
233 datacenter/scripts/webupdate-star,
234 datacenter/scripts/writedatasetfiles,
235 datacenter/scripts/writesequencefiles,
236 datacenter/scripts/zipscript:
237 - change time for 'Software-Developement'
238
239 * datacenter/scripts/buildsequenceentries,
240 datacenter/scripts/checkfilesforsequenceavail,
241 datacenter/scripts/checkstardone, datacenter/scripts/correcttime,
242 datacenter/scripts/dodatacheck, datacenter/scripts/doexclusions,
243 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
244 datacenter/scripts/fillstar, datacenter/scripts/runcallisto,
245 datacenter/scripts/runganymed, datacenter/scripts/runstar,
246 datacenter/scripts/writedatasetfiles,
247 datacenter/scripts/writesequencefiles:
248 - removed variable needed only for setstatusroot
249 - adapted variable needed for setstatus
250 - adapted comment
251
252 * datacenter/scripts/writedatasetfiles:
253 - added missing 'setstatus "start"'
254
255 * datacenter/scripts/correcttime:
256 - improved regular expressions
257
258 * datacenter/macros/findcacofiles.C:
259 - added algorithm for searching missing caco files and inserting
260 the according runnumber to the database
261 - adapted comment
262
263 * datacenter/scripts/filesondisk:
264 - removed algorithm for finding missing caco files (done by
265 findcacofiles.C no)
266 - adapted comment
267 - added removing of files conaining the run lists
268
269 * datacenter/scripts/zipscript:
270 - added possibility to start several zipscripts giving a commanline
271 option
272 - added locking of callisto
273 - removed not needed lines
274 - removed old code
275 - fixed bug (filename for chmod was wrong)
276
277 * datacenter/scripts/runcallisto:
278 - added locking of sequence for zipping
279 - reduced find for cc and caco file to the directory of the date,
280 where the files are stored (date taken from callisto filename)
281 - improved regular expressions
282
283 * steps.rc:
284 - added fNotZipping to Needs of fCallisto to allow for the locking
285 of callistos by the zipscript
286
287 * datacenter/scripts/sourcefile:
288 - removed functions setstatusroot and getdolistroot
289 - renamed variable in setstatus
290 - added function sendquery
291 - adapted if-clause to avoid removing of non existing files in
292 case todofile is empty
293
294 * datacenter/scripts/scriptlauncher:
295 - fixed bug (in case condor_submit failed, the scriptlauncher was
296 waiting for the not submitted job, until it was killed)
297
298 * datacenter/scripts/jobmanager:
299 - added algorithm to increase sleeping time in case condor failed
300 several times in a row
301
302 * datacenter/scripts/setup:
303 - renamed errorsleeptime for usage in algorithm in jobmanager
304
305 * datacenter/scripts/dodatacheck:
306 - added query for date to reduce the find to the directory of the
307 date, where the rawfile is stored
308 - removed not needed lines
309
310 * datacenter/scripts/dodatacheck, datacenter/scripts/doqualityplots,
311 datacenter/scripts/dowebplots, datacenter/scripts/linkmc,
312 datacenter/scripts/movingsubsystemfiles,
313 datacenter/scripts/runcallisto, datacenter/scripts/sourcefile,
314 scripts/dospectrum, scripts/makemovie, scripts/processsequence:
315 - changed indentation to 3 spaces, where it was different
316
317 * datacenter/scripts/copyscript:
318 - added sort and uniq to find for dates
319 - removed not needed lines
320 - adapted find for catalogue files such that only the directories
321 of the last 31 days are searched with find and not the whole
322 central control path
323
324 * datacenter/db/sequinfo.php:
325 - show ranges menu on first loading of page
326
327 * datacenter/db/menu.js:
328 - adapted functions to show ranges menu on first loading of the
329 page and hide it, when a query is done
330 - commented functions
331
332 * scripts/processsequence:
333 - restricted find for cacofile to directory of date
334
335 * scripts/merppupdate:
336 - added (script to do merpp update for already calibrated files)
337
338
339
340 2007/05/09 Thomas Bretz
341
342 * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc,
343 callisto_mux.rc:
344 - changed ArrTimeRmsLimit in all cases to default 5.0
345 because of the new meaning
346
347 * showplot.cc:
348 - changed that it closes automatically if the file cannot
349 be read
350
351 * datacenter/macros/fillstar.C:
352 - commented the output of the query
353
354 * datacenter/macros/plotdb.C:
355 - adapted ranges to MUX data values
356 - added plots for new unsuitable columns
357
358 * mbadpixels/MBadPixelsPix.h:
359 - added a new member function IsUncalibrated
360 - further adapted the usuitable levels
361
362 * mcalib/MCalibrationChargeCalc.[h,cc]:
363 - changed the meaning of ArrTimeRmsLimit such that it is now
364 the deviation from the average rms expressed in significance
365 levels
366 - the new check is done similar to the check for the relative
367 arrival time (to be unified!)
368 - removed FinalizeArrivalTimes
369 - removed calibration levels for first and last bin, this
370 has to be redone more properly taken the extractor properties
371 into account
372 - some updates to the output
373 - some simplifications to the code
374
375 * mcalib/MCalibrationRelTimeCalc.cc:
376 - when calculating the median check for UnsuitableRun not
377 unsuitable in general
378 - small changes to output
379 - calculate upper and lower limits only once
380
381 * mhvstime/MHVsTime.[h,cc]:
382 - added fMinimum and fMaximum data members similar to
383 MHSectorVsTime
384 - to be unified with MHSectorVsTime
385 - fixed draw/paint
386 - increased version number
387
388 * mjobs/MJCalibration.cc:
389 - removed the bad pixel levels for first and last bins
390
391 * msignal/MExtractTimeAndChargeSpline.[h,cc],
392 mextralgo/MExtralgoSpline.cc:
393 - changed to allow setup of the extraction type and the
394 relative or absolute height for arrival
395 - if the height is set < 0 and extraction type is set to
396 relative integral the maximum is used instead of the leading edge.
397 - accordingly increased version number by one
398
399 * mjobs/Makefile:
400 - added mextralgo to includes
401
402
403
404 2007/05/08 Daniel Hoehne
405
406 * datacenter/macros/fillsignal.C:
407 - implemented new variables fUnsuitable50 and fUnsuitable01
408
409 * datacenter/db/menu.php, magicdefs.php, querycal.php:
410 - implemented new columns fUnsuitable50 and fUnsuitable01
411
412
413
414 2007/05/04 Thomas Bretz
415
416 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
417 - removed writing MBadPixelsCam. It now gives trouble
418 because the etReadyToSave flag is set at an unproper time.
419 It is not used anyhow.
420
421 * datacenter/macros/fillsignal.C:
422 - small simplification
423
424
425
426 2007/05/04 Daniela Dorner
427
428 * scripts/makemovie:
429 - added (script to produce movies)
430
431
432
433 2007/05/03 Daniel Hoehne
434
435 * datacenter/macros/fillsignal.C:
436 - fixed bug which made fillsignal fail for the new MUX data:
437 for sequences > 200000 hilooff and hilocal are not needed anymore
438
439
440
441 2007/04/28 Daniela Dorner
442
443 * datacenter/scripts/dowebplots, datacenter/scripts/doqualityplots:
444 - moved temporary directory for pstoimg to /tmp
445
446 * datacenter/scripts/copyscript:
447 - moved file with diff for magic_favorites to /tmp
448
449 * datacenter/db/plotdb.php, datacenter/db/plotinclude.php,
450 datacenter/db/menu.js :
451 - implemented possibility to plot datasets by inserting dataset
452 number as Set1
453
454 * datacenter/db/plot.php:
455 - implemented variables for colours
456
457 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php,
458 datacenter/db/include.php, datacenter/db/datasetinfo-aio.php,
459 datacenter/db/ganymed.php, datacenter/db/sequence.php:
460 - removed header and footer for print version
461
462 * datacenter/db/runinfo-aio.php:
463 - fixed small bug
464
465 * datacenter/db/magicdefs.php:
466 - added fMEanPUlsePosInner to alias
467
468 * datacenter/db/ganymed.php:
469 - added observation mode
470
471
472
473 2007/04/27 Daniela Dorner
474
475 * datacenter/scripts/jobmanager:
476 - improved logging
477
478 * datacenter/scripts/scriptlauncher:
479 - redirect of error messages of condor_submit to errorlogfile
480 - in case condor_submit does not work (i.e. pid empty) an error
481 message is written to the processlogfile
482
483 * datacenter/db/showplots-ds.php:
484 - adapted maxwidth of input field
485
486 * datacenter/db/plotdb.php, datacenter/db/plotinclude.php,
487 datacenter/db/menu.js :
488 - implemented possibility to give range for 2 additional values
489 - implemented possibility to give only upper or lower limit
490 - fixed bug, that ranges are not accepted before plotting once
491
492
493
494 2007/04/27
495
496 * RELEASE 1.1
497
498
499
500 2007/04/27 Daniel Hoehne
501
502 * datacenter/scripts/runcallisto:
503 - modified the ccfile and cacofile search to not find ccfiles
504 twice if one runnumber is part of a higher runnumber (as 23456
505 and 223456)
506
507
508
509 2007/04/27 Thomas Bretz
510
511 * mcalib/CalibLinkDef.h, mcalib/Makefile:
512 - removed obsolete MCalibrationIntensityCam
513 - removed obsolete MCalibrationIntensityChargeCam
514
515 * mcalib/MCalibCalcFromPast.[h,cc], mcalib/MCalibColorSteer.[h,cc],
516 mcalib/MCalibrateData.[h,cc], mhcalib/MHCalibrationChargeCam.[h,cc]:
517 - removed obsolete MCalibrationIntensityChargeCam and replaced by
518 MCalibrationChargeCam
519
520 * mcalib/MCalibrationChargeCalc.[h,cc]:
521 - removed obsolete MCalibrationIntensityChargeCam and replaced by
522 MCalibrationChargeCam
523 - to realize the difference between continous and single calibration
524 a new data member fContinousCalibration has been introduced
525 - consequently increased version number to 6
526 - do not set any exclusion in ReInit. it is nonsense not to fill
527 histograms which might give (or give not) correct result,
528 if the checks are all executed anyhow
529
530 * mcalib/MCalibrationRelTimeCalc.cc:
531 - do not set any exclusion in ReInit and if a pixel is unsuitable.
532 it is nonsense not to fill histograms which might give (or give
533 not) correct result, if the checks are all executed anyhow
534 - switched on the check for outliers
535 - outliers are now set unsuitable rather than unreliable
536 - some code simplification of the checks
537
538 * mcalib/MCalibrationChargeCam.cc:
539 - added a comment in the Clear member function
540
541 * mcalib/MCalibrationRelTimeCam.cc:
542 - some fixes of looong Form statements
543 - a small cosmetic change to GetPixelContent
544 - replaced the old check of the average time resolution by
545 a more accurate check using the median and deviation
546
547 * mhcalib/MHCalibrationRelTimeCam.[h,cc]:
548 - removed data member fReferencePixel and corresponding code
549 - use the median of pixels with area index 0 as reference instead of
550 an artificial pixel
551
552 * mhcalib/MHCalibrationCam.[h,cc]:
553 - finally removed all dependencies on the intensity cams and replaced
554 them by the direct cam
555 - if the lo-gain histogram is empty this is not a reason for an
556 uncalibrated pixel. At least in case of extracted properties (charge
557 and time) it is ok.
558
559 * mjobs/MJCalibration.[h,cc]:
560 - let MCalibrationRelTimeCalc run after MCalibrationChargeCalc
561 otherwise almost all unsuitable pixels have deviating
562 relative arrival resolution.
563 - added new level for deviating time reolution to plot of bad pixels
564 - changed reference lines for timr resolution plots
565 - removed data member fRefTimeOffsetInner, it is now 0 by definition
566
567 * mjobs/MJCalibrateSignal.cc:
568 - finally removed all dependencies of Intensity cams
569 - enable ContinousCalibration in MCalibrationChargeCalc instead
570 - switched on interleaved relative time calibration
571
572 * mbadpixels/MBadPixelsPix.h:
573 - adapted to new unsuitable flag kDeviatingTimeResolution
574
575 * callisto_mux.rc:
576 - removed the obsolete resource statement about the level
577 for the relative arrival time check.
578
579 * mjobs/calibrationref.rc, mjobs/calibrationref_Dec04.rc,
580 mjobs/calibrationref_Nov04.rc, resources/calibrationref_mux.rc:
581 - changed time resolution references accordingly
582
583 * resources/calibration_spline.rc:
584 - added muon calibration factors up to period 55... to be corrected.
585
586 * mjobs/MJCut.[h,cc]:
587 - reanimated the use of an energy estimator in ganymed for the
588 purpose of having it as additional cut value if looking
589 for events after cuts
590
591 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
592 - added a corresponding example
593
594
595
596 2007/04/26 Thomas Bretz
597
598 * mjobs/MJPedestal.cc:
599 - inverted the default of the CalibFilter for the case of no
600 pattern available as the filter was inverted 4.3.07.
601
602 * callisto.rc:
603 - fixed typos in examples for movie encoding
604
605
606
607 2007/04/25 Daniel Hoehne
608
609 * datacenter/scripts/runcallisto:
610 - removed obsolete option -raw from command line for callisto
611
612
613
614 2007/04/25 Thomas Bretz
615
616 * mbadpixels/MBadPixelsCam.cc:
617 - removed obsolete code from Print() which tried to align the
618 output
619
620 * mhcalib/MHCalibrationChargeCam.cc:
621 - increased the shown binning range further
622
623 * mhcalib/MHCalibrationPulseTimeCam.cc:
624 - unimportant changes
625
626 * mjobs/MJPedestal.cc:
627 - changed a comment
628
629 * mpedestal/MPedestalSubtractedEvt.h:
630 - fixed a bug of preset upper limits. The last slice is
631 fNumSamples-1 not fNumSamples
632
633
634
635 2007/04/24 Thomas Bretz
636
637 * callisto_Dec04Jan05.rc, callisto_MarApr05.rc, callisto_mux.rc:
638 - fixed typos in examples for movie encoding
639
640 * mjobs/MJCalib.h, mjobs/MJPedestal.cc:
641 - missing commit from yesterday :-(
642
643 * mmovie/MMovieWrite.cc:
644 - changed resource Filename according to the other resources
645 to FileName
646
647 * ganymed.cc:
648 - enable dataset mc-mode if "-mc" is specified
649 - removed obsolete call to EnableMonteCarloMode
650 - removed EnableWobbleMode but use the setting of the dataset
651 instead
652
653 * mjobs/MDataSet.[h,cc]:
654 - renamed fIsWobbleMode to fWobbleMode
655 - added setter for fWobbleMode
656 - added fMonteCarlo which determins the default paths to be used
657 if not overwritten
658 - replaced the static variables for the paths by member functions
659 which depend on the new fWobbleMode data member
660 - some simple reordering inthe constructor was necessary
661 - increased class version number accordingly to 2
662
663 * mjobs/MJCut.[h,cc]:
664 - repaired On-only mode
665 - removed data member fIsMonteCarlo, use the data-set getter instead
666 - removed data member fIsWobbleMode, use the data-set getter instead
667
668 * sponde.cc:
669 - print a warning if MC dataset doens't contain "MonteCarlo: Yes"
670
671 * mjobs/MJCalibrateSignal.cc:
672 - do not write signal*.root in movie mode
673
674
675
676 2007/04/23 Thomas Bretz
677
678 * callisto.cc, star.cc:
679 - removed "-raw" and "-root" option
680 - replaced inflating sequence path by new InflatePath
681 function
682 - removed MJCalib::kUse* usage, use MSequence::IsMonteCarlo
683 instead
684
685 * mhcalib/MHCalibrationChargeBlindCam.cc,
686 mhcalib/MHCalibrationHiLoCam.cc,
687 mhcalib/MHCalibrationPulseTimeCam.cc:
688 - removed obsolete include of MCalibrationIntensityCam
689
690 * mhcalib/MHPedestalCam.cc:
691 - removed obsolete usage of fIntensCam
692
693 * mhist/MHEvent.cc:
694 - replacedcompilation of description string by new
695 MMcEvt::GetDescription memeber function
696
697 * mjobs/MJCalib.[h,cc]:
698 - removed fDataFlag and corresponding member functions and
699 handling
700
701 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
702 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.[h,cc]:
703 - replaced IsUseRawData and IsUseRootData by
704 MSequence::IsMonteCarlo
705 - use fSequence to determin whether it is MC sequence or not
706
707 * mjobs/MJCalibrateSignal.cc:
708 - renamed movie encoding task list
709 - do not write output files if encoding movie
710
711 * mjobs/MSequence.[h,cc]:
712 - removed "merpp"-path
713 - monte carlo files now always have 8digits run numbers
714 - added new resource "MonteCarlo"
715 - added new static member function InflatePath
716 - increased version number to 2
717
718 * mmc/MMcEvt.[hxx,cxx]:
719 - added new member function GetDescription
720
721 * mmovie/MMovieWrite.[h,cc]:
722 - added a sanity check for strange rms values
723 - search for MMcEvt in the parlist and improve output
724 in case of monte carlo data
725 - fixed some typos in the comments of ReadEnv
726
727 * mmovie/Makefile:
728 - added mmc search path
729
730 * mraw/MRawRunHeader.cc:
731 - set new defaults of fTelescopeNumber, fCameraVersion,
732 fFreqSampling and fNumSignificantBits for old MC data
733
734
735
736 2007/04/23 Daniela Dorner
737
738 * datacenter/scripts/linkmc:
739 - removed workaround for 5-digit runnumbers
740
741 * datacenter/scripts/mcsequences:
742 - added line 'MonteCarlo: Yes' to output to sequence file
743
744 * datacenter/scripts/runganymed:
745 - adapted chosing of ganymed rc-file
746 - added output of ganymed command line
747
748
749
750 2007/04/20 Daniel Hoehne
751
752 * datacenter/macros/filldotrun.C:
753 - implemented new Arehucas version
754
755
756
757 2007/04/20 Thomas Bretz
758
759 * mbadpixels/MBadPixelsCam.cc, mbadpixels/MBadPixelsPix.cc:
760 - propagate option in Clear member function
761 - the default is now to keep the previously excluded flag and
762 set the unsuitable-run flag accordingly
763
764 * mcalib/MCalibrationChargeCalc.cc:
765 - if the lower limit for the measured number of phe is calculated
766 to be less than one phe it is artificially reset to one phe
767
768 * mhist/MHCamEvent.cc:
769 - call SetFrameBorder(0) for all subpads explicitly
770
771 * mhist/MHCamera.cc:
772 - removed the obsolete definition of kItemsLegend
773
774 * mbadpixels/MBadPixelsIntensityCam.cc, mcalib/MCalibrationIntensityCam.cc:
775 - removed obsolete reference in comment to MCalibrationINtensityQECam
776
777 * mcalib/CalibLinkDef.h, mcalib/Makefile:
778 - removed obsolete MCalibrationIntensityQECam
779 - removed obsolete MCalibrationIntensityBlindCam
780 - removed obsolete MCalibrationIntensityRelTimeCam
781 - removed obsolete MCalibrationIntensityTestCam
782
783 * mcalib/MCalibCalcFromPast.[h,cc], mcalib/MCalibColorSteer.[h,cc],
784 mcalib/MCalibrateData.[h,cc]:
785 - replaced data member fIntensQE by fQECam
786 - removed references to obsolete MCalibrationIntensityQECam
787 - added some comments
788 - replaced obsolete reference to MCalibrationIntensityBlindCam
789 by reference to MCalibrationBlindCam
790
791 * mcalib/MCalibrationChargeCalc.[h,cc]:
792 - replaced references to fIntensQE by direct access to fQECam
793 - adde some comments
794 - removed data member fIntensQECam
795 - replaced obsoilete reference to MCalibrationIntensityBlindCam
796 by reference to MCalibrationBlindCam
797
798 * mjobs/MJCalibrateSignal.cc, mhcalib/MHCalibrationChargeBlindCam.cc:
799 - removed obsolete references to MCalibrationIntensityQECam
800 - removed obsolete references to MCalibrationIntensityBlindCam
801
802 * mbase/MTask.cc:
803 - added some unexecuted code to debug which taks are processed
804
805 * mcalib/MCalibCalcFromPast.cc, mcalib/MCalibrationIntensityCam.cc,
806 mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.h
807 - removed obsolete MCalibrationIntensityRelTimeCam
808
809 * mcalib/MCalibColorSteer.[h,cc], mcalib/MCalibrationRelTimeCalc.[h,cc],
810 mhcalib/MHCalibrationRelTimeCam.cc:
811 - replaced obsolete reference to MCalibrationIntensityRelTimeCam
812 by referencing MCalibrationRelTimeCam
813
814 * mhcalib/MHCalibrationChargeBlindCam.cc:
815 - replaced obsolete reference to MCalibrationIntensityBlindCam
816 by referencing MCalibrationBlindCam
817
818 * mhcalib/MHCalibrationHiLoCam.cc:
819 - replaced obsolete reference to MCalibrationIntensityHiLoCam
820 by referencing MCalibrationHiLoCam
821
822 * mhcalib/MHCalibrationPulseTimeCam.cc
823 - replaced obsolete reference to MCalibrationIntensityPulseTimeCam
824 by referencing MCalibrationPulseTimeCam
825
826 * mcalib/MCalibrationTestCalc.cc
827 - replaced obsolete reference to MCalibrationIntensityTestCam
828 by referencing MCalibrationTestCam
829
830
831
832 2007/04/12 Daniela Dorner
833
834 * datacenter/db/showplots-ds.php:
835 - added (script to plot all plots of a data set)
836
837 * datacenter/db/showplots.php:
838 - added 'previous' and 'next' button
839
840 * datacenter/db/plotinclude.php, datacenter/db/showplots.php:
841 - moved two function from showplots.php to plotinclude.php, as they
842 are also used in showplots-ds.php
843
844 * datacenter/db/builddatasets.php, datacenter/db/datasetinfo-aio.php
845 datacenter/db/indes-header.html, datacenter/db/indes.html,
846 datacenter/db/menu.js, datacenter/db/reference.html,
847 datacenter/db/regexp.html, datacenter/db/runinfo-aio.html,
848 datacenter/db/sequinfo-aio.html:
849 - adapted paths of images and mars.css
850
851 * datacenter/db/index.html:
852 - added link to showplots-ds.php
853
854
855
856 2007/04/18 Thomas Bretz
857
858 * Makefile:
859 - added suffixes .hxx and .cxx
860 - added new subdir mmovie
861
862 * mjobs/Makefile:
863 - added path to mmovie
864
865 * mmovie/MMoviePrepare.[h,cc]:
866 - changed access to MCalibrateData to access to MCalibConstCam
867
868 * mmovie/MMovieWrite.cc:
869 - fixed some typos in comments
870
871 * mjobs/MJCalibrateSignal.cc:
872 - removed dependenca on obsolete MCalibrationIntensityConstCam
873
874 * mjobs/MJCalibration.[h,cc]:
875 - for simplification removed all dependencies of unused intensity
876 calibration
877
878 * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc,
879 callisto_mux.rc:
880 - removed line for switching on intensity calibration
881 - added expample lines for movie encoding
882
883 * mbadpixels/BadPixelsLinkDef.h, mbadpixels/Makefile:
884 - removed obsolete MBadPixelsIntensityCam
885
886 * mcalib/MCalibCalcFromPast.[h.cc]:
887 - do not store fIntensRelTime (it is not used at all) as data member
888
889 * mcalib/MCalibColorSteer.[h,cc], mcalib/MCalibCalcFromPast.[h.cc]:
890 - instead of creating of a new MBadPixelsCam into the intensity array
891 clear the information of the old one (FIXME: DO NOT CLEAR PREV EXCL!)
892 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
893 * mcalib/MCalibrationTestCalc.[h,cc]:
894 - removed empty Process function
895
896 * mcalib/MCalibColorSteer.[h,cc], mcalib/MCalibCalcFromPast.[h.cc],
897 mcalib/MCalibrationChargeCalc.[h,cc], mcalib/MCalibrationTestCalc.[h,cc],
898 mcalib/MCalibrationRelTimeCalc.[h,cc], mhcalib/MHCalibrationCam.[h,cc],
899 mhcalib/MHCalibrationChargeCam.cc, mhcalib/MHCalibrationHiLoCam.cc,
900 mhcalib/MHCalibrationPulseTimeCam.cc, mhcalib/MHCalibrationRelTimeCam.cc,
901 mhcalib/MHPedestalCam.cc:
902 - removed obsolete references to MBadPixelsIntensityCam, replaced
903 by MBadPixelsCam
904
905 * mhcalib/MHCalibrationCam.cc:
906 - set reason for uncalibrated pixels by SetUncalibrated
907
908 * mjobs/MJCalibrateSignal.cc:
909 - removed obsolete references to MBadPixelsIntensityCam
910 - removed MBadPixelsMerge, instead use the given MBadPixelsCam as
911 starting point. THIS ALSO REMOVES SUPPORT FOR PREV. EXCLUDED PIXELS
912 (TO BE FIXED)
913
914 * mfilter/FilterLinkDef.h, mfilter/Makefile:
915 - added MFEvtNumber
916
917 * mfilter/MFEvtNumber.[h,cc]:
918 - added
919
920
921
922 2007/04/17 Stefan Ruegamer
923
924 * datacenter/scripts/filesondisk:
925 - modified the ccfile search to not find ccfiles twice if one
926 runnumber is part of a higher runnumber (as 23456 and 223456)
927
928 * datacenter/scripts/movingrawfiles:
929 - added moving of rawfiles from the directory /magic/datacenter/
930 fromtape/rawdata/muxdata, which is the default rawfile folder of
931 the new muxtapes, to /magic/datacenter/fromtape/rawdata
932
933 * datacenter/scripts/runcallisto:
934 - added condition for the linking of the .rc-file for muxdata
935
936 * datacenter/scripts/makecallistolinks:
937 - commented reason2 out
938
939
940
941 2007/04/17 Thomas Bretz
942
943 * mcalib/CalibLinkDef.h, mcalib/Makefile:
944 - removed obsolete MCalibrationIntensityConstCam
945
946 * mcalib/MCalibCalcFromPast.[h,cc]:
947 - removed obsolete depedency on MCalibrationIntensityConstCam
948
949 * mcalib/MCalibConstCam.[h,cc]:
950 - added a possibility to veto bad pixels in GetPixelContent by
951 setting a MBadPixelsCam
952 - removed obsolete fRunNumber
953 - increased class version number by 1
954
955 * mcalib/MCalibrateData.[h,cc]:
956 - removed obsolete dependency on MCalibrationIntensityConstCam
957 - removed some obsolete comments with code from old pedestal
958 treatment
959
960
961
962 2007/04/15 Thomas Bretz
963
964 * callisto.cc:
965 - added an option to write a movie
966
967 * mjobs/MJCalibrateSignal.[h,cc]:
968 - added the code to write a movie
969 - added new option (fIsMovieMode) to switch it on and off
970
971 * mmovie/MMovieData.h:
972 - added data member fMedianPedestalRms
973
974 * mmovie/MMoviePrepare.[h,cc]:
975 - added calculation of median pedestal rms
976
977 * mmovie/MMovieWrite.[h,cc]:
978 - added comments
979 - added return value to SetPalette
980 - delete palette entries after usage
981 - get median pedestal rms from MMovieData
982
983
984
985 2007/04/12 Daniela Dorner
986
987 * datacenter/scripts/sourcefile:
988 - added if-clause to avoid removing of non existing files
989
990 * datacenter/db/db.php:
991 - adapted host
992
993 * datacenter/db/plotdb.php:
994 - adapted usage of function GetQuery
995
996 * datacenter/db/plotinclude.php:
997 - added init of variables
998
999 * datacenter/db/runinfo-aio.php:
1000 - adapted building of query for the case, that fRunMin=0
1001
1002 * datacenter/macros/filloptical.C:
1003 - adapted such, that files from telescopes in Tuorla can also be
1004 handeled
1005 - return 3 in case the coordinates of an object are not available
1006 in the database
1007
1008 * datacenter/scripts/copyscript:
1009 - added case for return code 3 for filloptical.C
1010
1011 * datacenter/macros/setupdb.C:
1012 - added table OpticalData
1013
1014 * datacenter/tools/fillobjects.C:
1015 - added comment
1016
1017 * datacenter/tools/fillobjects2.C:
1018 - adapted comment
1019 - adapted reading to new format of file (different object name
1020 convention)
1021
1022 * datacenter/resources/TeVsources.txt:
1023 - added (file containing the positions of the objects observed by
1024 the Tuorla Observatory and KVA)
1025
1026 * datacenter/resources/good_compstars.txt:
1027 - added (file containing the magnitudes and colour of the objects
1028 observed by the Tuorla Observatory and KVA)
1029
1030 * datacenter/resources/compstars.txt:
1031 - added (like good_compstars, but containing more data, which
1032 has been left out in the other file, as it is not accurate
1033 enough)
1034
1035
1036
1037 2007/04/12 Thomas Bretz
1038
1039 * mmovie/MMoviePrepare.[h,cc], mmovie/MMovieData.[h,cc],
1040 mmovie/MMovieWrite.[h,cc], mmovie/Makefile, mmovie/MovieLinkDef.h,
1041 movie/MovieIncl.h:
1042 - added
1043
1044 * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h, mbase/MArrayI.h,
1045 mbase/MArrayS.h:
1046 - added Reset() member function or improved performance of it
1047
1048 * mcalib/MCalibrationChargeCalc.cc:
1049 - fixed the alignment in an output
1050
1051 * mhbase/MBinning.h:
1052 - added operator[] member function
1053
1054 * mhist/MHCamera.cc:
1055 - changed such that it is allowed to use palettes with a different
1056 number of contours.
1057 - fixed the number of ticks written on the axis to 25
1058 - use MBinnig to calculate the legend color boxes
1059 - fixed a minor bug in the assignment of the color levels, which
1060 gave visibly wrong result if the transition between two colors
1061 was important but was not noticable in normal circumstances
1062
1063 * mjobs/MDataSet.h, mjobs/MSequence.h:
1064 - increased class version to 1 to make it writable
1065 - added Print to the context menu
1066
1067 * mgeom/MGeomCam.[h,cc]:
1068 - removed fNumSectors
1069 - removed fNumAreas
1070 - added fNumPixInSector
1071 - added fNumPixWithAidx
1072 - changed CalcSectors and CalcArea to fill new data members
1073 - fixed a bug in the range check of GetMaxRadius and GetMinRadius
1074 (the range was to wide by 1 at the upper edge)
1075 - increased class version from 4 to 5
1076
1077
1078
1079 2007/04/11 Thomas Bretz
1080
1081 * mjobs/MJCalibrateSignal.cc:
1082 - added a lot of comments
1083 - added some code for future use
1084
1085 * mcalib/MCalibCalcFromPast.cc:
1086 - if update of calibration constants via MCalibrateData fails an
1087 error is raised
1088
1089 * mcalib/MCalibrateData.cc:
1090 - if update of calibration constants done set the ReadyToSaveFlag
1091 accordingly
1092
1093
1094
1095 2007/04/04 Thomas Bretz
1096
1097 * mbase/MLogHtml.cc:
1098 - the closing parenthesis was missing for setting to green color
1099
1100
1101
1102 2007/04/03 Thomas Bretz
1103
1104 * mjobs/MDataSet.cc:
1105 - added processing of RunTime and Name resource
1106
1107 * mgeom/MGeomCamDwarf.cc:
1108 - removed an unused variable
1109
1110 * msignal/MSignalPix.h, msignal/MSignalCam.h:
1111 - commented out obsolete AddNumPhotons and Scale
1112 - removed ReducePrecision from setting of arrival time because
1113 it gave artefacts.
1114
1115
1116
1117 2007/03/29 Thomas Bretz
1118
1119 * mgeom/MGeomCam.cc, mgeom/MGeomPix.h:
1120 - added new member function to return distance to coordinate
1121 origin
1122
1123 * mgeom/MGeomCamDwarf.[h,cc]:
1124 - added
1125
1126 * mgeom/Makefile, mgeom/GeomLinkDef.h:
1127 - added MGeomCamDwarf
1128
1129
1130
1131 2007/03/28 Thomas Bretz
1132
1133 * mraw/MRawRunHeader.cc:
1134 - added Getter for fFreqSampling
1135
1136 * mpointing/MHSrcPosCam.[h,cc]:
1137 - added different binning for wobble mode
1138 - added circle for wobble mode
1139
1140 * mjobs/MJCut.cc:
1141 - store run- and event-number via MParameterCalc in output files
1142 - show histogram of source positions also in wobble mode
1143
1144 * mbase/MEnv.h:
1145 - added member function to touch a resource returning whether
1146 it has contents or not
1147
1148 * mars.rc:
1149 - added examples for MUX data
1150 - fixed the other examples
1151 - changed default cleaning to 8.5/4.0 absolute
1152
1153 * macros/readIPR.C:
1154 - simplified
1155
1156
1157
1158 2007/03/21 Stefan Ruegamer
1159
1160 * datacenter/scripts/runcallisto:
1161 - removed entries for callisto_MarApr05.rc (outdated)
1162
1163 * datacenter/scripts/makecallistolinks:
1164 - updated reason1 because the old reason has been removed in the
1165 Mars Version 1.0, resulting in no more calibration with spline
1166 if DF fails
1167 - added reason2 to run spline after an other error
1168
1169
1170
1171 2007/03/20 Daniel Hoehne
1172
1173 * datacenter/db/db.php, datacenter/scripts/budb,
1174 datacenter/scripts/dbchk, datacenter/scripts/dunotseqruns,
1175 datacenter/scripts/findnewstars,
1176 datacenter/scripts/findnotseqruns, datacenter/scripts/sourcefile,
1177 datacenter/tools/comparesequences, datacenter/tools/resetdataset,
1178 sql.rc:
1179 - changed the host from hercules to vela
1180
1181
1182
1183 2007/03/17 Thomas Bretz
1184
1185 * mbase/MTime.[h,cc]:
1186 - added new memeber function to set unix times
1187
1188
1189
1190 2007/03/09 Thomas Bretz
1191
1192 * mjoptim/MJOptimizeCuts.cc:
1193 - implemented printing of input file also in RunOnOffCore
1194
1195
1196
1197 2007/03/08 Markus Meyer
1198
1199 * mpointing/MPointingDevCalc.h:
1200 - changed fNumMinStars from 8 to n (in SetNumMinStars)
1201
1202
1203
1204 2007/03/06 Stefan Ruegamer
1205
1206 * mraw/MRawRunHeader.cc:
1207 - added SwapAssignment for pixels 428 and 429
1208
1209
1210
1211 2007/03/05 Thomas Bretz
1212
1213 * msignal/MExtractTimeAndChargeSpline.cc:
1214 - added a default for the extrator resolution in case no predefined
1215 value is set
1216
1217 * mjobs/MJCalib.[h,cc], mjobs/MJCalibration.cc:
1218 - removed HiLoCalibration option
1219
1220 * mjobs/MJCalibration.cc:
1221 - use extractor to determine hi-/lo-calibration
1222
1223 * mjobs/MJPedestal.cc:
1224 - do only insist on pedestal events if an extractor without
1225 lo-gains is set
1226
1227 * callisto.rc, callisto_Dec04Jan05.rc:
1228 - removed references to HiLoCalibration
1229
1230 * callisto_mux.rc, resources/calibrationref_mux.rc,
1231 resources/pedestalref_mux.rc:
1232 - added new resource files for MUX data
1233
1234 * mjobs/MSequence.cc:
1235 - another fix to make sure that there is a / between dir and filename
1236
1237 * mpedestal/MExtractPedestal.cc:
1238 - why if fRawData initialized twice? Removed.
1239 - Reset check window without extractor and without lo-gains
1240
1241
1242
1243
1244 2007/03/04 Thomas Bretz
1245
1246 * mhcalib/MHCalibrationChargeBlindCam.cc,
1247 mhcalib/MHCalibrationChargeBlindPix.[h,cc]:
1248 - commented out references to MRawEvtPixelIter::GetNum*Samples
1249
1250 * mhcalib/MHCalibrationRelTimeCam.cc:
1251 - updated header
1252
1253 * mjobs/MJCalibrateSignal.cc:
1254 - updated header
1255 - removed references to MHCalibrationPulseTimeCam
1256 - added a check to make sure that extractor1 is initialized
1257 - use new SetRangeFromExtractor function for pedestal
1258 extraction range
1259 - added a new filter to check for pedestal events, used for
1260 pedestal extraction in cases w/o lo-gains and to remove
1261 pedestal events from further analysis
1262 - fill and display hi-/lo-gain histogram only if lo-gain exists
1263
1264 * mjobs/MJPedestal.cc:
1265 - replaced fSequence.GetName by GetFileName
1266 - check for availability of lo-gain in pulse pos check
1267 - Add MHCalibrationPulseTime to parlist to allow resources
1268 file setup
1269 - to fill the MHCalibrationPulseTimeCam deny calibration- and
1270 pedestal-events
1271 - use a pedestal filter to deny calibration events
1272 - use new SetRangeFromExtractor function for pedestal
1273 extraction range
1274
1275 * mhcalib/MHCalibrationPulseTimeCam.cc:
1276 - removed an obsolete return
1277
1278 * mpedestal/MPedCalcFromLoGain.cc:
1279 - if event does not contain lo-gains do not start extraction
1280 at lo-gain offset
1281
1282 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
1283 - changed variable naming in GetSaturation from sathi to sat
1284 - changed limit in GetMax from Byte_t to UInt_t
1285
1286 * msignal/MExtractBlindPixel.cc, msignal/MExtractTimeAndCharge.cc:
1287 - changed max argument in GetMax from Int_t to UInt_t
1288
1289 * msignal/MExtractTimeAndCharge.[h,cc]:
1290 - changed fLoGainSwitch from Byte_t to UInt_t
1291 - increased class version accordingly to 4
1292
1293 * mmain/MEventDisplay.cc:
1294 - took out the display of the slice with the max index
1295 - handle pedestal subtraction more accurate
1296
1297 * mraw/MRawEvtData.cc:
1298 - added number of bytes per sample to GetNumBytes()
1299 - removed contents of GetPixelContent... depricated
1300
1301 * mraw/MRawEvtPixelIter.[h,cc]:
1302 - updated comments
1303 - removed all functions returning informations about single
1304 pixels (should be done through MPedestalSubtractedEvt
1305 instead)
1306
1307 * mhist/MHEvent.cc:
1308 - removed KMaxIdx...depricated.
1309
1310 * msignal/MExtractor.[h,cc]:
1311 - changed type of fSaturationLimit from Byte_t to UInt_t
1312 - increased class version number accordingly to 8
1313 - only reset fSaturationLimit if it is above 0xff and
1314 no lo-gain available
1315
1316 * msignal/MSignalCalc.[h,cc]:
1317 - changed to use MPedestalSubtractedEvt instead of MRawEvtData
1318 - make handling of data without lo-gains possible
1319
1320 * mhcalib/MHCalibrationChargeCam.[h,cc]:
1321 - changed to use pedestal subtracted evt instead of the raw evt
1322 for determination of the arrival time
1323
1324 * mhcalib/MHCalibrationCam.[h,cc]:
1325 - made IsLoGain autodetecting in case fRunHeader is available
1326
1327 * msignal/MExtractPINDiode.cc:
1328 - use MRawRunHeader's GetNumSamplesHi/LoGain
1329
1330
1331
1332 2007/03/03 Thomas Bretz
1333
1334 * mcalib/MCalibrationRelTimeCalc.cc:
1335 - changed the default of RelTimeResolutionLimit from 1.0 to 0.05
1336
1337 * mhcalib/MHCalibrationChargeCam.cc,
1338 mhcalib/MHCalibrationPulseTimeCam.cc,
1339 mhcalib/MHCalibrationRelTimeCam.cc:
1340 - added f*RefCharge to Copy function
1341 - added range to calls of GetIdxMaxHi/LoGainSample
1342 - reworked and simplified DrawDataCheckPixel
1343 - reworked and simplified DrawReferenceLine
1344 - fixed call to ReadEnv of base class in ReadEnv
1345
1346 * mhcalib/MHCalibrationRelTimeCam.cc:
1347 - commented filling of lo-gain arrays out.
1348
1349 * mpedestal/MExtractPedestal.[h,cc],
1350 mpedestal/MPedCalcFromLoGain.h, mpedestal/MPedCalcPedRun.h:
1351 - added the SetRangeFromExtractor function
1352
1353 * msignal/MExtractBlindPixel.cc, msignal/MSignalCalc.cc:
1354 - use GetNumSamplesHiGain of MRawRunHeader instead of
1355 MRawEvtPixelIter's
1356
1357 * msignal/MSignalCalc.[h,cc]:
1358 - slightly changed handling of MC run, changed hi-/lo-gain
1359 calibration from 10 to 11.3
1360
1361 * msignal/MExtractTime.cc:
1362 - don't print lo-gain properties if n/a
1363
1364 * msignal/MExtractor.[h,cc]:
1365 - reset logain range and saturation limit if no logains available
1366 - added HasLoGain member function
1367 - don't print lo-gain attributes in Print if no logains
1368
1369 * msignal/MExtractTimeAndCharge.cc:
1370 - reset fLoGainSwitch if logains are not available
1371 - use MRawRunHeader's GetNumSamplesHi/LoGain
1372 - do not use MRawEvtPixelIter to determin availability of lo-gains
1373 use number of lo-gain samples to extract instead.
1374 - don't print lo-gain properties if n/a
1375
1376
1377
1378 2007/03/02 Thomas Bretz
1379
1380 * mraw/MRawRunHeader.h:
1381 - added GetNumBytesPerSample() member function
1382
1383 * mraw/MRawRead.cc:
1384 - splitted ReadPixel and setting ab-flag into function calls
1385 - fixed skipping pixels if bps>1
1386
1387 * mraw/MRawEvtData.[h,cc]:
1388 - removed last argument from AddPixel
1389 - split reading pixel data and setting ab-flag into two functions
1390 - increased version number from 5 to 6
1391 - adapted Print function
1392 - adapted Draw function
1393 - adapted ReadPixel function
1394
1395 * manalysis/MMcCalibrationUpdate.[h,cc]:
1396 - made sure that Process is not executed in case of MC files
1397 - minor changes to includes
1398
1399 * mextralgo/MExtralgoSpline.h:
1400 - removed obsolete include iostream
1401
1402
1403
1404 2007/03/01 Thomas Bretz
1405
1406 * mmain/MEventDisplay.cc:
1407 - didn't show callisto output anymore because of missing fundametal
1408 pedestal
1409
1410 * mbadpixels/MBadPixelsTreat.cc:
1411 - added more informative output
1412
1413 * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationChargeCam.cc,
1414 mhcalib/MHCalibrationChargePix.h, mhcalib/MHCalibrationRelTimeCam.cc,
1415 mhcalib/MHCalibrationChargeCam.h, mhcalib/MHCalibrationChargePINDiode.h,
1416 mhcalib/MHCalibrationPulseTimeCam.cc, mhcalib/MHCalibrationTestCam.cc,
1417 mhcalib/MHCalibrationTestTimeCam.cc, mhcalib/MHGausEvents.h,
1418 mhcalib/MHCalibrationChargeBlindCam.cc, mhcalib/MHPedestalCam.cc,
1419 - replaced SetNbins/First/Last by SetBinning
1420
1421 * mhcalib/MHCalibrationChargeCam.cc:
1422 - improved output in case arrival time is out of range
1423
1424 * mhcalib/MHCalibrationPulseTimeCam.cc:
1425 - the values can only have discrete valuesno need to set a bin-width
1426 different from 1
1427 - set binning automatically by using the number of samples
1428 - fixed ReadEnv
1429 - directly use maxpos, no cast necessary
1430
1431 * mraw/MRawRunHeader.h:
1432 - added new member function GetNumSamples
1433
1434 * mpedestal/MPedCalcFromLoGain.cc:
1435 - fixed ReadEnv
1436
1437 * mraw/MRawCrateData.cc, mraw/MRawEvtHeader.cc:
1438 - implemented reading new mux format 8
1439
1440 * mraw/MRawRunHeader.[h,cc]:
1441 - implemented reading of new file format 8
1442 - added new data members fNumBytesPerSample, fFreqSampling
1443 and fNumSignificantBits
1444 - increased file format version from 5 to 6
1445
1446 * mraw/MRawEvtPixelIter.[h,cc]:
1447 - made aware of handling the new and old format
1448 - added range to GetIdxMax*
1449
1450 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
1451 - removed obsolete data members fSumhiarea and fSumhisector
1452 - replaced the usage of MRawEvtData by MPedestalSubtractedEvt
1453 - according to this the lower signal limit has been decresed
1454 by 15
1455 - changed "saturation" limit accordingly from 254 to 245
1456
1457 * mpedestal/MPedestalsubtractedEvt.h:
1458 - added a shortcut for GetSaturation
1459
1460 * mjobs/MJPedestal.cc:
1461 - first subtract pedestal and then fill MHCalibrationPulseTimeCam
1462 - fill MHCalibrationPulseTimeCam with MPedestalSubtracted
1463
1464
1465
1466 2007/02/28 Thomas Bretz
1467
1468 * macros/tutorials/mirrordelay.C:
1469 - fixed the formula for the spherical mirror
1470 - fixed the calculation of the time-delay
1471
1472 * mastro/MObservatory.[h,cc]:
1473 - added constructors and functions to set the observatory location
1474 manually
1475
1476 * mbase/MTime.[h,cc]:
1477 - added constructor to construct MTime by date
1478 - added AsDouble for new root streamers (allowing to view MTime in
1479 a TBrowser)
1480 - added GetRootDatime to return TDatime object
1481
1482 * mcalib/MCalibrateData.cc:
1483 - added more meaningful output in case a conversion factor exceeds a limit
1484
1485 * datacenter/macros/plotdb.C:
1486 - added plot for spark rate
1487
1488
1489
1490 2007/02/26 Daniela Dorner
1491
1492 * datacenter/db/builddatasets.php, datacenter/db/findoffdata.php,
1493 datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php,
1494 datacenter/db/include.php, datacenter/db/menu.php, :
1495 - bugfix: the stopdate was not choses properly in case of reset
1496 when there was no data past midnight
1497 - a new function (GetStopDate) has been implemented
1498 - bugfix in PrintNightRange (table Sequences was used in all cases)
1499
1500
1501
1502 2007/02/26 Daniel Hoehne
1503
1504 * datacenter/macros/fillstar.C:
1505 - bugfixes: included MHCamera.h, corrected two typos (missing ";" and
1506 a surplus "s" in the variable "sparkrate")
1507
1508 * datacenter/db/magicdefs.php, menu.php:
1509 - added fSparkRate
1510
1511
1512
1513 2007/02/16
1514
1515 * RELEASE 1.0
1516
1517
1518
1519 2007/02/16 Thomas Bretz
1520
1521 * macros/starvisyear.C:
1522 - changed default observator to magic
1523 - fixed some typos in comments
1524
1525 * mastro/MAstro.[h,cc]:
1526 - added a new function to estimate the time of culmination
1527 - fixed the conversion factors RadToHor and HorToRad (wrong by 15/24)
1528
1529 * mastro/MObservatory.cc:
1530 - fixed the Print() output
1531
1532 * mbase/MMath.h:
1533 - removed conversion factor to and from Hours
1534
1535 * mjobs/MSequence.cc:
1536 - added a / behind the date (for the output in case of failure)
1537
1538 * mmc/MMcFadcHeader.[hxx,cxx]:
1539 - added fElecNoiseName for compatibility with camera program
1540 - increased ClassVersion by 1
1541
1542 * mraw/MRawRunHeader.[h,cc]:
1543 - increased class version by 1 for compatibility with output
1544 of newer camera versions
1545
1546 * resources/sequences.rc:
1547 - changed the sequence.rc file to support new MUX data
1548
1549
1550
1551 2007/02/15 Thomas Bretz
1552
1553 * macros/tutorials/mirrordelay.C:
1554 - added a macro plotting the delay between a spherical and a
1555 parabolic mirror
1556
1557 * mjobs/MJStar.cc:
1558 - implemented new plots for IPR vs. Time and DT
1559
1560
1561
1562 2007/02/13 Thomas Bretz
1563
1564 * resources/hilocalib.rc, resources/hilocalib_sp1.rc:
1565 - added new resource files for hi-/lo-gain calibration.
1566
1567 * resources/hiloconv-*.root:
1568 - added hi-/lo-gain calibration constants
1569
1570 * callisto_Dec04Jan05.rc:
1571 - changed input file name for hi-/lo-gain calibration constants
1572
1573 * mreflector/MHReflector.[h,cc]:
1574 - added histogram class for reflected photons
1575
1576 * mreflector/Makefile, mreflector/ReflectorLinkDef.h
1577 - added MHReflector and necessary include paths
1578
1579 * mbase/MLog.h:
1580 - fixed a bug in Separator which could cause a crash if the contents
1581 are too long
1582
1583 * manalysis/MParameterCalc.cc:
1584 - check for HasValidRule instead of IsValid in ReadEnv
1585
1586 * mdata/MDataPhrase.h:
1587 - added HasValidRule member function
1588
1589 * mfileio/MReadRflFile.[h,cc]:
1590 - allow also reading of gzip-compressed files
1591 - output more header information
1592 - don't use a const qualified TString with gSystem->ExpandPathName
1593
1594 * mjobs/MJPedestal.cc:
1595 - readin bad pixels from ascii file later
1596
1597 * mmc/MMcEvtBasic.h:
1598 - added a static member function GetEnergyStr to convert
1599 GeV into MeV and TeV
1600
1601 * mpointing/MPointingDevCalc.h:
1602 - increased size of fSkip by one
1603
1604 * mextralgo/MExtralgoSpline.h:
1605 - fixed acompiler warning
1606
1607
1608
1609 2007/02/09 Daniel Hoehne
1610
1611 * datacenter/scripts/linkmc
1612 - adapted to new montecarlo directory structure (/magic/montecarlo
1613 instead of /montecarlo)
1614
1615
1616
1617 2007/02/09 Thomas Bretz
1618
1619 * star.rc:
1620 - added new options
1621 - reordering
1622
1623 * mbase/MStatusDisplay.cc:
1624 - updated from 2006 to 2007
1625
1626 * mfbase/MFDataPhrase.cc:
1627 - fixed ReadEnv to correctly return true/false
1628
1629 * mjobs/MJStar.cc:
1630 - added new tabs "Spakless" and "Sparks" dividing the average
1631 signal tab into two distributions by a SparkCut
1632 - replaced all MF by MFDataPhrase
1633
1634 * mjobs/MJCalibrateSignal.cc:
1635 - changed the extraction range used in the lo-gains from the
1636 hi-gain range to the lo-gain range
1637
1638 * datacenter/macros/fillstar.C:
1639 - added filling the spark rate into the database
1640 - the rate after cleaning is now without sparks!
1641
1642
1643
1644 2007/02/06 Thomas Bretz
1645
1646 * mpointing/MPointingDevCalc.cc:
1647 - included check for monitoring flag
1648
1649 * mextralgo/MExtralgoSpline.[h,cc]:
1650 - implemented the possibility to determine the pulse width at
1651 maxheight/2
1652
1653
1654
1655 2007/02/04 Daniela Dorner
1656
1657 * datacenter/scripts/sourcefile:
1658 - added if-clause to avoid that a script is aborted in case a macro
1659 doesn't compile, return code is set to 1 in this case
1660
1661
1662
1663 2007/02/04 Thomas Bretz
1664
1665 * mjobs/MJCalibration.cc:
1666 - implemented Hi-/Lo-Gain calibration for MCs
1667
1668 * mjobs/MJPedestal.cc:
1669 - removed intermediate pedestalstorage from code (its
1670 result is not used at all)
1671
1672 * datacenter/macros/fillsignal.C:
1673 - replaced GetMediandev by GetDev
1674
1675 * callisto.rc, callisto_Dec04Jan05.rc:
1676 - changed ExtractWinLeft/Right according to new scheme
1677
1678 * mhcalib/MHCalibrationChargeCam.[h,cc]:
1679 - removed obsolete data members fFirstHiGain, etc and
1680 replaced by storage of fSignal
1681 - made sure that the average extracted signal position
1682 is at least one slice away from the edges of the
1683 extraction window
1684
1685 * mjobs/MJPedestal.cc:
1686 - reworked the pulse position check. It now better takes
1687 the properties of the extractors into account.
1688 Still to be done: relation between pulse position and
1689 extraction window!
1690
1691 * msignal/MExtractBlindPixel.[h,cc],
1692 msignal/MExtractPINDiode.[h,cc]:
1693 - fixed arguments type of SetRange
1694
1695 * msignal/MExtractTime.cc:
1696 - removed old obsolete code already in comments
1697
1698 * msignal/MExtractTimeAndCharge.h:
1699 - added getter for LoGainStartShift
1700
1701 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc],
1702 msignal/MExtractTimeAndChargeSpline.[h,cc],
1703 msignal/MExtractedSignalCam.[h,cc], msignal/MExtractor.[h,cc]:
1704 - changed the type of LoGainFirst from byte to int
1705 - if necessary increased class version
1706
1707 * mpedestal/MExtractPedestal.cc:
1708 - improved output
1709
1710 * mhcalib/MHCalibrationChargeCam.cc:
1711 - fixed a %3.1 instead of %3.1f
1712
1713
1714
1715 2007/02/03 Thomas Bretz
1716
1717 * mhist/MHCamEvent.[h,cc]:
1718 - added Draw function to context menu
1719 - added GetHist member functions
1720 - added possibility to display the relative error
1721
1722 * mjobs/MJCalibration.cc:
1723 - read the hi-/lo-gain calibration constants from a MHCamEvent
1724 which is stored in a root file given in resources/hilocalib.rc
1725
1726 * msignal/MExtractTimeAndCharge.cc:
1727 - improved the estimation in GetSaturationTime for the cases in
1728 which the saturating pulse is so early, that an normal
1729 interpolation is not appropriate.
1730
1731 * callisto_DecJan04.rc:
1732 - set fall- and rise-time for spline artificially to 0.5
1733
1734 * mhbase/MFillH.cc:
1735 - added comments
1736
1737 * mpedestal/MExtractPedestal.[h,cc],
1738 mpedestal/MPedCalcFromLoGain.cc, mpedestal/MPedCalcPedRun.cc:
1739 - fixed the range check.In case of the lo-gain extraction
1740 the range could infact leak out of the fadc slices
1741
1742 * msignal/MExtractTimeAndCharge.[h,cc]:
1743 - added somecomments
1744 - forbid the lo-gain signal to be negative
1745 - increased version number for compatibility with last release
1746
1747 * msignal/MExtractTimeAndChargeSpline.cc:
1748 - set the correct numbers for rise- and fall-time as default
1749
1750 * mbase/MStatusArray.[h,cc]:
1751 - improved workaround in Read() and Write() for the Reset
1752 of the kCanDelete bit in TH1
1753
1754 * mjobs/MJCalibration.cc, mjobs/MJCalibrateSignal.cc:
1755 - commented out obsolete references to *HiLoCam
1756
1757 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
1758 mcalib/CalibLinkDef.h:
1759 - removed *HiLoCam s
1760
1761
1762
1763 2007/02/02 Thomas Bretz
1764
1765 * mreflector/MRflSinglePhoton.[h,cc], mreflector/MRflEvtData.[h,cc]:
1766 - added new Fill functions allowing to fill photons versus
1767 a z-value, e.g. energy.
1768
1769
1770
1771 2007/02/01 Thomas Bretz
1772
1773 * mhist/MHCamEvent.[h,cc]:
1774 - allow to set a histogram for display from external
1775
1776 * mhist/MHCamera.[h,cc]:
1777 - added functions to calc Median/Dev
1778 - fixed adding a MHCamera with AddCamContent. It now takes also
1779 the errors and binentries correctly into account
1780 - simplified Reset() using TArray::Reset()
1781
1782 * mhvstime/MHSectorVsTime.[h,cc]:
1783 - added option to use median/dev instead of mean/rms
1784 - switched Grid on
1785
1786 * mjobs/MSequence.cc, mjobs/MDataSet.cc:
1787 - small improvements to splitting number rows
1788 - handle possible tabs correctly
1789
1790 * mbase/MStatusArray.[h,cc]:
1791 - improved handling in Read(). We make sure now that Read doesn't
1792 produce a memory leak
1793
1794 * mhist/MHCamera.[h,cc]:
1795 - overwrote Clone function to make sure that a cloned MHCamera
1796 is never added to the current directory
1797
1798 * mcamera/MCameraTH.h:
1799 - added a workaround to get rid of the obsolete discriminator thresholds
1800 for the non-trigger pixels
1801
1802 * mreport/MReportCC.cc:
1803 - added a sanity \o-Terminator to the dicriminator threshold extraction
1804
1805
1806
1807
1808 2007/01/30 Thomas Bretz
1809
1810 * mbadpixels/MBadPixelsCam.[h,cc]:
1811 - added function to return the uncalibrated and unsuitable
1812 pixels as TArrayC (to be used in MHCamera)
1813
1814 * mhcalib/MHCalibrationChargeCam.cc:
1815 - added a FIXME-comment
1816
1817 * mhist/MHCamEvent.[h,cc]:
1818 - added an option to change the kind of error which is displayed
1819 - consequently increased version number by 1
1820
1821 * mhist/MHCamera.[h,cc]:
1822 - added a new bit to allow the error to be switched between
1823 mean and spread
1824
1825 * mjobs/MJStar.cc, mjobs/MJCalibrateSignal.cc:
1826 - adapted to changes in error display
1827
1828
1829
1830 2007/01/27 Thomas Bretz
1831
1832 * manalysis/MMcCalibrationUpdate.cc:
1833 - fixed a typo in a comment
1834
1835 * mcalib/MCalibrateData.[h,cc]:
1836 - commented out some obsolete currently unused code
1837
1838 * mdata/MDataPhrase.cc:
1839 - added a sanity check
1840
1841 * mpedestal/MMcPedestalCopy.cc:
1842 - Changed output to fit the structure used in all other classes
1843
1844 * mmain/MEventDisplay.cc:
1845 - made sure that MPedestalSubtract dies the right thing
1846 - removed badpixel calculation and treatment until a better
1847 solution was found.
1848
1849 * mfbase/MFDataPhrase.cc:
1850 - fixed a "comparison is always true" warning
1851
1852 * msignal/MExtractTimeAndChargeDigitalFilter.h:
1853 - increased class version number to 3 to account for the removal
1854 of the fTimeShift data members since last release
1855
1856
1857
1858 2007/01/27 Daniela Dorner
1859
1860 * datacenter/db/showplots.php:
1861 - added (tool to click through the calib, signal and star plots of
1862 one sequence)
1863
1864 * datacenter/db/index.html:
1865 - added link to new plot tool
1866
1867 * datacenter/db/ganymed.php:
1868 - added fDataSetName, removed fWobble
1869 - removed mininmum value of 100 for dataset range
1870
1871 * datacenter/db/builddatasets.php:
1872 - added fIsoInLimit2 and fIMCLimit2 in Init
1873 - added check on observation mode
1874
1875
1876
1877 2007/01/26 Thomas Bretz
1878
1879 * mpedestal/MExtractPedestal.cc:
1880 - fixed a bug which caused the pedestal to be set to 0 if the
1881 AB-flag is invalid
1882
1883
1884
1885 2007/01/25 Thomas Bretz
1886
1887 * mreflector/MRflSinglePhoton.h:
1888 - added copy constructor
1889 - added a function to fill a TH2
1890
1891 * mreflector/MRflEvtData.[h,cc]:
1892 - added copy costructor
1893 - added Clone function
1894 - added a function to fill a TH2
1895
1896
1897
1898 2007/01/24 Thomas Bretz
1899
1900 * mhflux/MHCollectionArea.cc:
1901 - fixed a typo in the last change
1902
1903
1904
1905 2007/01/24 Daniel Hoehne
1906
1907 * msignal/*.dat:
1908 - inserted missing third column (0) in all weights files
1909
1910
1911
1912 2007/01/18 Thomas Bretz
1913
1914 * mhflux/MHCollectionArea.cc:
1915 - another fix for the error calculation of the collection area.
1916 The totalarea was inluded in the error calculation as it would
1917 be a wait, but actually it is not.
1918
1919
1920
1921 2007/01/16 Thomas Bretz
1922
1923 * mfileio/MReadMarsFile.cc:
1924 - fixed two "comparison between signed and unsigned integer" warnings
1925
1926 * mhbase/MFillH.cc:
1927 - small update to comments
1928
1929 * mimage/MHHillasExt.cc:
1930 - call SetDirectory(NULL) after SetName
1931
1932 * mjobs/MSequence.[h,cc]:
1933 - commented out obsolete GetFileNames
1934
1935 * msignal/MExtractor.[h,cc]:
1936 - Some small updates
1937 - removed code from Process function
1938 - increased version number to 7
1939
1940 * msignal/MExtractedSignalPix.h:
1941 - some simple reordering in the class header
1942
1943 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
1944 - simplified the checks in SetWindowSize
1945
1946 * msignal/MC_cosmics_weights46.dat, msignal/MC_weights46.dat:
1947 - added third column with zeros
1948
1949
1950
1951 2007/01/16 Daniela Dorner
1952
1953 * datacenter/db/menu.php, datacenter/db/datasetinfo-aio.php,
1954 datacenter/db/magicdefs.php:
1955 - implemented new variables for datasets
1956
1957
1958
1959 2007/01/15 Thomas Bretz
1960
1961 * mpedestal/MPedestalSubtract.cc:
1962 - added a sanity check tomake sure that the pixel array has the
1963 correct size when filled
1964 - made sure the the number of pixels in the camera nd not the
1965 number of connected pixels is used to initialize the size of
1966 the arrays.
1967
1968 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
1969 - allow the initialization of nuber of pixels and samples
1970 independanly.
1971
1972
1973 2007/01/15 Daniela Dorner
1974
1975 * datacenter/db/sources.php, datacenter/db/sequinfo-aio.php,
1976 datacenter/db/runinfo-aio.php, datacenter/db/printtable.php,
1977 datacenter/db/plotdb.php, datacenter/db/menu.php,
1978 datacenter/db/findoffdata.php, datacenter/db/builddatasets.php,
1979 datacenter/db/datasetinfo.php:
1980 - fixed bug in init of $_GET
1981
1982
1983
1984 2007/01/12 Stefan Ruegamer
1985
1986 * datacenter/macros/writedatasetfile.C:
1987 - addded #include <errno.h>
1988
1989
1990
1991 2007/01/11 Thomas Bretz
1992
1993 * mbase/MLogManip.cc:
1994 - removed the obsolete include of MLog.h
1995
1996 * mbase/MLogManip.h:
1997 - encapsulated an include in ifdefs
1998
1999 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationChargeCam.cc:
2000 - updated log-output
2001
2002 * mhflux/MHEnergyEst.cc:
2003 - replaced difficult to see green by blue
2004
2005 * mjobs/MDataSet.[h,cc]:
2006 - added datat members for path of sequences and path of data files
2007 to be able to store overwritten defaults
2008 - check completeness of dataset files
2009 - store a MSequence object in the list instead of the name and dir
2010 (this is necessary to have all important information for a dataset
2011 file, including the sequence number! - available)
2012 - some changes to the output
2013 - allow to print a perfect copy of the read dataset file to the console
2014 just from the contents of the object
2015
2016 * mjobs/MJStar.cc:
2017 - updated to use MSequence::GetFileName instead of MSequence:GetName
2018
2019 * mjobs/MSequence.[h,cc]:
2020 - keep filename and datapath in header, this has some advantages
2021 for sanity checks
2022 - many improvements of sanity checking in case of missing or
2023 unaccessible files
2024 - Fixed "lightConditions" (was "LightCondition")
2025 - Fixed "No_Moon" (was "NoMoon")
2026 - allow to set the data path as second argument in the constructor
2027 - implemented a check whether the sequence file is complete
2028
2029 * mjobs/MJCut.[h,cc]:
2030 - added some code (still commented out) to display the excess rate
2031 - with the other changes we can now store the original dataset in
2032 the output
2033
2034 * mjoptim/MJOptimize.cc:
2035 - Keep the sequence files in the file list instead of just the
2036 filename and the directory
2037
2038 * mjtrain/MJTrainDisp.cc:
2039 - use return value of MDataSet::AddFilesOn/Off for a sanity check
2040
2041 * mjobs/MJob.[h,cc]:
2042 - removed obsolete fPathData and stuff
2043
2044 * callisto.cc, star.cc:
2045 - removed obsolete calls to MJob::SetPathData
2046
2047 * callisto.rc, star.rc:
2048 - removed obsolete examples for "PathData"-resource
2049
2050 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
2051 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.cc:
2052 - removed obsolete reference to fPathData
2053
2054
2055
2056 2007/01/11 Daniela Dorner
2057
2058 * datacenter/db/builddatasets.php:
2059 - implemented username (the one who inserts the dataset has to give
2060 his/her username now)
2061 - fixed password query in case user inserted something wrong
2062 - implemented check, if on-sequences have different observations
2063 modes
2064 - implemented check, if user has chosen one sequences as on and off
2065 - adapted text of password prompt
2066
2067 * datacenter/db/builddatasets.php, datasetinfo-aio.php,
2068 runinfo-aio.php, sequinfo-aio.php:
2069 - minor changes in formatting
2070 - added 'alt' for +/- images
2071
2072 * datacenter/db/menu.js:
2073 - added 'alt' for +/- images
2074
2075
2076
2077 2007/01/10 Thomas Bretz
2078
2079 * mhbase/MH.cc:
2080 - fixed a bug in SetBinomialErrors. The errors of the two
2081 histograms were exchanged in the calculation
2082
2083 * mbase/MEnv.[h,cc]:
2084 - added new member function GetNumUntouched
2085
Note: See TracBrowser for help on using the repository browser.