source: trunk/MagicSoft/Mars/Changelog@ 9179

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