SND-LHC / advsndsw

Software for AdvSND
1 stars 3 forks source link

Update detector IDs and add digi hits #2

Closed olantwin closed 2 months ago

siilieva commented 2 months ago

Tested with a Ntuple simulation of muons on top of the version c355fd3 , everything is fine. We still need the AdvSND version of run_digiSND.py right ?

I am able to run the run_digi and get good output.

olantwin commented 2 months ago

I am able to run the run_digi and get good output.

In this branch or using my WIP branch?

Using this branch the digitisation should not work yet (in fact, it should crash badly!)

siilieva commented 2 months ago

I am able to run the run_digi and get good output.

In this branch or using my WIP branch?

Using this branch the digitisation should not work yet (in fact, it should crash badly!)

you're right, it is with the wip branch that the digi works. Sorry for the confusion @dcentanni

olantwin commented 2 months ago

The new detID scheme needs to be propagated to the Point classes too. The Getters for the Point and the Hit classes differ now

Done.