CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
FWPFTrackLegoProxyBuilder.cc
Go to the documentation of this file.
2 
3 //______________________________________________________________________________
5  unsigned int iIndex,
6  TEveElement &oItemHolder,
7  const FWViewContext *vc) {
8  FWPFTrackUtils *utils = new FWPFTrackUtils();
9  TEveStraightLineSet *legoTrack = utils->setupLegoTrack(iData);
10  setupAddElement(legoTrack, &oItemHolder);
11  delete utils;
12 }
13 
14 //______________________________________________________________________________
17  "PF Tracks",
#define REGISTER_FWPROXYBUILDER(_name_, _type_, _purpose_, _view_)
void setupAddElement(TEveElement *el, TEveElement *parent, bool set_color=true) const
TEveStraightLineSet * setupLegoTrack(const reco::Track &)