Skip to content

Commit

Permalink
Remnoved general particle gun
Browse files Browse the repository at this point in the history
  • Loading branch information
cdean-github committed Dec 26, 2021
1 parent fa2b4b6 commit 6041df9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 106 deletions.
4 changes: 2 additions & 2 deletions detectors/EICDetector/Fun4All_G4_EICDetector.C
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ int Fun4All_G4_EICDetector(
const string &outputFile = "G4EICDetector.root",
const string &embed_input_file = "https://www.phenix.bnl.gov/WWW/publish/phnxbld/sPHENIX/files/sPHENIX_G4Hits_sHijing_9-11fm_00000_00010.root",
const int skip = 0,
const string &outdir = ".", const string particleType = "e-")
const string &outdir = ".")
{
//---------------
// Fun4All server
Expand Down Expand Up @@ -141,7 +141,7 @@ int Fun4All_G4_EICDetector(
// add the settings for other with [1], next with [2]...
if (Input::SIMPLE)
{
INPUTGENERATOR::SimpleEventGenerator[0]->add_particles(particleType, 5);
INPUTGENERATOR::SimpleEventGenerator[0]->add_particles("pi-", 5);
if (Input::HEPMC || Input::EMBED)
{
INPUTGENERATOR::SimpleEventGenerator[0]->set_reuse_existing_vertex(true);
Expand Down
104 changes: 0 additions & 104 deletions detectors/EICDetector/run_EIC_production.sh

This file was deleted.

0 comments on commit 6041df9

Please sign in to comment.