source: trunk/MagicSoft/Mars/Changelog@ 9070

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