Skip to content

Commit

Permalink
MFT: fix to avoid conflict in PR 703
Browse files Browse the repository at this point in the history
  • Loading branch information
bovulpes authored and sawenzel committed Jan 17, 2018
1 parent 9938405 commit 0ff5942
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Detectors/ITSMFT/MFT/simulation/src/Detector.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ void Detector::Initialize()

mGeometryTGeo = GeometryTGeo::Instance();

defineSensitiveVolumes();

FairDetector::Initialize();

}
Expand Down Expand Up @@ -431,7 +433,6 @@ void Detector::ConstructGeometry()

createMaterials();
createGeometry();
defineSensitiveVolumes();

}

Expand Down

0 comments on commit 0ff5942

Please sign in to comment.