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

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions