![]() |
![]() |
Private Member Functions | |
void | build (const TrajectorySeed &iData, unsigned int iIndex, TEveElement &oItemHolder, const FWViewContext *) override |
FWTrajectorySeedProxyBuilder (const FWTrajectorySeedProxyBuilder &) | |
const FWTrajectorySeedProxyBuilder & | operator= (const FWTrajectorySeedProxyBuilder &) |
Additional Inherited Members | |
![]() | |
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 |
![]() | |
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 TrajectorySeed &iData, unsigned int iIndex, TEveElement &oItemHolder, FWViewType::EType viewType, const FWViewContext *) |
const TrajectorySeed & | 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 32 of file FWTrajectorySeedProxyBuilder.cc.
FWTrajectorySeedProxyBuilder::FWTrajectorySeedProxyBuilder | ( | ) |
Definition at line 49 of file FWTrajectorySeedProxyBuilder.cc.
|
virtual |
Definition at line 53 of file FWTrajectorySeedProxyBuilder.cc.
|
private |
|
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< TrajectorySeed >.
Definition at line 58 of file FWTrajectorySeedProxyBuilder.cc.
References FWGeometry::contains(), fwLog, relativeConstraints::geom, FWEventItem::getGeom(), FWGeometry::getParameters(), FWProxyBuilderBase::item(), fwlog::kWarning, FWGeometry::localToGlobal(), fireworks::pixelLocalX(), fireworks::pixelLocalY(), TrajectorySeed::recHits(), FWProxyBuilderBase::setupAddElement(), and FWProxyBuilderBase::setupElement().
|
private |
FWTrajectorySeedProxyBuilder::REGISTER_PROXYBUILDER_METHODS | ( | ) |