Changeset 9490 for trunk/MagicSoft/Mars/mtrigger
- Timestamp:
- 08/13/09 18:57:30 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtrigger/MTriggerPatternDecode.cc
r9480 r9490 133 133 fPattern->fUnprescaled = (pattern>>8) & 0xff; 134 134 135 cout << (int)((pattern>>6)&1) << " " << fPattern->fPrescaled << endl;136 137 fPattern->Print();138 139 135 // This is a workaround for the new scheme in which L1TPU (the signal 140 136 // comming directly from the L1 is connected, but the L1 (routed … … 150 146 } 151 147 152 fPattern->Print();153 154 148 return kTRUE; 155 149 }
Note:
See TracChangeset
for help on using the changeset viewer.