source: trunk/MagicSoft/Mars/Changelog@ 9058

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