Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
asalzburger committed Aug 28, 2023
1 parent 3335421 commit 70853e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugins/geant4.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Both rely on the conversion of `G4VPhysicalVolume` into corresponding `Acts` obj
Converting physical volumes into {class}`Acts::Surface` objects that represent sensitive detector elements, is done via the {class}`Acts::Geant4DetectorSurfaceFactory`.
This helper class allows to select volumes from the Geant4 geometry and convert them either into pairs of {class}`Acts::Geant4DetectorElement` and {class}`Acts::Surface` objects in case of sensitive elements, or simnply surfaces objects into case of passive surfaces.

The selection is hereby done by providing one ore more {class}`Acts::IGeant4PhysicalVolumeSelector` objects to the surface factory.
The selection is hereby done by providing one or more {class}`Acts::IGeant4PhysicalVolumeSelector` objects to the surface factory.

Possible implementations of this type of conversions can be seen in the corresponding unit test `ActsUnitTestGeant4DetectorSurfaceFactory`

Expand Down

0 comments on commit 70853e4

Please sign in to comment.