Skip to content

Commit

Permalink
Merge pull request cms-sw#57 from dtp2-tpg-am/newBestChi2
Browse files Browse the repository at this point in the history
Solved bug while using chi2 in Analyzer
  • Loading branch information
camilocarrillo authored Sep 10, 2019
2 parents f0b1a69 + 093f9ac commit 64d9d0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions L1Trigger/DTPhase2Trigger/src/MuonPathAnalyzerPerSL.cc
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ void MuonPathAnalyzerPerSL::analyze(MuonPath *inMPath,std::vector<metaPrimitive>
chi2_phi=phi;
chi2_phiB=phiB;
chi2_chi2=chi2;
best_chi2=chi2;
chi2_quality= mpAux->getQuality();
for(int i=0;i<4;i++){bestLat[i]=lat[i];}
}
Expand Down

0 comments on commit 64d9d0a

Please sign in to comment.