Changeset 9143
- Timestamp:
- 10/14/08 15:36:19 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9141 r9143 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2008/10/14 Thomas Bretz 22 23 * mjobs/MJPedestal.cc: 24 - for extracting the pulse position we have to allow sum events 25 but require level 1 trigger instead of disallowing sum-events 26 27 20 28 21 29 2008/10/13 Thomas Bretz -
trunk/MagicSoft/Mars/NEWS
r9141 r9143 36 36 37 37 * Now allows to merpp files newer than 2008/09/03. 38 39 ;callisto 40 41 * Extracting the pulse position for the pulse position check events 42 with sum trigger were denied. This decreased the statistics 43 extremely and therefor the resulting puse position was calculated 44 quite weak. Now sum events pass the calculation if and only if they 45 have also a level 1 trigger. 38 46 39 47 -
trunk/MagicSoft/Mars/mjobs/MJPedestal.cc
r9068 r9143 1027 1027 // calibration events in such data, so this is fine. 1028 1028 // The selection is done with the trigger bits before prescaling 1029 // Extract pulse position from Lvl1 events. 1029 1030 MTriggerPatternDecode decode; 1030 1031 MFTriggerPattern fcalib("SelectCosmics"); 1031 1032 fcalib.SetDefault(kTRUE); 1032 1033 fcalib.DenyAll(); 1033 fcalib. AllowTriggerLvl1();1034 fcalib.RequireTriggerLvl1(); 1034 1035 fcalib.AllowTriggerLvl2(); 1035 //fcalib.AllowSumTrigger();1036 fcalib.AllowSumTrigger(); 1036 1037 1037 1038 tlist.AddToList(&decode);
Note:
See TracChangeset
for help on using the changeset viewer.