Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Fatras::Max< cast_t > Struct Template Reference

#include <acts-fatras/blob/master/Core/include/Fatras/Selectors/SelectorHelpers.hpp>

Public Member Functions

template<typename detector_t , typename particle_t >
bool operator() (const detector_t &, const particle_t &particle) const
 

Public Attributes

cast_t cast
 
double valMax = std::numeric_limits<double>::max()
 

Detailed Description

template<typename cast_t>
struct Fatras::Max< cast_t >

Definition at line 30 of file SelectorHelpers.hpp.

View newest version in sPHENIX GitHub at line 30 of file SelectorHelpers.hpp

Member Function Documentation

template<typename cast_t>
template<typename detector_t , typename particle_t >
bool Fatras::Max< cast_t >::operator() ( const detector_t &  ,
const particle_t &  particle 
) const
inline

Return true for all particles with transverse momentum bigger than the specified minimum value

Definition at line 38 of file SelectorHelpers.hpp.

View newest version in sPHENIX GitHub at line 38 of file SelectorHelpers.hpp

References Fatras::Max< cast_t >::cast, and Fatras::Max< cast_t >::valMax.

Member Data Documentation

template<typename cast_t>
cast_t Fatras::Max< cast_t >::cast

Definition at line 32 of file SelectorHelpers.hpp.

View newest version in sPHENIX GitHub at line 32 of file SelectorHelpers.hpp

Referenced by Fatras::Max< cast_t >::operator()().

template<typename cast_t>
double Fatras::Max< cast_t >::valMax = std::numeric_limits<double>::max()

Definition at line 33 of file SelectorHelpers.hpp.

View newest version in sPHENIX GitHub at line 33 of file SelectorHelpers.hpp

Referenced by Fatras::Test::BOOST_AUTO_TEST_CASE(), and Fatras::Max< cast_t >::operator()().


The documentation for this struct was generated from the following file: