Import Geant4 10.5.1 source tree

This commit is contained in:
Gabriele Cosmo
2019-04-17 10:39:02 +02:00
parent a7fdc52004
commit 28a70706e0
661 changed files with 55791 additions and 106984 deletions
@@ -92,8 +92,10 @@ namespace
const G4double CexmcHistoMissEnergyResolution( 0.2 * MeV );
const G4double CexmcHistoAngularResolution( 0.5 );
const G4double CexmcHistoAngularCResolution( 0.001 );
#ifdef CEXMC_USE_ROOTQT
const G4int CexmcHistoCanvasWidth( 800 );
const G4int CexmcHistoCanvasHeight( 600 );
#endif
const G4String CexmcHistoDirectoryHandle( "histograms" );
const G4String CexmcHistoDirectoryTitle( "Histograms" );
}