ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Examples/Algorithms/TruthTracking/ACTFW/TruthTracking/TrackSelector.hpp>
Public Attributes | |
std::string | input |
The input collection. | |
std::string | output |
The output collection. | |
double | rhoMax = std::numeric_limits<double>::max() |
Maximum distance from the origin in the transverse plane. | |
double | absZMax = std::numeric_limits<double>::max() |
Maximum absolute distance from the origin along z. | |
double | phiMin = std::numeric_limits<double>::lowest() |
double | phiMax = std::numeric_limits<double>::max() |
double | etaMin = std::numeric_limits<double>::lowest() |
double | etaMax = std::numeric_limits<double>::max() |
double | absEtaMin = std::numeric_limits<double>::lowest() |
double | absEtaMax = std::numeric_limits<double>::max() |
double | ptMin = 0.0 |
double | ptMax = std::numeric_limits<double>::max() |
bool | keepNeutral = true |
Keep neutral particles. | |
Definition at line 21 of file TrackSelector.hpp.
View newest version in sPHENIX GitHub at line 21 of file TrackSelector.hpp
double FW::TrackSelector::Config::absEtaMax = std::numeric_limits<double>::max() |
Definition at line 36 of file TrackSelector.hpp.
View newest version in sPHENIX GitHub at line 36 of file TrackSelector.hpp
Referenced by main().
double FW::TrackSelector::Config::absEtaMin = std::numeric_limits<double>::lowest() |
Definition at line 35 of file TrackSelector.hpp.
View newest version in sPHENIX GitHub at line 35 of file TrackSelector.hpp
double FW::TrackSelector::Config::absZMax = std::numeric_limits<double>::max() |
Maximum absolute distance from the origin along z.
Definition at line 29 of file TrackSelector.hpp.
View newest version in sPHENIX GitHub at line 29 of file TrackSelector.hpp
double FW::TrackSelector::Config::etaMax = std::numeric_limits<double>::max() |
Definition at line 34 of file TrackSelector.hpp.
View newest version in sPHENIX GitHub at line 34 of file TrackSelector.hpp
double FW::TrackSelector::Config::etaMin = std::numeric_limits<double>::lowest() |
Definition at line 33 of file TrackSelector.hpp.
View newest version in sPHENIX GitHub at line 33 of file TrackSelector.hpp
std::string FW::TrackSelector::Config::input |
The input collection.
Definition at line 23 of file TrackSelector.hpp.
View newest version in sPHENIX GitHub at line 23 of file TrackSelector.hpp
Referenced by main(), and FW::TrackSelector::TrackSelector().
bool FW::TrackSelector::Config::keepNeutral = true |
Keep neutral particles.
Definition at line 40 of file TrackSelector.hpp.
View newest version in sPHENIX GitHub at line 40 of file TrackSelector.hpp
Referenced by main().
std::string FW::TrackSelector::Config::output |
The output collection.
Definition at line 25 of file TrackSelector.hpp.
View newest version in sPHENIX GitHub at line 25 of file TrackSelector.hpp
Referenced by main(), and FW::TrackSelector::TrackSelector().
double FW::TrackSelector::Config::phiMax = std::numeric_limits<double>::max() |
Definition at line 32 of file TrackSelector.hpp.
View newest version in sPHENIX GitHub at line 32 of file TrackSelector.hpp
double FW::TrackSelector::Config::phiMin = std::numeric_limits<double>::lowest() |
Definition at line 31 of file TrackSelector.hpp.
View newest version in sPHENIX GitHub at line 31 of file TrackSelector.hpp
double FW::TrackSelector::Config::ptMax = std::numeric_limits<double>::max() |
Definition at line 38 of file TrackSelector.hpp.
View newest version in sPHENIX GitHub at line 38 of file TrackSelector.hpp
double FW::TrackSelector::Config::ptMin = 0.0 |
Definition at line 37 of file TrackSelector.hpp.
View newest version in sPHENIX GitHub at line 37 of file TrackSelector.hpp
Referenced by main().
double FW::TrackSelector::Config::rhoMax = std::numeric_limits<double>::max() |
Maximum distance from the origin in the transverse plane.
Definition at line 27 of file TrackSelector.hpp.
View newest version in sPHENIX GitHub at line 27 of file TrackSelector.hpp
Referenced by main().