Changeset 8898 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 05/25/08 11:28:15 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8897 r8898 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2008/05/25 Thomas Bretz 22 23 * mtrigger/MTriggerPattern.cc: 24 - fixed a typo in a comment 25 26 * mtrigger/MFTriggerPattern.[h,cc]: 27 - some code cleanup (mainly unified all the Require and Deny 28 functions into one) 29 - added a DenyAll member function 30 - added Allow member functions including an AllowAll member function 31 32 33 * mjobs/MJPedestal.cc: 34 - To choose pedestals we now deny all other trigger bits except the 35 pedestal bit and in the case of data runs we deny all bits 36 except trigger lvl1 and trigger lvl2 37 38 * mjobs/MJCalibration.cc: 39 - In addition to denial of prescaled calibration events we 40 deny any bit in the unprescaled pattern but allow only 41 calibration events 42 43 * mjobs/MJCalibrateSignal.cc: 44 - Instead of the denial of only calibration and pedestal events, 45 we now deny any bit in the pattern, but allow Trigger Lvl1 46 and Trigger Lvl2 events to choose cosmics 47 - Instead of the denial of only lvl1 and lvl2 events, 48 we now deny any bit in the pattern, but allow pedestal 49 events to choose pedestals 50 - Instead of requiring only calibration events, 51 we now deny any bit in the pattern, but require the calibration 52 bit to choose calibration events 53 54 20 55 21 56 2008/05/24 Thomas Bretz
Note:
See TracChangeset
for help on using the changeset viewer.