22 |
|
if ( triggerBits & kHLT_Ele17_CaloIdT_TrkIdVL_CaloIsoVL_TrkIsoVL_Ele8_CaloIdT_TrkIdVL_CaloIsoVL_TrkIsoVL ) |
23 |
|
pass = true; |
24 |
|
} |
25 |
– |
if ( runNum > 170826 ) { // aug05 & PRv6 |
26 |
– |
if ( triggerBits & kHLT_Ele17_CaloIdT_TrkIdVL_CaloIsoVL_TrkIsoVL_Ele8_CaloIdT_TrkIdVL_CaloIsoVL_TrkIsoVL ) |
27 |
– |
pass = true; |
28 |
– |
} |
25 |
|
|
26 |
|
// 58 pb-1 had a prescale issue, run range is 171050-171578 |
27 |
|
// they allow electron evts to pass kHLT_Ele17_CaloIdVT_CaloIsoVT_TrkIdT_TrkIsoVT_SC8_Mass30 in this period |
47 |
|
pass = true; |
48 |
|
} |
49 |
|
if( runNum >= 165088 ) { // PRv4 and on .... |
50 |
< |
if( triggerBits & kHLT_Mu17_Mu8 ) |
50 |
> |
if( triggerBits & kHLT_Mu13_Mu8 ) |
51 |
|
pass = true; |
52 |
|
} |
53 |
|
// } |