| 81 | } |
| 82 | |
| 83 | void GRRunAction::OpenFile() |
| 84 | { |
| 85 | if(!fileOpen) |
| 86 | { |
| 87 | auto analysisManager = G4AnalysisManager::Instance(); |
| 88 | analysisManager->OpenFile(fileName); |
| 89 | if(verbose>0) G4cout << "GRRunAction::BeginOfRunAction ### <" << fileName << "> is opened." << G4endl; |
| 90 | fileOpen = true; |
| 91 | } |
| 92 | } |
| 93 | |
| 94 | void GRRunAction::EndOfRunAction(const G4Run* /*run*/) |
| 95 | { |
no outgoing calls
no test coverage detected