#include <FWCandidateTowerProxyBuilder.h>
|
void | build (const FWEventItem *iItem, TEveElementList *product, const FWViewContext *) override |
|
void | fillCaloData () override |
|
FWHistSliceSelector * | instantiateSliceSelector () override |
|
void | addEntryToTEveCaloData (float eta, float phi, float Et, bool isSelected) |
|
bool | assertCaloDataSlice () override |
|
void | itemBeingDestroyed (const FWEventItem *) override |
|
void | setCaloData (const fireworks::Context &) override |
|
void | itemBeingDestroyed (const FWEventItem *) override |
|
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 *) |
|
FWCandidateTowerProxyBuilder::FWCandidateTowerProxyBuilder |
( |
| ) |
|
FWCandidateTowerProxyBuilder::~FWCandidateTowerProxyBuilder |
( |
| ) |
|
|
override |
void FWCandidateTowerProxyBuilder::build |
( |
const FWEventItem * |
iItem, |
|
|
TEveElementList * |
product, |
|
|
const FWViewContext * |
ctx |
|
) |
| |
|
overrideprotectedvirtual |
const std::string & FWCandidateTowerProxyBuilder::classPurpose |
( |
| ) |
|
|
static |
const std::string & FWCandidateTowerProxyBuilder::classRegisterTypeName |
( |
| ) |
|
|
static |
const std::string & FWCandidateTowerProxyBuilder::classTypeName |
( |
| ) |
|
|
static |
const std::string & FWCandidateTowerProxyBuilder::classView |
( |
| ) |
|
|
static |
void FWCandidateTowerProxyBuilder::fillCaloData |
( |
| ) |
|
|
overrideprotectedvirtual |
Implements FWCaloDataProxyBuilderBase.
Definition at line 67 of file FWCandidateTowerProxyBuilder.cc.
References FWCaloDataHistProxyBuilder::addEntryToTEveCaloData(), FWEventItem::ModelInfo::displayProperties(), reco::Candidate::eta(), getEt(), info(), FWEventItem::ModelInfo::isSelected(), FWDisplayProperties::isVisible(), FWProxyBuilderBase::item(), m_helper, FWCaloDataHistProxyBuilder::m_hist, FWEventItem::modelData(), FWEventItem::modelInfo(), FWSimpleProxyHelper::offsetObject(), reco::Candidate::phi(), and FWEventItem::size().
73 if(
item()->defaultDisplayProperties().isVisible()) {
const FWDisplayProperties & displayProperties() const
const void * offsetObject(const void *iObj) const
const FWEventItem * item() const
void addEntryToTEveCaloData(float eta, float phi, float Et, bool isSelected)
FWSimpleProxyHelper m_helper
virtual double eta() const =0
momentum pseudorapidity
virtual double getEt(const reco::Candidate &cand) const
const void * modelData(int iIndex) const
ModelInfo modelInfo(int iIndex) const
virtual double phi() const =0
momentum azimuthal angle
virtual double FWCandidateTowerProxyBuilder::getEt |
( |
const reco::Candidate & |
cand | ) |
const |
|
inlinevirtual |
void FWCandidateTowerProxyBuilder::itemChangedImp |
( |
const FWEventItem * |
iItem | ) |
|
|
privatevirtual |
const std::string& FWCandidateTowerProxyBuilder::purpose |
( |
| ) |
const |
|
inline |
const std::string& FWCandidateTowerProxyBuilder::typeName |
( |
| ) |
const |
|
inline |
static std::string FWCandidateTowerProxyBuilder::typeOfBuilder |
( |
| ) |
|
|
inlinestatic |
const std::string& FWCandidateTowerProxyBuilder::view |
( |
| ) |
const |
|
inline |