Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61183
b: "refs/heads/CMSSW_7_1_X"
c: 2e5e649
h: "refs/heads/CMSSW_7_1_X"
i:
  61181: cbb921f
  61179: 6b6a8e4
  61175: b2f8473
  61167: 13f37df
  61151: 4e4c52d
  61119: 8025b7b
  61055: 5775ed5
  60927: 0002dd0
v: v3
  • Loading branch information
Victor Barashko committed Feb 27, 2009
1 parent 53a310b commit 2023a44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: 09c786f70121f131b3715aaf3464996502bbeb7e
"refs/heads/CMSSW_7_1_X": 1553b595e411558072bbb0a2a9c583a6e08b416f
"refs/heads/CMSSW_7_1_X": 2e5e64998d17302622623698336f81c7e7b1197e
4 changes: 3 additions & 1 deletion trunk/EventFilter/CSCRawToDigi/src/CSCDCCExaminer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,9 @@ long CSCDCCExaminer::check(const unsigned short* &buffer, long length){


// New ALCT data format:
if( buf0[0]==0xDB0A && (buf0[1]&0xF000)==0xD000 && (buf0[2]&0xF000)==0xD000 && (buf0[3]&0xF000)==0xD000){
if( ( buf0[0]==0xDB0A && (buf0[1]&0xF000)==0xD000 && (buf0[2]&0xF000)==0xD000 && (buf0[3]&0xF000)==0xD000)
&&
( (buf_1[0]&0xF000)==0xA000 && (buf_1[1]&0xF000)==0xA000 && (buf_1[2]&0xF000)==0xA000 && (buf_1[3]&0xF000)==0xA000 ) ){
fALCT_Header = true;
fALCT_Format2007 = true;
ALCT_CRC = 0;
Expand Down

0 comments on commit 2023a44

Please sign in to comment.