Skip to content

Commit

Permalink
8GeV config added for inclusive sample as default config
Browse files Browse the repository at this point in the history
  • Loading branch information
Pritam Palit authored and tomeichlersmith committed Apr 10, 2024
1 parent 5306acb commit dcbdc79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 74 deletions.
8 changes: 4 additions & 4 deletions .github/validation_samples/inclusive/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

from LDMX.SimCore import simulator as sim
mySim = sim.simulator( "mySim" )
mySim.setDetector( 'ldmx-det-v14' )
mySim.setDetector( 'ldmx-det-v14-8gev', True )
from LDMX.SimCore import generators as gen
mySim.generators.append( gen.single_4gev_e_upstream_tagger() )
mySim.generators.append( gen.single_8gev_e_upstream_tagger() )
mySim.beamSpotSmear = [20.,80.,0.]
mySim.description = 'Basic test Simulation'

Expand All @@ -20,8 +20,8 @@
p.run = int(os.environ['LDMX_RUN_NUMBER'])
p.maxEvents = int(os.environ['LDMX_NUM_EVENTS'])

p.histogramFile = 'hist.root'
p.outputFiles = ['events.root']
p.histogramFile = 'hist_8gev.root'
p.outputFiles = ['events_8gev.root']

import LDMX.Ecal.EcalGeometry
import LDMX.Ecal.ecal_hardcoded_conditions
Expand Down
70 changes: 0 additions & 70 deletions .github/validation_samples/inclusive/config_inclusive_8gev.py

This file was deleted.

0 comments on commit dcbdc79

Please sign in to comment.