source: trunk/MagicSoft/Mars/Changelog@ 9016

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