56 if ( thePFTauRef->hasMuonReference() ) {
58 MuonRef muonref = thePFTauRef->leadPFChargedHadrCand()->muonRef();
63 double calo= muonref->caloCompatibility();
64 double border = calo *
a + seg *
b +
c;
65 if ( border > 0 ) decision =
false;
69 unsigned int muType = 0;
70 if ( muonref->isGlobalMuon() ) muType = 1;
71 else if ( muonref->isCaloMuon() ) muType = 2;
72 else if ( muonref->isTrackerMuon() ) muType = 3;
74 const reco::PFJet* pfJetPtr =
dynamic_cast<const reco::PFJet*
>(thePFTauRef->pfTauTagInfoRef()->pfjetRef().get());
77 }
else throw cms::Exception(
"Type Mismatch") <<
"The PFTau was not made from PFJets, and this outdated algorithm was not updated to cope with PFTaus made from other Jets.\n";
78 bool eta_veto =
false;
79 bool phi_veto =
false;
80 if ( fabs(muonref->eta()) > 2.3 || (fabs(muonref->eta()) > 1.4 && fabs(muonref->eta()) < 1.6)) eta_veto =
true;
81 if ( muonref->phi() < 0.1 && muonref->phi() > -0.1) phi_veto =
true;
82 if ( muType != 1 || muonref ->numberOfMatches() > 0 || eta_veto || phi_veto || muonEnergyFraction > 0.9 ) decision =
false;
90 <<
" Invalid Discriminator option = " <<
discriminatorOption_ <<
" --> please check cfi file !!\n";
96 if ( thePFTauRef->leadPFChargedHadrCand().isNonnull() ) {
97 double muonCaloEn = thePFTauRef->leadPFChargedHadrCand()->hcalEnergy() + thePFTauRef->leadPFChargedHadrCand()->ecalEnergy();
98 if ( thePFTauRef->decayMode() == 0 && muonCaloEn < (
hop_*thePFTauRef->leadPFChargedHadrCand()->p()) ) decision =
false;
102 return (decision ? 1. : 0.);
Jets made from PFObjects.
float segmentCompatibility(const reco::Muon &muon, reco::Muon::ArbitrationType arbitrationType=reco::Muon::SegmentAndTrackArbitration)
bool isGoodMuon(const reco::Muon &muon, SelectionType type, reco::Muon::ArbitrationType arbitrationType=reco::Muon::SegmentAndTrackArbitration)
main GoodMuon wrapper call
float chargedMuEnergyFraction() const
chargedMuEnergyFraction
std::string discriminatorOption_