1 #include "TEvePointSet.h" 36 TEvePointSet* pointSet =
new TEvePointSet;
49 <<
"failed get geometry for detid: " 50 << rawid << std::endl;
56 if(
hit->hasPositionAndError())
63 if(
hit->hasPositionAndError())
69 float localPos[3] = { pos.
x(), pos.
y(), pos.
z() };
72 pointSet->SetNextPoint( globalPos[0], globalPos[1], globalPos[2] );
#define REGISTER_PROXYBUILDER_METHODS()
#define REGISTER_FWPROXYBUILDER(_name_, _type_, _purpose_, _view_)
static const int kAllRPZBits
void setupAddElement(TEveElement *el, TEveElement *parent, bool set_color=true) const
constexpr uint32_t rawId() const
get the raw id
const FWEventItem * item() const
static const int kAll3DBits
const FWTrackTrackingRecHitProxyBuilder & operator=(const FWTrackTrackingRecHitProxyBuilder &)=delete
~FWTrackTrackingRecHitProxyBuilder(void) override
void localToGlobal(unsigned int id, const float *local, float *global, bool translatep=true) const
bool contains(unsigned int id) const
trackingRecHit_iterator recHitsBegin() const
Iterator to first hit on the track.
virtual LocalPoint localPosition() const =0
FWTrackTrackingRecHitProxyBuilder(void)
DetId geographicalId() const
const FWGeometry * getGeom() const
trackingRecHit_iterator recHitsEnd() const
Iterator to last hit on the track.