Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Utilities/detail/Extendable.hpp"
#include "Acts/Utilities/detail/MPL/all_of.hpp"
#include "Acts/Utilities/detail/MPL/has_duplicates.hpp"
#include "Acts/Utilities/detail/MPL/type_collector.hpp"
#include "Fatras/Kernel/detail/selector_list_implementation.hpp"
#include "Fatras/Kernel/detail/selector_signature_check.hpp"
Go to the source code of this file.
Classes | |
struct | Fatras::SelectorListAXOR< inclusive, selectors > |
This is the SelectorList struct that is used for fast simulation. More... | |
Namespaces | |
namespace | Fatras |
Typedefs | |
template<typename... selectors> | |
using | Fatras::SelectorListOR = SelectorListAXOR< true, selectors...> |
template<typename... selectors> | |
using | Fatras::SelectorListAND = SelectorListAXOR< false, selectors...> |