Kamil Sedlak 2009-06-05

Added possibility to use mu- (or other particles) as the primary particles
  in the G4ParticleGun  (this option can be switched on by 
  /gun/primaryparticle ).
This commit is contained in:
2009-06-05 13:08:02 +00:00
parent e6083ec894
commit b70e4ddbc7
9 changed files with 91 additions and 18 deletions

View File

@ -139,8 +139,8 @@ int main(int argc,char** argv) {
delete myRootOutput;
delete myErrorMessage;
delete myParameters;
// cks runManager->SetVerboseLevel(2); // This line can help debug crashes during the runManager delete
delete runManager;
// F04GlobalField* myGlobalField = F04GlobalField::getObject();
// if (myGlobalField!=NULL) {delete myGlobalField;}