Skip to content
Snippets Groups Projects
Commit e7293d2f authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'Extrapolator_typs' into 'master'

Extrapolator fix typos

See merge request atlas/athena!53006
parents 0f863b5a 41b65e58
No related branches found
No related tags found
No related merge requests found
......@@ -105,9 +105,9 @@ In one side there
is ExtrapolateDirectly which is a thinwrapper
over the [Global] Propagator call (can be replaced completely by a call
to it in client code).
In the other side there is an extrapolate overlaod
In the other side there is an extrapolate overload
that allows to find and collect all intersections
for a particle (typically muon) trasversing the
for a particle (typically muon) traversing the
ATLAS calorimeters.
@author Andreas.Salzburger@cern.ch
......@@ -235,7 +235,7 @@ public:
/** Extrapolation method collecting intersections with subdetector
* boundaries and active volumes/layers. Destination
* (subdetector boundary) : geoID (+ entry, -exit) ( default MS exit )
* Employs the STEP propagator, used in the ParticleCaloExtension
* Employs the STEP_propagator, used to create ParticleCaloExtensions
* mainly for muons and Particle Flow.
*/
virtual std::unique_ptr<
......
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