21 |
|
#include "DataFormats/L1Trigger/interface/L1JetParticle.h" |
22 |
|
#include "DataFormats/L1GlobalTrigger/interface/L1GlobalTriggerReadoutRecord.h" |
23 |
|
#include "DataFormats/HLTReco/interface/TriggerEvent.h" |
24 |
+ |
#include "DataFormats/BeamSpot/interface/BeamSpot.h" |
25 |
|
|
26 |
|
#include "DataFormats/PatCandidates/interface/Lepton.h" |
27 |
|
#include "DataFormats/PatCandidates/interface/Jet.h" |
62 |
|
|
63 |
|
void HbbMuons(const edm::Handle<std::vector<pat::Muon> > & aCol, |
64 |
|
const edm::Handle<std::vector<reco::Vertex> > & aRecoVertices, |
65 |
+ |
const edm::Handle<reco::BeamSpot> & aBeamSpot, |
66 |
|
std::vector<HbbAnalysis::Muon> & aVec); |
67 |
|
|
68 |
|
void HbbTaus(const edm::Handle<std::vector<pat::Tau> > & aCol, |