ATLAS Offline Software
|
#include <ConstituentsLoader.h>
Public Attributes | |
std::string | name |
std::string | output_name |
std::string | link_name |
ConstituentsType | type {ConstituentsType::IPARTICLE} |
ConstituentsSortOrder | order {ConstituentsSortOrder::PT_DESCENDING} |
ConstituentsSelection | selection {ConstituentsSelection::ALL} |
std::vector< InputVariableConfig > | inputs |
Definition at line 45 of file InnerDetector/InDetRecTools/InDetGNNHardScatterSelection/InDetGNNHardScatterSelection/ConstituentsLoader.h.
std::vector<InputVariableConfig> InDetGNNHardScatterSelection::ConstituentsInputConfig::inputs |
Definition at line 52 of file InnerDetector/InDetRecTools/InDetGNNHardScatterSelection/InDetGNNHardScatterSelection/ConstituentsLoader.h.
std::string InDetGNNHardScatterSelection::ConstituentsInputConfig::link_name |
Definition at line 48 of file InnerDetector/InDetRecTools/InDetGNNHardScatterSelection/InDetGNNHardScatterSelection/ConstituentsLoader.h.
std::string InDetGNNHardScatterSelection::ConstituentsInputConfig::name |
Definition at line 46 of file InnerDetector/InDetRecTools/InDetGNNHardScatterSelection/InDetGNNHardScatterSelection/ConstituentsLoader.h.
ConstituentsSortOrder InDetGNNHardScatterSelection::ConstituentsInputConfig::order {ConstituentsSortOrder::PT_DESCENDING} |
Definition at line 50 of file InnerDetector/InDetRecTools/InDetGNNHardScatterSelection/InDetGNNHardScatterSelection/ConstituentsLoader.h.
std::string InDetGNNHardScatterSelection::ConstituentsInputConfig::output_name |
Definition at line 47 of file InnerDetector/InDetRecTools/InDetGNNHardScatterSelection/InDetGNNHardScatterSelection/ConstituentsLoader.h.
ConstituentsSelection InDetGNNHardScatterSelection::ConstituentsInputConfig::selection {ConstituentsSelection::ALL} |
Definition at line 51 of file InnerDetector/InDetRecTools/InDetGNNHardScatterSelection/InDetGNNHardScatterSelection/ConstituentsLoader.h.
ConstituentsType InDetGNNHardScatterSelection::ConstituentsInputConfig::type {ConstituentsType::IPARTICLE} |
Definition at line 49 of file InnerDetector/InDetRecTools/InDetGNNHardScatterSelection/InDetGNNHardScatterSelection/ConstituentsLoader.h.