Skip to content
Snippets Groups Projects

split track containers and persistency (versioning)

Merged Maarten Van Veghel requested to merge mveghel-calov1persistencyfix into master
Compare and
57 files
+ 639
670
Compare changes
  • Side-by-side
  • Inline
Files
57
@@ -38,11 +38,8 @@ options.ntuple_file = "rate_ntuple_bnoc_hlt2.root"
# needed to run over FTv2 data
from RecoConf.reconstruction_objects import reconstruction
#from RecoConf.protoparticles import make_charged_protoparticles
from RecoConf.global_tools import stateProvider_with_simplified_geom
with reconstruction.bind(
from_file=False): #, make_charged_protoparticles.bind(
#enable_muon_id=True):
with reconstruction.bind(from_file=False):
run_moore_with_tuples(
options,
hlt1=False,
Loading