7 |
class PamG4RunConfiguration : public TG4RunConfiguration |
class PamG4RunConfiguration : public TG4RunConfiguration |
8 |
{ |
{ |
9 |
public: |
public: |
10 |
PamG4RunConfiguration(const TString& userGeometry = "geomRootToGeant4", |
PamG4RunConfiguration(const TString& userGeometry = "geomRoot", |
11 |
const TString& physicsList = "QGSP_BIC_HP", |
const TString& physicsList = "QGSP_BIC_HP", |
12 |
const TString& specialProcess = "specialCuts+specialControls+stepLimiter"); |
const TString& specialProcess = "specialCuts+specialControls+stepLimiter"); |
13 |
virtual ~PamG4RunConfiguration(); |
virtual ~PamG4RunConfiguration(); |
14 |
|
|
15 |
// methods |
// methods |
16 |
virtual G4VUserPhysicsList* CreatePhysicsList(); |
virtual TG4VUserRegionConstruction* CreateUserRegionConstruction(); |
17 |
|
|
18 |
ClassDef(PamG4RunConfiguration,1) |
ClassDef(PamG4RunConfiguration,1) |
19 |
}; |
}; |