-
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
Reconstruction of 207Bi internal conversion electrons #69
Comments
@macolino - I'm curious what it does - does it reconstruct the hits as delayed? And does it cluster them but just fail to fit them to a track? I ask because I know that Lauren had to change the default pipeline settings for tracking and clustering delayed hits in order to reconstruct alphas. According to her talk last week, she added |
I have talked about this in #25 Also these aren't really delayed (they would have an associated calo hit), they would be the prompt part of another triggered event. But first we need the digitization/trigger simulation to be implemented in software, to treat this properly. |
This is a reconstruction task so assigning to coordinators of the WG to handle directly or find volunteers. |
Next Bayeux release (3.3) will provide a wrapper generator, namely "genbb::time_slicer_generator" which will be able to split a Bi207 primary decay in two parts:
A typical config will look like this:
Such a generator will fake two "independant" events built from one single decay and |
In current |
Did you do Francois' thing? What were your time threshold and time cut? |
Was using the normal generator, trying now to understand how to use the new (1 year ago!) |
Don't know if it will help, but it is worth a try! |
@fmauger Where should I put the configuration file you have suggested? Does not work in |
I have checked that share/Falaise-4.0.1/resources/genbb/CalibrationSources.conf
I guess you should also add the following line in the GenBB.csv file
Then make a try... In other words: frc |
I was forgetting about |
I did a quick test, the time slicer looks to work (splitting into 2 separated events). After generation of 1E5 events, I have a significant fraction of events with a delay greater than 5 seconds, so I recommand the following configuration for the time cut : However electrons track are still NOT reconstructed because the time of the primary event (in case of delay) does contains the time shift, which is then propagated into the time of calorimeter and tracker step hit (so we have an event with delay hits and no prompt hits!). After some investigation, I found the origin of the problem : a typo Bi207 electrons are reconstructed after this fix on my side. Once this is merge, please give a try Paolo to confirm so, then we could close finally this issue! |
Great! Could you request a new patch release of Bayeux (3.4.2) with that incorporated, then we can make that the required minimum version. If it'll be in a new major/minor release that'll be fine too, just might require a little more testing. |
Hi @emchauve thanks for that, I was not brave enough to look into Bayeux. Will test it once merged and produce some private MC for Miroslav's analysis for a first pass and comparison with Carla's MC (which used the t=0 delay if I understood correctly). |
Hi, I see that this is has been merged since Bayeux 3.4.2 (which is currently at 3.4.3). |
@manu : high-statistics MC runs to check everything is fine. |
Hi,
when I simulate 207Bi events Falaise does not manage to reconstruct properly the internal conversion electron tracks since they are emitted with delay with respect to the decay. What do you sugges to solve this issue ? It would be nice to have the possibility to set this feature in the pipeline.
Thanks,
regards
CM
The text was updated successfully, but these errors were encountered: