Public Member Functions | |
FWMETLegoProxyBuilder (void) | |
REGISTER_PROXYBUILDER_METHODS () | |
virtual | ~FWMETLegoProxyBuilder (void) |
Private Member Functions | |
virtual void | build (const reco::MET &iData, unsigned int iIndex, TEveElement &oItemHolder, const FWViewContext *) |
FWMETLegoProxyBuilder (const FWMETLegoProxyBuilder &) | |
const FWMETLegoProxyBuilder & | operator= (const FWMETLegoProxyBuilder &) |
Definition at line 14 of file FWMETLegoProxyBuilder.cc.
FWMETLegoProxyBuilder::FWMETLegoProxyBuilder | ( | void | ) | [inline] |
Definition at line 17 of file FWMETLegoProxyBuilder.cc.
{}
virtual FWMETLegoProxyBuilder::~FWMETLegoProxyBuilder | ( | void | ) | [inline, virtual] |
Definition at line 18 of file FWMETLegoProxyBuilder.cc.
{}
FWMETLegoProxyBuilder::FWMETLegoProxyBuilder | ( | const FWMETLegoProxyBuilder & | ) | [private] |
void FWMETLegoProxyBuilder::build | ( | const reco::MET & | iData, |
unsigned int | iIndex, | ||
TEveElement & | oItemHolder, | ||
const FWViewContext * | |||
) | [private, virtual] |
iIndex is the index where iData is found in the container from which it came iItemHolder is the object to which you add your own objects which inherit from TEveElement
Reimplemented from FWSimpleProxyBuilderTemplate< reco::MET >.
Definition at line 30 of file FWMETLegoProxyBuilder.cc.
References fireworks::addDoubleLines(), and reco::LeafCandidate::phi().
{ fireworks::addDoubleLines( iData.phi(), &oItemHolder, this ); }
const FWMETLegoProxyBuilder& FWMETLegoProxyBuilder::operator= | ( | const FWMETLegoProxyBuilder & | ) | [private] |
FWMETLegoProxyBuilder::REGISTER_PROXYBUILDER_METHODS | ( | ) |