We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
EXOVVNtuplizerRunII/Ntuplizer/plugins/GenParticlesNtuplizer.cc
Line 30 in 47332c4
We are filtering out unwanted particles, so we should define genParticle_N as the number of particles that pass this filter: https://github.com/UZHCMS/EXOVVNtuplizerRunII/blob/94X_ntuplizer/Ntuplizer/plugins/GenParticlesNtuplizer.cc#L49
genParticle_N
We could e.g. do something like nBranches_->genParticle_N = nBranches_->genParticle_pt.size else count with an integer.
nBranches_->genParticle_N = nBranches_->genParticle_pt.size
The text was updated successfully, but these errors were encountered:
No branches or pull requests
EXOVVNtuplizerRunII/Ntuplizer/plugins/GenParticlesNtuplizer.cc
Line 30 in 47332c4
We are filtering out unwanted particles, so we should define
genParticle_N
as the number of particles that pass this filter:https://github.com/UZHCMS/EXOVVNtuplizerRunII/blob/94X_ntuplizer/Ntuplizer/plugins/GenParticlesNtuplizer.cc#L49
We could e.g. do something like
nBranches_->genParticle_N = nBranches_->genParticle_pt.size
else count with an integer.
The text was updated successfully, but these errors were encountered: