Skip to content

Commit

Permalink
Merge pull request #165 from JeffersonLab/gen_primex_compton_optional
Browse files Browse the repository at this point in the history
Move gen_primex_compton from a required generator to an optional one.…
  • Loading branch information
zihlmann authored Nov 3, 2020
2 parents 6e33ad4 + 4f404d2 commit fccc525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/programs/Simulation/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ import os,sbms
Import('*')


subdirs = ['genr8', 'GEN2HDDM', 'genr8_2_hddm', 'HDGeant', 'mcsmear', 'bggen', 'gen_2k', 'gen_2pi', 'gen_2pi_amp', 'gen_2pi_primakoff','gen_3pi', 'gen_pi0', 'gen_omega_3pi', 'gen_omega_radiative' , 'nullgen', 'gen_amp', 'BGRate_calc', 'genEtaRegge', 'gen_ee', 'gen_ee_hb', 'genScalarRegge', 'gen_compton', 'gen_omegapi', 'gen_compton_simple', 'gen_primex_eta_he4', 'gen_whizard', 'MC_GEN', 'gen_primex_compton' ]
subdirs = ['genr8', 'GEN2HDDM', 'genr8_2_hddm', 'HDGeant', 'mcsmear', 'bggen', 'gen_2k', 'gen_2pi', 'gen_2pi_amp', 'gen_2pi_primakoff','gen_3pi', 'gen_pi0', 'gen_omega_3pi', 'gen_omega_radiative' , 'nullgen', 'gen_amp', 'BGRate_calc', 'genEtaRegge', 'gen_ee', 'gen_ee_hb', 'genScalarRegge', 'gen_compton', 'gen_omegapi', 'gen_compton_simple', 'gen_primex_eta_he4', 'gen_whizard', 'MC_GEN']


# only build if EvtGen is installed
EVTGEN_HOME = os.getenv('EVTGENDIR')
if EVTGEN_HOME!=None:
subdirs += ['decay_evtgen','gen_schannel']

sbms.OptionallyBuild(env, ['genphoton', 'genpi', 'gen_2mu', 'stdhep_translators', 'bggen_jpsi'])
sbms.OptionallyBuild(env, ['genphoton', 'genpi', 'gen_2mu', 'stdhep_translators', 'bggen_jpsi', 'gen_primex_compton'])

SConscript(dirs=subdirs, exports='env osname', duplicate=0)

0 comments on commit fccc525

Please sign in to comment.