A very rough filter for all CDC states.
More...
#include <RoughCDCfromEclStateFilter.h>
|
using | Object = AObject |
| Type of the object to be analysed.
|
|
using | Interface = Filter< AObject > |
| Mark this class as the basic interface.
|
|
|
TrackFindingCDC::Weight | operator() (const BaseCDCStateFilter::Object &pair) final |
| return 1 if distance < m_maximalHitDistance, NAN otherwise
|
|
void | exposeParameters (ModuleParamList *moduleParamList, const std::string &prefix) override |
| Expose the parameters of the sub findlets.
|
|
virtual bool | needsTruthInformation () |
| Indicates if the filter requires Monte Carlo information.
|
|
Weight | operator() (const Object *obj) |
| Function to evaluate the object. More...
|
|
void | initialize () override |
| Receive and dispatch signal before the start of the event processing.
|
|
void | beginRun () override |
| Receive and dispatch signal for the beginning of a new run.
|
|
void | beginEvent () override |
| Receive and dispatch signal for the start of a new event.
|
|
void | endRun () override |
| Receive and dispatch signal for the end of the run.
|
|
void | terminate () override |
| Receive and dispatch Signal for termination of the event processing.
|
|
A very rough filter for all CDC states.
Definition at line 23 of file RoughCDCfromEclStateFilter.h.
◆ operator()()
Weight operator() |
( |
const Object * |
obj | ) |
|
|
inherited |
Function to evaluate the object.
Base implementation accepts all objects, except nullptr.
- Parameters
-
obj | The object to be accepted or rejected. |
- Returns
- A finit float value if the object is accepted. NAN if the object is rejected. Nullptr is always rejected.
Definition at line 58 of file Filter.icc.h.
The documentation for this class was generated from the following files: