10#include <tracking/trackFindingCDC/filters/base/ChoosableFromVarSetFilter.dcl.h>
17 namespace TrackFindingCDC {
19 template<
class ATruthVarSet>
Convince template to create a filter returning on variable from a set of variables.
typename ATruthVarSet::Object Object
Type of the filtered object.
MC Filter Type using a VarSet and the truth variable in it.
~TruthVarFilter()
Default destructor.
typename Super::Object Object
Type of the handled object.
TruthVarFilter()
Constructor.
Weight operator()(const Object &object) override
Reject an item if the truth variable is 0, else accept it.
Abstract base class for different kinds of events.