Skip to content

Commit

Permalink
Merge branch 'master' of github.com:JeffersonLab/hps-mc
Browse files Browse the repository at this point in the history
  • Loading branch information
cbravo135 committed Jan 19, 2024
2 parents 6c7e84f + 0b7fc37 commit d2780b7
Show file tree
Hide file tree
Showing 20 changed files with 991,565 additions and 0 deletions.
19 changes: 19 additions & 0 deletions prod/jlab/ana16BLpass4c/.hpsmc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[JobManager]
hps_fieldmaps_dir = /work/hallb/hps/bravo/sw/hps-fieldmaps
hps_java_bin_jar = /home/bravo/.m2/repository/org/hps/hps-distribution/5.2.2-SNAPSHOT/hps-distribution-5.2.2-SNAPSHOT-bin.jar
java_args = -Xmx1g -XX:+UseSerialGC

[HPSTR]
hpstr_install_dir = /work/hallb/hps/bravo/sw/hpstr/install
hpstr_base = /work/hallb/hps/bravo/sw/hpstr

[EvioToLcio]
hps_java_bin_jar = /home/bravo/.m2/repository/org/hps/hps-distribution/5.2.2-SNAPSHOT/hps-distribution-5.2.2-SNAPSHOT-bin.jar
java_args = -Xmx1g -XX:+UseSerialGC

[Job]
dry_run = False
check_output_files = False
enable_copy_output_files = False
enable_file_chaining = True
delete_rundir = False
1,960 changes: 1,960 additions & 0 deletions prod/jlab/ana16BLpass4c/fileList.txt

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions prod/jlab/ana16BLpass4c/job.json.tmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
{% set splitPath = input_files['data'][0].split('/') %}
{% set run_number = splitPath[7].split('_')[1].split(".")[0]|int %}
{% set partition = splitPath[7].split('.')[2]|int %}
"input_files": {
"{{input_files['data'][0]}}": "data_events.slcio"
},
"output_files": {
"data_events_recon.slcio": "{{splitPath[7][:-6]}}.slcio",
"data_events_recon.root": "{{splitPath[7][:-6]}}.root",
"data_events_recon_ana.root": "{{splitPath[7][:-6]}}_ana.root"
},
"steering_files": {
"recon": "/org/hps/steering/recon/PhysicsRun2016Rerecon_KF.lcsim"
},
"config_files": {
"recon": "simpTuple_2016_cfg.py",
"ana": "anaSimps_2016_cfg.py"
},
"detector": "HPS-PhysicsRun2016-Pass2",
"output_dir": "/cache/hallb/hps/physrun2016/BLPass4c/rereco",
"is_data": 1,
"run_number": {{run_number}},
"year": 2016
}
Loading

0 comments on commit d2780b7

Please sign in to comment.