CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Static Public Member Functions | Private Member Functions
FWTrajectorySeedProxyBuilder Class Reference
Inheritance diagram for FWTrajectorySeedProxyBuilder:
FWSimpleProxyBuilderTemplate< TrajectorySeed > FWSimpleProxyBuilder FWProxyBuilderBase

Public Member Functions

 FWTrajectorySeedProxyBuilder ()
 
const std::string & purpose () const
 
const std::string & typeName () const
 
const std::string & view () const
 
virtual ~FWTrajectorySeedProxyBuilder ()
 
- Public Member Functions inherited from FWSimpleProxyBuilderTemplate< TrajectorySeed >
 FWSimpleProxyBuilderTemplate ()
 
- Public Member Functions inherited from FWSimpleProxyBuilder
 FWSimpleProxyBuilder (const std::type_info &iType)
 
virtual ~FWSimpleProxyBuilder ()
 
- Public Member Functions inherited from FWProxyBuilderBase
void build ()
 
virtual bool canHandle (const FWEventItem &)
 
const fireworks::Contextcontext () const
 
TEveElementList * createProduct (FWViewType::EType, const FWViewContext *)
 
 FWProxyBuilderBase ()
 
bool getHaveWindow () const
 
virtual bool havePerViewProduct (FWViewType::EType) const
 
virtual bool haveSingleProduct () const
 
const FWEventItemitem () const
 
virtual void itemBeingDestroyed (const FWEventItem *)
 
void itemChanged (const FWEventItem *)
 
int layer () const
 
void modelChanges (const FWModelIds &)
 
void removePerViewProduct (FWViewType::EType, const FWViewContext *vc)
 
void scaleChanged (const FWViewContext *)
 
void setHaveWindow (bool iFlag)
 
virtual void setInteractionList (FWInteractionList *, const std::string &)
 
virtual void setItem (const FWEventItem *iItem)
 
void setupAddElement (TEveElement *el, TEveElement *parent, bool set_color=true) const
 
void setupElement (TEveElement *el, bool color=true) const
 
virtual bool willHandleInteraction () const
 
virtual ~FWProxyBuilderBase ()
 

Static Public Member Functions

static const std::string & classPurpose ()
 
static const std::string & classRegisterTypeName ()
 
static const std::string & classTypeName ()
 
static const std::string & classView ()
 
- Static Public Member Functions inherited from FWSimpleProxyBuilder
static std::string typeOfBuilder ()
 Used by the plugin system to determine how the proxy uses the data from FWEventItem. More...
 
- Static Public Member Functions inherited from FWProxyBuilderBase
static bool representsSubPart ()
 
static std::string typeOfBuilder ()
 Used by the plugin system to determine how the proxy uses the data from FWEventItem. More...
 

Private Member Functions

void build (const TrajectorySeed &iData, unsigned int iIndex, TEveElement &oItemHolder, const FWViewContext *) override
 
 FWTrajectorySeedProxyBuilder (const FWTrajectorySeedProxyBuilder &)
 
const
FWTrajectorySeedProxyBuilder
operator= (const FWTrajectorySeedProxyBuilder &)
 

Additional Inherited Members

- Protected Types inherited from FWProxyBuilderBase
typedef std::vector< Product * >
::iterator 
Product_it
 
- Protected Member Functions inherited from FWSimpleProxyBuilderTemplate< TrajectorySeed >
virtual void build (const void *iData, unsigned int iIndex, TEveElement &oItemHolder, const FWViewContext *context)
 
virtual void buildViewType (const void *iData, unsigned int iIndex, TEveElement &oItemHolder, FWViewType::EType viewType, const FWViewContext *context)
 
virtual void buildViewType (const TrajectorySeed &iData, unsigned int iIndex, TEveElement &oItemHolder, FWViewType::EType viewType, const FWViewContext *)
 
const TrajectorySeedmodelData (int index)
 
- Protected Member Functions inherited from FWSimpleProxyBuilder
virtual void build (const FWEventItem *iItem, TEveElementList *product, const FWViewContext *)
 
