Andreas Salzburger

Results 29 issues of Andreas Salzburger

This PR is introducing an attempt of an alternative geometry, which is built only from * surface objects * portals (containing surface objects) * detector volumes It uses the `Delegate`...

:construction: WIP

This PR combines the two geometry pages into one and adds some additional info and highlights.

:construction: WIP
Component - Documentation
Stale

This PR adds the Fatras documentation consisting of * Fatras simulation * Digitisation * Configuration

:construction: WIP
Component - Documentation

While writing the documentation for Fatras, I've added some basic UnitTests to #1402 in order to create and show the principles of the particle interaction mode. This is the test:...

Stale

This adds a (currently failing) unit test when starting from a perigee that is not within the beam pipe but within the pixel barrel volume. Several issues can be studies...

Component - Core
:construction: WIP
Stale

Thisis an early DRAFT of a potential geometry re-write: - without layers, but volumes taking the role of layers - const correctness with `internal/external const` access to layers The naming...

Feature
:construction: WIP
Stale

```suggestion SimParticle fw(particleId, pdg, ``` _Originally posted by @FabianKlimpel in https://github.com/acts-project/acts/pull/638#discussion_r552395121_

Stale

This is the first PR in a series that divides the Material Mapping into logical, unit testable modules: 1) Finding intersections with surfaces and associations to volumes (MM2) 2) Assigning...

Component - Core

The propagation example does not run out of the box. This PR fixes it and adds some args from command line.

Component - Examples

The geometric digitisation so far did set the pitch size `p/std::sqrt(12)` as an estimated error, but this is not correct, in general, it overestimates the variances. This PR introduces a...

Component - Examples