slaclab / lcsim

LCSim Java Library
Other
1 stars 5 forks source link

Do not attach hits to readout on the detector #6

Closed JeremyMcCormick closed 7 years ago

JeremyMcCormick commented 7 years ago

Instead, make a map between the readout object (or the DetectorElement) and a list of hits.

This will remove the need to run CleanupDriver in user steering files, and it also improves MT compatibility.

This has repercussions for hps-java which will need to be updated independently.