Jpp 19.3.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
JTRIGGER::JDAQHitDefaultSelector Struct Referencefinal

Default class to select DAQ hits. More...

#include <JDAQHitSelector.hh>

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

Public Types

typedef JClonable< JClonable_t >::clone_type clone_type
 

Public Member Functions

virtual bool operator() (const JDAQHit &hit) const override
 DAQ hit selection.
 
virtual clone_type clone () const override
 Get clone of this object.
 

Detailed Description

Default class to select DAQ hits.

Definition at line 48 of file JDAQHitSelector.hh.

Member Typedef Documentation

◆ clone_type

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

Definition at line 61 of file JClonable.hh.

Member Function Documentation

◆ operator()()

virtual bool JTRIGGER::JDAQHitDefaultSelector::operator() ( const JDAQHit & hit) const
inlineoverridevirtual

DAQ hit selection.

Parameters
hitDAQ hit
Returns
true to select; else false

Definition at line 57 of file JDAQHitSelector.hh.

58 {
59 return true;
60 }

◆ clone()

template<class JClonable_t , class JDerived_t >
virtual clone_type JLANG::JClonable< JClonable_t, JDerived_t >::clone ( ) const
inlineoverridevirtualinherited

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