#include <FWPFCandidateTowerProxyBuilder.h>
Public Member Functions | |
FWPFCandidateTowerProxyBuilder () | |
virtual double | getEt (const reco::PFCandidate &) const =0 |
~FWPFCandidateTowerProxyBuilder () override | |
Public Member Functions inherited from FWCaloDataHistProxyBuilder | |
FWCaloDataHistProxyBuilder () | |
~FWCaloDataHistProxyBuilder () override | |
Public Member Functions inherited from FWCaloDataProxyBuilderBase | |
FWCaloDataProxyBuilderBase () | |
bool | willHandleInteraction () const override |
~FWCaloDataProxyBuilderBase () override | |
Public Member Functions inherited from FWProxyBuilderBase | |
void | build () |
virtual bool | canHandle (const FWEventItem &) |
const fireworks::Context & | context () const |
TEveElementList * | createProduct (FWViewType::EType, const FWViewContext *) |
FWProxyBuilderBase () | |
bool | getHaveWindow () const |
virtual bool | havePerViewProduct (FWViewType::EType) const |
virtual bool | haveSingleProduct () const |
const FWEventItem * | item () const |
void | itemChanged (const FWEventItem *) |
int | layer () const |
void | modelChanges (const FWModelIds &) |
void | removePerViewProduct (FWViewType::EType, const FWViewContext *vc) |
void | scaleChanged (const FWViewContext *) |
void | setHaveWindow (bool iFlag) |
virtual void | setInteractionList (FWInteractionList *, const std::string &) |
virtual void | setItem (const FWEventItem *iItem) |
void | setupAddElement (TEveElement *el, TEveElement *parent, bool set_color=true) const |
void | setupElement (TEveElement *el, bool color=true) const |
virtual | ~FWProxyBuilderBase () |
Protected Member Functions | |
void | build (const FWEventItem *iItem, TEveElementList *product, const FWViewContext *) override |
void | fillCaloData () override |
FWHistSliceSelector * | instantiateSliceSelector () override |
Protected Member Functions inherited from FWCaloDataHistProxyBuilder | |
void | addEntryToTEveCaloData (float eta, float phi, float Et, bool isSelected) |
bool | assertCaloDataSlice () override |
void | itemBeingDestroyed (const FWEventItem *) override |
void | setCaloData (const fireworks::Context &) override |
Protected Member Functions inherited from FWCaloDataProxyBuilderBase | |
void | itemBeingDestroyed (const FWEventItem *) override |
Protected Member Functions inherited from FWProxyBuilderBase | |
virtual void | buildViewType (const FWEventItem *iItem, TEveElementList *, FWViewType::EType, const FWViewContext *) |
virtual void | clean () |
virtual void | cleanLocal () |
TEveCompound * | createCompound (bool set_color=true, bool propagate_color_to_all_children=false) const |
FWProxyBuilderBase (const FWProxyBuilderBase &) | |
void | increaseComponentTransparency (unsigned int index, TEveElement *holder, const std::string &name, Char_t transpOffset) |
virtual void | localModelChanges (const FWModelId &iId, TEveElement *iCompound, FWViewType::EType viewType, const FWViewContext *vc) |
const FWProxyBuilderBase & | operator= (const FWProxyBuilderBase &) |
virtual void | scaleProduct (TEveElementList *parent, FWViewType::EType, const FWViewContext *vc) |
virtual bool | visibilityModelChanges (const FWModelId &, TEveElement *, FWViewType::EType, const FWViewContext *) |
Private Member Functions | |
FWPFCandidateTowerProxyBuilder (const FWPFCandidateTowerProxyBuilder &)=delete | |
const FWPFCandidateTowerProxyBuilder & | operator= (const FWPFCandidateTowerProxyBuilder &)=delete |
Private Attributes | |
const reco::PFCandidateCollection * | m_towers |
Additional Inherited Members | |
Static Public Member Functions inherited from FWProxyBuilderBase | |
static bool | representsSubPart () |
static std::string | typeOfBuilder () |
Used by the plugin system to determine how the proxy uses the data from FWEventItem. More... | |
Protected Types inherited from FWProxyBuilderBase | |
typedef std::vector< Product * >::iterator | Product_it |
Protected Attributes inherited from FWCaloDataHistProxyBuilder | |
TH2F * | m_hist |
FWHistSliceSelector * | m_sliceSelector |
Protected Attributes inherited from FWCaloDataProxyBuilderBase | |
TEveCaloData * | m_caloData |
Int_t | m_sliceIndex |
Protected Attributes inherited from FWProxyBuilderBase | |
std::vector< Product * > | m_products |
Definition at line 30 of file FWPFCandidateTowerProxyBuilder.h.
FWPFCandidateTowerProxyBuilder::FWPFCandidateTowerProxyBuilder | ( | ) |
Definition at line 36 of file FWPFCandidateTowerProxyBuilder.cc.
|
override |
Definition at line 41 of file FWPFCandidateTowerProxyBuilder.cc.
|
privatedelete |
|
overrideprotectedvirtual |
Reimplemented from FWCaloDataProxyBuilderBase.
Definition at line 52 of file FWPFCandidateTowerProxyBuilder.cc.
References FWProxyBuilderBase::build(), FWEventItem::get(), and m_towers.
|
overrideprotectedvirtual |
Implements FWCaloDataProxyBuilderBase.
Definition at line 70 of file FWPFCandidateTowerProxyBuilder.cc.
References FWCaloDataHistProxyBuilder::addEntryToTEveCaloData(), FWEventItem::ModelInfo::displayProperties(), getEt(), info(), FWEventItem::ModelInfo::isSelected(), FWDisplayProperties::isVisible(), FWProxyBuilderBase::item(), FWCaloDataHistProxyBuilder::m_hist, m_towers, and FWEventItem::modelInfo().
|
pure virtual |
Implemented in FWHCalPFCandidateProxyBuilder, and FWECalPFCandidateProxyBuilder.
Referenced by fillCaloData().
|
overrideprotectedvirtual |
Implements FWCaloDataHistProxyBuilder.
Definition at line 64 of file FWPFCandidateTowerProxyBuilder.cc.
References FWProxyBuilderBase::item(), and FWCaloDataHistProxyBuilder::m_hist.
|
privatedelete |
|
private |
Definition at line 48 of file FWPFCandidateTowerProxyBuilder.h.
Referenced by build(), and fillCaloData().