EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::SpacePointBuilder< S > Struct Template Reference

#include <acts/blob/sPHENIX/Plugins/Digitization/include/Acts/Plugins/Digitization/SpacePointBuilder.hpp>

Detailed Description

template<class S>
struct Acts::SpacePointBuilder< S >

After the particle interaction with surfaces are recorded and digitized the hits on some detector elements need further treatment. This struct serves as default structure of the process to take the digitized clusters on a detector element and provide the corresponding space point. The empty class is used to forbid the usage of an arbitrary data type as template parameter and enforces the implementation of explicit structures.

Note
The choice of which kind of data should be treated in which way is steered by the choice of the template parameter. This parameter represents a structure that needs to store at least a cluster/multiple clusters and the corresponding space point.

Definition at line 54 of file SpacePointBuilder.hpp.

View newest version in sPHENIX GitHub at line 54 of file SpacePointBuilder.hpp


The documentation for this struct was generated from the following file: