CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Private Member Functions
FWGEMRecHitProxyBuilder Class Reference
Inheritance diagram for FWGEMRecHitProxyBuilder:
FWSimpleProxyBuilderTemplate< GEMRecHit > FWSimpleProxyBuilder FWProxyBuilderBase

Public Member Functions

 FWGEMRecHitProxyBuilder ()
 
bool haveSingleProduct () const override
 
const std::string & purpose () const
 
const std::string & typeName () const
 
const std::string & view () const
 
 ~FWGEMRecHitProxyBuilder () override
 
- Public Member Functions inherited from FWSimpleProxyBuilderTemplate< GEMRecHit >
 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
 
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 buildViewType (const GEMRecHit &iData, unsigned int iIndex, TEveElement &oItemHolder, FWViewType::EType type, const FWViewContext *) override
 
 FWGEMRecHitProxyBuilder (const FWGEMRecHitProxyBuilder &)=delete
 
const FWGEMRecHitProxyBuilderoperator= (const FWGEMRecHitProxyBuilder &)=delete
 

Additional Inherited Members

- Protected Types inherited from FWProxyBuilderBase
typedef std::vector< Product * >::iterator Product_it
 
- Protected Member Functions inherited from FWSimpleProxyBuilderTemplate< GEMRecHit >
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 GEMRecHit &iData, unsigned int iIndex, TEveElement &oItemHolder, const FWViewContext *)
 
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 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 GEMRecHitmodelData (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 23 of file FWGEMRecHitProxyBuilder.cc.

Constructor & Destructor Documentation

◆ FWGEMRecHitProxyBuilder() [1/2]

FWGEMRecHitProxyBuilder::FWGEMRecHitProxyBuilder ( )
inline

Definition at line 25 of file FWGEMRecHitProxyBuilder.cc.

25 {}

◆ ~FWGEMRecHitProxyBuilder()

FWGEMRecHitProxyBuilder::~FWGEMRecHitProxyBuilder ( )
inlineoverride

Definition at line 26 of file FWGEMRecHitProxyBuilder.cc.

26 {}

◆ FWGEMRecHitProxyBuilder() [2/2]

FWGEMRecHitProxyBuilder::FWGEMRecHitProxyBuilder ( const FWGEMRecHitProxyBuilder )
privatedelete

Member Function Documentation

◆ buildViewType()

void FWGEMRecHitProxyBuilder::buildViewType ( const GEMRecHit iData,
unsigned int  iIndex,
TEveElement &  oItemHolder,
FWViewType::EType  type,
const FWViewContext  
)
overrideprivatevirtual

Reimplemented from FWSimpleProxyBuilderTemplate< GEMRecHit >.

Definition at line 44 of file FWGEMRecHitProxyBuilder.cc.

48  {
49  GEMDetId gemId = iData.gemId();
50  unsigned int rawid = gemId.rawId();
51 
52  const FWGeometry* geom = item()->getGeom();
53 
54  if (!geom->contains(rawid)) {
55  fwLog(fwlog::kError) << "failed to get geometry of GEM roll with detid: " << rawid << std::endl;
56  return;
57  }
58 
59  TEveStraightLineSet* recHitSet = new TEveStraightLineSet;
60  recHitSet->SetLineWidth(3);
61 
63  TEveGeoShape* shape = geom->getEveShape(rawid);
64  shape->SetMainTransparency(75);
65  shape->SetMainColor(item()->defaultDisplayProperties().color());
66  recHitSet->AddElement(shape);
67  }
68 
69  float localX = iData.localPosition().x();
70  float localY = iData.localPosition().y();
71  float localZ = iData.localPosition().z();
72 
73  float localXerr = sqrt(iData.localPositionError().xx());
74  float localYerr = sqrt(iData.localPositionError().yy());
75 
76  float localU1[3] = {localX - localXerr, localY, localZ};
77 
78  float localU2[3] = {localX + localXerr, localY, localZ};
79 
80  float localV1[3] = {localX, localY - localYerr, localZ};
81 
82  float localV2[3] = {localX, localY + localYerr, localZ};
83 
84  float globalU1[3];
85  float globalU2[3];
86  float globalV1[3];
87  float globalV2[3];
88 
89  FWGeometry::IdToInfoItr det = geom->find(rawid);
90 
91  geom->localToGlobal(*det, localU1, globalU1);
92  geom->localToGlobal(*det, localU2, globalU2);
93  geom->localToGlobal(*det, localV1, globalV1);
94  geom->localToGlobal(*det, localV2, globalV2);
95 
96  recHitSet->AddLine(globalU1[0], globalU1[1], globalU1[2], globalU2[0], globalU2[1], globalU2[2]);
97 
98  recHitSet->AddLine(globalV1[0], globalV1[1], globalV1[2], globalV2[0], globalV2[1], globalV2[2]);
99 
100  setupAddElement(recHitSet, &oItemHolder);
101 }

