36 kSegmentCompatibility,
42 bool subtractMuon =
true) {
46 float dot = muP4.Vect().Dot(jp4.Vect());
47 float ptrel = muP4.P2() - dot * dot / jp4.P2();
48 ptrel = ptrel > 0 ?
sqrt(ptrel) : 0.0;
67 var[kMiniRelIsoNeutral] = miniIsoValue -
var[kMiniRelIsoCharged];
73 var[kSip] = edB3D > 0 ? fabs(dB3D / edB3D) : 0.0;
74 var[kLog_abs_dxyBS] = dB2D > 0 ?
log(dB2D) : 0;
75 var[kLog_abs_dzPV] = dz > 0 ?
log(dz) : 0;
79 double jecL1L2L3Res = 1.;
87 double dbCorrectedIsolation = chIso +
std::max(nIso + phoIso - .5 * puIso, 0.);
88 double dbCorrectedRelIso = dbCorrectedIsolation / muon.
pt();
90 var[kJetPtRatio] = 1. / (1 + dbCorrectedRelIso);
92 var[kJetBTagCSV] = -999;
93 var[kJetNDauCharged] = -1;
95 for (
const auto& tagI : bTags) {
97 double dr =
deltaR(*(tagI.first), muon);
105 if (correctorL1 && correctorL1L2L3Res) {
106 jecL1L2L3Res = correctorL1L2L3Res->
correction(*(tagI.first));
107 jecL1 = correctorL1->
correction(*(tagI.first));
111 var[kJetBTagCSV] = tagI.second;
112 var[kJetNDauCharged] = 0;
113 for (
auto jet : tagI.first->getJetConstituentsQuick()) {
115 if (pfcand ==
nullptr)
116 throw cms::Exception(
"ConfigurationError") <<
"Cannot get jet constituents";
117 if (pfcand->
charge() == 0)
124 if (bestTrackPtr->pt() < 1.)
126 if (bestTrackPtr->hitPattern().numberOfValidHits() < 8)
128 if (bestTrackPtr->hitPattern().numberOfValidPixelHits() < 2)
130 if (bestTrackPtr->normalizedChi2() >= 5)
133 if (std::fabs(bestTrackPtr->dxy(vertex.
position())) > 0.2)
135 if (std::fabs(bestTrackPtr->dz(vertex.
position())) > 17)
137 var[kJetNDauCharged]++;
141 if ((jetP4 - muP4).Rho() < 0.0001) {
143 var[kJetPtRatio] = 1;
145 jetP4 -= muP4 / jecL1;
146 jetP4 *= jecL1L2L3Res;
149 var[kJetPtRatio] = muP4.
pt() / jetP4.pt();
150 var[kJetPtRel] = ptRel(muP4, jetP4);
155 if (var[kJetPtRatio] > 1.5)
156 var[kJetPtRatio] = 1.5;
157 if (var[kJetBTagCSV] < 0)
158 var[kJetBTagCSV] = 0;
159 jetPtRatio = var[kJetPtRatio];
160 jetPtRel = var[kJetPtRel];
static std::vector< std::string > checklist log
double pt() const final
transverse momentum
const reco::Track * bestTrack() const override
double dB(IPTYPE type) const
double correction(const LorentzVector &fJet) const
get correction using Jet information only
MuonMvaEstimator(const edm::FileInPath &weightsfile, float dRmax)
float sumPhotonEt
sum pt of PF photons
example_track example_trackconst char *const kPt
const Point & position() const
position
float sumNeutralHadronEt
sum pt of neutral hadrons
const PFIsolation & miniPFIsolation() const
double segmentCompatibility(reco::Muon::ArbitrationType arbitrationType=reco::Muon::SegmentAndTrackArbitration) const
Returns the segment compatibility, using muon::segmentCompatibility (DataFormats/MuonReco/interface/M...
float sumPUPt
sum pt of charged Particles not from PV (for Pu corrections)
list var
if using global norm cols_to_minmax = ['t_delta', 't_hmaxNearP','t_emaxNearP', 't_hAnnular', 't_eAnnular','t_pt','t_nVtx','t_ieta','t_eHcal10', 't_eHcal30','t_rhoh','t_eHcal'] df[cols_to_minmax] = df[cols_to_minmax].apply(lambda x: (x - x.min()) / (x.max() - x.min()) if (x.max() - x.min() > 0) else 1.0/200.0)
double pt() const
track transverse momentum
double edB(IPTYPE type) const
const MuonPFIsolation & pfIsolationR04() const
float computeMva(const pat::Muon &imuon, const reco::Vertex &vertex, const reco::JetTagCollection &bTags, float &jetPtRatio, float &jetPtRel, float &miniIsoValue, const reco::JetCorrector *correctorL1=nullptr, const reco::JetCorrector *correctorL1L2L3Res=nullptr) const
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Particle reconstructed by the particle flow algorithm.
T dot(const Basic3DVector &v) const
Scalar product, or "dot" product, with a vector of same type.
std::unique_ptr< const GBRForest > gbrForest_
reco::TrackRef muonBestTrack() const override
Track selected to be the best measurement of the muon parameters (including PFlow global information)...
float chargedHadronIso() const
Analysis-level muon class.
int charge() const final
electric charge
float sumChargedHadronPt
sum-pt of charged Hadron
double eta() const final
momentum pseudorapidity