Skip to content

fix possible GHEP - EDEPSIM mismatch in TTree #95

Description

@giacomo-santoni

The EDEPSIM step takes just the events with hits, as in the .mac files there is the condition: /edep/db/set/requireEventsWithHits true. This could lead to have less events in the edep files with respect to the ghep ones (gtrac files instead are copied into edep files maintaining a 1-1 correspondence). This possible mismatch could be a problem in the spill-build step: when the interaction time is computed, flux information from the ghep files are taken, so we need to have the right correspondence between edep and ghep files.
This issue is just to change a line in the spill-build code: instead of taking the entry I take the corresponding EventId

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions