13 #include "TEveGeoNode.h"
14 #include "TEveStraightLineSet.h"
43 TEveElement& oItemHolder,
52 TEveElement& oItemHolder,
57 unsigned int rawid = gemId.
rawId();
68 TEveStraightLineSet* recHitSet =
new TEveStraightLineSet;
69 recHitSet->SetLineWidth(3);
74 shape->SetMainTransparency( 75 );
75 shape->SetMainColor(
item()->defaultDisplayProperties().
color());
76 recHitSet->AddElement( shape );
88 localX - localXerr, localY, localZ
93 localX + localXerr, localY, localZ
98 localX, localY - localYerr, localZ
103 localX, localY + localYerr, localZ
118 recHitSet->AddLine( globalU1[0], globalU1[1], globalU1[2],
119 globalU2[0], globalU2[1], globalU2[2] );
121 recHitSet->AddLine( globalV1[0], globalV1[1], globalV1[2],
122 globalV2[0], globalV2[1], globalV2[2] );
virtual LocalPoint localPosition() const
Return the 3-dimensional local position.
const FWGEMRecHitProxyBuilder & operator=(const FWGEMRecHitProxyBuilder &)
#define REGISTER_PROXYBUILDER_METHODS()
#define REGISTER_FWPROXYBUILDER(_name_, _type_, _purpose_, _view_)
static const int kAllRPZBits
IdToInfoItr find(unsigned int) const
void setupAddElement(TEveElement *el, TEveElement *parent, bool set_color=true) const
virtual void buildViewType(const GEMRecHit &iData, unsigned int iIndex, TEveElement &oItemHolder, FWViewType::EType type, const FWViewContext *)
virtual ~FWGEMRecHitProxyBuilder()
const FWEventItem * item() const
static const int kAll3DBits
FWGEMRecHitProxyBuilder()
uint32_t rawId() const
get the raw id
TEveGeoShape * getEveShape(unsigned int id) const
void localToGlobal(unsigned int id, const float *local, float *global, bool translatep=true) const
bool contains(unsigned int id) const
virtual LocalError localPositionError() const
Return the 3-dimensional error on the local position.
virtual bool haveSingleProduct() const
GEMDetId gemId() const
Return the gemId.
std::vector< FWGeometry::GeomDetInfo >::const_iterator IdToInfoItr
const FWGeometry * getGeom() const