|
| FWCandidateLegoProxyBuilder () |
|
bool | havePerViewProduct (FWViewType::EType) const override |
|
void | localModelChanges (const FWModelId &, TEveElement *, FWViewType::EType, const FWViewContext *) override |
|
const std::string & | purpose () const |
|
void | scaleProduct (TEveElementList *, FWViewType::EType, const FWViewContext *) override |
|
const std::string & | typeName () const |
|
const std::string & | view () const |
|
| ~FWCandidateLegoProxyBuilder () override |
|
| FWSimpleProxyBuilderTemplate () |
|
| FWSimpleProxyBuilder (const std::type_info &iType) |
|
| ~FWSimpleProxyBuilder () override |
|
void | build () |
|
virtual bool | canHandle (const FWEventItem &) |
|
const fireworks::Context & | context () const |
|
TEveElementList * | createProduct (FWViewType::EType, const FWViewContext *) |
|
| FWProxyBuilderBase () |
|
bool | getHaveWindow () const |
|
virtual bool | haveSingleProduct () const |
|
const FWEventItem * | item () const |
|
virtual void | itemBeingDestroyed (const FWEventItem *) |
|
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 bool | willHandleInteraction () const |
|
virtual | ~FWProxyBuilderBase () |
|
|
typedef std::vector< Product * >::iterator | Product_it |
|
void | build (const void *iData, unsigned int iIndex, TEveElement &oItemHolder, const FWViewContext *context) override |
|
void | buildViewType (const void *iData, unsigned int iIndex, TEveElement &oItemHolder, FWViewType::EType viewType, const FWViewContext *context) override |
|
virtual void | buildViewType (const reco::Candidate &iData, unsigned int iIndex, TEveElement &oItemHolder, FWViewType::EType viewType, const FWViewContext *) |
|
const reco::Candidate & | modelData (int index) |
|
void | build (const FWEventItem *iItem, TEveElementList *product, const FWViewContext *) override |
|
void | buildViewType (const FWEventItem *iItem, TEveElementList *product, FWViewType::EType viewType, const FWViewContext *) override |
|
void | clean () override |
|
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 | modelChanges (const FWModelIds &, Product *) |
|
const FWProxyBuilderBase & | operator= (const FWProxyBuilderBase &) |
|
FWSimpleProxyHelper | m_helper |
|
std::vector< Product * > | m_products |
|
FWCandidateLegoProxyBuilder::FWCandidateLegoProxyBuilder |
( |
| ) |
|
|
inline |
FWCandidateLegoProxyBuilder::~FWCandidateLegoProxyBuilder |
( |
| ) |
|
|
inlineoverride |
void FWCandidateLegoProxyBuilder::build |
( |
const reco::Candidate & |
iData, |
|
|
unsigned int |
iIndex, |
|
|
TEveElement & |
oItemHolder, |
|
|
const FWViewContext * |
|
|
) |
| |
|
overrideprivatevirtual |
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::Candidate >.
Definition at line 88 of file FWCandidateLegoProxyBuilder.cc.
References create_public_lumi_plots::color, FWProxyBuilderBase::context(), reco::Candidate::energy(), reco::Candidate::et(), reco::Candidate::eta(), FWProxyBuilderBase::item(), reco::Candidate::phi(), reco::Candidate::pt(), REGISTER_FWPROXYBUILDER, FWProxyBuilderBase::setupAddElement(), and fireworks::Context::voteMaxEtAndEnergy().
92 iData.
et(), iData.
pt(),
93 iData.
eta(), iData.
phi() );
95 candidate->SetMarkerColor(
item()->defaultDisplayProperties().
color() );
const fireworks::Context & context() const
void voteMaxEtAndEnergy(float Et, float energy) const
void setupAddElement(TEveElement *el, TEveElement *parent, bool set_color=true) const
const FWEventItem * item() const
virtual double et() const =0
transverse energy
virtual double energy() const =0
energy
virtual double eta() const =0
momentum pseudorapidity
virtual double pt() const =0
transverse momentum
virtual double phi() const =0
momentum azimuthal angle
const std::string & FWCandidateLegoProxyBuilder::classPurpose |
( |
| ) |
|
|
static |
const std::string & FWCandidateLegoProxyBuilder::classRegisterTypeName |
( |
| ) |
|
|
static |
const std::string & FWCandidateLegoProxyBuilder::classTypeName |
( |
| ) |
|
|
static |
const std::string & FWCandidateLegoProxyBuilder::classView |
( |
| ) |
|
|
static |
const std::string& FWCandidateLegoProxyBuilder::purpose |
( |
| ) |
const |
|
inline |
const std::string& FWCandidateLegoProxyBuilder::typeName |
( |
| ) |
const |
|
inline |
const std::string& FWCandidateLegoProxyBuilder::view |
( |
| ) |
const |
|
inline |