Skip to content
Snippets Groups Projects
Commit 6b8d1394 authored by lheitz's avatar lheitz
Browse files

fixed DSSDScorers

parent 01504d98
No related branches found
No related tags found
2 merge requests!27Draft: [Epic] Preparation of the environement for the new GaseousDetectorScorers...,!25Np tool.2.dev
...@@ -204,10 +204,7 @@ G4bool PS_Rectangle::ProcessHits(G4Step* aStep, G4TouchableHistory*) { ...@@ -204,10 +204,7 @@ G4bool PS_Rectangle::ProcessHits(G4Step* aStep, G4TouchableHistory*) {
vector<DSSDData>::iterator it; vector<DSSDData>::iterator it;
// Length // Length
it = m_HitLength.find(DSSDData::CalculateIndex(t_StripLengthNumber, t_DetectorNumber)); it = m_HitLength.find(DSSDData::CalculateIndex(t_StripLengthNumber, t_DetectorNumber));
<<<<<<< HEAD
=======
>>>>>>> upstream/NPTool.2.dev
if (it != m_HitLength.end()) { if (it != m_HitLength.end()) {
it->Add(t_Energy); it->Add(t_Energy);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment