Definition at line 50 of file PFRecoTauDiscriminationAgainstMuon.cc.
53 if (thePFTauRef->hasMuonReference()) {
54 MuonRef muonref = thePFTauRef->leadPFChargedHadrCand()->muonRef();
60 double calo = muonref->caloCompatibility();
61 double border =
calo *
a + seg *
b +
c;
67 unsigned int muType = 0;
68 if (muonref->isGlobalMuon())
70 else if (muonref->isCaloMuon())
72 else if (muonref->isTrackerMuon())
75 const reco::PFJet* pfJetPtr = dynamic_cast<const reco::PFJet*>(thePFTauRef->pfTauTagInfoRef()->pfjetRef().get());
79 throw cms::Exception(
"Type Mismatch") <<
"The PFTau was not made from PFJets, and this outdated algorithm was "
80 "not updated to cope with PFTaus made from other Jets.\n";
81 bool eta_veto =
false;
82 bool phi_veto =
false;
83 if (fabs(muonref->eta()) > 2.3 || (fabs(muonref->eta()) > 1.4 && fabs(muonref->eta()) < 1.6))
85 if (muonref->phi() < 0.1 && muonref->phi() > -0.1)
87 if (muType != 1 || muonref->numberOfMatches() > 0 || eta_veto || phi_veto ||
muonEnergyFraction > 0.9)
98 <<
" Invalid Discriminator option = " <<
discriminatorOption_ <<
" --> please check cfi file !!\n";
104 if (thePFTauRef->leadPFChargedHadrCand().isNonnull()) {
106 thePFTauRef->leadPFChargedHadrCand()->hcalEnergy() + thePFTauRef->leadPFChargedHadrCand()->ecalEnergy();
107 if (thePFTauRef->decayMode() == 0 && muonCaloEn < (
hop_ * thePFTauRef->leadPFChargedHadrCand()->p()))
112 return (decision ? 1. : 0.);
References a, muon::AllArbitrated, b, c, reco::PFJet::chargedMuEnergyFraction(), Exception, edm::Ref< C, T, F >::get(), muon::isGoodMuon(), edm::Ref< C, T, F >::isNonnull(), reco::btau::muonEnergyFraction, muon::segmentCompatibility(), and edm::errors::UnimplementedFeature.