source: trunk/MagicSoft/Mars/Changelog@ 9044

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