cms-l1t-offline / cms-l1t-analysis

0 stars 21 forks source link

Replacing `do_X` with `load_trees` in configs, analysers and eventReader #128

Closed kreczko closed 6 years ago

kreczko commented 6 years ago

Relates to #122 (comment). Replaces

analysis:
  - do_emu: False
  -  do_reco: True
  -  do_vertex: False
  -  do_gen: False

with

analysis:
  load_trees:
    - event
    - upgrade
    - recoTree

@bundocka would you be so kind to run one of your configs from this branch to check all is as expected?

bundocka commented 6 years ago

Thanks for this. Checked all 4 modes against master, looks good.