Skip to content

Commit

Permalink
removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
civanch committed Aug 7, 2019
1 parent be65166 commit 1c48cf9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SimG4Core/Application/src/RunManager.cc
Expand Up @@ -386,7 +386,6 @@ void RunManager::stopG4() {
}

void RunManager::produce(edm::Event& inpevt, const edm::EventSetup& es) {
//if(!m_runInitialized) { initG4(es); }
m_currentEvent = generateEvent(inpevt);
m_simEvent = new G4SimEvent;
m_simEvent->hepEvent(m_generator->genEvent());
Expand Down

0 comments on commit 1c48cf9

Please sign in to comment.