CMS 3D CMS Logo

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

Public Member Functions

 FWGEMRecHitProxyBuilder ()
 
virtual bool haveSingleProduct () const
 
 REGISTER_PROXYBUILDER_METHODS ()
 
virtual ~FWGEMRecHitProxyBuilder ()
 
- Public Member Functions inherited from FWSimpleProxyBuilderTemplate< GEMRecHit >
 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
 
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 ()
 

Private Member Functions

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

Additional Inherited Members

- 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...
 
- Protected Types inherited from FWProxyBuilderBase
typedef std::vector< Product * >
::iterator 
Product_it
 
- Protected Member Functions inherited from FWSimpleProxyBuilderTemplate< GEMRecHit >
const GEMRecHitmodelData (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 23 of file FWGEMRecHitProxyBuilder.cc.

Constructor & Destructor Documentation

FWGEMRecHitProxyBuilder::FWGEMRecHitProxyBuilder ( )
inline

Definition at line 26 of file FWGEMRecHitProxyBuilder.cc.

26 {}
virtual FWGEMRecHitProxyBuilder::~FWGEMRecHitProxyBuilder ( )
inlinevirtual

Definition at line 27 of file FWGEMRecHitProxyBuilder.cc.

27 {}
FWGEMRecHitProxyBuilder::FWGEMRecHitProxyBuilder ( const FWGEMRecHitProxyBuilder )
private

Member Function Documentation

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

Reimplemented from FWSimpleProxyBuilderTemplate< GEMRecHit >.

Definition at line 49 of file FWGEMRecHitProxyBuilder.cc.

References create_public_lumi_plots::color, FWGeometry::contains(), FWGeometry::find(), fwLog, GEMRecHit::gemId(), relativeConstraints::geom, FWGeometry::getEveShape(), FWEventItem::getGeom(), FWProxyBuilderBase::item(), FWViewType::k3D, fwlog::kError, FWViewType::kISpy, GEMRecHit::localPosition(), GEMRecHit::localPositionError(), FWGeometry::localToGlobal(), DetId::rawId(), FWProxyBuilderBase::setupAddElement(), mathSSE::sqrt(), LocalError::xx(), and LocalError::yy().

54 {
55  GEMDetId gemId = iData.gemId();
56  unsigned int rawid = gemId.rawId();
57 
58  const FWGeometry *geom = item()->getGeom();
59 
60  if( ! geom->contains( rawid ))
61  {
62  fwLog( fwlog::kError ) << "failed to get geometry of GEM roll with detid: "
63  << rawid <<std::endl;
64  return;
65  }
66 
67  TEveStraightLineSet* recHitSet = new TEveStraightLineSet;
68  recHitSet->SetLineWidth(3);
69 
71  {
72  TEveGeoShape* shape = geom->getEveShape( rawid );
73  shape->SetMainTransparency( 75 );
74  shape->SetMainColor( item()->defaultDisplayProperties().color());
75  recHitSet->AddElement( shape );
76  }
77 
78  float localX = iData.localPosition().x();
79  float localY = iData.localPosition().y();
80  float localZ = iData.localPosition().z();
81 
82  float localXerr = sqrt(iData.localPositionError().xx());
83  float localYerr = sqrt(iData.localPositionError().yy());
84 
85  float localU1[3] =
86  {
87  localX - localXerr, localY, localZ
88  };
89 
90  float localU2[3] =
91  {
92  localX + localXerr, localY, localZ
93  };
94 
95  float localV1[3] =
96  {
97  localX, localY - localYerr, localZ
98  };
99 
100  float localV2[3] =
101  {
102  localX, localY + localYerr, localZ
103  };
104 
105  float globalU1[3];
106  float globalU2[3];
107  float globalV1[3];
108  float globalV2[3];
109 
110  FWGeometry::IdToInfoItr det = geom->find( rawid );
111 
112  geom->localToGlobal( *det, localU1, globalU1 );
113  geom->localToGlobal( *det, localU2, globalU2 );
114  geom->localToGlobal( *det, localV1, globalV1 );
115  geom->localToGlobal( *det, localV2, globalV2 );
116 
117  recHitSet->AddLine( globalU1[0], globalU1[1], globalU1[2],
118  globalU2[0], globalU2[1], globalU2[2] );
119 
120  recHitSet->AddLine( globalV1[0], globalV1[1], globalV1[2],
121  globalV2[0], globalV2[1], globalV2[2] );
122 
123  setupAddElement( recHitSet, &oItemHolder );
124 }
type
Definition: HCALResponse.h:21
float xx() const
Definition: LocalError.h:24
virtual LocalPoint localPosition() const
Return the 3-dimensional local position.
Definition: GEMRecHit.h:53
IdToInfoItr find(unsigned int) const
Definition: FWGeometry.cc:355
void setupAddElement(TEveElement *el, TEveElement *parent, bool set_color=true) const
const FWEventItem * item() const
uint32_t rawId() const
get the raw id
Definition: DetId.h:43
float yy() const
Definition: LocalError.h:26
TEveGeoShape * getEveShape(unsigned int id) const
Definition: FWGeometry.cc:250
T sqrt(T t)
Definition: SSEVec.h:48
void localToGlobal(unsigned int id, const float *local, float *global, bool translatep=true) const
Definition: FWGeometry.cc:325
bool contains(unsigned int id) const
Definition: FWGeometry.h:98
virtual LocalError localPositionError() const
Return the 3-dimensional error on the local position.
Definition: GEMRecHit.h:59
#define fwLog(_level_)
Definition: fwLog.h:50
GEMDetId gemId() const
Return the gemId.
Definition: GEMRecHit.h:97
std::vector< FWGeometry::GeomDetInfo >::const_iterator IdToInfoItr
Definition: FWGeometry.h:96
const FWGeometry * getGeom() const
Definition: FWEventItem.cc:681
virtual bool FWGEMRecHitProxyBuilder::haveSingleProduct ( void  ) const
inlinevirtual

Reimplemented from FWProxyBuilderBase.

Definition at line 29 of file FWGEMRecHitProxyBuilder.cc.

30  {
31  return false;
32  }
const FWGEMRecHitProxyBuilder& FWGEMRecHitProxyBuilder::operator= ( const FWGEMRecHitProxyBuilder )
private
FWGEMRecHitProxyBuilder::REGISTER_PROXYBUILDER_METHODS ( )