Skip to content
Snippets Groups Projects
Commit 47e4ce13 authored by Alex Pearce's avatar Alex Pearce Committed by Rosen Matev
Browse files

Set prescaler seed with explicit property.

Follows LHCb!2383.
parent adb3158b
No related branches found
No related tags found
1 merge request!1103Draft: Add AnalysisHelpers to DaVinci Stack
......@@ -52,6 +52,7 @@ for i in MassRanges :
# define the prescale to have a constant (assumed flat) level of background
prescale = DeterministicPrescaler("Prescale_"+name,
SeedName="Prescale_"+name,
AcceptFraction = 100./(hm-lm))
filter = FilterDesktop("Jpsi_"+name,
Code = "(MM>"+ln+") & (MM<"+hn+") & (MIPCHI2DV(PRIMARY) > 2)")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment