|
// $Id: PamG4RunConfiguration.cxx,v 1.0 2007/06/04 |
|
|
// |
|
|
// Class PamG4RunConfiguration |
|
|
|
|
1 |
#include "PamG4RunConfiguration.h" |
#include "PamG4RunConfiguration.h" |
2 |
|
#include "PamG4RegionConstruction.h" |
3 |
|
|
4 |
#include <LHEP_BIC_HP.hh> |
ClassImp(PamG4RunConfiguration) |
|
|
|
|
PamG4RunConfiguration::PamG4RunConfiguration(const TString& userGeometry) |
|
|
: TG4RunConfiguration(userGeometry) { |
|
|
} |
|
5 |
|
|
|
PamG4RunConfiguration::~PamG4RunConfiguration(){ |
|
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 |
G4VUserPhysicsList* PamG4RunConfiguration::CreatePhysicsList() |
PamG4RunConfiguration::~PamG4RunConfiguration() |
17 |
{ |
{ |
18 |
// Create LHEP_BIC_HP physics list |
/// Destructor |
19 |
|
} |
20 |
|
|
|
return new LHEP_BIC_HP(); |
|
|
} |
|
21 |
|
|
22 |
|
|
23 |
|
TG4VUserRegionConstruction* PamG4RunConfiguration::CreateUserRegionConstruction(){ |
24 |
|
return new PamG4RegionConstruction(1, "Pamela Tracking Media cuts"); |
25 |
|
} |