#include <BPHDecaySpecificBuilder.h>
Protected Member Functions | |
template<> | |
void | fillRecList () |
void | fillRecList () override |
build candidates More... | |
Protected Member Functions inherited from BPHDecaySpecificBuilderBase | |
virtual void | fill (BPHRecoBuilder &brb, void *parameters)=0 |
virtual void | setup (void *parameters)=0 |
Protected Member Functions inherited from BPHDecayGenericBuilder< ProdType > | |
BPHDecayGenericBuilder () | |
Additional Inherited Members | |
Public Types inherited from BPHDecayGenericBuilder< ProdType > | |
typedef ProdType::const_pointer | prod_ptr |
Protected Attributes inherited from BPHDecayGenericBuilder< ProdType > | |
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 plug the usage of BPHRecoBuilder inside BPHGenericBuilder
Definition at line 44 of file BPHDecaySpecificBuilder.h.
|
inline |
|
delete |
|
overridedefault |
Destructor
|
protectedvirtual |
Implements BPHDecayGenericBuilderBase.
Reimplemented in BPHDecayToResFlyingBuilder< BPHRecoCandidate, BPHPlusMinusCandidate, BPHPlusMinusCandidate >.
Definition at line 41 of file BPHDecaySpecificBuilder.cc.
|
overrideprotectedvirtual |
build candidates
Operations
Implements BPHDecayGenericBuilderBase.
Reimplemented in BPHDecayToResFlyingBuilder< ProdType, ResType, FlyingType >, and BPHDecayToResFlyingBuilder< BPHRecoCandidate, BPHPlusMinusCandidate, BPHPlusMinusCandidate >.
Referenced by BPHDecayToResFlyingBuilder< BPHRecoCandidate, BPHPlusMinusCandidate, BPHPlusMinusCandidate >::fillRecList().
|
delete |