Skip to content
Snippets Groups Projects
Commit 7eb6ab4f authored by Chad Lantz's avatar Chad Lantz
Browse files

Cleared vectors for each event

parent 04b51970
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,8 @@ void PMTSD::Initialize(G4HCofThisEvent* HCE){
m_nHits = 0;
for(auto vec : m_PtrVec ) vec->clear();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment