#include <BPHDecayGenericBuilder.h>
Public Types | |
typedef ProdType::const_pointer | prod_ptr |
Protected Member Functions | |
BPHDecayGenericBuilder () | |
Protected Member Functions inherited from BPHDecayGenericBuilderBase | |
virtual void | fillRecList ()=0 |
Protected Attributes | |
std::vector< prod_ptr > | recList |
Protected Attributes inherited from BPHDecayGenericBuilderBase | |
BPHChi2Select * | chi2Sel |
const BPHEventSetupWrapper * | evSetup |
BPHMassSelect * | massSel |
BPHMassFitSelect * | mFitSel |
double | minPDiff |
bool | outdated |
Description: Class to build a generic decay applying selections to the reconstructed particle
Definition at line 40 of file BPHDecayGenericBuilder.h.
typedef ProdType::const_pointer BPHDecayGenericBuilder< ProdType >::prod_ptr |
Definition at line 42 of file BPHDecayGenericBuilder.h.
|
inline |
Constructor
Definition at line 46 of file BPHDecayGenericBuilder.h.
|
delete |
|
overridedefault |
Destructor
|
inlineprotected |
Definition at line 69 of file BPHDecayGenericBuilder.h.
|
inlinevirtual |
build candidates
Operations
Definition at line 59 of file BPHDecayGenericBuilder.h.
Referenced by BPHWriteSpecificDecay::fill(), and BPHDecayToResTrkTrkSameMassBuilderBase::fillTrkTrkList().
|
delete |
|
protected |