Ignore:
Timestamp:
08/13/09 18:57:30 (15 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtrigger/MTriggerPatternDecode.cc

    r9480 r9490  
    133133    fPattern->fUnprescaled = (pattern>>8) & 0xff;
    134134
    135     cout << (int)((pattern>>6)&1) << " " << fPattern->fPrescaled << endl;
    136 
    137     fPattern->Print();
    138 
    139135    // This is a workaround for the new scheme in which L1TPU (the signal
    140136    // comming directly from the L1 is connected, but the L1 (routed
     
    150146    }
    151147
    152     fPattern->Print();
    153 
    154148    return kTRUE;
    155149}
Note: See TracChangeset for help on using the changeset viewer.