HPS::FilterActivationEvent

class HPS::FilterActivationEvent : public HPS::Event

Public Functions

inline virtual Event *Clone() const

Allocates and returns a copy of this FilterActivationEvent.

Returns

A copy of this FilterActivationEvent.

inline FilterActivationEvent()

The default constructor creates an empty FilterActivationEvent object.

inline FilterActivationEvent(Event const &in_event)

This constructor converts an Event Object to a FilterActivationEvent object.

Parameters

in_event – The Event Object to be converted.