Skip to content

Commit

Permalink
Merge pull request #26143 from mrodozov/fix-warning-ElectroWeakAnalys…
Browse files Browse the repository at this point in the history
…is/ZMuMu

Remove warning in ElectroWeakAnalysis/ZMuMu
  • Loading branch information
cmsbuild committed Mar 11, 2019
2 parents 29e9669 + 620d9b7 commit 49c2284
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -187,7 +187,6 @@ class MCEfficiencyAnalyzer : public edm::EDAnalyzer
cout<<" effSta == "<< (double)(nSta + nMureco) / nMuMC<<endl;
}

vector< int >::const_iterator p2;
for (unsigned int i =0 ; i < v_.size(); ++i )
{
cout<<" delta R Mu Sta == "<< v_[i]<<endl;
Expand Down

0 comments on commit 49c2284

Please sign in to comment.