Definition at line 113 of file WMuNuProducer.cc.
References reco::WMuNuCandidate::acop(), DEFINE_FWK_MODULE, reco::WMuNuCandidate::eT(), edm::Event::getByToken(), reco::WMuNuCandidate::getMuon(), reco::WMuNuCandidate::getNeutrino(), reco::Muon::globalTrack(), reco::Muon::innerTrack(), reco::Muon::isGlobalMuon(), edm::Ref< C, T, F >::isNull(), LogTrace, reco::WMuNuCandidate::massT(), RazorAnalyzer::met, MT2Analyzer::metCollection, metToken_, eostools::move(), metsig::muon, HiRecoMuon_cff::muonCollection, muonToken_, reco::LeafCandidate::pt(), ptComparator, edm::Event::put(), reco::LeafCandidate::px(), reco::LeafCandidate::py(), and reco::LeafCandidate::pz().
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
118 LogError(
"") <<
">>> Muon collection does not exist !!!";
121 int muonCollectionSize = muonCollection->size();
126 LogError(
"") <<
">>> MET collection does not exist !!!";
133 if (muonCollectionSize<1)
return;
140 for (
int indx=0; indx<muonCollectionSize; indx++){
142 if (!
muon->isGlobalMuon())
continue;
143 if (
muon->globalTrack().isNull())
continue;
144 if (
muon->innerTrack().isNull())
continue;
147 LogTrace(
"")<<
"Building WMuNu Candidate!";
149 LogTrace(
"") <<
"\t... W mass, W_et: "<<WCand->
massT()<<
", "<<WCand->
eT()<<
"[GeV]";
150 LogTrace(
"") <<
"\t... W_px, W_py: "<<WCand->
px()<<
", "<< WCand->
py() <<
"[GeV]";
154 WMuNuCandidates->push_back(*WCand);
157 std::sort(WMuNuCandidates->begin(),WMuNuCandidates->end(),
ptComparator);
virtual double pt() const final
transverse momentum
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
bool getByToken(EDGetToken token, Handle< PROD > &result) const
edm::EDGetTokenT< edm::View< reco::MET > > metToken_
edm::EDGetTokenT< edm::View< reco::Muon > > muonToken_
virtual double px() const final
x coordinate of momentum vector
virtual double pz() const final
z coordinate of momentum vector
std::vector< reco::WMuNuCandidate > WMuNuCandidateCollection
const reco::Muon & getMuon() const
const reco::MET & getNeutrino() const
virtual double py() const final
y coordinate of momentum vector