References fwLog, GEMRecHit::gemId(), relativeConstraints::geom, FWEventItem::getGeom(), FWProxyBuilderBase::item(), FWViewType::k3D, fwlog::kError, FWViewType::kISpy, GEMRecHit::localPosition(), GEMRecHit::localPositionError(), phase1PixelTopology::localX(), phase1PixelTopology::localY(), DetId::rawId(), FWProxyBuilderBase::setupAddElement(), mathSSE::sqrt(), LocalError::xx(), and LocalError::yy().

◆ classPurpose()

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

Definition at line 106 of file FWGEMRecHitProxyBuilder.cc.

◆ classRegisterTypeName()

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

Definition at line 106 of file FWGEMRecHitProxyBuilder.cc.

◆ classTypeName()

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

Definition at line 106 of file FWGEMRecHitProxyBuilder.cc.

◆ classView()

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

Definition at line 106 of file FWGEMRecHitProxyBuilder.cc.

◆ haveSingleProduct()

bool FWGEMRecHitProxyBuilder::haveSingleProduct ( void  ) const
inlineoverridevirtual

Reimplemented from FWProxyBuilderBase.

Definition at line 28 of file FWGEMRecHitProxyBuilder.cc.

28 { return false; }

◆ operator=()

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

◆ purpose()

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

Definition at line 30 of file FWGEMRecHitProxyBuilder.cc.

32 :

◆ typeName()

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

Definition at line 30 of file FWGEMRecHitProxyBuilder.cc.

32 :

◆ view()

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

Definition at line 30 of file FWGEMRecHitProxyBuilder.cc.

32 :
fwLog
#define fwLog(_level_)
Definition: fwLog.h:45
FWGeometry
Definition: FWGeometry.h:27
phase1PixelTopology::localY
constexpr uint16_t localY(uint16_t py)
Definition: phase1PixelTopology.h:58
GEMRecHit::localPositionError
LocalError localPositionError() const override
Return the 3-dimensional error on the local position.
Definition: GEMRecHit.h:40
FWGeometry::IdToInfoItr
std::vector< FWGeometry::GeomDetInfo >::const_iterator IdToInfoItr
Definition: FWGeometry.h:137
LocalError::xx
float xx() const
Definition: LocalError.h:22
FWGEMRecHitProxyBuilder::FWGEMRecHitProxyBuilder
FWGEMRecHitProxyBuilder()
Definition: FWGEMRecHitProxyBuilder.cc:25
mathSSE::sqrt
T sqrt(T t)
Definition: SSEVec.h:19
relativeConstraints.geom
geom
Definition: relativeConstraints.py:72
phase1PixelTopology::localX
constexpr uint16_t localX(uint16_t px)
Definition: phase1PixelTopology.h:49
FWGEMRecHitProxyBuilder
Definition: FWGEMRecHitProxyBuilder.cc:23
GEMDetId
Definition: GEMDetId.h:17
FWProxyBuilderBase::setupAddElement
void setupAddElement(TEveElement *el, TEveElement *parent, bool set_color=true) const
Definition: FWProxyBuilderBase.cc:350
GEMRecHit::gemId
GEMDetId gemId() const
Return the gemId.
Definition: GEMRecHit.h:65
FWEventItem::getGeom
const FWGeometry * getGeom() const
Definition: FWEventItem.cc:548
FWProxyBuilderBase::item
const FWEventItem * item() const
Definition: FWProxyBuilderBase.h:64
type
type
Definition: HCALResponse.h:21
DetId::rawId
constexpr uint32_t rawId() const
get the raw id
Definition: DetId.h:57
FWViewType::kISpy
Definition: FWViewType.h:35
FWViewType::k3D
Definition: FWViewType.h:34
fwlog::kError
Definition: fwLog.h:35
LocalError::yy
float yy() const
Definition: LocalError.h:24
GEMRecHit::localPosition
LocalPoint localPosition() const override
Return the 3-dimensional local position.
Definition: GEMRecHit.h:37