virtual void buildViewType (const FWEventItem *iItem, TEveElementList *product, FWViewType::EType viewType, const FWViewContext *)
 
virtual void clean ()
 
- Protected Member Functions inherited from FWProxyBuilderBase
virtual void cleanLocal ()
 
TEveCompound * createCompound (bool set_color=true, bool propagate_color_to_all_children=false) const
 
 FWProxyBuilderBase (const FWProxyBuilderBase &)
 
void increaseComponentTransparency (unsigned int index, TEveElement *holder, const std::string &name, Char_t transpOffset)
 
virtual void localModelChanges (const FWModelId &iId, TEveElement *iCompound, FWViewType::EType viewType, const FWViewContext *vc)
 
virtual void modelChanges (const FWModelIds &, Product *)
 
const FWProxyBuilderBaseoperator= (const FWProxyBuilderBase &)
 
virtual void scaleProduct (TEveElementList *parent, FWViewType::EType, const FWViewContext *vc)
 
- Protected Attributes inherited from FWSimpleProxyBuilder
FWSimpleProxyHelper m_helper
 
- Protected Attributes inherited from FWProxyBuilderBase
std::vector< Product * > m_products
 

Detailed Description

Definition at line 32 of file FWTrajectorySeedProxyBuilder.cc.

Constructor & Destructor Documentation

FWTrajectorySeedProxyBuilder::FWTrajectorySeedProxyBuilder ( )

Definition at line 49 of file FWTrajectorySeedProxyBuilder.cc.

50 {
51 }
FWTrajectorySeedProxyBuilder::~FWTrajectorySeedProxyBuilder ( )
virtual

Definition at line 53 of file FWTrajectorySeedProxyBuilder.cc.

54 {
55 }
FWTrajectorySeedProxyBuilder::FWTrajectorySeedProxyBuilder ( const FWTrajectorySeedProxyBuilder )
private

Member Function Documentation

void FWTrajectorySeedProxyBuilder::build ( const TrajectorySeed iData,
unsigned int  iIndex,
TEveElement &  oItemHolder,
const FWViewContext  
)
overrideprivatevirtual

iIndex is the index where iData is found in the container from which it came iItemHolder is the object to which you add your own objects which inherit from TEveElement

Reimplemented from FWSimpleProxyBuilderTemplate< TrajectorySeed >.

Definition at line 58 of file FWTrajectorySeedProxyBuilder.cc.

References SiPixelRecHit::cluster(), FWGeometry::contains(), fireworks::extractClusterFromTrackingRecHit(), SiStripCluster::firstStrip(), fwLog, relativeConstraints::geom, edm::Ref< C, T, F >::get(), FWEventItem::getGeom(), FWGeometry::getParameters(), FWProxyBuilderBase::item(), fwlog::kWarning, geometryCSVtoXML::line, fireworks::localSiStrip(), FWGeometry::localToGlobal(), fireworks::pixelLocalX(), fireworks::pixelLocalY(), TrajectorySeed::recHits(), and FWProxyBuilderBase::setupAddElement().

