- Timestamp:
- 03/01/09 21:54:27 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/include-Classes/MMcFormat/MMcTrigHeader.hxx
r7880 r9369 66 66 void SetTrigPattern (UInt_t upi, UInt_t loi){ 67 67 68 if (upi== loi==0) {68 if (upi==0 && loi==0) { 69 69 fTrigPattern[0]= (UInt_t) fThreshold[0]; 70 70 fTrigPattern[1]= (UInt_t) (100*fMultiplicity+fTopology);
Note:
See TracChangeset
for help on using the changeset viewer.