source: trunk/MagicSoft/Mars/Changelog@ 9144

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