Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SelectorList.hpp File Reference
+ Include dependency graph for SelectorList.hpp:
+ This graph shows which files directly or indirectly include this file:

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...>