ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Configuration of the class to steer its behaviour. More...
Public Attributes | |
double | diffTheta2 = 1. |
Accepted squared difference in theta for two clusters. | |
double | diffPhi2 = 1. |
Accepted squared difference in phi for two clusters. | |
double | diffDist = 100. * UnitConstants::mm |
Accepted distance between two clusters. | |
double | stripLengthTolerance = 0.01 |
Allowed increase of strip length. | |
double | stripLengthGapTolerance = 0.01 |
Allowed increase of strip length wrt gaps between strips. | |
Vector3D | vertex = {0., 0., 0.} |
Assumed position of the vertex. | |
bool | usePerpProj = false |
Perform the perpendicular projection for space point finding. | |
Configuration of the class to steer its behaviour.
Definition at line 19 of file DoubleHitSpacePointBuilder.hpp.
View newest version in sPHENIX GitHub at line 19 of file DoubleHitSpacePointBuilder.hpp
double Acts::DoubleHitSpacePointConfig::diffDist = 100. * UnitConstants::mm |
Accepted distance between two clusters.
Definition at line 25 of file DoubleHitSpacePointBuilder.hpp.
View newest version in sPHENIX GitHub at line 25 of file DoubleHitSpacePointBuilder.hpp
double Acts::DoubleHitSpacePointConfig::diffPhi2 = 1. |
Accepted squared difference in phi for two clusters.
Definition at line 23 of file DoubleHitSpacePointBuilder.hpp.
View newest version in sPHENIX GitHub at line 23 of file DoubleHitSpacePointBuilder.hpp
double Acts::DoubleHitSpacePointConfig::diffTheta2 = 1. |
Accepted squared difference in theta for two clusters.
Definition at line 21 of file DoubleHitSpacePointBuilder.hpp.
View newest version in sPHENIX GitHub at line 21 of file DoubleHitSpacePointBuilder.hpp
double Acts::DoubleHitSpacePointConfig::stripLengthGapTolerance = 0.01 |
Allowed increase of strip length wrt gaps between strips.
Definition at line 29 of file DoubleHitSpacePointBuilder.hpp.
View newest version in sPHENIX GitHub at line 29 of file DoubleHitSpacePointBuilder.hpp
double Acts::DoubleHitSpacePointConfig::stripLengthTolerance = 0.01 |
Allowed increase of strip length.
Definition at line 27 of file DoubleHitSpacePointBuilder.hpp.
View newest version in sPHENIX GitHub at line 27 of file DoubleHitSpacePointBuilder.hpp
bool Acts::DoubleHitSpacePointConfig::usePerpProj = false |
Perform the perpendicular projection for space point finding.
Definition at line 33 of file DoubleHitSpacePointBuilder.hpp.
View newest version in sPHENIX GitHub at line 33 of file DoubleHitSpacePointBuilder.hpp
Vector3D Acts::DoubleHitSpacePointConfig::vertex = {0., 0., 0.} |
Assumed position of the vertex.
Definition at line 31 of file DoubleHitSpacePointBuilder.hpp.
View newest version in sPHENIX GitHub at line 31 of file DoubleHitSpacePointBuilder.hpp