Import Geant4 10.3.0.beta source tree
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4VTransitionRadiation.cc 68037 2013-03-13 14:15:08Z gcosmo $
|
||||
// $Id: G4VTransitionRadiation.cc 97385 2016-06-02 09:59:53Z gcosmo $
|
||||
//
|
||||
// G4VTransitionRadiation class -- implementation file
|
||||
|
||||
@@ -41,18 +41,20 @@
|
||||
#include "G4Material.hh"
|
||||
#include "G4Region.hh"
|
||||
#include "G4TransportationManager.hh"
|
||||
#include "G4EmProcessSubType.hh"
|
||||
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
|
||||
G4VTransitionRadiation::G4VTransitionRadiation( const G4String& processName,
|
||||
G4ProcessType type )
|
||||
: G4VDiscreteProcess(processName, type),
|
||||
region(0),
|
||||
model(0),
|
||||
region(nullptr),
|
||||
model(nullptr),
|
||||
nSteps(0),
|
||||
gammaMin(100),
|
||||
gammaMin(100.),
|
||||
cosDThetaMax(std::cos(0.1))
|
||||
{
|
||||
SetProcessSubType(fTransitionRadiation);
|
||||
Clear();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user