|
[Rivet-svn] rivet: Remove use of undeclared ChargedFinalStateRivet Mercurial rivet at projects.hepforge.orgMon Jul 2 21:15:02 BST 2018
details: https://rivet.hepforge.org/hg/rivet/rev/af503c6f8fa5 branches: release-2-6-x changeset: 6356:af503c6f8fa5 user: Andy Buckley <andy at insectnation.org> date: Mon Jul 02 21:08:05 2018 +0100 description: Remove use of undeclared ChargedFinalState diffs (11 lines): --- a/analyses/pluginATLAS/ATLAS_2016_CONF_2016_037.cc Fri Jun 29 23:10:50 2018 +0100 +++ b/analyses/pluginATLAS/ATLAS_2016_CONF_2016_037.cc Mon Jul 02 21:08:05 2018 +0100 @@ -49,7 +49,7 @@ declare(mus, "TruthMuons"); declare(SmearedParticles(mus, MUON_EFF_ATLAS_RUN2, MUON_SMEAR_ATLAS_RUN2), "Muons"); - ChargedFinalState cfs(Cuts::abseta < 2.5); + FinalState cfs(Cuts::abseta < 2.5 && Cuts::abscharge > 0); declare(cfs, "TruthTracks"); declare(SmearedParticles(cfs, TRK_EFF_ATLAS_RUN2), "Tracks");
More information about the Rivet-svn mailing list |