Import Geant4 9.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:46:55 +02:00
parent 89a9605df1
commit b1eb5424d2
10957 changed files with 888481 additions and 160139 deletions
@@ -53,9 +53,11 @@
typedef std::vector< G4double > CexmcEnergyDepositCrystalRowCollection;
typedef std::vector< CexmcEnergyDepositCrystalRowCollection >
CexmcEnergyDepositCalorimeterCollection;
const G4double CexmcDblMax( std::numeric_limits< double >::max() );
const G4String CexmcStudiedProcessFirstName( "studiedProcess_" );
@@ -69,6 +71,8 @@ const G4String CexmcChargeExchangeInteractionName( "Cexmc" +
const G4String CexmcEDDigitizerName( "EDDig" );
const G4String CexmcTPDigitizerName( "TPDig" );
const G4String CexmcScenePrimitivesDescription( "CexmcScenePrimitives" );
const G4double CexmcFwhmToStddev( 0.42466 );
const G4double CexmcInvalidCosTheta( 2.0 );
@@ -169,6 +173,13 @@ enum CexmcCrystalSelectionAlgorithm
};
enum CexmcEDCollectionAlgoritm
{
CexmcCollectEDInAllCrystals,
CexmcCollectEDInAdjacentCrystals
};
enum CexmcEventDataVerboseLevel
{
CexmcWriteNoEventData,