1 #include "TEvePointSet.h"
30 TEveElement& oItemHolder,
35 TEvePointSet* pointSet =
new TEvePointSet;
44 if (!
geom->contains(rawid)) {
50 if (
hit->hasPositionAndError()) {
53 }
else if (
const SiStripRecHit1D*
hit = dynamic_cast<const SiStripRecHit1D*>(rechit)) {
54 if (
hit->hasPositionAndError()) {
59 float localPos[3] = {
pos.x(),
pos.y(),
pos.z()};
61 geom->localToGlobal(rawid, localPos, globalPos);
62 pointSet->SetNextPoint(globalPos[0], globalPos[1], globalPos[2]);
69 "Track Tracking RecHits",