|
static std::string | typeOfBuilder () |
| Used by the plugin system to determine how the proxy uses the data from FWEventItem. More...
|
|
static bool | representsSubPart () |
|
static std::string | typeOfBuilder () |
| Used by the plugin system to determine how the proxy uses the data from FWEventItem. More...
|
|
typedef std::vector< Product * >
::iterator | Product_it |
|
const reco::PFCandidate & | 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 | localModelChanges (const FWModelId &iId, TEveElement *iCompound, FWViewType::EType viewType, const FWViewContext *vc) |
|
virtual void | modelChanges (const FWModelIds &, Product *) |
|
const FWProxyBuilderBase & | operator= (const FWProxyBuilderBase &) |
|
virtual void | scaleProduct (TEveElementList *parent, FWViewType::EType, const FWViewContext *vc) |
|
FWSimpleProxyHelper | m_helper |
|
std::vector< Product * > | m_products |
|
FWPFCandidate3DProxyBuilder::FWPFCandidate3DProxyBuilder |
( |
| ) |
|
|
inline |
FWPFCandidate3DProxyBuilder::~FWPFCandidate3DProxyBuilder |
( |
| ) |
|
|
virtual |
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::PFCandidate >.
Definition at line 57 of file FWPFCandidate3DProxyBuilder.cc.
References reco::LeafCandidate::charge(), FWProxyBuilderBase::context(), reco::LeafCandidate::px(), reco::LeafCandidate::py(), reco::LeafCandidate::pz(), fireworks::setTrackTypePF(), FWProxyBuilderBase::setupAddElement(), lumiQTWidget::t, and reco::PFCandidate::vertex().
61 t.fP = TEveVector( iData.
px(), iData.
py(), iData.
pz() );
64 TEveTrack* trk =
new TEveTrack(&t,
context().getTrackPropagator() );
const fireworks::Context & context() const
void setupAddElement(TEveElement *el, TEveElement *parent, bool set_color=true) const
virtual double pz() const GCC11_FINAL
z coordinate of momentum vector
virtual double py() const GCC11_FINAL
y coordinate of momentum vector
virtual double px() const GCC11_FINAL
x coordinate of momentum vector
virtual const Point & vertex() const
vertex position (overwritten by PF...)
virtual int charge() const GCC11_FINAL
electric charge
void setTrackTypePF(const reco::PFCandidate &pfCand, TAttLine *track)
FWPFCandidate3DProxyBuilder::REGISTER_PROXYBUILDER_METHODS |
( |
| ) |
|