Import Geant4 9.5.0 source tree
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user