|
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 | 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 |
|
Definition at line 26 of file FWCandidateProxyBuilder.cc.
void FWCandidateProxyBuilder::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 53 of file FWCandidateProxyBuilder.cc.
References reco::Candidate::charge(), FWProxyBuilderBase::context(), FWProxyBuilderBase::item(), reco::Candidate::p4(), fireworks::prepareCandidate(), FWProxyBuilderBase::setupAddElement(), tree::t, reco::Candidate::vx(), reco::Candidate::vy(), and reco::Candidate::vz().
60 if (
item()->getConfig()->value<bool>(
"Draw backward extrapolation"))
64 t.fV = TEveVector(iData.
vx(),iData.
vy(),iData.
vz());
65 t.fP = TEveVector(-iData.
p4().px(), -iData.
p4().py(), -iData.
p4().pz());
67 TEveTrack* trk2=
new TEveTrack(&t,
context().getTrackPropagator());
68 trk2->SetLineStyle(7);
const fireworks::Context & context() const
void setupAddElement(TEveElement *el, TEveElement *parent, bool set_color=true) const
virtual double vx() const =0
x coordinate of vertex position
const FWEventItem * item() const
virtual double vy() const =0
y coordinate of vertex position
virtual int charge() const =0
electric charge
virtual double vz() const =0
z coordinate of vertex position
TEveTrack * prepareCandidate(const reco::Candidate &track, TEveTrackPropagator *propagator)
virtual const LorentzVector & p4() const =0
four-momentum Lorentz vector