You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the following error: #4 #5 0x00002b3763f41d16 in std::vectoredm::Ptr<reco::PFCandidate, std::allocatoredm::Ptr<reco::PFCandidate > >::vector(std::vectoredm::Ptr<reco::PFCandidate, std::allocatoredm::Ptr<reco::PFCandidate > > const&) ()
I was running the same code in 62X without problems.
The text was updated successfully, but these errors were encountered:
while running on the files produced in CMSSW700, if i try to do:
for (std::vectorpat::Tau::const_iterator it = taus->begin();
it != taus->end(); ++it) {
std::vectoredm::Ptr<reco::PFCandidate > signalPFChargedHadrCandidates =it->signalPFChargedHadrCands();
}
I have the following error:
#4
#5 0x00002b3763f41d16 in std::vectoredm::Ptr<reco::PFCandidate, std::allocatoredm::Ptr<reco::PFCandidate > >::vector(std::vectoredm::Ptr<reco::PFCandidate, std::allocatoredm::Ptr<reco::PFCandidate > > const&) ()
I was running the same code in 62X without problems.
The text was updated successfully, but these errors were encountered: