#include <FWPFCandidateTowerProxyBuilder.h>
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 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 34 of file FWPFCandidateTowerProxyBuilder.cc.
|
override |
Definition at line 36 of file FWPFCandidateTowerProxyBuilder.cc.
|
delete |
|
overrideprotectedvirtual |
Reimplemented from FWCaloDataProxyBuilderBase.
Definition at line 42 of file FWPFCandidateTowerProxyBuilder.cc.
References FWProxyBuilderBase::build(), FWEventItem::get(), and m_towers.
|
overrideprotectedvirtual |
Implements FWCaloDataProxyBuilderBase.
Definition at line 54 of file FWPFCandidateTowerProxyBuilder.cc.
References FWCaloDataHistProxyBuilder::addEntryToTEveCaloData(), FWEventItem::ModelInfo::displayProperties(), getEt(), info(), FWEventItem::ModelInfo::isSelected(), FWDisplayProperties::isVisible(), FWProxyBuilderBase::item(), FWCaloDataHistProxyBuilder::m_hist, m_towers, FWEventItem::modelInfo(), and hgcalTowerProducer_cfi::tower.
|
pure virtual |
Implemented in FWHCalPFCandidateProxyBuilder, and FWECalPFCandidateProxyBuilder.
Referenced by fillCaloData().
|
overrideprotectedvirtual |
Implements FWCaloDataHistProxyBuilder.
Definition at line 50 of file FWPFCandidateTowerProxyBuilder.cc.
References FWProxyBuilderBase::item(), and FWCaloDataHistProxyBuilder::m_hist.
|
delete |
|
private |
Definition at line 47 of file FWPFCandidateTowerProxyBuilder.h.
Referenced by build(), and fillCaloData().