59 {
60  // LocalPoint pnt = iData.startingState().parameters().position();
61  // std::cout << pnt << std::endl;
62  // std::cout << dynamic_cast<const SiPixelRecHit *>(&(*iData.recHits().first)) << std::endl;
63  // TEveVector startPos(pnt.x(), pnt.y(), pnt.z());
64 
65  TEvePointSet* pointSet = new TEvePointSet;
66  TEveLine* line = new TEveLine;
67  TEveStraightLineSet* lineSet = new TEveStraightLineSet;
69 
70  for(; hit != iData.recHits().second; hit++) {
71 
72  unsigned int id = hit->geographicalId();
73  const FWGeometry *geom = item()->getGeom();
74  const float* pars = geom->getParameters( id );
75  const SiPixelRecHit * rh = dynamic_cast<const SiPixelRecHit *>(&*hit);
76  // std::cout << id << "id "<< std::endl;
77  if(rh){
78  const SiPixelCluster * itc = rh->cluster().get();
79  if( ! geom->contains( id ))
80  {
82  << "failed get geometry of SiPixelCluster with detid: "
83  << id << std::endl;
84  continue;
85  }
86 
87 
88  float localPoint[3] =
89  {
90  fireworks::pixelLocalX(( *itc ).minPixelRow(), ( int )pars[0] ),
91  fireworks::pixelLocalY(( *itc ).minPixelCol(), ( int )pars[1] ),
92  0.0
93  };
94 
95  float globalPoint[3];
96  geom->localToGlobal( id, localPoint, globalPoint );
97 
98  pointSet->SetNextPoint( globalPoint[0], globalPoint[1], globalPoint[2] );
99  line->SetNextPoint( globalPoint[0], globalPoint[1], globalPoint[2] );
100 
101  }
102 
103  else {
105 
106  if (cluster) {
107  short firststrip = cluster->firstStrip();
108  float localTop[3] = { 0.0, 0.0, 0.0 };
109  float localBottom[3] = { 0.0, 0.0, 0.0 };
110 
111  fireworks::localSiStrip( firststrip, localTop, localBottom, pars, id );
112 
113  float globalTop[3];
114  float globalBottom[3];
115  geom->localToGlobal( id, localTop, globalTop, localBottom, globalBottom );
116 
117  lineSet->AddLine( globalTop[0], globalTop[1], globalTop[2],
118  globalBottom[0], globalBottom[1], globalBottom[2] );
119  }
120  }
121  }
122 
123  setupAddElement( pointSet, &itemHolder );
124  setupAddElement( line, &itemHolder );
125  setupAddElement( lineSet, &itemHolder );
126 }
float pixelLocalY(const double mpy, const int m_ncols)
Definition: TrackUtils.cc:203
const float * getParameters(unsigned int id) const
Definition: FWGeometry.cc:296
void setupAddElement(TEveElement *el, TEveElement *parent, bool set_color=true) const
uint16_t firstStrip() const
const FWEventItem * item() const
void localSiStrip(short strip, float *localTop, float *localBottom, const float *pars, unsigned int id)
Definition: TrackUtils.cc:297
recHitContainer::const_iterator const_iterator
const SiStripCluster * extractClusterFromTrackingRecHit(const TrackingRecHit *rh)
Definition: TrackUtils.cc:364
void localToGlobal(unsigned int id, const float *local, float *global, bool translatep=true) const
Definition: FWGeometry.cc:328
bool contains(unsigned int id) const
Definition: FWGeometry.h:109
T const * get() const
Returns C++ pointer to the item.
Definition: Ref.h:244
#define fwLog(_level_)
Definition: fwLog.h:50
ClusterRef cluster() const
Definition: SiPixelRecHit.h:49
range recHits() const
Pixel cluster – collection of neighboring pixels above threshold.
float pixelLocalX(const double mpx, const int m_nrows)
Definition: TrackUtils.cc:170
const FWGeometry * getGeom() const
Definition: FWEventItem.cc:681
Our base class.
Definition: SiPixelRecHit.h:23
const std::string & FWTrajectorySeedProxyBuilder::classPurpose ( )
static

Definition at line 131 of file FWTrajectorySeedProxyBuilder.cc.

const std::string & FWTrajectorySeedProxyBuilder::classRegisterTypeName ( )
static

Definition at line 131 of file FWTrajectorySeedProxyBuilder.cc.

const std::string & FWTrajectorySeedProxyBuilder::classTypeName ( )
static

Definition at line 131 of file FWTrajectorySeedProxyBuilder.cc.

const std::string & FWTrajectorySeedProxyBuilder::classView ( )
static

Definition at line 131 of file FWTrajectorySeedProxyBuilder.cc.

const FWTrajectorySeedProxyBuilder& FWTrajectorySeedProxyBuilder::operator= ( const FWTrajectorySeedProxyBuilder )
private
const std::string& FWTrajectorySeedProxyBuilder::purpose ( ) const
inline
const std::string& FWTrajectorySeedProxyBuilder::typeName ( ) const
inline
const std::string& FWTrajectorySeedProxyBuilder::view ( ) const
inline