![]() |
Project
|
Configuration for the ACTS-based tracker. More...
#include <TrackerACTS.h>
Public Attributes | |
| float | minPt = 0.4f * Acts::UnitConstants::GeV |
| Minimum pT for seeds. | |
| float | maxImpactParameter = 10.f * Acts::UnitConstants::mm |
| Maximum impact parameter. | |
| float | cotThetaMax = std::sinh(4.0f) |
| Maximum cot(theta), corresponds to eta ~4. | |
| float | deltaRMinBottom = 5.f * Acts::UnitConstants::mm |
| Min deltaR for bottom-middle. | |
| float | deltaRMaxBottom = 200.f * Acts::UnitConstants::mm |
| Max deltaR for bottom-middle. | |
| float | deltaRMinTop = 5.f * Acts::UnitConstants::mm |
| Min deltaR for middle-top. | |
| float | deltaRMaxTop = 200.f * Acts::UnitConstants::mm |
| Max deltaR for middle-top. | |
| float | zMin = -3000.f * Acts::UnitConstants::mm |
| float | zMax = 3000.f * Acts::UnitConstants::mm |
| float | collisionRegionMin = -150.f * Acts::UnitConstants::mm |
| float | collisionRegionMax = 150.f * Acts::UnitConstants::mm |
| float | maxSeedsPerMiddleSP = 2 |
| float | deltaPhiMax = 0.1f |
| Maximum phi difference for doublets. | |
Configuration for the ACTS-based tracker.
Definition at line 32 of file TrackerACTS.h.
| float o2::trk::TrackerACTSConfig::collisionRegionMax = 150.f * Acts::UnitConstants::mm |
Definition at line 50 of file TrackerACTS.h.
| float o2::trk::TrackerACTSConfig::collisionRegionMin = -150.f * Acts::UnitConstants::mm |
Definition at line 49 of file TrackerACTS.h.
| float o2::trk::TrackerACTSConfig::cotThetaMax = std::sinh(4.0f) |
Maximum cot(theta), corresponds to eta ~4.
Definition at line 36 of file TrackerACTS.h.
| float o2::trk::TrackerACTSConfig::deltaPhiMax = 0.1f |
Maximum phi difference for doublets.
Definition at line 54 of file TrackerACTS.h.
| float o2::trk::TrackerACTSConfig::deltaRMaxBottom = 200.f * Acts::UnitConstants::mm |
Max deltaR for bottom-middle.
Definition at line 40 of file TrackerACTS.h.
| float o2::trk::TrackerACTSConfig::deltaRMaxTop = 200.f * Acts::UnitConstants::mm |
Max deltaR for middle-top.
Definition at line 42 of file TrackerACTS.h.
| float o2::trk::TrackerACTSConfig::deltaRMinBottom = 5.f * Acts::UnitConstants::mm |
Min deltaR for bottom-middle.
Definition at line 39 of file TrackerACTS.h.
| float o2::trk::TrackerACTSConfig::deltaRMinTop = 5.f * Acts::UnitConstants::mm |
Min deltaR for middle-top.
Definition at line 41 of file TrackerACTS.h.
| float o2::trk::TrackerACTSConfig::maxImpactParameter = 10.f * Acts::UnitConstants::mm |
Maximum impact parameter.
Definition at line 35 of file TrackerACTS.h.
| float o2::trk::TrackerACTSConfig::maxSeedsPerMiddleSP = 2 |
Definition at line 53 of file TrackerACTS.h.
| float o2::trk::TrackerACTSConfig::minPt = 0.4f * Acts::UnitConstants::GeV |
Minimum pT for seeds.
Definition at line 34 of file TrackerACTS.h.
| float o2::trk::TrackerACTSConfig::zMax = 3000.f * Acts::UnitConstants::mm |
Definition at line 46 of file TrackerACTS.h.
| float o2::trk::TrackerACTSConfig::zMin = -3000.f * Acts::UnitConstants::mm |
Definition at line 45 of file TrackerACTS.h.