Jpp  17.3.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | List of all members
JTRIGGER::JDAQHitSelector Struct Referenceabstract

Auxiliary class to select DAQ hits. More...

#include <JDAQHitSelector.hh>

Inheritance diagram for JTRIGGER::JDAQHitSelector:
JLANG::JClonable< JClonable_t, JDerived_t >

Public Types

typedef JClonable< JClonable_t >
::clone_type 
clone_type
 

Public Member Functions

virtual ~JDAQHitSelector ()
 Virtual destructor. More...
 
virtual bool operator() (const JDAQHit &hit) const =0
 DAQ hit selection. More...
 
virtual clone_type clone () const override
 Get clone of this object. More...
 

Detailed Description

Auxiliary class to select DAQ hits.

Definition at line 25 of file JDAQHitSelector.hh.

Member Typedef Documentation

template<class JClonable_t, class JDerived_t = JNullType>
typedef JClonable<JClonable_t>::clone_type JLANG::JClonable< JClonable_t, JDerived_t >::clone_type
inherited

Definition at line 61 of file JClonable.hh.

Constructor & Destructor Documentation

virtual JTRIGGER::JDAQHitSelector::~JDAQHitSelector ( )
inlinevirtual

Virtual destructor.

Definition at line 31 of file JDAQHitSelector.hh.

32  {}

Member Function Documentation

virtual bool JTRIGGER::JDAQHitSelector::operator() ( const JDAQHit hit) const
pure virtual

DAQ hit selection.

Parameters
hitDAQ hit
Returns
true to select; else false
template<class JClonable_t, class JDerived_t = JNullType>
virtual clone_type JLANG::JClonable< JClonable_t, JDerived_t >::clone ( ) const
inlineoverridevirtualinherited

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