source: trunk/MagicSoft/Mars/Changelog@ 9140

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