Jpp 19.3.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
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.
 
virtual bool operator() (const JDAQHit &hit) const =0
 DAQ hit selection.
 
virtual clone_type clone () const override
 Get clone of this object.
 

Detailed Description

Auxiliary class to select DAQ hits.

Definition at line 25 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.

Constructor & Destructor Documentation

◆ ~JDAQHitSelector()

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

Virtual destructor.

Definition at line 31 of file JDAQHitSelector.hh.

32 {}

Member Function Documentation

◆ operator()()

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

DAQ hit selection.

Parameters
hitDAQ hit
Returns
true to select; else false

◆ 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: