Closed alja closed 9 years ago
OK, 1) check if there is SiStripRecHit1D and SiStripRecHit2D object by cast like for https://github.com/cms-sw/cmssw/blob/CMSSW_7_2_X/Fireworks/Tracks/plugins/FWTrajectorySeedProxyBuilder.cc#L74
2) then get StipCluster() or pixelCluster() from base class http://cmslxr.fnal.gov/lxr/source/DataFormats/TrackerRecHit2D/interface/TrackerSingleRecHit.h#0064
3) what to draw from a strip cluster http://cmslxr.fnal.gov/lxr/source/DataFormats/SiStripCluster/interface/SiStripCluster.h ??? There is only first strip and amplitueds.
commet from Andrea ... It would also be nice to add the drawing of the strips when the hit is not a pixel one (mixedSeeds).