- Timestamp:
- 06/09/08 22:56:22 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8930 r8932 22 22 2008/06/09 Thomas Bretz 23 23 24 * mbase/MArgs.[h,cc]: 25 - for convinience store the full command line as Title 26 - replaced *fArgv by fArgv 27 28 * mbase/MObjLookup.cc: 29 - replaced C-style cast by reinterpret_cast 24 * mbase/MArgs.[h,cc]: 25 - for convinience store the full command line as Title 26 - replaced *fArgv by fArgv 27 28 * mbase/MObjLookup.cc: 29 - replaced C-style cast by reinterpret_cast 30 31 * datacenter/macros/fillcalib.C, datacenter/macros/fillstar.C: 32 - removed usage of Nint (obsolete... Form does rounding) 33 34 * datacenter/macros/fillsignal.C: 35 - removed usage of Nint (obsolete... Form does rounding) 36 - added new columns to get trigger rates from TrigPat tab 37 - fixed some small bugs lately introduced 38 39 * mhflux/MHEffectiveOnTime.cc: 40 - fixed a typo in ReInit 30 41 31 42 -
trunk/MagicSoft/Mars/NEWS
r8913 r8932 2 2 3 3 == <cvs> == 4 5 ;Database 6 7 * introduced average temperature and wind speed from star-files 8 9 * introduced the ratio of accepted calibration events in the 10 calibration run 11 12 * introduced the average rates of the different trigger pattern, 13 e.g. the rate of pedestal and calibration events, from the signal-file 4 14 5 15 ;general … … 99 109 * Added a new command line option --dev-null to suppress output of 100 110 I-files (this is useful for test cases) 111 112 * Tab "Rate" added showing the distribution of the trigger pattern 113 (should only be Trig (Lvl1/Lvl2) and Sum (Sum only)) as found in 114 the Y-files (normalized with the run length) 115 116 * The effective on-time calculation doesn't use events with only 117 sum-trigger anymore 101 118 102 119 ;ganymed/sponde -
trunk/MagicSoft/Mars/mhflux/MHEffectiveOnTime.cc
r8929 r8932 484 484 { 485 485 MRawRunHeader *header = (MRawRunHeader*)pList->FindObject("MRawRunHeader"); 486 if ( header)486 if (!header) 487 487 { 488 488 *fLog << err << "MRawRunHeader not found... aborting." << endl;
Note:
See TracChangeset
for help on using the changeset viewer.