Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HGCal] Shrinking Layer Clustering internal data structures - backport to 11_1_X #30757

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Reset at the end of produce
  • Loading branch information
felicepantaleo committed Jul 17, 2020
commit 0295d4facdaff4168affdb9d8848817e771b24a6
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ void HGCalLayerClusterProducer::produce(edm::Event& evt, const edm::EventSetup&
clusters_sharing(new std::vector<reco::BasicCluster>);
auto density = std::make_unique<Density>();

algo->reset();

algo->getEventSetup(es);

//make a map detid-rechit
Expand Down Expand Up @@ -246,6 +244,7 @@ void HGCalLayerClusterProducer::produce(edm::Event& evt, const edm::EventSetup&
clusterPtrsSharing.push_back(ptr);
}
}
algo->reset();
}

#endif