|
| FWCandidateLegoProxyBuilder () |
|
virtual bool | havePerViewProduct (FWViewType::EType) const override |
|
virtual void | localModelChanges (const FWModelId &, TEveElement *, FWViewType::EType, const FWViewContext *) override |
|
const std::string & | purpose () const |
|
virtual void | scaleProduct (TEveElementList *, FWViewType::EType, const FWViewContext *) override |
|
const std::string & | typeName () const |
|
const std::string & | view () const |
|
virtual | ~FWCandidateLegoProxyBuilder () |
|
| FWSimpleProxyBuilderTemplate () |
|
| FWSimpleProxyBuilder (const std::type_info &iType) |
|
virtual | ~FWSimpleProxyBuilder () |
|
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 |
|
virtual void | build (const void *iData, unsigned int iIndex, TEveElement &oItemHolder, const FWViewContext *context) |
|
virtual void | buildViewType (const void *iData, unsigned int iIndex, TEveElement &oItemHolder, FWViewType::EType viewType, const FWViewContext *context) |
|
virtual void | buildViewType (const reco::Candidate &iData, unsigned int iIndex, TEveElement &oItemHolder, FWViewType::EType viewType, const FWViewContext *) |
|
const reco::Candidate & | modelData (int index) |
|
virtual void | build (const FWEventItem *iItem, TEveElementList *product, const FWViewContext *) |
|
virtual void | buildViewType (const FWEventItem *iItem, TEveElementList *product, FWViewType::EType viewType, 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 | modelChanges (const FWModelIds &, Product *) |
|
const FWProxyBuilderBase & | operator= (const FWProxyBuilderBase &) |
|
FWSimpleProxyHelper | m_helper |
|
std::vector< Product * > | m_products |
|
FWCandidateLegoProxyBuilder::FWCandidateLegoProxyBuilder |
( |
| ) |
|
|
inline |
virtual FWCandidateLegoProxyBuilder::~FWCandidateLegoProxyBuilder |
( |
| ) |
|
|
inlinevirtual |
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 89 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(), FWProxyBuilderBase::setupAddElement(), and fireworks::Context::voteMaxEtAndEnergy().
93 iData.
et(), iData.
pt(),
94 iData.
eta(), iData.
phi() );
96 candidate->SetMarkerColor(
item()->defaultDisplayProperties().
color() );
const fireworks::Context & context() const
virtual double energy() const =0
energy
virtual double et() const =0
transverse energy
virtual double pt() const =0
transverse momentum
void voteMaxEtAndEnergy(float Et, float energy) const
void setupAddElement(TEveElement *el, TEveElement *parent, bool set_color=true) const
const FWEventItem * item() const
virtual double phi() const =0
momentum azimuthal angle
virtual double eta() const =0
momentum pseudorapidity
const std::string & FWCandidateLegoProxyBuilder::classPurpose |
( |
| ) |
|
|
static |
const std::string & FWCandidateLegoProxyBuilder::classRegisterTypeName |
( |
| ) |
|
|
static |
const std::string & FWCandidateLegoProxyBuilder::classTypeName |
( |
| ) |
|
|
static |
const std::string & FWCandidateLegoProxyBuilder::classView |
( |
| ) |
|
|
static |
virtual bool FWCandidateLegoProxyBuilder::havePerViewProduct |
( |
FWViewType::EType |
| ) |
const |
|
inlineoverridevirtual |
const std::string& FWCandidateLegoProxyBuilder::purpose |
( |
| ) |
const |
|
inline |
const std::string& FWCandidateLegoProxyBuilder::typeName |
( |
| ) |
const |
|
inline |
const std::string& FWCandidateLegoProxyBuilder::view |
( |
| ) |
const |
|
inline |