Skip to content
Snippets Groups Projects

Dropped hashes for MCTruthAndBkgCat algo

Merged Sebastien Ponce requested to merge sponce_dropHash into master
All threads resolved!
Files
7
@@ -346,7 +346,7 @@ def alg_config(options: Options):
#
# MC truth with "input_particles" as argument
#
MCTRUTH = MCTruthAndBkgCat(input_particles=bd2dsk_data)
MCTRUTH = MCTruthAndBkgCat(input_particles=bd2dsk_data, name='MCTruthAndBkgCat_functor')
#
# Definition of fields (branches) and functors
#
Loading