-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Reconstruction of Bi207 internal conversion electrons #170
WIP: Reconstruction of Bi207 internal conversion electrons #170
Conversation
…ulation test added.
I will test with high stats ASAP |
tune genbb::time_slicer_generator with: time_threshold = 100 ns time_cut = 100 s
I have generated 1E7 events, it looks good. Just the time threshold must be reduced to 100 ns in order to separate correctly prompt and delayed components. The time cut at 5 s is too low and is removing an important fraction of delayed events, I proposed to increase it to 100 s. see the attached plot with primary particle time before applying the time_slicer_generator I found 2 issues related to Bayeux :
|
It looks we have not merge the Bi207 generator with the time slicer fix!!! |
This fix is in Bayeux's code or in a Falaise's config file ? |
I have noticed your comment about the vertex issues for prompt-delayed splitted decays. I will have a look ASAP in Bayeux. |
it is in Falaise, the branch comes from pfranchini repository |
So we will see later if we can fix the remaining issue mentionned by @emchauve. At least, let's go for a production trial with this new generator. |
As suggested by @fmauger in #69, have include the generator (here called
calibBi207
) for the Bi207 calibration sources using thegenbb::time_slicer_generator
.It works as generator but the reconstruction problem in the abovementioned issue is still open.
Have tried to fiddle with different
time_threshold
andtime_cut
but the electrons produced by internal conversion are still not reconstructed. However, this addition is useful for people playing with it.Simulation test has been included.
Please have @fmauger as reviewer.