Skip to content
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

fix API inconsistency in SimCalorimeterHit #131

Open
gaede opened this issue Feb 27, 2021 · 0 comments
Open

fix API inconsistency in SimCalorimeterHit #131

gaede opened this issue Feb 27, 2021 · 0 comments

Comments

@gaede
Copy link
Contributor

gaede commented Feb 27, 2021

  • remove deprecated method: void addMCParticleContribution( EVENT::MCParticle *p, float en,float t,int pdg, float* stepPos=0)
    • as it does not require the stepLength that is needed for some calo digitizers
  • replace float* stepPos=0 with const float* stepPos=0 in argument list of the correct addMCParticleContribution
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant