BOSS 7.0.9
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
 
typedef Point argument_type
 
typedef bool result_type
 

Public Member Functions

 EvtPointPred ()
 
 EvtPointPred (const EvtPointPred &)
 
 ~EvtPointPred ()
 
result_type operator() (argument_type x)
 
 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 bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtPointPred.hh.

Member Typedef Documentation

◆ argument_type [1/2]

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

◆ argument_type [2/2]

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

◆ result_type [1/2]

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

◆ result_type [2/2]

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

Constructor & Destructor Documentation

◆ EvtPointPred() [1/4]

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

◆ EvtPointPred() [2/4]

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

◆ ~EvtPointPred() [1/2]

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

◆ EvtPointPred() [3/4]

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

◆ EvtPointPred() [4/4]

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

◆ ~EvtPointPred() [2/2]

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

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 26 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtPointPred.hh.

27 {
28 return x.isValid();
29 }
Double_t x[10]

◆ operator()() [2/2]

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

Definition at line 26 of file BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtPointPred.hh.

27 {
28 return x.isValid();
29 }

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