BOSS 7.0.6
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtPointPred< Point > Class Template Reference

#include <EvtPointPred.hh>

Public Types

typedef Point argument_type
 
typedef bool result_type
 

Public Member Functions

 EvtPointPred ()
 
 EvtPointPred (const EvtPointPred &)
 
 ~EvtPointPred ()
 
result_type operator() (argument_type x)
 

Detailed Description

template<class Point>
class EvtPointPred< Point >

Definition at line 16 of file EvtPointPred.hh.

Member Typedef Documentation

◆ argument_type

template<class Point >
typedef Point EvtPointPred< Point >::argument_type

Definition at line 19 of file EvtPointPred.hh.

◆ result_type

template<class Point >
typedef bool EvtPointPred< Point >::result_type

Definition at line 20 of file EvtPointPred.hh.

Constructor & Destructor Documentation

◆ EvtPointPred() [1/2]

template<class Point >
EvtPointPred< Point >::EvtPointPred ( )
inline

Definition at line 22 of file EvtPointPred.hh.

22{}

◆ EvtPointPred() [2/2]

template<class Point >
EvtPointPred< Point >::EvtPointPred ( const EvtPointPred< Point > &  )
inline

Definition at line 23 of file EvtPointPred.hh.

23{}

◆ ~EvtPointPred()

template<class Point >
EvtPointPred< Point >::~EvtPointPred ( )
inline

Definition at line 24 of file EvtPointPred.hh.

24{}

Member Function Documentation

◆ operator()()

template<class Point >
result_type EvtPointPred< Point >::operator() ( argument_type  x)
inline

Definition at line 26 of file EvtPointPred.hh.

27 {
28 return x.isValid();
29 }
double x[1000]

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