Skip to content
Snippets Groups Projects
Commit 61ed50de authored by Kilian Lieret's avatar Kilian Lieret
Browse files

Revert "[TagCal] Move CurlerCloneMarker all the way down (for performance)"

This reverts commit e9fe2180.
parent 6e9ede3a
Branches
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ b2biiConversion.convertBelleMdstToBelleIIMdst(
ma.setAnalysisConfigParams({'mcMatchingVersion': 'Belle'}, main_path)
# Get Final State Particles
main_path.add_module('CurlerCloneMarker')
decay_utilities.fsp.fsp_collection.get_final_state_particles(
path=main_path, use_mc_info=config['use_mc_info']
)
......@@ -114,9 +115,6 @@ decay_utilities.reconstruct_upsilon4s_inclusive(main_path, config)
# Quit processing if we do not have a upsilon 4s
skim_cuts_utils.apply_skim_from_dict(main_path, skim_cuts.post_prelim_upsilon4s_inclusive_skim)
# Additional variable: Curler clone marker, particularly used in the ROE masks
# that are used for variables.
main_path.add_module('CurlerCloneMarker')
##########
# Output #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment