114 |
|
|
115 |
|
|
116 |
|
SelectionStatus denomSel; |
117 |
< |
denomSel |= muonPreSelectionNoIP(ctrl,mu,vtx,pfCandidates); |
117 |
> |
denomSel |= muonPreSelectionNoD0IP(ctrl,mu,vtx,pfCandidates); |
118 |
|
if( !denomSel.passPre() ) continue; |
119 |
|
|
120 |
|
SelectionStatus musel; |
170 |
|
const mithep::Electron *ele = (mithep::Electron*)((*electronArr)[i]); |
171 |
|
|
172 |
|
SelectionStatus denomSel; |
173 |
< |
denomSel |= electronPreSelectionNoIP(ctrl,ele,vtx); |
173 |
> |
denomSel |= electronPreSelectionNoD0IP(ctrl,ele,vtx); |
174 |
|
if( !denomSel.passPre() ) continue; |
175 |
|
|
176 |
|
SelectionStatus elesel; |