Skip to content

Commit

Permalink
removed unused config (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
FaroutYLq authored Jun 12, 2024
1 parent 3517590 commit 1f77249
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
14 changes: 7 additions & 7 deletions jobs/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ t_sleep = 1

[job]
container = xenonnt-montecarlo-development.simg
runids = 48692,48693,48699,49028,49077,49079,49080,49432,49433
output_folder = /scratch/midway2/yuanlq/salt/rn220
runids = 51938,51914,51907,51905,51908,51904,51906,51909,51911,51913,51939,51910
output_folder = /scratch/midway2/yuanlq/download/ambe
package = fuse
saltax_mode = salt
simu_config_version = sr1_dev
generator_name = flat
recoil = 8
recoil = 0
simu_mode = all
rate = 100
en_range = 0.2,15
en_range = 0.2,45
process_data = False
process_simu = True
skip_records = False
Expand All @@ -24,8 +24,8 @@ storage_to_patch = /project/lgrandi/yuanlq/salt/raw_records,/scratch/midway2/yua
username = yuanlq
account = pi-lgrandi
job_title = sprinkling
partition = lgrandi
qos = lgrandi
partition = broadwl
qos = broadwl
mem_per_cpu = 45000
cpus_per_task = 1
log_dir = /home/yuanlq/.tmp_job_submission/saltax/rn220
log_dir = /home/yuanlq/.tmp_job_submission/saltax/ambe
1 change: 0 additions & 1 deletion saltax/contexts.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
# straxen XENONnT options/configuration
XNT_COMMON_OPTS = straxen.contexts.xnt_common_opts.copy()
XNT_COMMON_CONFIG = straxen.contexts.xnt_common_config.copy()
XNT_SIMULATION_CONFIG = straxen.contexts.xnt_simulation_config.copy()

# wfsim based saltax options overrides
SXNT_COMMON_OPTS_REGISTER = XNT_COMMON_OPTS["register"].copy()
Expand Down

0 comments on commit 1f77249

Please sign in to comment.