CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions
FWPFTrackRPZProxyBuilder Class Reference

#include <FWPFTrackRPZProxyBuilder.h>

Inheritance diagram for FWPFTrackRPZProxyBuilder:
FWSimpleProxyBuilderTemplate< reco::Track > FWSimpleProxyBuilder FWProxyBuilderBase

Public Member Functions

void build (const reco::Track &iData, unsigned int iIndex, TEveElement &oItemHolder, const FWViewContext *vc) override
 
 FWPFTrackRPZProxyBuilder ()
 
 FWPFTrackRPZProxyBuilder (const FWPFTrackRPZProxyBuilder &)=delete
 
const FWPFTrackRPZProxyBuilderoperator= (const FWPFTrackRPZProxyBuilder &)=delete
 
const std::string & purpose () const
 
const std::string & typeName () const
 
const std::string & view () const
 
 ~FWPFTrackRPZProxyBuilder () override
 
- Public Member Functions inherited from FWSimpleProxyBuilderTemplate< reco::Track >
 FWSimpleProxyBuilderTemplate ()
 
 FWSimpleProxyBuilderTemplate (const FWSimpleProxyBuilderTemplate &)=delete
 
const FWSimpleProxyBuilderTemplateoperator= (const FWSimpleProxyBuilderTemplate &)=delete
 
- Public Member Functions inherited from FWSimpleProxyBuilder
 FWSimpleProxyBuilder (const std::type_info &iType)
 
 FWSimpleProxyBuilder (const FWSimpleProxyBuilder &)=delete
 
const FWSimpleProxyBuilderoperator= (const FWSimpleProxyBuilder &)=delete
 
 ~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...
 

Additional Inherited Members

- Protected Types inherited from FWProxyBuilderBase
typedef std::vector< Product * >::iterator Product_it
 
- Protected Member Functions inherited from FWSimpleProxyBuilderTemplate< reco::Track >
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 ()
 
virtual void build (const FWEventItem *iItem, TEveElementList *product, const FWViewContext *)
 
void build (const void *iData, unsigned int iIndex, TEveElement &oItemHolder, const FWViewContext *context) override
 
virtual void buildViewType (const void *, unsigned int iIndex, TEveElement &iItemHolder, FWViewType::EType, const FWViewContext *)=0
 
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 buildViewType (const void *iData, unsigned int iIndex, TEveElement &oItemHolder, FWViewType::EType viewType, const FWViewContext *context) override
 
virtual void buildViewType (const reco::Track &iData, unsigned int iIndex, TEveElement &oItemHolder, FWViewType::EType viewType, const FWViewContext *)
 
const reco::TrackmodelData (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 25 of file FWPFTrackRPZProxyBuilder.h.

Constructor & Destructor Documentation

◆ FWPFTrackRPZProxyBuilder() [1/2]

FWPFTrackRPZProxyBuilder::FWPFTrackRPZProxyBuilder ( )
inline

Definition at line 28 of file FWPFTrackRPZProxyBuilder.h.

28 {}

◆ ~FWPFTrackRPZProxyBuilder()

FWPFTrackRPZProxyBuilder::~FWPFTrackRPZProxyBuilder ( )
inlineoverride

Definition at line 29 of file FWPFTrackRPZProxyBuilder.h.

29 {}

◆ FWPFTrackRPZProxyBuilder() [2/2]

FWPFTrackRPZProxyBuilder::FWPFTrackRPZProxyBuilder ( const FWPFTrackRPZProxyBuilder )
delete

Member Function Documentation

◆ build()

void FWPFTrackRPZProxyBuilder::build ( const reco::Track iData,
unsigned int  iIndex,
TEveElement &  oItemHolder,
const FWViewContext  
)
overridevirtual

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< reco::Track >.

Definition at line 4 of file FWPFTrackRPZProxyBuilder.cc.

References a, b, HltBtagPostValidation_cff::c, mps_fire::i, dqmdumpme::last, FWProxyBuilderBase::setupAddElement(), y, and z.

7  {
9  TEveTrack *trk = utils->setupTrack(iData);
10  TEvePointSet *ps = utils->getCollisionMarkers(trk);
11  TEvePointSet *rzps = new TEvePointSet();
12  setupAddElement(trk, &oItemHolder);
13 
14  Float_t *trackPoints = trk->GetP();
15  unsigned int last = (trk->GetN() - 1) * 3;
16  float y = trackPoints[last + 1];
17  float z = trackPoints[last + 2];
18 
19  // Reposition any points that have been translated in RhoZ
20  for (signed int i = 0; i < ps->GetN(); ++i) {
21  // WORKS BUT DOESN'T HANDLE ALL SCENARIOS.....
22  Float_t a, b, c;
23  ps->GetPoint(i, a, b, c);
24 
25  if (y < 0 && b > 0)
26  b *= -1;
27  else if (y > 0 && b < 0)
28  b *= -1;
29 
30  if (z < 0 && c > 0)
31  c *= -1;
32  else if (z > 0 && c < 0)
33  c *= -1;
34 
35  rzps->SetNextPoint(a, b, c);
36  }
37 
38  if (rzps->GetN() != 0)
39  setupAddElement(rzps, &oItemHolder);
40  else
41  delete rzps;
42 
43  delete ps;
44  delete utils;
45 }
void setupAddElement(TEveElement *el, TEveElement *parent, bool set_color=true) const
double b
Definition: hdecay.h:118
Definition: utils.py:1
double a
Definition: hdecay.h:119

◆ classPurpose()

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

Definition at line 51 of file FWPFTrackRPZProxyBuilder.cc.

◆ classRegisterTypeName()

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

Definition at line 51 of file FWPFTrackRPZProxyBuilder.cc.

◆ classTypeName()

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

Definition at line 51 of file FWPFTrackRPZProxyBuilder.cc.

◆ classView()

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

Definition at line 51 of file FWPFTrackRPZProxyBuilder.cc.

◆ operator=()

const FWPFTrackRPZProxyBuilder& FWPFTrackRPZProxyBuilder::operator= ( const FWPFTrackRPZProxyBuilder )
delete

◆ purpose()

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

Definition at line 32 of file FWPFTrackRPZProxyBuilder.h.

◆ typeName()

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

Definition at line 32 of file FWPFTrackRPZProxyBuilder.h.

◆ view()

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

Definition at line 32 of file FWPFTrackRPZProxyBuilder.h.