DCSimpleSelector Class Reference

#include <DChain/DCSimpleSelector.h>


Detailed Description

Description: Create a DCSelectionFunction from simple parts

Usage: To make use of this ability, you must place your selection functions in the DChain namespace (avoids having && and || override builtin version)

namespace DChain { class Selector1 ... class Selector2 ... class Selector3 ... } using DChain::Selector1; using DChain::Selector2;

Then in our code Selector1 s1; Selector2 s2; Selector3 s3; DCSimpleSelector<Decay> jointSelector = s1 && s2 || s3; DCDecayList<Decay> myStuff( jointSelector);


Generated on Tue Nov 29 23:18:11 2016 for BOSS_7.0.2 by  doxygen 1.4.7