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

Go to the source code of this file.

Classes

class  Acts::TrackContainer< track_container_t, traj_t, holder_t >
 
class  Acts::detail_tc::TrackProxyIterator< container_t, proxy_t, ReadOnly >
 Helper iterator to allow iteration over tracks via track proxies. More...
 
class  Acts::TrackProxy< track_container_t, trajectory_t, holder_t, read_only >
 

Namespaces

namespace  Acts
 Acts includes to create all necessary definitions.
 
namespace  Acts::detail_tc
 

Typedefs

template<typename T , bool select>
using Acts::detail_tc::ConstIf = std::conditional_t< select, const T, T >