Skip to content

Commit

Permalink
Merge pull request #407 from JeffersonLab/example_slic_macro
Browse files Browse the repository at this point in the history
dont use nevents for hps-java readout
  • Loading branch information
cbravo135 authored Oct 2, 2023
2 parents 9ef7c98 + 9ca349f commit b916add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/jobs/slic_gps_to_ana_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
filter_bunches = FilterBunches()

## Run simulated events in readout to generate triggers
readout = JobManager(steering='readout')
readout = JobManager(steering='readout', ignore_job_params=['nevents'])

## Run physics reconstruction
recon = JobManager(steering='recon')
recon = JobManager(steering='recon', ignore_job_params=['nevents'])

## Convert LCIO to ROOT
root_cnv = HPSTR(cfg='recon')
Expand Down

0 comments on commit b916add

Please sign in to comment.