-
Notifications
You must be signed in to change notification settings - Fork 36
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
More information on the simulated track #45
Comments
Hello, it is not really FullSim vs FastSim: we are not doing FastSim here, just using the FastSim propagator. That said, I have no objection to use an more sophisticated propagator as long as it does not slow down the ntuplizer (too much). Generally, I think it is simpler to use SimTracks and SimVertices everywhere. And similarly, I think it is better to use the HepMCProduct to retrieve the hard vertex position. Florian |
@beaudett |
Just as an addition.
To summarize the branches I would like to add:
I can add switches to those blocks, but I would consider the first block interesting for most users. |
Would it be possible then to also use this extrapolation further in the propagation of the tracks through HGCAL, i.e. for the genpart_posx/y/z branches? |
Hi Artur, |
@jkiesele do you happen to have a working branch I can try to merge to my devel with all the aforementioned developments? |
Hi Marco, |
I am currently working on the following:
Additions:
A1) extrapolation of each generated particle to the first HGCal layer (whether it decayed or not). Corresponding 4 branches (exx,exy,exeta,exphi) are added to the ntuple. Needed for DNN studies.
A2) origin vertex information (x,y,z), there used to be only the decay vertex information
Bugfixes:
B1) change all extrapolations to FullSim rather than FastSim. FastSim does not do a good job in the inhomogeneous field in the endcaps
Changes:
C1) Right now, each electron or particle that fulfils "myTrack.genpartIndex()>=0" gets fully propagated to the HGCal and it's decay vertex is set to the first HGCal layer, even if it decays in the meantime. This overlaps with the additions in A1 and was always affected by bug B1. Please let me know if this feature is used by anybody. Since the same information is now given by addition A1, I would propose to remove this feature.
For the DNN studies, I need the information on the real decay vertex, that I would otherwise need to add for these particular particles in new branches.
The text was updated successfully, but these errors were encountered: