CMS 3D CMS Logo

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
 
 ~FWTrajectorySeedProxyBuilder () override
 
- Public Member Functions inherited from FWSimpleProxyBuilderTemplate< TrajectorySeed >
 FWSimpleProxyBuilderTemplate ()
 
- Public Member Functions inherited from FWSimpleProxyBuilder
 FWSimpleProxyBuilder (const std::type_info &iType)
 
 ~FWSimpleProxyBuilder () override
 
- 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 &)=delete
 
const FWTrajectorySeedProxyBuilderoperator= (const FWTrajectorySeedProxyBuilder &)=delete
 

Additional Inherited Members

- Protected Types inherited from FWProxyBuilderBase
typedef std::vector< Product * >::iterator Product_it
 
- Protected Member Functions inherited from FWSimpleProxyBuilderTemplate< TrajectorySeed >
void build ()
 
virtual void build (const FWEventItem *iItem, TEveElementList *product, const FWViewContext *)
 
void build (const FWEventItem *iItem, TEveElementList *product, const FWViewContext *) override
 
virtual void build (const void *, unsigned int iIndex, TEveElement &iItemHolder, const FWViewContext *)=0
 
void build (const void *iData, unsigned int iIndex, TEveElement &oItemHolder, const FWViewContext *context) override
 
virtual void buildViewType (const FWEventItem *iItem, TEveElementList *, FWViewType::EType, const FWViewContext *)
 
void buildViewType (const FWEventItem *iItem, TEveElementList *product, FWViewType::EType viewType, const FWViewContext *) override
 
virtual void buildViewType (const TrajectorySeed &iData, unsigned int iIndex, TEveElement &oItemHolder, FWViewType::EType viewType, const FWViewContext *)
 
virtual void buildViewType (const void *, unsigned int iIndex, TEveElement &iItemHolder, FWViewType::EType, const FWViewContext *)=0
 
void buildViewType (const void *iData, unsigned int iIndex, TEveElement &oItemHolder, FWViewType::EType viewType, const FWViewContext *context) override
 
const TrajectorySeedmodelData (int index)
 
- Protected Member Functions inherited from FWSimpleProxyBuilder
void build ()
 
virtual void build (const FWEventItem *iItem, TEveElementList *product, const FWViewContext *)
 
void build (const FWEventItem *iItem, TEveElementList *product, const FWViewContext *) override
 
virtual void buildViewType (const FWEventItem *iItem, TEveElementList *, FWViewType::EType, const FWViewContext *)
 
void buildViewType (const FWEventItem *iItem, TEveElementList *product, FWViewType::EType viewType, const FWViewContext *) override
 
void clean () override
 
- 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 31 of file FWTrajectorySeedProxyBuilder.cc.

Constructor & Destructor Documentation

◆ FWTrajectorySeedProxyBuilder() [1/2]

FWTrajectorySeedProxyBuilder::FWTrajectorySeedProxyBuilder ( )

Definition at line 47 of file FWTrajectorySeedProxyBuilder.cc.

47 {}

◆ ~FWTrajectorySeedProxyBuilder()

FWTrajectorySeedProxyBuilder::~FWTrajectorySeedProxyBuilder ( )
override

Definition at line 49 of file FWTrajectorySeedProxyBuilder.cc.

49 {}

◆ FWTrajectorySeedProxyBuilder() [2/2]

FWTrajectorySeedProxyBuilder::FWTrajectorySeedProxyBuilder ( const FWTrajectorySeedProxyBuilder )
privatedelete

Member Function Documentation

◆ build()

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 51 of file FWTrajectorySeedProxyBuilder.cc.

54  {
55  // LocalPoint pnt = iData.startingState().parameters().position();
56  // std::cout << pnt << std::endl;
57  // std::cout << dynamic_cast<const SiPixelRecHit *>(&(*iData.recHits().first)) << std::endl;
58  // TEveVector startPos(pnt.x(), pnt.y(), pnt.z());
59 
60  TEvePointSet* pointSet = new TEvePointSet;
61  TEveLine* line = new TEveLine;
62  TEveStraightLineSet* lineSet = new TEveStraightLineSet;
63 
64  for (auto const& hit : iData.recHits()) {
65  unsigned int id = hit.geographicalId();
66  const FWGeometry* geom = item()->getGeom();
67  const float* pars = geom->getParameters(id);
68  const SiPixelRecHit* rh = dynamic_cast<const SiPixelRecHit*>(&hit);
69  // std::cout << id << "id "<< std::endl;
70  if (rh) {
71  const SiPixelCluster* itc = rh->cluster().get();
72  if (!geom->contains(id)) {
73  fwLog(fwlog::kWarning) << "failed get geometry of SiPixelCluster with detid: " << id << std::endl;
74  continue;
75  }
76 
77  float localPoint[3] = {
78  fireworks::pixelLocalX((*itc).minPixelRow(), pars), fireworks::pixelLocalY((*itc).minPixelCol(), pars), 0.0};
79 
80  float globalPoint[3];
81  geom->localToGlobal(id, localPoint, globalPoint);
82 
83  pointSet->SetNextPoint(globalPoint[0], globalPoint[1], globalPoint[2]);
84  line->SetNextPoint(globalPoint[0], globalPoint[1], globalPoint[2]);
85 
86  }
87 
88  else {
90 
91  if (cluster) {
92  short firststrip = cluster->firstStrip();
93  float localTop[3] = {0.0, 0.0, 0.0};
94  float localBottom[3] = {0.0, 0.0, 0.0};
95 
96  fireworks::localSiStrip(firststrip, localTop, localBottom, pars, id);
97 
98  float globalTop[3];
99  float globalBottom[3];
100  geom->localToGlobal(id, localTop, globalTop, localBottom, globalBottom);
101 
102  lineSet->AddLine(globalTop[0], globalTop[1], globalTop[2], globalBottom[0], globalBottom[1], globalBottom[2]);
103  }
104  }
105  }
106 
107  setupAddElement(pointSet, &itemHolder);
108  setupAddElement(line, &itemHolder);
109  setupAddElement(lineSet, &itemHolder);
110 }

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

◆ classPurpose()

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

Definition at line 118 of file FWTrajectorySeedProxyBuilder.cc.

◆ classRegisterTypeName()

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

Definition at line 118 of file FWTrajectorySeedProxyBuilder.cc.

◆ classTypeName()

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

Definition at line 118 of file FWTrajectorySeedProxyBuilder.cc.

◆ classView()

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

Definition at line 118 of file FWTrajectorySeedProxyBuilder.cc.

◆ operator=()

const FWTrajectorySeedProxyBuilder& FWTrajectorySeedProxyBuilder::operator= ( const FWTrajectorySeedProxyBuilder )
privatedelete

◆ purpose()

const std::string& FWTrajectorySeedProxyBuilder::purpose ( ) const
inline

Definition at line 36 of file FWTrajectorySeedProxyBuilder.cc.

38 :
39  FWTrajectorySeedProxyBuilder(const FWTrajectorySeedProxyBuilder&) = delete; // stop default

◆ typeName()

const std::string& FWTrajectorySeedProxyBuilder::typeName ( ) const
inline

Definition at line 36 of file FWTrajectorySeedProxyBuilder.cc.

38 :
39  FWTrajectorySeedProxyBuilder(const FWTrajectorySeedProxyBuilder&) = delete; // stop default

◆ view()

const std::string& FWTrajectorySeedProxyBuilder::view ( ) const
inline

Definition at line 36 of file FWTrajectorySeedProxyBuilder.cc.

38 :
39  FWTrajectorySeedProxyBuilder(const FWTrajectorySeedProxyBuilder&) = delete; // stop default
fwLog
#define fwLog(_level_)
Definition: fwLog.h:45
FWGeometry
Definition: FWGeometry.h:27
fireworks::pixelLocalX
float pixelLocalX(const double mpx, const float *)
Definition: TrackUtils.cc:159
edm::Ref::get
T const * get() const
Returns C++ pointer to the item.
Definition: Ref.h:232
SiPixelCluster
Pixel cluster – collection of neighboring pixels above threshold.
Definition: SiPixelCluster.h:27
SiPixelRecHit::cluster
ClusterRef cluster() const
Definition: SiPixelRecHit.h:47
SiPixelRecHit
Our base class.
Definition: SiPixelRecHit.h:23
SiStripCluster::firstStrip
uint16_t firstStrip() const
Definition: SiStripCluster.h:47
relativeConstraints.geom
geom
Definition: relativeConstraints.py:72
fireworks::pixelLocalY
float pixelLocalY(const double mpy, const float *)
Definition: TrackUtils.cc:209
fireworks::extractClusterFromTrackingRecHit
const SiStripCluster * extractClusterFromTrackingRecHit(const TrackingRecHit *rh)
Definition: TrackUtils.cc:318
FWProxyBuilderBase::setupAddElement
void setupAddElement(TEveElement *el, TEveElement *parent, bool set_color=true) const
Definition: FWProxyBuilderBase.cc:350
fwlog::kWarning
Definition: fwLog.h:35
TrajectorySeed::recHits
RecHitRange recHits() const
Definition: TrajectorySeed.h:52
FWEventItem::getGeom
const FWGeometry * getGeom() const
Definition: FWEventItem.cc:548
FWProxyBuilderBase::item
const FWEventItem * item() const
Definition: FWProxyBuilderBase.h:64
FWTrajectorySeedProxyBuilder
Definition: FWTrajectorySeedProxyBuilder.cc:31
fireworks::localSiStrip
void localSiStrip(short strip, float *localTop, float *localBottom, const float *pars, unsigned int id)
Definition: TrackUtils.cc:263
mps_splice.line
line
Definition: mps_splice.py:76
SiStripCluster
Definition: SiStripCluster.h:9
hit
Definition: SiStripHitEffFromCalibTree.cc:88
FWTrajectorySeedProxyBuilder::FWTrajectorySeedProxyBuilder
FWTrajectorySeedProxyBuilder()
Definition: FWTrajectorySeedProxyBuilder.cc:47