Skip to content

Commit

Permalink
Merge pull request #8838 from rappoccio/rappoccio_74x_miniaodindexfix
Browse files Browse the repository at this point in the history
Backport from #8837 : Index bug in miniAOD substructure jets
  • Loading branch information
davidlange6 committed Apr 23, 2015
2 parents 4b1d737 + a006ed7 commit b6a66a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PhysicsTools/PatUtils/plugins/JetSubstructurePacker.cc
Expand Up @@ -66,8 +66,9 @@ JetSubstructurePacker::produce(edm::Event& iEvent, const edm::EventSetup&)
reco::CandidatePtr candPtr = jjet.daughterPtr( ida);
nextSubjets.push_back( edm::Ptr<pat::Jet> ( candPtr ) );
}
break;
}
break;

}

outputs->back().addSubjets( nextSubjets, algoLabels_[index] );
Expand Down

0 comments on commit b6a66a8

Please sign in to comment.