_____________________________________________________________________________
| 1095 | |
| 1096 | //_____________________________________________________________________________ |
| 1097 | G4bool G4VAnalysisManager::SetFirstH3Id(G4int firstId) |
| 1098 | { |
| 1099 | return fH3HnManager->SetFirstId(firstId); |
| 1100 | } |
| 1101 | |
| 1102 | //_____________________________________________________________________________ |
| 1103 | G4bool G4VAnalysisManager::SetFirstProfileId(G4int firstId) |
nothing calls this directly
no test coverage detected