41 |
|
#include "EventData.h" |
42 |
|
#include "SelectionStatus.h" |
43 |
|
|
44 |
< |
|
44 |
> |
void fillVetoArrays( ControlFlags & ctrl, |
45 |
> |
const mithep::Array<mithep::Muon> *muonArr, |
46 |
> |
vector< const mithep::Muon*> & muonsToVeto, |
47 |
> |
const mithep::Array<mithep::Electron> *electronArr, |
48 |
> |
vector< const mithep::Electron*> & electronsToVeto, |
49 |
> |
const mithep::Vertex & vtx ); |
50 |
|
EventData apply_HZZ4L_selection(ControlFlags &ctrl, // input control |
51 |
|
const mithep::EventHeader *info, // input event info |
52 |
|
const mithep::Vertex & fVertex, |