_____________________________________________________________________________
| 1089 | |
| 1090 | //_____________________________________________________________________________ |
| 1091 | G4bool G4VAnalysisManager::SetFirstH2Id(G4int firstId) |
| 1092 | { |
| 1093 | return fH2HnManager->SetFirstId(firstId); |
| 1094 | } |
| 1095 | |
| 1096 | //_____________________________________________________________________________ |
| 1097 | G4bool G4VAnalysisManager::SetFirstH3Id(G4int firstId) |
nothing calls this directly
no test coverage detected