|
typedef std::vector< Product * >::iterator | Product_it |
|
void | build (const FWEventItem *iItem, TEveElementList *product, const FWViewContext *) override |
|
virtual void | build (const void *, unsigned int iIndex, TEveElement &iItemHolder, const FWViewContext *)=0 |
|
void | build () |
|
virtual void | build (const FWEventItem *iItem, TEveElementList *product, const FWViewContext *) |
|
void | build (const void *iData, unsigned int iIndex, TEveElement &oItemHolder, const FWViewContext *context) override |
|
virtual void | build (const RPCRecHit &iData, unsigned int iIndex, TEveElement &oItemHolder, const FWViewContext *) |
|
virtual void | buildViewType (const void *, unsigned int iIndex, TEveElement &iItemHolder, FWViewType::EType, const FWViewContext *)=0 |
|
virtual void | buildViewType (const FWEventItem *iItem, TEveElementList *, FWViewType::EType, const FWViewContext *) |
|
void | buildViewType (const FWEventItem *iItem, TEveElementList *product, FWViewType::EType viewType, const FWViewContext *) override |
|
void | buildViewType (const void *iData, unsigned int iIndex, TEveElement &oItemHolder, FWViewType::EType viewType, const FWViewContext *context) override |
|
const RPCRecHit & | modelData (int index) |
|
void | build () |
|
virtual void | build (const FWEventItem *iItem, TEveElementList *product, const FWViewContext *) |
|
void | build (const FWEventItem *iItem, TEveElementList *product, const FWViewContext *) override |
|
virtual void | buildViewType (const FWEventItem *iItem, TEveElementList *, FWViewType::EType, const FWViewContext *) |
|
void | buildViewType (const FWEventItem *iItem, TEveElementList *product, FWViewType::EType viewType, const FWViewContext *) override |
|
void | clean () override |
|
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 22 of file FWRPCRecHitProxyBuilder.cc.
Reimplemented from FWSimpleProxyBuilderTemplate< RPCRecHit >.
Definition at line 43 of file FWRPCRecHitProxyBuilder.cc.
References fwLog, relativeConstraints::geom, FWEventItem::getGeom(), FWProxyBuilderBase::item(), FWViewType::k3D, fwlog::kError, FWViewType::kISpy, RPCRecHit::localPosition(), RPCRecHit::localPositionError(), DetId::rawId(), RPCRecHit::rpcId(), FWProxyBuilderBase::setupAddElement(), l1trig_cff::shape, mathSSE::sqrt(), LocalError::xx(), and LocalError::yy().
49 unsigned int rawid = rpcId.
rawId();
53 if (!
geom->contains(rawid)) {
54 fwLog(
fwlog::kError) <<
"failed to get geometry of RPC roll with detid: " << rawid << std::endl;
58 TEveStraightLineSet* recHitSet =
new TEveStraightLineSet;
59 recHitSet->SetLineWidth(3);
62 TEveGeoShape*
shape =
geom->getEveShape(rawid);
63 shape->SetMainTransparency(75);
64 shape->SetMainColor(
item()->defaultDisplayProperties().color());
65 recHitSet->AddElement(
shape);
75 float localU1[3] = {localX - localXerr, localY, localZ};
77 float localU2[3] = {localX + localXerr, localY, localZ};
79 float localV1[3] = {localX, localY - localYerr, localZ};
81 float localV2[3] = {localX, localY + localYerr, localZ};
90 geom->localToGlobal(*det, localU1, globalU1);
91 geom->localToGlobal(*det, localU2, globalU2);
92 geom->localToGlobal(*det, localV1, globalV1);
93 geom->localToGlobal(*det, localV2, globalV2);
95 recHitSet->AddLine(globalU1[0], globalU1[1], globalU1[2], globalU2[0], globalU2[1], globalU2[2]);
97 recHitSet->AddLine(globalV1[0], globalV1[1], globalV1[2], globalV2[0], globalV2[1], globalV2[2]);
void setupAddElement(TEveElement *el, TEveElement *parent, bool set_color=true) const
LocalPoint localPosition() const override
Return the 3-dimensional local position.
RPCDetId rpcId() const
Return the rpcId.
const FWGeometry * getGeom() const
constexpr uint32_t rawId() const
get the raw id
LocalError localPositionError() const override
Return the 3-dimensional error on the local position.
const FWEventItem * item() const
std::vector< FWGeometry::GeomDetInfo >::const_iterator IdToInfoItr