|
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 | buildViewType (const FWEventItem *iItem, TEveElementList *, FWViewType::EType, 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) |
|
virtual bool | visibilityModelChanges (const FWModelId &, TEveElement *, FWViewType::EType, const FWViewContext *) |
|
std::vector< Product * > | m_products |
|
FWSiPixelClusterDetProxyBuilder::FWSiPixelClusterDetProxyBuilder |
( |
| ) |
|
|
inline |
virtual FWSiPixelClusterDetProxyBuilder::~FWSiPixelClusterDetProxyBuilder |
( |
| ) |
|
|
inlinevirtual |
void FWSiPixelClusterDetProxyBuilder::build |
( |
const FWEventItem * |
iItem, |
|
|
TEveElementList * |
product, |
|
|
const FWViewContext * |
|
|
) |
| |
|
privatevirtual |
Reimplemented from FWProxyBuilderBase.
Definition at line 35 of file FWSiPixelClusterDetProxyBuilder.cc.
References edmNew::DetSet< T >::begin(), edmNew::DetSetVector< T >::begin(), FWGeometry::contains(), cond::rpcobgas::detid, edmNew::DetSet< T >::end(), edmNew::DetSetVector< T >::end(), relativeConstraints::geom, FWEventItem::get(), FWGeometry::getEveShape(), FWEventItem::getGeom(), runtimedef::set(), and FWProxyBuilderBase::setupAddElement().
49 unsigned int id =
set->detId();
63 shape->SetMainTransparency(50);
boost::transform_iterator< IterHelp, const_IdIter > const_iterator
const_iterator begin() const
void setupAddElement(TEveElement *el, TEveElement *parent, bool set_color=true) const
void get(const T *&oData) const
data_type const * const_iterator
TEveGeoShape * getEveShape(unsigned int id) const
bool contains(unsigned int id) const
const_iterator end() const
const FWGeometry * getGeom() const
void set(const std::string &name, int value)
set the flag, with a run-time name
FWSiPixelClusterDetProxyBuilder::REGISTER_PROXYBUILDER_METHODS |
( |
| ) |
|