EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TrackStatePropMask.hpp File Reference
#include <limits>
#include <type_traits>
+ Include dependency graph for TrackStatePropMask.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Acts
 Set the Geometry Context PLUGIN.
 

Enumerations

enum  Acts::TrackStatePropMask : uint8_t
 

Functions

constexpr TrackStatePropMask Acts::operator| (TrackStatePropMask lhs, TrackStatePropMask rhs)
 
constexpr TrackStatePropMask Acts::operator& (TrackStatePropMask lhs, TrackStatePropMask rhs)
 
constexpr TrackStatePropMask Acts::operator^ (TrackStatePropMask lhs, TrackStatePropMask rhs)
 
constexpr TrackStatePropMask Acts::operator~ (TrackStatePropMask op)
 
constexpr TrackStatePropMask & Acts::operator|= (TrackStatePropMask &lhs, TrackStatePropMask rhs)
 
constexpr TrackStatePropMask & Acts::operator&= (TrackStatePropMask &lhs, TrackStatePropMask rhs)
 
constexpr TrackStatePropMask & Acts::operator^= (TrackStatePropMask &lhs, TrackStatePropMask rhs)