Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

look for data only locally #1

Open
wants to merge 1 commit into
base: hbtAtKBFI
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions law.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ default_analysis: hbt.config.analysis_hbt.analysis_hbt
; default_dataset: hh_ggf_bbtautau_madgraph
; default_config: run2_2017_nano_v9_limited
; default_dataset: hh_ggf_bbtautau_madgraph
default_config: run2_2017_nano_uhh_v11_limited
default_config: run2_2017_nano_v9
default_dataset: graviton_hh_ggf_bbtautau_m400_madgraph

production_modules: columnflow.production.{categories,normalization,processes}, columnflow.production.cms.{btag,electron,mc_weight,muon,pdf,pileup,scale,seeds,gen_top_decay}, hbt.production.{default,weights,features,btag,tau}
Expand Down Expand Up @@ -69,11 +69,11 @@ log_array_function_runtime: False
[outputs]

# list of all used file systems
wlcg_file_systems: wlcg_fs, wlcg_fs_desy, wlcg_fs_cernbox, wlcg_fs_desy_store, wlcg_fs_infn_redirector, wlcg_fs_global_redirector, wlcg_fs_run2_2017_nano_uhh_v11
wlcg_file_systems: local_fs_kbfi

# list of file systems used by columnflow.tasks.external.GetDatasetLFNs.iter_nano_files to
# look for the correct fs per nano input file (in that order)
lfn_sources: wlcg_fs_desy_store, wlcg_fs_infn_redirector, wlcg_fs_global_redirector
lfn_sources: local_fs_kbfi

# output locations per task family
# for local targets : "local[, LOCAL_FS_NAME or STORE_PATH]"
Expand Down Expand Up @@ -129,7 +129,11 @@ job_file_dir_cleanup: False

[local_fs]

base: /
base:

[local_fs_kbfi]

base: /cms/


[local_fs_desy_dcache]
Expand Down