source: trunk/MagicSoft/Mars/Changelog@ 9028

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