Filter adapter to make a filter work on a set of variables.
More...
#include <FilterOnVarSet.dcl.h>
|
using | Object = typename AFilter::Object |
| Type of pbject to be filtered.
|
|
|
| OnVarSet (std::unique_ptr< AVarSet > varSet) |
| Constructor from the variable set the filter should use.
|
|
| ~OnVarSet () |
| Default destructor.
|
|
void | initialize () override |
| No reassignment of variable set possible for now.
|
|
bool | needsTruthInformation () override |
| Checks if any variables need Monte Carlo information.
|
|
Weight | operator() (const Object &obj) override |
| Function extracting the variables of the object into the variable set.
|
|
std::unique_ptr< AVarSet > | releaseVarSet () && |
| Steal the set of variables form this filter - filter becomes disfunctional afterwards.
|
|
|
std::unique_ptr< AVarSet > | m_varSet |
| Instance of the variable set to be used in the filter.
|
|
template<class AFilter>
class Belle2::TrackFindingCDC::OnVarSet< AFilter >
Filter adapter to make a filter work on a set of variables.
Definition at line 27 of file FilterOnVarSet.dcl.h.
The documentation for this class was generated from the following files: