Skip to content
Snippets Groups Projects
Commit d9372386 authored by Rosen Matev's avatar Rosen Matev :sunny:
Browse files

Merge branch 'apearce-prescaler-seed-property' into 'master'

Set prescaler seed with explicit property

See merge request !370
parents adb3158b 47e4ce13
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!370Set prescaler seed with explicit property
Pipeline #1425302 passed
......@@ -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