Import Geant4 11.3.1 source tree

This commit is contained in:
Gabriele Cosmo
2025-03-24 16:45:22 +01:00
parent 32390e802b
commit df176550b3
388 changed files with 29491 additions and 29435 deletions
@@ -34,7 +34,7 @@ inline G4bool G4RootPNtupleManager::FillNtupleTColumn(
G4int ntupleId, G4int columnId, const std::string& value)
{
if ( fState.GetIsActivation() && ( ! GetActivation(ntupleId) ) ) {
G4cout << "Skipping FillNtupleIColumn for " << ntupleId << G4endl;
// G4cout << "Skipping FillNtupleIColumn for " << ntupleId << G4endl;
return false;
}
@@ -92,7 +92,7 @@ G4bool G4RootPNtupleManager::FillNtupleTColumn(
CreateNtuplesIfNeeded();
if ( fState.GetIsActivation() && ( ! GetActivation(ntupleId) ) ) {
G4cout << "Skipping FillNtupleIColumn for " << ntupleId << G4endl;
// G4cout << "Skipping FillNtupleIColumn for " << ntupleId << G4endl;
return false;
}