source: trunk/MagicSoft/Mars/Changelog@ 9180

Last change on this file since 9180 was 9180, checked in by tbretz, 16 years ago
*** empty log message ***
File size: 86.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 2008/11/27 Thomas Bretz
22
23 * mbase/MContinue.[h,cc]:
24 - updated ClassVersion number according to last change
25
26 * mraw/MRawFilesRead.cc:
27 - fixed a bug when errno==0
28
29 * mjobs/MJStar.cc:
30 - in case of sum trigger skip only events with only sum-trigger not
31 all events with sum-trigger for effective on time calculation
32
33 * datacenter/plotdb.C:
34 - fixed a problem with the order in the select if case of Groups
35 - removed automatic Postscript storage
36 - added some plots about currents
37
38 * mraw/MRawRunHeader.[h,cc]:
39 - added new run-type "Linearity"
40
41
42
43 2008/11/24 Daniela Dorner
44
45 * datacenter/scripts/runcorsika:
46 - changed fAzimuth* to 180-fAzimuth* (different coordinate system
47 of CORSIKA
48
49
50
51 2008/11/21 Daniela Dorner
52
53 * datacenter/db/showplots.php:
54 - adapted number of tabs
55
56
57
58 2008/11/18 Daniela Dorner
59
60 * datacenter/scripts/runcamera:
61 - redirect output from camera program to scriptlog
62 - changed expected return code (Julian has adapted reflector to
63 return something in case of successful completion of the
64 program)
65 - fixed logging
66 - adapted redirect to delete old logging output in case of
67 restarting
68
69 * datacenter/scripts/runcorsika:
70 - adapted redirect to delete old logging output in case of
71 restarting
72
73 * datacenter/scripts/runcamera:
74 - redirect output from camera program to scriptlog
75 - own failed variable
76 - changed misleading variable name
77
78 * datacenter/scripts/setup, datacenter/scripts/runcorsika:
79 - moved FLUPRO to setup
80
81
82
83 2008/11/18 Stefan Ruegamer
84
85 * datacenter/scripts/read_lapalma_tapes
86 - added this script which is used to read raw file tapes sent from
87 La Palma; executed by root on phoenix (because he should know
88 about the free disc space status)
89
90 * datacenter/scripts/checkmd5sum
91 - prevented date echo on the executing shell
92
93 * datacenter/scripts/checktransfer
94 - removed check for .finished files (.finished are no longer used)
95
96
97
98 2008/11/16 Daniela Dorner
99
100 * datacenter/db/menu.php, datacenter/db/sequinfo-aio.php:
101 - added option to query only sumtrigger data
102
103
104
105 2008/11/14 Daniela Dorner
106
107 * datacenter/scripts/sourcefile:
108 - added variable for sql.rc
109 - simplified code of two for-loops
110
111 * datacenter/scripts/setup:
112 - fixed typo
113
114 * datacenter/scripts/runcorsika:
115 - fixed query
116 - fixed logging
117
118
119
120 2008/11/13 Daniela Dorner
121
122 * datacenter/scripts/runcorsika:
123 - added that maximum viewcone is queried from the database
124 - added that number of reuses for shower is queried from the
125 database
126 - added that mirror diameter is queried from the database
127 - added that starting altitude is queried from the database
128 - changed fImpactParameter to fImpactMax
129
130
131
132 2008/11/12 Daniela Dorner
133
134 * datacenter/db/menu.js, datacenter/db/include.php:
135 - added feature to remove lines for table ('-' button at beginning
136 of each line) and button to get all lines back ('+' at top of
137 the column)
138
139
140
141 2008/11/12 Thomas Bretz
142
143 * datacenter/macros/plotstat.C:
144 - added descriptions for the tabs
145 - added legend to all tabs
146 - added beginning and end of period to all tabs
147
148 * mastro/MAstro.[h,cc]:
149 - added new member function GetMoonPeriodMjd
150 - added new member function GetMagicPeriodStart
151
152 * mbase/MTime.[h,cc]:
153 - added new member function SetMoonPeriod
154 - added new member function SetMagicPeriodStart
155
156 * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc,
157 callisto_mux.rc:
158 - adapted number of max events for extraction of
159 pedestals from data runs and set the number of events
160 used for pedestal extraction instead.
161
162 * callisto_mux.rc:
163 - adapted valued for pulse position dtermination to fit better
164 the MUX data (especially get rid of a bias towards higher
165 values from saturating pixels)
166
167 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
168 - added member function GetNumEvents
169 - changed number of required pixels to 3
170 - made sure that the number of required pixels is correctly
171 applied
172
173 * mjobs/MJPedestal.[h,cc]:
174 - added new data members to better describe the number of required
175 and aimed events for pulse position and pedestal extraction
176 - changed the filters for the pedestal and pulse position
177 in a way that not more than the requested events will be
178 extracted
179 - added a MContinue which will stop the lop if the pedestal and
180 pulse position extraction has been finished
181 - added more precise checks after the loop to check if enough events
182 were found
183
184 * mpedestal/MExtractPedestal.[h,cc]:
185 - set fCounter already in Process
186
187 * mpedestal/MExtractPedestal.[h,cc], mpedestal/MPedCalcPedRun.[h,cc],
188 mpedestal/MPedCalcFromLoGain.[h,cc]:
189 - changed type of Calc from Int_t to void
190
191 * mbase/MContinue.[h,cc]:
192 - allow to use MContinue also to return something else in Process()
193 than just kCONTNUE
194
195 * mfbase/MFilterList.h:
196 - added member function GetNumEntries to get the number of
197 list elements
198
199 * mhcalib/MHGausEvents.h:
200 - added member function GetEntries
201
202 * mjobs/MJStar.cc:
203 - only plot the source position in the case of Monte Carlos
204 otherwise it is always 0/0 anyway
205
206 * mraw/MRawRunHeader.cc:
207 - be more precise when printing the run number
208
209 * mtrigger/MTriggerPattern.[h,cc]:
210 - added a Print function to be able to use MPrint
211
212
213
214 2008/11/11 Thomas Bretz
215
216 * mbase/MStatusDisplay.cc:
217 - removed obsolete code of rot128
218 - Increased size of ListBox in MARS tab
219
220 * mgeom/MGeomCamDwarf.h:
221 - changed to have the APD camera layout as default
222
223 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
224 - removed MMcTriggerLvl2
225 - removed MMcTriggerLvl2Calc
226
227 * mhbase/MH.[h,cc], mhbase/MH3.[h,cc], mhbase/MHArray.[h,cc],
228 mhbase/MHMatrix.[h,cc], mhbase/MHn.[h,cc],
229 mhcalib/MHCalibrationCam.[h,cc], mhist/MHRate.[h,cc],
230 mhcalib/MHCalibrationChargePINDiode.[h,cc], mhflux/MHAlpha.[h,cc],
231 mhflux/MHCollectionArea.[h,cc], mhflux/MHDisp.[h,cc],
232 mhflux/MHEffectiveOnTime.[h,cc], mhflux/MHEnergyEst.[h,cc],
233 mhflux/MHFalseSource.[h,cc], mhflux/MHPhi.[h,cc],
234 mhflux/MHThetaSqN.[h,cc], mhflux/MHThreshold.[h,cc],
235 mhist/MHCamEvent.[h,cc], mhist/MHCamEventRot.[h,cc],
236 mhist/MHEvent.[h,cc], mhist/MHHadronness.[h,cc],
237 mhist/MHStarMap.[h,cc], mhist/MHTriggerLvl0.[h,cc],
238 mhist/MHWeather.[h,cc], mhvstime/MHPixVsTime.[h,cc],
239 mhvstime/MHSectorVsTime.[h,cc], mhvstime/MHVsTime.[h,cc],
240 mimage/MHHillas.[h,cc], mimage/MHHillasExt.[h,cc],
241 mimage/MHHillasSrc.[h,cc], mimage/MHImagePar.[h,cc],
242 mimage/MHNewImagePar.[h,cc], mimage/MHNewImagePar2.[h,cc],
243 mimage/MHVsSize.[h,cc], mbadpixels/MHBadPixels.[h,cc],
244 mmuon/MHMuonPar.[h,cc], mmuon/MHSingleMuon.[h,cc],
245 mpedestal/MHPedestalCor.[h,cc], mpointing/MHPointing.[h,cc],
246 mranforest/MHRanForest.[h,cc], mranforest/MHRanForestGini.[h,cc],
247 mreflector/MHReflector.[h,cc]:
248 - changed return type of Fill from bool to int
249 - fixed return value where necessary
250
251 * mhbase/MFillH.cc:
252 - return Int from Fill instead of Bool
253
254
255
256 2008/11/11 Thomas Bretz, Daniela Dorner
257
258 * datacenter/db/tabs.php:
259 - new script (by chance with the name of an existing sctipt)
260 plotting the tabs of status displays
261 the old script is not needed anymore and is therefore
262 overwritten
263
264 * datacenter/db/tabs.js:
265 - added (js for tabs.php)
266
267 * datacenter/db/tabs.css:
268 - added (layout for tabs.php)
269
270
271
272 2008/11/11 Daniela Dorner
273
274 * datacenter/db/tabs.php:
275 - fixed path for ganymed
276 - added plotdb for ganymed
277
278 * datacenter/db/datasetinfo-aio.php:
279 - added link for plotdb for ganymed
280
281 * datacenter/db/datasetinfo-aio.php, datacenter/db/sequinfo-aio.php:,
282 datacenter/db/index-header.html:
283 - uncommented link to ganymed.php and sequences.php, as these
284 scripts are not yet updated to new data structure
285
286 * datacenter/db/datasetinfo-aio.php, datacenter/db/sequinfo-aio.php:
287 - implemented link to new tabs.php
288
289 * datacenter/db/plotinclude.php:
290 - implemented new files names for showplots*.php
291
292 * datacenter/db/runinfo-aio.php:
293 - ranges are now expanded when page is loaded
294
295 * datacenter/scripts/budb, datacenter/scripts/fillcamera,
296 datacenter/scripts/mcsequences:
297 - exchanged vela by variable for host
298
299 * datacenter/scripts/dowebplots:
300 - removed sequence/dataset number from file name of csv file
301 - removed general rsync of callisto/star/ganymed at the end of the
302 script, as --delete was not working in the intended way and
303 the single directories are rsynced anyhow
304
305
306
307 2008/10/29 Thomas Bretz
308
309 * mpointing/MSrcPosCalc.cc:
310 - return kERROR instead of kFALSE if source position is too far
311 away from the camera center
312 - DeltaPhi replaced by Angle to take declination into account
313
314 * mreport/MReport.cc:
315 - fixed a typo (200805190 instead of 200605190)
316
317
318
319 2008/10/23 Daniel Hoehne-Moench
320
321 * datacenter/macros/fillcamera.C:
322 - added and changed some parameters
323
324 * datacenter/scripts/fillcamera:
325 - rewritten
326
327
328
329 2008/10/14 Thomas Bretz
330
331 * mjobs/MJPedestal.cc:
332 - for extracting the pulse position we have to allow sum events
333 but require level 1 trigger instead of disallowing sum-events
334
335
336
337 2008/10/13 Thomas Bretz
338
339 * callisto.cc, ganymed.cc, mars.cc, merpp.cc, readdaq.cc,
340 readraw.cc, showlog.cc, showplot.cc, sinope.cc,
341 sponde.cc, star.cc:
342 - adapted to changes in MArgs
343
344 * mbase/MArgs.[h,cc]:
345 - interprete all options after -- as arguments
346 - moved removing of root options to a new member function
347
348 * mhist/MHEvent.cc:
349 - removed the obsolete M before the run id
350
351 * mjobs/MJMerpp.cc:
352 - fixed a bug which caused RunHedears to be merpped as RunHeader
353
354 * mraw/MRawRunHeader.cc:
355 - only use the event-number fix after run 326152, which is
356 more accurate
357
358 * mreport/MReport.cc:
359 - implemented a new version fix, namely 200809300
360
361 * mreport/MReportCC.cc:
362 - implemented interpretation of new format 200809030
363
364
365
366 2008/10/13 Daniel Hoehne-Moench
367
368 * datacenter/macros/filldotrun.C:
369 - implemented SuperArehucas version 080912-0
370
371
372
373 2008/09/16 Stefan Ruegamer
374
375 * datacenter/scripts/budb:
376 - redirection to a not existing file changed for the finish command
377
378 * datacenter/scripts/checkmd5sum:
379 - script is now executed specifying the tape number in the command
380 line
381 - added several outputs to the logfile
382 - removed phoenix login, the script is being executed now via
383 read_lapalma_tapes from phoenix
384 - added check for empty md5 files
385
386 * datacenter/scripts/runstar:
387 - corrected staging of files, _E-files are no longer existing
388
389
390
391 2008/09/05 Daniela Dorner
392
393 * datacenter/scripts/sourcfile:
394 - fixed bug (setstatus was not working for datasets and runs)
395
396
397
398 2008/08/27 Daniela Dorner
399
400 * datacenter/scripts/fillganymed:
401 - fixed bug in getting the dataset number (removed telescope
402 number)
403
404 * datacenter/scripts/copyscript:
405 - fixed bug in find for optical files
406 - added some logging
407
408
409
410 2008/08/25 Daniela Dorner
411
412 * datacenter/macros/filloptical.C:
413 - added different return values in case of not matching lines
414 - added new columns (ellipticity and position angle)
415
416 * datacenter/macros/fillobjects.C, datacenter/macros/fillobjects2.C:
417 - InsertUpdate instead of Insert now
418
419 * resources/TeVsources.txt, resources/good_compstars_R.txt:
420 - added new sources
421
422 * datacenter/scripts/copyscript:
423 - implemented new return values
424 - improved find for optical files
425
426 * datacenter/scripts/dbchk:
427 - adapted check for consistency between sequencefiles and content
428 of database: now only done for sequences where the file is
429 already written
430
431
432
433 2008/08/22 Daniela Dorner
434
435 * datacenter/scripts/scriptlauncher:
436 - fixed bug in starting scripts with command line options
437
438 * datacenter/scripts/dowebplots:
439 - fixed bug (showplot was not executed in the mars directory)
440 - moved all general rsyncs to the end of the script
441
442
443
444 2008/08/21 Daniela Dorner
445
446 * datacenter/db/plotdb.php:
447 - changed input field from 6 to 8 digits
448
449 * datacenter/scripts/dbchk:
450 - added check if something on nightly basis failed
451
452 * datacenter/scripts/dowebplots:
453 - fixed sequencepath in rsync
454
455 * datacenter/scripts/jobmanager:
456 - changed choosing of jobmanager (data or mc) from if to case
457 - implemented case-statement for the choice of the queueing
458 system (condor and sun grid engine implemented up to now)
459 - implemented commands for sun grid engine
460
461 * datacenter/scripts/jobmanager, datacenter/scripts/setup:
462 - moved defining of array scripts and pnoswe(ek) from sourcefile
463 to jobmanager
464 - fixed problem with mc jobmanager pnos
465
466 * datacenter/scripts/setup:
467 - implemented definition of queueing system
468 - exchanged camera version
469
470 * datacenter/scripts/sourcefile:
471 - host is retrieved from sql.rc now
472
473 * datacenter/scripts/runcorsika, datacenter/scripts/runreflector,
474 datacenter/scripts/runcamera, datacenter/scripts/setup:
475 - moved defining of detectorpath from scripts to sourcefile
476
477 * datacenter/scripts/runcorsika, datacenter/scripts/setup:
478 - implemented variable for path of Mmcs
479
480 * datacenter/scripts/runcorsika:
481 - exchanged 'operator' in inputcard by `whoami`
482 - implemented usage of function for new datastructure
483
484 * resources/steps.rc:
485 - added line for primaries for MCRunProcessingStatus
486
487
488
489 2008/08/15 Daniela Dorner
490
491 * datacenter/macros/plotdb.C, datacenter/macros/plotoptical.C,
492 datacenter/macros/plotstat.C, datacenter/macros/plotusage.C:
493 - added call plot*(TString path) needed for the script
494 dowebplots
495 - added path to output file
496
497 * datacenter/macros/plotdb.C:
498 - added path to call plotdb(dataset)
499
500 * datacenter/macros/plotoptical.C:
501 - added path to call plotoptical(source)
502
503 * datacenter/macros/plotstat.C:
504 - fixed bug in query
505
506 * datacenter/macros/plotusage.C:
507 - adapted comment
508 - removed not needed calls
509
510 * datacenter/scripts/doqualityplots,
511 datacenter/scripts/webupdate-star,
512 datacenter/scripts/webupdate-sinope,
513 datacenter/scripts/webupdate-callisto,
514 datacenter/scripts/webupdate-ganymed:
515 - deleted (not needed anymore, done by dowebplots now)
516
517 * datacenter/scripts/dowebplots:
518 - rewritten completely: script now handles not only creating
519 web plots for ganymed, star and callisto, but also plotdb,
520 plotusage, plotstat and plotoptical
521 - implemented steering via DB for ganymed, star and callisto to
522 make sure that all plots are produced
523 - added rsync to this script
524 - via command line options it is possible to choose which plots
525 should be produced
526 - redirect of the root error (used to output mean values) to
527 txt files in the webdirectory
528 - added writing of csv file (read by tabs.php)
529
530 * datacenter/scripts/run.condor:
531 - added 'Arguments' (needed to submit dowebplots including
532 command line opticon to condor)
533
534 * datacenter/scripts/scriptlauncher:
535 - removed makedir of $listpath and $lockpath (done in setup
536 already)
537 - exchanged algorithm to loop over scripts to allow for scripts
538 with command line option
539
540 * datacenter/scripts/sourcefile, datacenter/scripts/jobmanager:
541 - moved definition of $column from sourcefile to jobmanager
542 to allow for usage of the function getstatus by other scripts
543 than the jobmanager
544
545 * datacenter/scripts/sourcefile:
546 - removed definition of webpath (already defined in setup)
547 - removed making of $listpath (not needed anymore)
548 - added fail code for dowebplots (27)
549 - additional if-clause in the getstatus function to allow
550 for using it even if no column is defined
551 - removed not needed 'numproc=0'
552
553 * resources/steps.rc:
554 - added steps for webplots (fWebCalib, fWebStar, fWebGanymed,
555 fWebPlotDBGanymed)
556
557
558
559 2008/08/14 Daniela Dorner
560
561 * datacenter/macros/plotusage.C:
562 - added (macro to plot condor usage from DB)
563
564
565
566 2008/08/13 Daniela Dorner
567
568 * datacenter/scripts/setup:
569 - removed listpath (not used anymore)
570 - removed commented, not needed lines
571
572
573
574 2008/08/13 Stefan Ruegamer
575
576 * datacenter/scripts/webupdate-star:
577 - added option to prevent melibea-Q-files from being rsynced
578
579
580
581 2008/08/12 Stefan Ruegamer
582
583 * datacenter/script/checkmd5sum:
584 - fixed the check for raw files
585 - added a check for the nunmber of checked files
586
587 * datacenter/scripts/webupdate-callisto,
588 datacenter/scripts/webupdate-star:
589 - fixed the --exclude option so Y and I file do no longer get
590 synced
591
592 * datacenter/script/zipscript:
593 - added check if the raw file is no longer existing (happens when
594 multiple zipscripts are started)
595 - added check for the case that the sequence number is 0
596 - fixed some echos
597 - added telescope number for the db update query
598
599
600
601 2008/08/08 Daniela Dorner
602
603 * datacenter/db/magicdefs.php:
604 - fixed sorting for sequences
605
606 * datacenter/scripts/checkstardone,
607 datacenter/scripts/writedatasetfiles:
608 - fixed bug in getting the dataset number (removed telescope
609 number)
610
611
612
613 2008/08/07 Daniela Dorner
614
615 * datacenter/scripts/runganymed:
616 - removed telescope number
617
618 * datacenter/scripts/checkstardone:
619 - added dataset number to output
620
621 * datacenter/db/runinfo-aio.php, datacenter/db/sequinfo-aio.php
622 datacenter/db/magicdefs.php:
623 - improved sorting with combination of (file-,) run/sequ- and
624 telescope number
625
626
627
628 2008/08/07 Thomas Bretz
629
630 * datacenter/macros/buildsequenceentries.C:
631 - fixed a problem with the check whether a sequence already
632 exists. It was always belived that the sequence doesn't exist.
633
634
635
636 2008/08/07 Stefan Ruegamer
637
638 * datacenter/scripts/makecallistolinks
639 - added a condition to prevent the linking of the old Dec04Jan05.rc
640 for mux data
641
642 * datacenter/scripts/cutslices
643 - changed checklock to checklock continue to prevent the program
644 from exiting if a lock file already exists
645
646
647
648 2008/08/06 Daniela Dorner
649
650 * datacenter/db/sequinfo.php, datacenter/db/sequinfo-aio.php,
651 datacenter/db/sequence.php, datacenter/db/runinfo.php,
652 datacenter/db/runinfo-aio.php, datacenter/db/resetseq.php,
653 datacenter/db/plotinclude.php, datacenter/db/magicdefs.php,
654 datacenter/db/ganymed.php, datacenter/db/findoffdata.php,
655 datacenter/db/dbstatus.php, datacenter/db/datasetinfo-aio.php,
656 datacenter/db/datasetinfo.php, datacenter/db/datacheck.php,
657 datacenter/db/builddatasets.php:
658 - changed syntax of left join to 'using(columnname)'
659
660 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php,
661 datacenter/db/magicdefs.php, datacenter/db/builddatasets.php
662 datacenter/db/dbstatus.php, datacenter/db/findoffdata.php,
663 datacenter/db/plotinclude.php, datacenter/db/resetseq.php,
664 datacenter/db/sequence.php, datacenter/db/sequinfo.php:
665 - implemented telescope number
666
667 * datacenter/db/runinfo-aio.php:
668 - moved pulldown for number of results
669
670 * datacenter/db/resetseq.php:
671 - removed unknown ip adresses, added names to known ip adresses
672
673 * datacenter/db/menu.php:
674 - changed width input field for sequence number in run menu from
675 6 to 8
676
677
678
679 2008/08/06 Thomas Bretz
680
681 * mfileio/MReadTree.cc:
682 - removed some debug out
683
684
685
686 2008/08/06 Stefan Ruegamer
687
688 * callisto_mux.rc
689 - changed the extractor window from 15 64 to 0 49
690
691 * datacenter/scripts/setup
692 - commented the lines containing cutslices out
693
694
695
696 2008/08/05 Stefan Ruegamer
697
698 * datacenter/scripts/movingrawfiles:
699 - added checks for owner of the file
700 - adapted the script to the different pathes
701
702 * datacenter/scripts/zipscript:
703 - added telno and fileno so it works with the new files
704 - added the telno to the calzip-lock file
705
706 * datacenter/scripts/runcallisto:
707 - added the telno to the calzip-lock file
708 - removed the link to callisto_mux_new.rc, it is no longer needed
709
710
711
712 2008/08/05 Thomas Bretz
713
714 * datacenter/macros/fillstar.C:
715 - fixed the case of invalid effective on times
716 - fixed the regular expression to find the MSequence in old files
717 - added information about the dc currents
718
719 * datacenter/macros/fillcondor.C:
720 - added
721
722
723
724 2008/08/05 Daniela Dorner
725
726 * datacenter/tools/resetpriorities:
727 - added (script to reset priorities in the tables RunProcessStatus,
728 SequenceProcessStatus and DataSetProcessStatus)
729
730 * datacenter/scripts/makecallistolinks:
731 - removed not needed output
732
733 * datacenter/scripts/sourcefile:
734 - fixed bug in query of setstatus
735 - improved if-clause to avoid unneccessary output
736
737 * datacenter/db/menu.php:
738 - changed width input fields for ranges from 6 to 8
739
740 * datacenter/scripts/condorstatistic:
741 - fixed logging output
742
743 * datacenter/scripts/dbchk:
744 - added checking of consistency with table SequenceProcessStatus
745
746 * resources/steps.rc:
747 - fixed primaries of DataSetProcessStatus
748
749
750
751 2008/08/04 Daniela Dorner
752
753 * datacenter/scripts/runstar:
754 - removed linking of rc-files and command line argument --config
755 (usage of star_mux.rc not needed anymore)
756
757
758
759 2008/08/04 Thomas Bretz
760
761 * RELEASE V2.1.1
762
763
764
765 2008/08/04 Stefan Ruegamer
766
767 * datacenter/scripts/setup:
768 - added compux/cutslices to the jobmanager queue
769
770 * datacenter/scripts/movingrawfiles:
771 - modified the regex for finding the run number such that it
772 satisfies the new raw file convention
773 - the script now searches for files in /magic and /data, so
774 movingrawfiles2 is obsolete
775
776 * datacenter/scripts/cutslices:
777 - adapted the script for jobmanager use
778 - included some more checks
779
780
781
782 2008/08/04 Thomas Bretz
783
784 * mjobs/MJCalibrateSignal.cc:
785 - added a filter against very bright events cleaning the
786 bad pixel plot
787
788 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
789 - slightly tightened the spark cut in length vs size
790
791 * ganymed_wobble.rc:
792 - now uses the default (still 3) for the number of wobble
793 positions
794
795 * mbase/MParEmulated.[h,cc]:
796 - some improvements to support collection (still not finished)
797
798 * mraw/MRawRunHeader.cc:
799 - Implemented a fix for run-numbers between 1001348 and 1001396
800 which were incorrectly assigned by the cc.
801 - changed order of fix and check
802
803 * resources/calibration_spline.rc:
804 - updated muon calibration constants for the periods 51-57,
805 58-63 and 67-
806
807
808
809 2008/08/04 Daniela Dorner
810
811 * datacenter/scripts/setup:
812 - changed order of scripts (now: ganymed, star, callisto)
813 - adapted number of allowed processes (more CPUs available now)
814 - commented mc jobmanager stuff out, as it is not yet working
815 completely
816
817
818
819 2008/08/03 Daniela Dorner
820
821 * datacenter/scripts/runcamera, datacenter/scripts/runcorsika,
822 datacenter/scripts/runreflector:
823 - removed primvar
824
825 * datacenter/scripts/condorstatistics:
826 - added (script calling the macro fillcondor.C to fill condor
827 statistics to the database, tars the condor-statistic files
828 afterwards)
829
830 * datacenter/scripts/dowebplots:
831 - added converting from ps to pdf and removing of ps
832
833
834
835 2008/08/02 Thomas Bretz
836
837 * datacenter/scripts/dbchk:
838 - if the regular expression in sed doesn't find anything
839 nothing is replaced (this case is now handled)
840
841 * mjobs/MJPedestal.cc:
842 - removed the obsolete shift variable in PosePosCheck
843 - do not allow lo-gain starts < 0
844
845 * msignal/MExtractTimeAndCharge.cc:
846 - changed lo-gain stat sift to -1.0 (which is the valie which
847 in use anyway)
848
849 * msignal/MExtractTimeAndCharge.h:
850 - do not add the lo-gain offset wehen setting the start-shift
851
852 * msignal/MExtractor.cc:
853 - make sure Print() prints the class description
854
855 * mpointing/MSrcPosCalc.[h,cc]:
856 - if the MC camera files are new enough the source position on the
857 camera is now calculated from the stored telescope and shower
858 orientation
859
860
861
862 2008/08/01 Thomas Bretz
863
864 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
865 - added starguider calibration 328198
866
867 * resources/starguider00328198.txt:
868 - added
869
870 * datacenter/macros/plotdb.C:
871 - added fMedNumPheInner/outer
872 - added fRelChargeRmsOuter
873
874 * mbase/MStatusDisplay.[h,cc]:
875 - added %%title%% as a possibility in the filename
876 - added some code to write an XML instead of a csv file
877 (still not in-use)
878
879 * mjobs/MJCut.cc, mjobs/MJSpectrum.cc:
880 - replaced RunNumber by FileId
881
882
883
884 2008/07/31 Daniela Dorner
885
886 * resources/steps.rc:
887 - added missing influences and needs for DataSetProcessStatus
888
889 * datacenter/scripts/checkstardone:
890 - removed breaks
891 - removed not needed variables
892 - changed dataset from string to int in call of macro
893
894 * datacenter/scripts/budb:
895 - added output how to create database MyMagic
896 - added removing of logfiles
897 - some small inprovements
898
899
900
901 2008/07/31 Thomas Bretz
902
903 * merpp.cc:
904 - fixed merpping a single report file
905 - Strip the dir name from MJMerpp's name
906
907 * mreports/MReportCamera.cc:
908 - also allow empty HV Settings file names
909
910 * datacenter/macros/checkstardone.C:
911 - fixed the query
912 - fixed a typo
913
914 * datacenter/macros/fillcalib.C:
915 - changed ouput
916 - get seq-number from sequence instead of file-name
917 - added telescope number
918 - added fRelChargeRmsInner/Outer
919 - added fMedNumPheInner/Outer
920 - don't user TEnv anymore
921
922 * datacenter/macros/fillsignal.C
923 - get seq-number from sequence instead of file-name
924 - added telescope number
925
926 * datacenter/macros/fillstar.C:
927 - changed ouput
928 - get seq-number from sequence instead of file-name
929 - added telescope number
930 - added fTotOnTime
931
932 * callisto.rc, callisto_Dec04Jan05.rc, callisto_mux.rc:
933 - removed obsolete reference to ExtractTime
934
935
936
937 2008/07/30 Thomas Bretz
938
939 * mjobs/MSequence.cc:
940 - fixed a typo in the new Read function
941
942
943
944 2008/07/30 Daniela Dorner
945
946 * resources/steps.rc:
947 - added
948 - adapted to new data structure
949
950 * steps.rc:
951 - removed
952
953 * datacenter/macros/setupdb.C, datacenter/macros/setstatus.C,
954 datacenter/macros/getdolist.C:
955 - removed
956
957 * datacenter/db/datacheck.php, datacenter/db/datasetinfo.php,
958 datacenter/db/magicdefs.php, datacenter/db/menu.php,
959 datacenter/db/resetseq.php, datacenter/db/runinfo.php,
960 datacenter/db/sequinfo.php, datacenter/macros/resetcolumn.C:
961 - removed fFailedCodeAdd
962 - changed fFailedCode to fProgramId
963
964 * datacenter/scripts/sourcefile:
965 - adapted path of steps.rc
966 - added new additional primaries to functions setstatus, getstatus
967 gettodo and getdolist
968 - merged function gettodo and getdolist
969 - removed todofile
970 - removed fFailedCodeAdd
971 - changed fFailedCode to fProgramId
972
973 * datacenter/scripts/buildsequenceentries,
974 datacenter/scripts/checkfilesforsequenceavail,
975 datacenter/scripts/checkstardone, datacenter/scripts/doexclusions,
976 datacenter/scripts/fillcallisto, datacenter/scripts/fillstar,
977 datacenter/scripts/fillganymed,
978 datacenter/scripts/writedatasetfiles,
979 datacenter/scripts/writesequencefiles:
980 - implemented usage of getodo (new merged function)
981 - removed todofile
982 - removed primval
983
984 * datacenter/scripts/runcallisto, datacenter/scripts/dodatacheck,
985 datacenter/scripts/runganymed, datacenter/scripts/runstar:
986 - implemented usage of getodo (new merged function)
987 - removed primval
988
989 * datacenter/scripts/checkstardone
990 - removed comadd
991
992 * datacenter/scripts/runcallisto
993 - append output of stage.C instead of overwriting logfile
994
995 * datacenter/macros/resetcolumn.C:
996 - added return 0 and output, as this macro is not yes adapted to
997 the new data structure for MAGIC II
998
999 * datacenter/scripts/makecallistolinks:
1000 - exchanged grepping for reason by db-query (return code 13)
1001 - exchanged call of resetcolumn.C by direct db-query
1002
1003
1004
1005 2008/07/29 Stefan Ruegamer
1006
1007 * datacenter/scripts/zipscript
1008 - modified the regex for finding the run number such that it
1009 satisfies the new raw file convention
1010
1011
1012
1013 2008/07/28 Daniela Dorner
1014
1015 * datacenter/scripts/correcttime, datacenter/scripts/cutslices,
1016 datacenter/scripts/dodatacheck:
1017 - added exit and output, as these scripts are not adapted to the
1018 new data structure for MAGIC II
1019
1020 * datacenter/scripts/dbchk:
1021 - added outputs to processlog
1022
1023 * datacenter/scripts/doexclusions,
1024 datacenter/scripts/writesequencefiles,
1025 datacenter/scripts/buildsequenceentries:
1026 - added telescope number 1 to call of macro
1027
1028 * datacenter/scripts/sourcefile:
1029 - added priority
1030
1031
1032
1033 2008/07/27 Thomas Bretz
1034
1035 * merpp.cc:
1036 - added include of TClass to work with root 5.20
1037
1038 * mbase/MParEmulated.[h,cc]:
1039 - for root 5.20/00 we have to use TVirtualStreamer instead
1040 of TStremaer
1041
1042 * mbase/MStatusDisplay.cc:
1043 - the workaround had to be fixed because since we don't change
1044 gPad for printing anymore all following line and text drawings
1045 reffered to the wrong gPad
1046
1047 * datacenter/scripts/doqualityplots, datacenter/scripts/dowebplots:
1048 - also antialias text
1049 - save as interlaced png
1050
1051 * mbase/MThread.h:
1052 - use a reinterpret_cast when returning the Thresd's result
1053 (this gave a correct warning on 32bit systems)
1054
1055 * mhbase/MH3.h:
1056 - when available return the histogram title as title (without axis)
1057 - implemented GetFullTitle member function to return the full title
1058
1059
1060
1061 2008/07/25 Thomas Bretz
1062
1063 * mbase/MStatusDisplay.cc:
1064 - expand path name for csv files
1065
1066 * mfileio/MReadFiles.cc:
1067 - print a warning if no file was added
1068
1069 * mfileio/MReadTree.cc:
1070 - updated warning if no file was added
1071
1072 * mfileio/MReadScanFile.[h,cc]:
1073 - for safety add a postprocessing removing the contents
1074 from the list
1075 - also removing the contents from the list before filling
1076
1077 * mhbase/MH3.cc:
1078 - fixed an output
1079
1080 * mtools/MTFillMatrix.[h,cc]:
1081 - added a maximum number the eventloop is running over
1082
1083 * mjobs/MSequence.cc:
1084 - replaced gFile by gDirectory
1085
1086
1087
1088 2008/07/23 Thomas Bretz
1089
1090 * showplot.cc:
1091 - allow to read more than one file
1092
1093 * datacenter/macros/stage.C:
1094 - changed the return type to int
1095
1096 * mbase/MStatusArray.cc:
1097 - added a check for the key in read to supress the root error
1098 on the console
1099
1100 * mbase/MStatusDisplay.[h,cc]:
1101 - stop update timer in destructor
1102 - added new member function GetNumTabs
1103 - we don't need to switch to batchmore when painting canvases
1104 anymore
1105 - removed an obsolete cout
1106
1107 * mjobs/MJCalibrateSignal.cc:
1108 - changed again the wrong names of the tasklists
1109
1110 * mjobs/MSequence.[h,cc]:
1111 - set default telescope to 1 so that reading old sequence files
1112 gives valid sequences.
1113 - overwrote Read to allow reading also old sequences which
1114 have no default name in the files
1115 - removed output of "DataPath" from Print
1116
1117 * msql/MSQLMagic.[h,cc]:
1118 - added a second InsertUpdate
1119 - added ExistRow
1120
1121 * datacenter/scripts/runcallisto:
1122 - adapted to all other changes
1123 - removed merpping of caco-files
1124
1125
1126
1127 2008/07/22 Thomas Bretz
1128
1129 * mbase/MTime.cc:
1130 - do not check the return value of mktime (this would
1131 fail for dates before 1970)
1132
1133 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
1134 - distinguish between data-runs and mc-runs for the rate plot
1135 - named the tasklist for pedestal and calib extraction
1136
1137 * mjobs/MJMerpp.cc:
1138 - precheck the accessibility of all files if a sequence
1139 is processed
1140
1141 * mjobs/MSequence.cc:
1142 - the file number is three digits
1143 - the Tag for data runs is DatRuns not DataRuns
1144
1145 * mfileio/Makefile, mfileio/FileIOLinkDef.h:
1146 - added MReadFiles
1147 - added MReadScanFile
1148
1149 * mfileio/MReadFiles.[h,cc], mfileio/MReadScanFile.[h,cc]:
1150 - added
1151
1152 * mfileio/MreadRflFile.[h,cc]:
1153 - derived from MReadFiles (untested)
1154
1155 * datacenter/macros/checkfileavail.C:
1156 - fixed a type (TSQLRow instead of TSQlRow)
1157 - added a missing ;
1158
1159 * mfileio/MReadTree.[h,cc]:
1160 - added some includes
1161 - added the IsOwned member function to make sure we don't
1162 spoil memory when out pointers are deleted in the destructor
1163 - removed some really obsolete workarounds
1164 - added a member function to add friends
1165 - don't allocate memory in AddFile
1166 - implemented the possibility to process also friends
1167 - implemented the possibility to read branches from unknown
1168 "vendors", i.e. branches for which the class is not available
1169 in the dictionary
1170 - added a list to hold all parameter containers to be able to
1171 call SetReadyToSave more easily than previously
1172
1173 * mbase/MParEmulated.[h,cc]:
1174 - added
1175
1176 * mbase/Makefile, mbase/BaseLinkDef.h:
1177 - added MParEmulated
1178
1179 * mbase/MParameters.h:
1180 - added functions to get the pointer to the values. Handle this
1181 with care.
1182
1183 * mbase/MParConatiner.h:
1184 - made GetterMethod virtual to allow MParEmulated to overwrite it
1185 - made fgListMethodCall protected to allow MParEmulated to
1186 add its new TMethodCalls
1187
1188 * datacenter/macros/checkfileavail.C:
1189 - removed dependence on caco-files.
1190 - fixed query
1191 - output query in case of failure
1192
1193 * datacenter/scripts/checkfilesforsequenceavail:
1194 - fixed to use new checkfileavail.C
1195
1196 * mcalib/MCalibrateData.cc:
1197 - removed the fixed scale factor for MCs. It is now left open,
1198 thus it can be changed from the callisto resource file
1199
1200 * mdata/MDataMember.cc:
1201 - small improvement to error output
1202
1203 * mfileio/MWriteRootFile.cc:
1204 - small change to log-level
1205
1206 * mbase/MTaskList.cc:
1207 - in case of an unknown return value stop event loop
1208
1209 * mfileio/MRead.cc:
1210 - use gSystem->BaseName to get file name
1211
1212
1213
1214 2008/07/21 Thomas Bretz
1215
1216 * mbase/MParContainer.[h,cc]:
1217 - adde new static ember functions GetClass
1218
1219 * mbase/MParList.[h,cc], mbase/MStatusArray.[h,cc],
1220 mreport/MReportHelp.cc:
1221 - use new GetClass function
1222
1223
1224
1225 2008/07/20 Thomas Bretz
1226
1227 * callisto.cc, star.cc, mjobs/MDataSet.cc, mjobs/MJCalibrateSignal.cc,
1228 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjoptim/MJOptimize.cc,
1229 mmain/MEventDisplay.cc:
1230 - replaced Setup*Runs by GetRuns
1231
1232 * datacenter/macros/buildsequenceentries.C:
1233 - output if something is deleted
1234
1235 * datacenter/macros/plotdb.C:
1236 - added kGroupByDay option
1237 - some small changes
1238 - made group by work with "as"
1239 - made use of TEnv obsolete
1240
1241 * datacenter/macros/plotrundb.C:
1242 - added telescope number as otpion
1243
1244 * datacenter/scripts/checkfilesforsequenceavail:
1245 - added telescope number 1 to call of checkfileavail.C
1246
1247 * mbase/MTime.cc:
1248 - made SetSqlDateTime more flexible
1249
1250 * mjobs/MJMerpp.[h,cc]:
1251 - added (basically the code from merpp.cc)
1252 - enhanced with the possibility to merpp a whole sequence
1253
1254 * merpp.cc:
1255 - use new MJMerpp
1256
1257 * mjobs/Makefile, mjobs/JobsLinkDef.h:
1258 - added MJMerpp
1259
1260 * datacenter/macros/checkfileavail.C, datacenter/macros/checkstardone.C:
1261 - reduced queries to a single query
1262 - take sequence number as argumenet instead of filename
1263
1264 * datacenter/scripts/checkstardone:
1265 - adapted to changes in checkstardone.C
1266
1267 * mjobs/MSequence.[h,cc]:
1268 - a lot of rework to the file-interface
1269 - included subsystem (cc) files
1270 - some renaming to some functions
1271 - improved the interface to the database
1272 - unified the Setup*Runs into GetRuns
1273 - when inflating a sequence name allow to use [tel:]squence now
1274
1275 * mjobs/MSequenceSQL.[h,cc]:
1276 - adapted to changes in MSequence
1277
1278 * datacenter/macros/stage.C
1279 - added
1280
1281 * mjobs/MJStar.cc:
1282 - changed displayed title according to the other jobs
1283 - changed Setup*Runs to GetRuns
1284 - unified output when finished
1285 - make sure the weight for the rate tab is not 0
1286 - read the currents now from the camera instead of the currents tree
1287
1288
1289
1290 2008/07/19 Thomas Bretz
1291
1292 * datacenter/macros/buildsequenceentries.C:
1293 - Use the GetId also in the constructor of Rule
1294 - fixed reading of the sections in the sequences.rc
1295
1296 * datacenter/macros/writesequencefile.C:
1297 - included iostream
1298
1299 * mjobs/MSequence.[h,cc]:
1300 - updates some comments
1301 - simplified the comparison functions
1302 - calculate fPeriod automatically in any case
1303 (do not read from file)
1304 - added X for excluded to AddFile
1305 - use AddFile in ExludeFile
1306 - removed incorrect calles to MJob::SortArray
1307 - call SortArrays correctly in AddFile
1308 - changed default for telescope from 1 to 0 in SQL constructor
1309 - allow to set a default path from within the sequence file
1310 (in most cases this won't help much)
1311
1312 * mjobs/MSequenceSQL.[h,cc]:
1313 - if telescope number is 0 check whether an unambiguous
1314 sequence with this number exists. If existing set the
1315 telescope number accordingly
1316 - changed default for telescope in constructor to 0 accordingly
1317
1318
1319
1320 2008/07/18 Thomas Bretz
1321
1322 * mbase/MTime.cc:
1323 - GetStringFmt was taking the daylight saving time into account
1324 (hopefully this fix is not too much dependent on the kernel)
1325
1326 * mjobs/MSequence.cc:
1327 - added some preliminary code for comparing two sequences
1328 - fixed output in Print (the "s" was missing in LightConditions)
1329 - do not write the "Run[0-]*" line for anything else than
1330 the "Runs" (needs more fixes)
1331
1332 * mjobs/MSequenceSQL.cc:
1333 - added a sanity check
1334
1335
1336
1337 2008/07/17 Thomas Bretz
1338
1339 * mjobs/MSequence.[h,cc]:
1340 - added fTelescope data member
1341 - increased class version number accordingly
1342 - added return value to WriteFile
1343
1344 * mjobs/MSequenceSQL.cc:
1345 - added TelescopeNumber to where-clause
1346 - get fFileNumber from RunData
1347 - use File-Id to order files
1348 - added telescope number to all constructors
1349
1350 * automatic-exclusions.rc:
1351 - moved as exclusions.rc to resources and updated contents
1352 to new doeclusion.C
1353
1354 * ganymed.cc:
1355 - updated Usage output
1356 - added new option to change meximum file size
1357
1358 * merpp.cc:
1359 - merpp also MCameraDC from cc-report
1360
1361 * datacenter/macros/fillsignal.C:
1362 - replaces WARNING by ERROR if an error is returned
1363
1364 * datacenter/macros/writesequencefile.C:
1365 - completely redone using new MSequenceSQL
1366
1367 * mcamera/MCameraDC.[h,cc]:
1368 - added the Interprete member function
1369 - made MReportCamera and MReportCurrents friends clases
1370 - added fStatus
1371 - increased class version accordingly
1372
1373 * mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
1374 - tiny changes to output
1375
1376 * mreport/MReportCamera.[h,cc]:
1377 - removed fStatusDC
1378 - removed gkActiveLoadControlVersNum
1379 - added interpretation of DC
1380 - increased class version by one
1381
1382 * mreport/MReportCurrents.cc:
1383 - moved interpretation of DCs to MCameraDC
1384
1385 * resources/sequences.rc:
1386 - changed some comments
1387 - added telescope number to rules
1388
1389 * datacenter/macros/buildsequenceentries.C:
1390 - the building is now based on the file-id (run*1000+file)
1391 and it is only done for a single telescope
1392 - added telescope number as srgument
1393 - added fPriority to SequenceProcessStatus
1394 - added fTelescopeNumber to the Sequence table
1395 - the sequence number is still idetical to the first run-number
1396 - changed reading of resource file such that the telescope
1397 number can be given for each subsection
1398
1399 * datacenter/macros/doexclusions.C:
1400 - many simplifications
1401 - use telescope number as argument
1402 - simplified and improved
1403
1404 * datacenter/macros/filldotrun.C:
1405 - some changes to output
1406 - skip comment line at the beginning
1407 - skip the line with the telescope number
1408 - removed ISNULL from telescope/run/file check
1409 - added fPriority to RunProcessStatus
1410 - added telescope und file number to RunData and RunProcessStatus
1411
1412 * datacenter/macros/resetallruns.C:
1413 - adapted to new ten:run/file scheme and the new contents
1414 of the input file
1415
1416 * datacenter/scripts/filesondisk:
1417 - improved regular expressions to find runs
1418 - commmented out caco files
1419 - write telescope run and file-number to the file
1420 - some simplification
1421
1422
1423
1424 2008/07/16 Thomas Bretz
1425
1426 * msql/MSQLMagic.[h,cc]:
1427 - the wehere clause can now be omitted in Update
1428
1429
1430
1431 2008/07/14 Thomas Bretz
1432
1433 * datacenter/macros/fillsignal.C:
1434 - moved sql.rc to constructor of MSQLMagic
1435
1436 * datacenter/macros/plotstat.C:
1437 - improved beauty of the SQL queries
1438 - join by telescope number, run number and file number
1439
1440 * mbase/MString.[h,cc]:
1441 - removed everything except Format which is then identical to
1442 newwer root versions TString::Format
1443
1444 * mastro/MAstro.cc, mastro/MAstroCatalog.cc:
1445 - replaced MString::Print by MString::Format
1446
1447 * mbase/MTime.cc:
1448 - In SetSqlDateTime allow also to set dates without time
1449
1450 * mbase/Makefile, mbase/BaseLinkDef.h:
1451 - removed MRunIter
1452
1453 * mfileio/MWriteRootFile.cc:
1454 - sow in status line if a tree has been finally copied
1455
1456 * mhist/MHEvent.cc:
1457 - replaced GetRunNumber by GetStringID
1458
1459 * mjobs/MJCalibrateSignal.cc:
1460 - Replaced RunNumber by FileId in trogger pattern display
1461 - do not allow to divide by 0
1462
1463 * mjobs/MJExtractSignal.cc, mjobs/MJCalibTest.cc:
1464 - removed obsolete include of MDirIter
1465
1466 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc:
1467 - replaced MRunIter by MDirIter
1468
1469 * mjobs/MSequence.[h,cc]:
1470 - moved code to compile (inflate) a run filename or a its path
1471 to new static function such that they can be accessed from the outside
1472
1473 * star.cc, callisto.cc, mjobs/MSequence.[h,cc], mmain/MEventDisplay.cc
1474 - renamed InflatePath to InflateSeq
1475
1476 * mpedestal/MPedCalcPedRun.cc:
1477 - when checking the runnumber check also for the telescope number
1478
1479 * mraw/MRawRunHeader.[h,cc]:
1480 - added new function GetStringID
1481
1482 * mraw/RawLinkDef.h, mraw/Makefile:
1483 - removed MRawSocketRead
1484
1485 * mpointing/MHSrcPosCam.[h,cc]:
1486 - fixed ouput in case a container is not found
1487 - made it work for monte carlos, too
1488 - use weight when filling histogram
1489 - changed circle line styles
1490 - changed default in constructor to wobble=kTRUE
1491
1492
1493
1494 2008/07/08 Daniel Hoehne
1495
1496 * datacenter/db/menu.php, datacenter/db/magicdefs.php:
1497 - added new columns (fRateTrigEvts, fRateSumEvts, fRatePedEvts,
1498 fRatePedTrigEvts, fRateCalEvts, fRateNullEvts, fRateUnknownEvts,
1499 fRatioCalEvents, fPulsePosCalib, fAvgWindSpeed, fAvgTemperature,
1500 fAvgHumidity, fAvgTempSky, fAvgCloudiness, fRmsCloudiness)
1501
1502
1503
1504 2008/07/05 Thomas Bretz
1505
1506 * datacenter/macros/fillcamera.C, datacenter/macros/findcacofiles.C:
1507 - changed JOIN to use USING
1508 - removed dependence on TEnv
1509 - some improvement to includes
1510
1511 * datacenter/macros/filldotrbk.C, datacenter/macros/fillganymed.C,
1512 datacenter/macros/filloptical.C, datacenter/macros/fillsignal.C,
1513 datacenter/macros/fillsources.C, datacenter/macros/fillstar.C,
1514 datacenter/macros/getdolist.C, datacenter/macros/insertcacofile.C,
1515 datacenter/macros/insertdataset.C, datacenter/macros/plotoptical.C,
1516 datacenter/macros/plotrundb.C, datacenter/macros/plotstat.C,
1517 datacenter/macros/resetallruns.C,
1518 datacenter/macros/writedatasetfile.C:
1519 - removed dependence on TEnv
1520 - some improvement to includes
1521
1522 * datacenter/macros/filldotrun.C:
1523 - make it fail for everything except Magic 1
1524 - removed dependence on TEnv
1525 - some improvement to includes
1526
1527 * datacenter/macros/plotoptical.C:
1528 - removed MPlot, use MPlot from plotdb instead
1529
1530 * datacenter/macros/setstatus.C:
1531 - some improvement to includes
1532
1533 * mbase/MTime.[h,cc]:
1534 - added function returning day of sunrise as MTime
1535
1536 * mhflux/MHAlpha.cc:
1537 - use BinError instead of BinContents to decide whether the
1538 excess time is plotted or not
1539
1540 * mimage/MHHillas.cc:
1541 - changed title of "Center"
1542
1543 * mjobs/JobsLinkDef.h, mjobs/Makefile:
1544 - added new class MSequenceSQL
1545
1546 * mjobs/MSequenceSQL.[h,cc]:
1547 - added
1548
1549 * mjobs/MSequence.[h,cc]:
1550 - replaced ReadLightCondition by the more flexible GetLightCondition
1551 - added a new constrcutor constructing a MSequence from the database
1552 - fixed the output in the comments in Print()
1553 - The day and night was printed in a different format than
1554 expected when readin a sequence
1555 - fLightCondition and the f*RunsSub were missing in the copy-
1556 constructor
1557
1558 * mjobs/Makefile:
1559 - added include of msql
1560
1561 * msql/MSQLMagic.[h,cc]:
1562 - added a comment to ExistStr and allow to set an additional
1563 where-clause
1564
1565 * msql/MSQLServer.cc:
1566 - allow to init MSQLServer either by an url or from a named
1567 resource file
1568 - changed JOIN to use USING
1569 - if doing an automatic join join _all_ primaries
1570
1571 * mtools/MCalendar.cc:
1572 - added include of TObjArray needed in newer root versions
1573
1574
1575
1576 2008/07/03 Thomas Bretz
1577
1578 * datacenter/macros/filldotrun.C:
1579 - Replaced MSQKServer by MSQLMagic
1580 - this made local functions obsolete
1581 - added new format 20080519 including telescope- and file-number
1582 - simplified the if-clauses testing for version numbers (due to
1583 the initial check only some version numbers allowed anyway)
1584 - check for the combination of telescope-, run- and file-number
1585 to be unique.
1586
1587 * datacenter/macros/plotrundb.C:
1588 - use MPlot from plotdb
1589 - removed obsolete DataCheck plots
1590 - plot only range of dates which makes sense
1591
1592
1593
1594 2008/07/01 Thomas Bretz
1595
1596 * ganymed.cc:
1597 - removed the checks for the accessability of the files. They
1598 are checked in the corresponding classes instead
1599
1600 * sponde.cc:
1601 - display only the base name of the ganymed file, not the
1602 full path
1603
1604 * mbase/MMath.[h,cc]:
1605 - added a new member function ErrorExc
1606 - Let SignificanceExc (former SignificanceLiMaExc) use ErrorExc
1607
1608 * mhflux/MAlphaFitter.[h,cc]:
1609 - replaced fSignificanceExc by fErrorExcess
1610 - calculate the error instead of the significance (otherwise we
1611 get infinity at 0)
1612 - also store a negative number of excess events
1613 - replaced all -1 in ProjectionZ calls by the histogram limits
1614 (including under- and overflows) This is necessary to get
1615 root 5.20/00 working
1616 - increased class version number according to the changes
1617
1618 * mjobs/MDataSet.[h,cc], mjobs/MSequence.[h,cc]:
1619 - removed wrong usage of fName and fTitle, introduced new data
1620 members instead
1621 - initialize fName and fTitle in the constructors correctly
1622 - always store the full qualified path name
1623 - introduced new member functions GetBaseName and GetFilePath
1624 - give the ostream as an argument to Print
1625 - added new member function WriteFile to directly Print to
1626 an fostream
1627 - do not print empty values in Print
1628 - increased class version number accordingly
1629 - removed GetName and GetRcName accordingly
1630
1631 * mjobs/MDataSet.cc:
1632 - set the dataset number to an invalid status if the file could
1633 not be accessed
1634
1635 * mjobs/MJCut.cc:
1636 - replaced GetName for the dataset by GetBaseName
1637 - make sure the summary file is not created if not requested
1638 - do not use pointers to MWriteRootFile to make sure the instances
1639 always get deleted
1640
1641 * mjobs/MJSpectrum.cc:
1642 - fixed a bug in the check for the existence of the excess time
1643 - replaced GetName for the dataset by GetBaseName
1644 - Write the full path name to the ganymed.root into the file
1645 - fixed typos in determine
1646
1647 * mpointing/MPointingDevCalc.cc:
1648 - initialize fNsb* members also in PreProcess as correctly
1649 suggested by valgrind
1650
1651 * mjobs/MJCalibration.[h,cc]:
1652 - made the drawing of the bad pixel explanation more automatic
1653 - some simplifications to the function drawing all the result tabs
1654 - make sure to do the projection without name. Some root versions
1655 don't like several plots with the same name in one tab
1656 - removed several misleading drawing of number of outliers etc
1657 - added setting of min and max to FixDataCheckHist
1658 - simplified DisplayDoubleProjection (also unified in code with
1659 MJPedestal)
1660 - removed all the obsolste and confusing projections of the
1661 individual sectors and camera halves
1662
1663 * mjobs/MJPedestal.[h,cc]:
1664 - make sure to do the projection without name. Some root versions
1665 don't like several plots with the same name in one tab
1666 - use the unified DisplayDoubleProjection from MJCalibration
1667 - removed all the obsolste and confusing projections of the
1668 individual sectors and camera halves
1669
1670 * mhflux/MHAlpha.cc:
1671 - replaced EventsExcess/SignificanceExc by just ErrorEvents
1672 - for the moment do not propagate Excesses<=0 to the pads
1673 (not to spoil the logarithmic display, this still needs a fix)
1674 - replaced -1 in ProjectionZ by the bin numbers (including
1675 under- and overflow bins), otherwise it won't work with
1676 root 5.20/00
1677 - propagate all result to the timing histogram (it is not
1678 logarithmic anyway)
1679 - made Paint also work with the new implementation of ProjectionZ
1680 via Project3D in root 5.20/00 (it won't reuse the correct
1681 histogram from the pad :( )
1682 - replaced kFullDotMedium by 0 (no marker) where appropriate
1683 - changed the rule not to display the time-histogram
1684
1685
1686
1687 2008/06/30 Thomas Bretz
1688
1689 * datacenter/macros/fillstar.C:
1690 - check whether graphs are empty in a more accurate way
1691
1692 * datacenter/macros/plotdb.C:
1693 - fixed some axis title
1694 - increased range of fRatePedTrigEvts
1695
1696 * msql/MSQLMagic.cc:
1697 - added ' around the where clause in UpdateInsert to allowe
1698 also for times etc
1699
1700 * callisto.cc:
1701 - removed test-option (it was never used anyway and should
1702 be reprogrammed properly)
1703
1704 * datacenter/macros/plotdb.C, mbase/MStatusDisplay.h, mbase/MTime.h:
1705 - removed unused argument
1706
1707 * mbadpixels/MBadPixelsPix.h:
1708 - added static functions to get names and numbers of unsuitable
1709 and unreliable levels
1710
1711 * mbase/MMath.cc:
1712 - made MedianDevImp working properly with a template
1713
1714 * mhcalib/HCalibLinkDef.h, mhcalib/Makefile:
1715 - removed MHCalibrationTestCam
1716 - removed MHCalibrationTestTimeCam
1717
1718 * mhcalib/MHCalibrationCam.cc:
1719 - removed an obsolete TPad in Draw()
1720 - removed some obsolete kCanDelete in Drwa()
1721
1722 * mhcalib/MHCalibrationChargeCam.cc:
1723 - changed some colors to work properly also in root 5.20/00
1724
1725 * mhflux/MHThreshold.cc:
1726 - made Smooth work with root 5.20/00 (to be checked)
1727
1728 * mhist/MHCamera.[h,cc]:
1729 - fixed defaults in Profile and Projection function to match code
1730 - fixed some comments
1731 - replaced InheritsFrom arguments by TClass statics
1732
1733 * mjobs/JobsLinkDef.h:
1734 - removed MJCalibTest
1735
1736 * mjobs/MJCalibrateSignal.cc, mjobs/Makefile:
1737 - removed obsolete include of MParameterCalc
1738
1739 * mranforest/MRanForest.cc:
1740 - added a cast in BinarySearch to make it work with the template
1741 of root 5.20/00
1742
1743 * mtools/MCalendar.h:
1744 - fixed *MENU option
1745
1746 * mtools/MagicJam.h:
1747 - added the Smooth function of root 5.20/00 to be removed from
1748 the context menu
1749
1750
1751
1752 2008/06/21 Thomas Bretz
1753
1754 * callisto.cc, star.cc, ganymed.cc, sponde.cc:
1755 - set the display name to a more convinient name
1756
1757 * datacenter/macros/plotdb.C:
1758 - some improvement in setting axis titles and titles
1759 automatically from the sql column names
1760 - moved the Muon cut to a SetCondition call
1761 - renamed some functions
1762
1763 * mbase/MStatusDisplay.h:
1764 - overwrote SetTitle with a function allowing to set a title
1765 only if no title set so far
1766
1767 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
1768 mjobs/MJPedestal.cc:
1769 - set a proper display title and set it only if not already set
1770
1771 * mjobs/MJPedestal.cc:
1772 - changed some filter names to more convinient names
1773
1774
1775
1776 2008/06/20 Thomas Bretz
1777
1778 * macros/dohtml.C:
1779 - added missing mmovie directory
1780
1781 * mhflux/MHEnergyEst.cc:
1782 - changed the fit range to adapt to the new plot
1783 - exchanged the two plots on the right to have the correct plot
1784 near the 1D histogram
1785 - fixed the title of the plot in the top right
1786 - call SetNoExponent and SetMoreLoglabels
1787
1788 * mjobs/MJSpectrum.[h,cc]:
1789 - outsources producing the spectral function as string to
1790 a new static function FormFlux
1791
1792 * mpointing/MPointingDevCalc.cc:
1793 - added some info
1794
1795
1796
1797 2008/06/19 Thomas Bretz
1798
1799 * mjobs/MJSpectrum.cc:
1800 - small improvement to output
1801 - handle underflow bin of effective on-time more accurate
1802 - reddid the formattig of the spectral fit
1803
1804 * mbase/MMath.[h,cc]:
1805 - added Format member function
1806
1807 * datacenter/macros/plotstat.C:
1808 - fixed some axis titles
1809
1810
1811
1812 2008/06/19 Thomas Bretz
1813
1814 * RELEASE 2.1
1815
1816
1817
1818 2008/06/19 Thomas Bretz
1819
1820 * mraw/MRawRunHeader.cc:
1821 - fixed that the line reading the fNumEventsRead vanished
1822
1823
1824
1825 2008/06/18 Thomas Bretz
1826
1827 * datacenter/macros/buildsequenceentries.C:
1828 - replaced the old calculation of the run-time of one sequence
1829 by a more sophisticated using the TIMEDIFF function
1830
1831 * mjobs/MJStar.cc:
1832 - Use File id instead of run number
1833 - fixed the units in the display (phe not \\gamma)
1834
1835 * mjobs/MSequence.[h,cc]:
1836 - reorganized header
1837 - implemented new scheme including file numbers
1838 - increased class version number accordingly
1839 - removed some obsolete old, never used, functions and comments
1840
1841 * mraw/MRawRunHeader.[h,cc]:
1842 - renamed RunID to TypeID
1843 - return 0 in RunLength if one of the times is invalid
1844
1845 * Makefile:
1846 - removed sinope
1847
1848
1849
1850 2008/06/17 Daniel Hoehne
1851
1852 * datacenter/macros/fillcamera.C:
1853 - added and changed some parameters
1854
1855 * datacenter/scripts/mcsequences:
1856 - added database interaction. Now sequences are built by querying
1857 the relevant parameters in the MC database
1858
1859 * datacenter/scripts/runmccallisto, datacenter/scripts/runmcstar:
1860 - added
1861
1862 * datacenter/scripts/sourcefile:
1863 - added failed codes for runmccallisto and runmcstar
1864
1865
1866
1867 2008/06/17 Thomas Bretz
1868
1869 * datacenter/macros/plotdb.C:
1870 - SetSelectedPad to 0 before calling DrawClone of TGraph
1871 - small reordering of the tabs
1872 - removed tab with absolute effective on time
1873
1874 * mbase/MLog.cc:
1875 - make sure that the correct output level is restored after root
1876 called the error handler
1877
1878 * mbase/MStatusDisplay.cc:
1879 - Changed backround color to white (_not_ kWhite)
1880 - made a sunken border around the canvas
1881 - SetFrameBorderMode(0) per default
1882
1883 * mraw/MRawRunHeader.[h,cc]:
1884 - added some consistency checks
1885 - make the bug fix for the wrong number of events also for
1886 V10 and V11
1887 - added Getters for RunID and FileID used to idetify
1888 the runs more clever than run-number and file-number
1889
1890
1891
1892 2008/06/14 Thomas Bretz
1893
1894 * merpp.cc:
1895 - replaced MRawFileWrite by MWriteRootFile
1896
1897 * showplot.cc:
1898 - added new options to write tiff files
1899 - added new options to write csv files
1900 - some code simplification
1901
1902 * datacenter/macros/plotdb.C:
1903 - set the title (without axis descriptions) as Tab-title
1904 - set FrameBorderMode to 0 for canvas
1905
1906 * mbase/MStatusArray.[h,cc]:
1907 - added a copy constructor taking MStatusDislay as an argument
1908 - set gLog to all in Print()
1909
1910 * mhbase/MFillH.[h,cc]:
1911 - allow to set a title in SetNameTab which is used as tab title
1912 - therefore added new data member fTitleTab
1913 - increased class version by 1
1914
1915 * mraw/MRawRead.cc:
1916 - set ReadyToSave for raw data to be able to use MWriteRootFile
1917 in merpp
1918
1919 * mraw/Makefile, mraw/RawLinkDef.h:
1920 - removed MRawFileWrite
1921
1922 * mbase/MStatusDisplay.[h,cc]:
1923 - added the tif file format
1924 - added the csv file format
1925 - fixed the bmp and xml menu entries
1926 - added again to list of specials to allow for access from the
1927 interpreter
1928 - added title to AddTab. The title is stored as canvas title
1929 - added some warpper to access FindobjectInCanvas and Print
1930 from the MStatusDisplay to gain access from the interpreter
1931 - Removed obsolete DrawClonePad wrapper in Display and
1932 added title
1933 - added FillArray to add all canvases to a temporary MStatusArray
1934 - removed obsolete CanvasSetFillColor
1935 - use mktemp in UpdatePSHeader
1936 - some code cleanup. Moved some common code from the SaveAs function
1937 to the new InitWrite* functions
1938 - implemented %%tab%% and %%name%%
1939 - added a workround (MyCanvas) to get the title and footer in the
1940 ps-files also in root 5.18
1941 - removed cloning of the canvases whereever possible.Gave problems
1942 in root 5.18 (not yet understood)
1943 - changed color mode of postscrip files from rgb to cmyk
1944 - UpdatePSHeader not long needed in root >=5.12
1945 - reorganized header file
1946
1947 * mreport/MReportCC.[h,cc]:
1948 - removed obsolete fRecTemp
1949 - call Copy() in the correct direction
1950
1951 * mreport/MReportFileRead.[h,cc]:
1952 - use a C++ cast instead of a C-cast
1953 - add containers to parameter list _before_ calling SetupReading
1954 - removed some obsolete comments in the header
1955
1956 * mjobs/MJStar.cc:
1957 - we need to read the new "Rec" tree
1958 - and we need to fill from the Rec _and_ CC tree (could give a bias
1959 if the rate on both trees would once be identical anymore)
1960
1961 * mhist/MHCamEvent.cc:
1962 - allocate fSum in constructor to allow filling from two different
1963 tasks
1964
1965
1966
1967 2008/06/14 Thomas Bretz
1968
1969 * mtrigger/MFTriggerPattern.cc:
1970 - improved documentation
1971
1972 * mars.cc, mbase/MStatusDisplay.cc:
1973 - changed the M in MARS to "Modular"
1974 - rpelaced year in copyright by current year
1975
1976 * datacenter/macros/plotdb.C:
1977 - increased range for the rate of the calibration events
1978 - added "RatioCal" tab
1979
1980 * datacenter/macros/fillstar.C:
1981 - fill NULL also if TGraph is empty
1982
1983 * mastro/MAstro.cc:
1984 - included math.h for darwin
1985
1986 * mjobs/MJCalibrateSignal.cc:
1987 - changed the named of the MFTriggerPattern
1988
1989 * merpp.cc:
1990 - added new option --only, --rep-run, --rep-file, --header-run,
1991 --header-file, --telescope
1992 - moved Receiver information from tree CC to tree Rec
1993
1994 * mbase/MStatusDisplay.cc:
1995 - replaced MTime by TDatime
1996
1997 * mcamera/MCameraRecTemp.[h,cc], mcamera/MCameraTD.[h,cc],
1998 mcamera/MCameraTH.[h,cc], mreport/MReportCC.[h,cc]:
1999 - moved interpretation of sub-parts of the reports from
2000 MReportCC to the corresponding MCamera* classes
2001
2002 * mreport/MReport.[h,cc]:
2003 - added Copy member function to copy time and state
2004 - added CheckTag member function
2005 - Implemented skipping of the Telescope number in the reports
2006 for version >=200805190
2007
2008 * mreport/MReportCC.[h,cc]:
2009 - access Receiver infomations via new class MReportRec
2010 even for old file formats
2011 - skip this block in new formats
2012 - moved CheckTag to base class
2013
2014 * mreport/MReportCamera.[h,cc]:
2015 - removed CheckTag
2016
2017 * mreport/MReportFileRead.[h,cc]:
2018 - don't check for the number of lines anymore but for -1 instead
2019 - changed fNumLine from ULong to Long to allow a negative
2020 return value. We don't expect so many lines in a file anyway,
2021 do we?
2022
2023 * mreport/MReportFileReadCC.[h,cc]:
2024 - splitted CheckFileHeader into several subfunction
2025 - added checks and reading of telescope number and file number
2026
2027 * mreport/MReportRun.[h,cc]:
2028 - added file number from new format
2029
2030 * mreport/Makefile, mreport/ReportLinkDef.h:
2031 - added MReportRec
2032
2033 * mreport/MReportRec.[h,cc]:
2034 - added
2035
2036 * mhist/MHCamera.cc:
2037 - fixed a bug in the profile and projection functions namely that
2038 the default was not correctly treated because char* was
2039 compared with char*
2040
2041 * mbase/MLog.cc, mbase/MMath.cc, mbase/MParContainer.cc,
2042 mcalib/MCalibrateData.cc, mcalib/MCalibrationPulseTimeCam.cc,
2043 mhbase/MBinning.h, mhbase/MH.cc, mhbase/MHMatrix.cc,
2044 mhbase/MHn.cc, mhcalib/MHCalibrationChargeCam.cc, mhflux/MHDisp.cc,
2045 mimage/MCameraSmooth.cc, mimage/MConcentration.cc,
2046 mjobs/MJCalibration.cc, mjoptim/MJOptimize.cc,
2047 mjtrain/MJTrainSeparation.cc, mmuon/MMuonSearchPar.cc,
2048 mreport/MReportCurrents.cc, mreport/MReportRun.cc,
2049 mtools/MChisqEval.cc:
2050 - fixed some cast-away constness warnings
2051 - fixed some shadow declarations
2052
2053 * mhbase/MH.[h,cc]:
2054 - removed an old obsolete workaround (ProjectionX/Y)
2055
2056 * mimage/Makefile, mimage/ImageLinkDef.h:
2057 - removed MCameraSmooth
2058
2059 * mbase/MAGIC.h:
2060 - added a new namespace UTF8 with double char characters
2061
2062 * mbase/BaseLinkDef.h:
2063 - added the new namespace UTF8
2064
2065 * mimage/MNewImagePar.cc, mpointing/MPointing.cc,
2066 datacenter/macros/fillstar.C:
2067 - some characters replaced by the new UTF8 characters
2068
2069
2070
2071 2008/06/13 Thomas Bretz
2072
2073 * datacenter/macros/fillcalib.C:
2074 - fixed a bug introduced by the usage of InserUpdate
2075
2076 * datacenter/macros/fillsignal.C:
2077 - fixed a type (the wrong number was printed to the console)
2078
2079 * mjobs/MJCalibrateSignal.cc:
2080 - let all calibration triggered events pass to calibration
2081
2082 * mtrigger/MFTriggerPattern.[h,cc]:
2083 - count a bit more to increase the printed amout of
2084 information at the end
2085
2086
2087
2088 2008/06/12 Thomas Bretz
2089
2090 * resources/starguider00267253.txt, resources/starguider00291104.txt:
2091 - added
2092
2093 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
2094 - added preliminary pointing models
2095
2096 * mpointing/MPointingDevCalc.cc:
2097 - updated comments
2098
2099 * mraw/MRawCrateData.[h,cc], mraw/MRawEvtHeader.[h,cc],
2100 mraw/MRawRunHeader.[h,cc]:
2101 - renamed reading the old format to ReadEvtOld
2102 - implemented reading format>10
2103 - added the header size as new argument to ReadEvt
2104
2105 * mraw/MRawEvtHeader.cc:
2106 - made the argument to DecodeTime const
2107 - fixed the return value in ReadEvtOld. kCONTINUE could
2108 never be returned
2109
2110 * mraw/MRawRead.cc:
2111 - gives header size for format>10 to ReadEvt
2112 - if EvtHeader could not be read correctly return kFALSE
2113 - let MRawCrateData::ReadEvt check end-of-file
2114
2115 * merpp.cc:
2116 - improved explanation for -ff option
2117
2118 * readdaq.cc:
2119 - added -ff option
2120 - added an option to call MReadRawFiles::SetForceMode
2121
2122 * mbase/MTime.[h,cc]:
2123 - added new member function SetBinary to easy processing
2124 of the time from the new run header
2125
2126 * mhflux/MHEffectiveOnTime.cc:
2127 - for the integral (Nm) we have to count also events in under and
2128 overflow bins
2129
2130 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
2131 mjobs/MJPedestal.cc:
2132 - call MRawFileRead::SetForceMode to get the (corrected)
2133 old behaviour back (not to stop if an event time is
2134 broken but to skip the event)
2135
2136 * mraw/MRawRunHeader.[h,cc]:
2137 - the number of events in format version V9 seems to be
2138 to high by one. We correct for this.
2139 - added new data members for the header sizes
2140 - new data member for the file number
2141 - increased cize of fSourceEpochChar
2142 - consequently increased class version number by 1
2143
2144 * datacenter/macros/plotdb.C:
2145 - improved some titles
2146 - added the new rates
2147 - added the new values from the star-files
2148
2149 * mbase/MStatusDisplay.cc:
2150 - removing the canvases from the global list didn't work
2151 because some RecursiveRemovs rely on gROOT->FindObject to work
2152 (adding them to another list didn't work either)
2153
2154 * mhflux/MHEnergyEst.cc:
2155 - renamed the "Resolution" Histogram accordingly.
2156
2157 * mjobs/MJCalibrateSignal.cc:
2158 - added a histogram showing the arrival time of
2159 extracted interleaved calibration events
2160
2161 * mraw/MRawEvtData.[h,cc]:
2162 - fixed the Draw function. It was broken since the latest changes
2163 - added fNumBytesPerSample to the Copy-function
2164 - fixed the GetSample-function
2165 - added a new member funtion to return the maximu possible
2166
2167 * mars.rc:
2168 - changed the default for the MUX spline to the 50 sl window
2169
2170 * msignal/MSignalCalc.cc:
2171 - scale the pedestal correctly with the scale
2172
2173 * mjobs/MJStar.cc:
2174 - allow filling of pyrometer information to be skipped
2175
2176 * mhist/MHWeather.cc:
2177 - show also colored labels
2178
2179 * Makefile:
2180 - it seems the libmars.so looses read permissions for group
2181 and others when it is moved. Now they are set manually
2182
2183 * datacenter/fillsignal.C, datacenter/macros/fillstar.C:
2184 - added filling of calibration pulse position
2185 - use more often NULL in case of no entries. This is less
2186 biasing in case of averaging of values
2187
2188 * macros/tutorials/readrfl.C:
2189 - print run header
2190 - print event header
2191 - skip empty events
2192
2193 * mhist/MHEvent.cc:
2194 - removed the pointing from the histogram names. It's
2195 simply obsolete
2196
2197 * mjobs/MJSpectrum.[h,cc]:
2198 - removed the kolmogorov test from output
2199 - added a new tab showing the energy resolution
2200 - therefore added a new BinningImpact to the list of binnings
2201 - store the ganymed file's file name in the output
2202
2203 * mmain/MEventDisplay.cc:
2204 - skip events without data in the loop not in the code.
2205 This ensures that no task can crash due to this
2206 when processing MCs
2207
2208 * msql/MSQLMagic.[h,cc]:
2209 - fixed InsertUpdate. The primary key was not inserted
2210 if Insert was called
2211
2212
2213
2214 2008/06/11 Thomas Bretz
2215
2216 * mhflux/MHEnergyEst.[h,cc]:
2217 - finally replaced fResolution by more correct histograms
2218 - some code cleanup in projecting, profiling and drawing
2219 - increased class version number by one
2220
2221 * mbase/MStatusDisplay.cc:
2222 - remove the embedded canvas from the global list to prevent
2223 global access to it
2224
2225 * mhbase/MH3.cc:
2226 - fixed a bug if in a 2D constructor a 1D profile was created
2227
2228 * mreport/MReportPyrometer.cc:
2229 - tiny changes to the comments
2230
2231
2232
2233 2008/06/10 Thomas Bretz
2234
2235 * mreport/MReportPyrometer.[h,cc]:
2236 - added
2237
2238 * mreport/Makefile, mreport/ReportLinkDef.h:
2239 - added MReportPyrometer
2240
2241 * mreport/MReportRun.cc:
2242 - removed obsolete include of MAstro
2243
2244 * merpp.cc:
2245 - added Pyrometer information
2246
2247 * mfileio/MWriteRootFile.h:
2248 - added new member function AddTree to add a container with the
2249 corresponding time-stamp
2250
2251 * mjobs/MCalibrateSignal.cc, mjobs/MJStar.cc:
2252 - replaced some AddContainer by the new AddTree
2253 - added Pyrometer information to in- and output, respectively
2254
2255 * datacenter/macros/fillstar.C:
2256 - added new columns fAvgHumidity, fAvgCloudiness, fRmsCloudiness
2257 and fAvgTempSky
2258
2259 * mhist/MHWeather.[h,cc]:
2260 - removed the display of the solar radiation which was
2261 never working
2262 - added display of the pyrometer data to the display
2263 - reorganized display
2264
2265 * mjobs/MJStar.cc:
2266 - added filling of the weather data also from the pyrometer branch
2267
2268
2269
2270 2008/06/09 Thomas Bretz
2271
2272 * mbase/MArgs.[h,cc]:
2273 - for convinience store the full command line as Title
2274 - replaced *fArgv by fArgv
2275
2276 * mbase/MObjLookup.cc:
2277 - replaced C-style cast by reinterpret_cast
2278
2279 * datacenter/macros/fillcalib.C, datacenter/macros/fillstar.C:
2280 - removed usage of Nint (obsolete... Form does rounding)
2281
2282 * datacenter/macros/fillsignal.C:
2283 - removed usage of Nint (obsolete... Form does rounding)
2284 - added new columns to get trigger rates from TrigPat tab
2285 - fixed some small bugs lately introduced
2286
2287 * mhflux/MHEffectiveOnTime.cc:
2288 - fixed a typo in ReInit
2289
2290
2291
2292 2008/06/06 Thomas Bretz
2293
2294 * datacenter/macros/plotdb.C:
2295 - added average temperature and wind speed
2296 - reviewed some ranges
2297
2298 * mhbase/MH3.cc:
2299 - in the 2D case with labels and boxes use blue line color
2300
2301 * mhflux/MHEffectiveOnTime.[h,cc]:
2302 - added a new data member fTotalTime counting the total run-time
2303 from the run-headers
2304 - added the new data member to the display
2305 - increased class version number accordingly
2306
2307 * mjobs/MJCalibrateSignal.cc:
2308 - let sum-trigger events pass to get calibrated
2309 - improved DefineLabel table for trigger patterns
2310 - added MTriggerPattern to output
2311
2312 * mjobs/MJStar.cc:
2313 - added a new tab "Rate" showing the remaining rates per run and
2314 trigger pattern after image cleaning
2315 - let only event with Lvl1 trigger pass to effective on-time
2316 calculation
2317 - changed title in plot of avg dc currents and pedestal rms
2318
2319 * mtrigger/MFTriggerPattern.[h,cc]:
2320 - added a counter counting the trigger decision
2321 - print the result in the PostProcess
2322
2323
2324
2325 2008/06/06 Thomas Bretz
2326
2327 * datacenter/macros/fillstar.C:
2328 - added windspeed and temperature
2329
2330 * datacenter/macros/fillcalib.C, datacenter/macros/fillsignal.C,
2331 datacenter/macros/fillstar.C:
2332 - use MSQLMagic instead of MSQLServer
2333
2334 * datacenter/macros/plotdb.C:
2335 - added wind speed and temperature
2336
2337 * datacenter/macros/plotstat.C:
2338 - added a plot showing the observation time per exposure (based on
2339 the source key)
2340
2341 * mbase/MStatusDisplay.cc:
2342 - fixed the SaveAs. A wrong version was comitted
2343
2344 * mextralgo/MExtralgoSpline.h:
2345 - added the missing inclusion of TMath (root 5.18)
2346
2347
2348
2349 2008/06/03 Thomas Bretz
2350
2351 * mbase/MStatusDisplay.cc:
2352 - added missing inclusion of TMath (root 5.18)
2353 - initialize gClient in batch mode to repair broken
2354 batch-mode in root 5.18. Fortunately this doesn't
2355 break root 5.12
2356 - added a SaveAs(const char *c, const Option_t *o)
2357 based on the new SaveAs from TGObject
2358
2359 * mcalib/MCalibrationChargePix.[h,cc],
2360 mextralgo/MExtralgoDigitalFilter.[h,cc]:
2361 - moved some code to source file to prevent TMath inclusion in
2362 header (root 5.18)
2363
2364 * mcalib/MCalibrationChargeCam.cc,
2365 mcalib/MCalibrationChargePINDiode.cc:
2366 - added the missing inclusion of TMath (root 5.18)
2367
2368 * mgeom/MGeomCam.[h,cc]:
2369 - for sanity (a bug in root < 5.18) filling fPixels is now
2370 done via AddAt. This "repairs" the functionality of the
2371 Streamer which before didn't store any contants of fPixels
2372 nor read any contents.
2373 - Removed the custom Clone function. It is now obsolete,
2374 because it works through the fixed Streamer
2375 - a Copy-member function has been implemented
2376 - a custom Streamer has been implemented allowing to read
2377 files containing MGeomCamMagic written with root 5.12
2378 with root 5.18
2379 - A member function containing the workaround has been implemented
2380 - Print got an option ("simple")
2381
2382 * mgeom/GeomLinkDef.h:
2383 - suppress root-Streamer
2384
2385 * manalysis/MGeomApply.cc:
2386 - added the newly necessary call to the StreamerWorkaround
2387
2388 * mgeom/MGeomPix.[h,cc]:
2389 - because with the IgnoreTObjectStreamer set for MParContainer
2390 the bits for the outer rings cannot be stored. This was no
2391 problem before because in reality they have never been written
2392 or read. To store the bits a new data-member fUserBits
2393 has been introduced.
2394 - accordingly all calles to set or remove the bits have been
2395 changed to use fUserBits instead
2396 - the class version number has been increased due to the new
2397 data member
2398 - improved Print-output
2399
2400
2401
2402 2008/06/02 Thomas Bretz
2403
2404 * mars.cc, sinope.cc:
2405 - added include of TClass for TIgnoreStreamer (root 5.18)
2406
2407 * manalysis/MEventRate.[h,cc]:
2408 - moved GetError to source file and included TMath (root 5.18)
2409
2410 * manalysis/MMultiDimDistCalc.cc, mdata/MDataList.cc:
2411 - included math.h (root 5.18)
2412
2413 * mastro/MAstro.[h,cc], mastro/MVector3.[h,cc], mbase/MRunIter.[h,cc],
2414 mbase/MTime.[h,cc], mdata/MDataPhrase.[h,cc], mgeom/MGeomPix.[h,cc],
2415 mhcalib/MHCalibrationChargeBlindPix.[h,cc],
2416 mhflux/MHCollectionArea.[h,cc], mhft/MHexagonFreqSpace.[h,cc],
2417 mimage/MHillas.[h,cc], mmuon/MMuonSearchPar..[h,cc],
2418 mpedestal/MPedestalPix.[h,cc], mpointing/MPointingDev.[h,cc],
2419 mpointing/MSrcPosCam.[h,cc], mpointing/MPointingPos.[h,cc],
2420 mpointing/MPointing.[h,cc]:
2421 - moved some code to source file to prevent TMath inclusion in
2422 header (root 5.18)
2423
2424 * mbase/MEnv.cc:
2425 - added missing include TObjArray (root 5.18)
2426 - removed obsolete EmarkerStyles (root 5.18)
2427
2428 * mbase/MDirIter.cc:
2429 - added missing include TList (root 5.18)
2430
2431 * mastro/MAstroCatalog.cc, mhist/MHHadronness.cc, mhist/MHWeather.cc,
2432 mhvstime/MHPixVsTime.cc, mhvstime/MHVsTime.cc,
2433 mpointing/MHPointing.cc, mranforest/MHRanForest.cc,
2434 mranforest/MHRanForestGini.cc, mranforest/MRanForest.cc,
2435 mreflector/MHReflector.cc:
2436 - added missing inlcude TH1 (root 5.18)
2437
2438 * mbase/MFilter.cc, mbase/MGMap.cc, mbase/MTask.cc,
2439 mcalib/MCalibrationBlindPix.cc, mdata/MDataChain.cc,
2440 mfilter/MFEnergySlope.cc, mgeom/MGeomMirror.cc,
2441 mgui/MCamEvent.cc, mhbase/MBinning.cc, mhbase/MHMatrix.cc,
2442 mhcalib/MHCalibrationPix.cc, mhcalib/MHGausEvents.cc,
2443 mhflux/MHEnergyEst.cc, mhist/MHCamEventRot.cc,
2444 mhist/MHHadronness.cc, mranforest/MHRanForest.cc,
2445 mreflector/MRflEvtHeader.cc, mreflector/MRflSinglePhoton.cc,
2446 msql/MSQLServer.cc, mtools/MSimulatedAnnealing.cc,
2447 mtools/MTFillMatrix.cc, mcalib/MCalibrationPix.cc,
2448 mcalib/MCalibrationQEPix.cc, manalysis/MParameterCalc.cc,
2449 mcalib/MCalibrationTestCalc.cc, mdata/MDataArray.cc,
2450 mgeom/MGeomCamDwarf.cc, mhbase/MH3.cc, mtools/MagicJam.cc,
2451 mhcalib/MHCalibrationRelTimeCam.cc, mhft/MGeomCamMagicXT.cc,
2452 mranforest/MRanForestCalc.cc, mtools/MagicDomino.cc,
2453 mhflux/MHThreshold.cc, mimage/MStereoPar.cc,
2454 mfilter/MFCosmics.cc, mpedestal/MPedestalCam.cc:
2455 - added missing include of TMath (root 5.18)
2456
2457 * mbase/MGTask.cc, mdata/MDataChain.cc, mhbase/MHArray.cc,
2458 mjobs/MJCut.cc, mjoptim/MJOptimizeCuts.cc, mmc/MMcEvt.cxx:
2459 - added missing include of TClass (root 5.18)
2460
2461 * mhbase/MH3.cc:
2462 - added missing include of THashList (root 5.18)
2463
2464 * mcalib/MCalibrationChargeCalc.[h,cc], msignal/MExtractor.[h,cc],
2465 mpedestal/MPedestalSubtract.[h,cc], msignal/MExtractTime.[h,cc]:
2466 - for convinience (rootcint of 5.18) changed "static const TString"
2467 to "static const char *"
2468
2469 * mhflux/MMcSpectrumWeight.cc:
2470 - Use TString::Data() for second argument in TF1 constructor.
2471 Otherwise it is ambiguous in root 5.18
2472
2473 * mhbase/MH.cc:
2474 - adde missing includes of TColor, TMath and TClass (root 5.18)
2475 - implemented a workaround which always uses the correct
2476 CreateGradientColorTable (root 5.18)
2477
2478 * Makefile:
2479 - linking of the shared object is now done in /tmp
2480 - replaced = by := where possible
2481
2482 * mjobs/MJCalibrateSignal.cc:
2483 - do not invert contcoscal, that's wrong
2484
2485 * mmovie/MMovieWrite.cc:
2486 - added a #if-directive to use either gStyle or TColor
2487 for CreateGradientColorTable depending on root-version
2488
2489 * mimage/MStereoPar.[h,cc], mimage/MStereoCal.[h,cc]:
2490 - replaced Monate Carlo container by MPointingPos
2491 - made every algorithm unique
2492
2493
2494
2495 2008/06/01 Thomas Bretz
2496
2497 * callisto.cc, star.cc:
2498 - renamed new option to "--null-dev" (clashes with MLog options)
2499
2500 * mbase/MContinue.cc:
2501 - improved output
2502
2503 * mbase/MTaskList.cc:
2504 - fixed broken FindTaskList
2505
2506
2507
2508 2008/05/31 Thomas Bretz
2509
2510 * callisto.cc, star.cc:
2511 - added new option "--null" to suppress run-wise output files
2512
2513 * mjobs/MJob.h:
2514 - added new data-member fNullOut to flag suppression of
2515 run-wise output files
2516
2517 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
2518 - use new option HasNullOut from base class
2519
2520 * mbase/MClone.cc:
2521 - fixed Init (still had a constructor like initializer)
2522
2523 * mtrigger/MFTriggerPattern.h:
2524 - included missing MTripperPattern
2525
2526 * mtrigger/MFTriggerPattern.cc:
2527 - removed default arguments
2528 - exchanged ^ by ~
2529 - fixed a few typos in function names
2530
2531
2532
2533 2008/05/27 Stefan Ruegamer
2534
2535 * datacenter/scripts/filesondisk
2536 - changed the search for raw files to not search in hidden folders
2537
2538
2539
2540 2008/05/25 Thomas Bretz
2541
2542 * mtrigger/MTriggerPattern.cc:
2543 - fixed a typo in a comment
2544
2545 * mtrigger/MFTriggerPattern.[h,cc]:
2546 - some code cleanup (mainly unified all the Require and Deny
2547 functions into one)
2548 - added a DenyAll member function
2549 - added Allow member functions including an AllowAll member function
2550
2551 * mjobs/MJPedestal.cc:
2552 - To choose pedestals we now deny all other trigger bits except the
2553 pedestal bit and in the case of data runs we deny all bits
2554 except trigger lvl1 and trigger lvl2
2555
2556 * mjobs/MJCalibration.cc:
2557 - In addition to denial of prescaled calibration events we
2558 deny any bit in the unprescaled pattern but allow only
2559 calibration events
2560
2561 * mjobs/MJCalibrateSignal.cc:
2562 - Instead of the denial of only calibration and pedestal events,
2563 we now deny any bit in the pattern, but allow Trigger Lvl1
2564 and Trigger Lvl2 events to choose cosmics
2565 - Instead of the denial of only lvl1 and lvl2 events,
2566 we now deny any bit in the pattern, but allow pedestal
2567 events to choose pedestals
2568 - Instead of requiring only calibration events,
2569 we now deny any bit in the pattern, but require the calibration
2570 bit to choose calibration events
2571
2572 * mbase/MClone.[h,cc]:
2573 - instead of cloning the object again and again we now clone
2574 it once and then just copy the contents. A new option has
2575 been introduced to switch back to the old behaviour
2576
2577 * mbase/MStatusDisplay.[h,cc]:
2578 - changed the argument of GetEmbeddedCanvas from a pointer
2579 to a reference
2580
2581 * macros/rootlogon.C:
2582 - switched on optimization (-O3) for ACLIC
2583
2584
2585
2586 2008/05/24 Thomas Bretz
2587
2588 * mjobs/MJCalibrateSignal.cc:
2589 - removed the obsolete fconsmics (what the hell did it do...
2590 it removed the largest events?)
2591 - added a cosmics trigger for calibration events instead
2592
2593
2594
2595
2596 2008/05/20 Thomas Bretz
2597
2598 * mjobs/MJCalibrateSignal.cc:
2599 - added a MH3-histogram to be filled. It contains the
2600 rate of the trigger pattern per run.
2601 - the filter selecting the calibration or pedestal
2602 events has been renamed from ftp to fcalped
2603 - the MContinue rejecting these events has been renamed
2604 from conttp to contcalped
2605 - the filter selecting the pedestal events have been
2606 renamed from ftp2 to fped
2607 - In the case of MUX data (no lo-gain) this filter
2608 is now also rejecting lvl1 and lvl2 triggered events
2609 - the ftp2-filter for the pedestal extraction tasks and
2610 the corresponding histogram fillers is obsolete
2611 - the previouls "PedestalFilter" is obsolete.
2612 - it doesn't make sense not to extract the signal (filter
2613 of teskenv1, taskenv2 and taskenv3) but process the
2614 rest of the tasklist
2615 - the pedestal extraction (as the calibration was already)
2616 has been moved to its own tasklist with the corresponding
2617 filter applied.
2618 - tlist3 has been renamed to tlist4
2619 - contped has been removed from the tasklist
2620
2621 * mhbase/MH3.cc:
2622 - fixed a bug introduced with the lables (it must be !(x&y)
2623 instead of !x&y
2624
2625 * mjobs/MDataSet.cc:
2626 - shortened a line of output to fit into 80 characters
2627
2628
2629
2630 2008/05/19 Thomas Bretz
2631
2632 * Makefile.conf.general, Makefile.conf.linux:
2633 - distinguish between := (eval once) and = (eval every access)
2634
2635 * mbase/BaseLinkDef.h, mbase/Makefile:
2636 - added MObjLookup
2637
2638 * mbase/MObjLookup.[h,cc]:
2639 - added
2640
2641 * mbase/MEvtLoop.cc:
2642 - set progress bar position to 0 before PreProcessing
2643
2644 * mdata/MDataMember.[h,cc]:
2645 - added a member function to get a string
2646
2647 * mfilter/MFCosmics.cc:
2648 - fixed a typo in a comment
2649
2650 * mhbase/MH.[h,cc]:
2651 - improved SetBinning for newer root-versions
2652 - improved SetBinning to correctly support axis with labels
2653 (keeps the binning unchanged)
2654
2655 * mhbas/MH3.[h,cc], mhbase/MHn.[h,cc]:
2656 - support for axis labels was added.
2657 - a possibility to set an additional weight has been added
2658 - the version number has been increased accordingly
2659
2660 * mjobs/MJPedestal.cc:
2661 - deny level1 and level2 triggers choosing pedestal events
2662
2663 * mraw/MRawRunHeader.h:
2664 - added a member function returning the RunLength (stop-start)
2665
2666 * mtrigger/MTriggerPattern.[h,cc]:
2667 - wrapped some comments
2668 - improved comments
2669
2670
2671
2672 2008/05/15 Thomas Bretz
2673
2674 * mfilter/MFMagicCuts.[h,cc]:
2675 - fixed a few typos in comments and in the output
2676 - added an option kAreaLin with a linear cut in area for special
2677 studies
2678
2679 * mbase/MStatusDisplay.cc:
2680 - if no MStatusArray is found, keys which store a TCanvas object
2681 are displayed instead if available
2682
2683 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
2684 - the extraction range to get the maximum is now determined
2685 automatically from the MExtractedSignalCam
2686
2687 * mpedestal/MPedestalSubtract.cc, msignal/MExtractTimeAndCharge.cc:
2688 - raise an error if there is a mismatch in the number of samples
2689
2690
2691
2692
2693 2008/05/14 Thomas Bretz
2694
2695 * mhbase/MH3.[h,cc], mhbase/MHn.[h,cc]:
2696 - enhanced to allow direct filling of Profile histograms
2697
2698 * mjobs/MDataSet.h:
2699 - fixed a bug in Print() causing an infinite loop
2700
2701 * mjtrain/MJTrainDisp.cc, mjtrain/MJTrainSeparation.cc:
2702 - write the dataset(s) to the output file
2703
2704 * mjtrain/MJTrainEnergy.cc
2705 - write the dataset to the output file
2706 - added new plots to show the resolution versus several different
2707 parameters
2708
2709 * mpedestal/MPedestalSubtract.[h,cc]:
2710 - added an additional check to compate the number of hi-/lo-gain
2711 slices in the run- and event-header
2712
2713 * mpointing/MPointingDevCalc.cc:
2714 - added the 14th Jan 08 to the list of new pointing models
2715
2716
2717
2718 2008/05/07 Stefan Ruegamer
2719
2720 * datacenter/scripts/checkmd5sum
2721 - implemented check of files from /magic and /data
2722
2723 * datacenter/scripts/checktransfer
2724 - changed the search for temporary zipfiles to not search in hidden
2725 directories
2726
2727 * datacenter/scripts/movingrawfiles2
2728 - movingrawfiles to move raw files from /data/fromtape
2729
2730 * datacenter/scripts/runcallisto
2731 - changed default callisto.rc to callisto_mux_new.rc
2732
2733 * datacenter/scripts/zipscript
2734 - changed the script due to the fact that /magic/data/rawfiles is
2735 now a link
2736 - changed the find to not search in hidden directories
2737 - added the -n option to ssh
2738
2739 * resources/calibration_spline.rc
2740 - added calibration factors for periods 62-66 but these are not
2741 newly calculated, simply pasted from previous periods!
2742
2743
2744
2745 2008/04/08 Thomas Bretz
2746
2747 * mreport/MReportDrive.cc:
2748 - implemented changes of Version 20080220
2749
2750
2751
2752 2008/03/19 Thomas Bretz
2753
2754 * mjobs/MJSpectrum.cc:
2755 - fixed a bug introduced yesterday. The overflow bin was not
2756 correctly referenced
2757
2758
2759
2760 2008/03/18 Thomas Bretz
2761
2762 * sponde.cc:
2763 - added new option "--force-runtime"
2764
2765 * mbase/MEnv.h:
2766 - added WriteFile to context menu
2767
2768 * mjobs/MJSpectrum.[h,cc]:
2769 - added a new option to force using the runtime instead of the
2770 effective observation time (this might bw wrong for very
2771 short datasets)
2772 - added a check if the effective observation time is out of
2773 the histogram range... print a warning if so and include
2774 the overflow bins into the eff. obs time
2775 - added an estimated sensitivity curve for high and low za
2776 to the spectrum plots
2777 - added description text for 1553 and crab spectrum
2778 - write out the MC events after cuts including their weights
2779 - do not fit at 1TeV but 500GeV instead
2780
2781 * mjobs/MJob.cc:
2782 - check in WriteContainer whether the file is already open
2783
2784 * mpointing/MPointingDevCalc.cc:
2785 - added some more comments
2786
2787 * mhflux/MMcSpectrumWeight.[h,cc]:
2788 - added the possibility to extend a spectrum by "fake" statistics
2789
2790
2791
2792 2008/03/14 Daniel Hoehne
2793
2794 * datacenter/macros/filldotrun.C:
2795 - inserted new arehucas version
2796
2797
2798
2799 2008/03/04 Thomas Bretz
2800
2801 * condor/program.submit, condor/macro.submit, condor/script.submit:
2802 - added
2803
2804
2805
2806 2008/03/03 Thomas Bretz
2807
2808 * mhflux/MHAlpha.[h,cc]:
2809 - allow to project individual bins in DrawNicePlot
2810
2811
2812
2813 2008/02/24 Thomas Bretz
2814
2815 * mbase/MLog.h:
2816 - added a getter for the OutputLevel (for debugging)
2817
2818 * mpointing/MPointing.h:
2819 - added a memberfunction to calculate the Abs-value
2820
2821 * mpointing/PointingLinkDef.h:
2822 - added RaDec
2823
2824
2825
2826 2008/02/21 Daniela Dorner
2827
2828 * datacenter/db/builddatasets.php:
2829 - display 'Remark' only in case of errors
2830
2831
2832
2833 2008/02/08 Stefan Ruegamer
2834
2835 * datacenter/scripts/checkmd5sum
2836 - added check to prevent that checksums of files not read from tape
2837 enter the .lapalma file
2838
2839 * datacenter/scripts/dbchk
2840 - added check for crashed runs, sequences and datasets
2841 - corrected bugs in find command and $dir-loops
2842 - adapted to the automatic concept and added it to the cronjobs
2843
2844
2845
2846 2008/02/01 Stefan Ruegamer
2847
2848 * datacenter/macros/filldotrun.C
2849 - added default entry for fCompmux for new runs
2850
2851 * datacenter/macros/checkfileavail.C
2852 - added checking of fCompmux
2853
2854
2855
2856 2008/02/01 Daniel Hoehne
2857
2858 * datacenter/db/runinfo-aio.php:
2859 - fixed 'bug' with query. Now runs are displayed in ascending order
2860
2861
2862
2863 2008/01/31 Thomas Bretz
2864
2865 * mbase/MThread.[h,cc]:
2866 - imported from Cosy
2867
2868 * mbase/Makefile:
2869 - added MThread
2870
2871 * mbase/BaseLinkDef.h:
2872 - added MThread
2873
2874
2875
2876 2008/01/27 Thomas Bretz
2877
2878 * .rootrc:
2879 - updated with the correct path to the ViewCVS
2880
2881
2882
2883 2008/01/24 Thomas Bretz
2884
2885 * mpointing/MPointing.cc:
2886 - added ClassImp for RaDec
2887
2888 * mpointing/MPointing.h:
2889 - added code for classes AltAz and RaDec deriving from TVector2
2890 not to be used in Mars and Cosy
2891
2892
2893
2894 2008/01/24 Daniel Hoehne
2895
2896 * scripts/preparemc:
2897 - adapted to new rawfile/camera structure in /magic/montecarlo
2898
2899
2900
2901 2008/01/14 Thomas Bretz
2902
2903 * mpointing/MPointing.h:
2904 - added enumeration operator[]
2905
2906
2907
2908 2008/01/11 Thomas Bretz
2909
2910 * mbase/MLog.cc:
2911 - correctly use delete[] instead of delete for fGuiLInes as
2912 suggested by valgrind.
2913
2914
2915
2916 2008/01/09 Thomas Bretz
2917
2918 * mbadpixels/MBadPixelsTreat.[h,cc]:
2919 - removed obsolete fRawHeader
2920
2921 * mpointing/MSrcPosCam.[h,cc]:
2922 - added Paint member function
2923
2924 * mpointing/MSrcPosRndm.[h,cc]:
2925 - also produce a antio source position for wobble observations
2926
2927 * mraw/MRawRunHeader.cc, mjobs/MJCalibration.cc,
2928 mpedestal/MPedestalCam.cc:
2929 - some cosmetics
Note: See TracBrowser for help on using the repository browser.