1 |
#include "PamG4RunConfiguration.h" |
2 |
#include "PamG4RegionConstruction.h" |
3 |
|
4 |
ClassImp(PamG4RunConfiguration) |
5 |
|
6 |
|
7 |
PamG4RunConfiguration::PamG4RunConfiguration(const TString& userGeometry, |
8 |
const TString& physicsList, |
9 |
const TString& specialProcess) |
10 |
: TG4RunConfiguration(userGeometry, physicsList, specialProcess) |
11 |
{ |
12 |
|
13 |
} |
14 |
|
15 |
|
16 |
PamG4RunConfiguration::~PamG4RunConfiguration() |
17 |
{ |
18 |
/// Destructor |
19 |
} |
20 |
|
21 |
|
22 |
|
23 |
TG4VUserRegionConstruction* PamG4RunConfiguration::CreateUserRegionConstruction(){ |
24 |
return new PamG4RegionConstruction(1, "Pamela Tracking Media cuts"); |
25 |
} |