source: trunk/MagicSoft/Mars/Changelog@ 9015

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