A very simple filter for all space points.
More...
#include <ResidualSVDStateFilter.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 BaseSVDStateFilter::Object &pair) final |
| Return 1/residual and cut at the maximum residual.
|
|
void | exposeParameters (ModuleParamList *moduleParamList, const std::string &prefix) override |
| Expose the maximal residual.
|
|
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 simple filter for all space points.
Definition at line 20 of file ResidualSVDStateFilter.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: