|
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::GenParticle & | 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 |
|
FWGenParticleLegoProxyBuilder::FWGenParticleLegoProxyBuilder |
( |
| ) |
|
|
inline |
virtual FWGenParticleLegoProxyBuilder::~FWGenParticleLegoProxyBuilder |
( |
| ) |
|
|
inlinevirtual |
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::GenParticle >.
Definition at line 42 of file FWGenParticleLegoProxyBuilder.cc.
References dtNoiseDBValidation_cfg::cerr, reco::LeafCandidate::eta(), FWEventItem::getConfig(), FWProxyBuilderBase::item(), reco::LeafCandidate::phi(), FWProxyBuilderBase::setupAddElement(), and FWProxyBuilderConfiguration::value().
49 if (markerStyle == 0 )
51 else if (markerStyle == 1)
53 else if (markerStyle == 2)
58 if (markerStyle == 3 )
61 TEvePointSet* ps =
new TEvePointSet();
62 ps->SetMarkerStyle(markerStyle);
63 ps->SetMarkerSize(markerSize);
64 ps->SetNextPoint(iData.
eta(), iData.
phi(), 0.001);
FWProxyBuilderConfiguration * getConfig() const
void setupAddElement(TEveElement *el, TEveElement *parent, bool set_color=true) const
virtual double eta() const
momentum pseudorapidity
const FWEventItem * item() const
T value(const std::string &name)
virtual double phi() const
momentum azimuthal angle
FWGenParticleLegoProxyBuilder::REGISTER_PROXYBUILDER_METHODS |
( |
| ) |
|
virtual void FWGenParticleLegoProxyBuilder::setItem |
( |
const FWEventItem * |
iItem | ) |
|
|
inlinevirtual |