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
FWDTSegmentProxyBuilder Class Reference
Inheritance diagram for FWDTSegmentProxyBuilder:
FWSimpleProxyBuilderTemplate< DTRecSegment4D > FWSimpleProxyBuilder FWProxyBuilderBase

Public Member Functions

 FWDTSegmentProxyBuilder (void)
 
virtual bool haveSingleProduct () const override
 
 REGISTER_PROXYBUILDER_METHODS ()
 
virtual ~FWDTSegmentProxyBuilder (void)
 
- Public Member Functions inherited from FWSimpleProxyBuilderTemplate< DTRecSegment4D >
 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

void buildViewType (const DTRecSegment4D &iData, unsigned int iIndex, TEveElement &oItemHolder, FWViewType::EType type, const FWViewContext *) override
 
 FWDTSegmentProxyBuilder (const FWDTSegmentProxyBuilder &)
 
const FWDTSegmentProxyBuilderoperator= (const FWDTSegmentProxyBuilder &)
 

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< DTRecSegment4D >
const DTRecSegment4DmodelData (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 28 of file FWDTSegmentProxyBuilder.cc.

Constructor & Destructor Documentation

FWDTSegmentProxyBuilder::FWDTSegmentProxyBuilder ( void  )
inline

Definition at line 31 of file FWDTSegmentProxyBuilder.cc.

31 {}
virtual FWDTSegmentProxyBuilder::~FWDTSegmentProxyBuilder ( void  )
inlinevirtual

Definition at line 32 of file FWDTSegmentProxyBuilder.cc.

32 {}
FWDTSegmentProxyBuilder::FWDTSegmentProxyBuilder ( const FWDTSegmentProxyBuilder )
private

Member Function Documentation

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

Reimplemented from FWSimpleProxyBuilderTemplate< DTRecSegment4D >.

Definition at line 46 of file FWDTSegmentProxyBuilder.cc.

References DTRecSegment4D::chamberId(), FWGeometry::contains(), filterCSVwithJSON::copy, dir, fwLog, relativeConstraints::geom, FWGeometry::getEveShape(), FWEventItem::getGeom(), FWProxyBuilderBase::item(), FWViewType::kAll3DBits, FWViewType::kAllRPZBits, fwlog::kError, FWViewType::kRhoZ, DTRecSegment4D::localDirection(), DTRecSegment4D::localPosition(), FWGeometry::localToGlobal(), DTRecSegment4D::phiSegment(), DetId::rawId(), REGISTER_FWPROXYBUILDER, FWProxyBuilderBase::setupAddElement(), DTRecSegment2D::specificRecHits(), DTSuperLayerId::superLayer(), csvLumiCalc::unit, Vector3DBase< T, FrameTag >::unit(), PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), PV3DBase< T, PVType, FrameType >::z(), and DTRecSegment4D::zSegment().

48 {
49  unsigned int rawid = iData.chamberId().rawId();
50  const FWGeometry *geom = item()->getGeom();
51 
52  if( ! geom->contains( rawid ))
53  {
54  fwLog( fwlog::kError ) << "failed to get geometry of DT chamber with detid: "
55  << rawid << std::endl;
56  return;
57  }
58 
59  TEveStraightLineSet* segmentSet = new TEveStraightLineSet();
60  // FIXME: This should be set elsewhere.
61  segmentSet->SetLineWidth( 3 );
62  setupAddElement( segmentSet, &oItemHolder );
63 
64  TEveGeoShape* shape = item()->getGeom()->getEveShape( rawid );
65  if( shape )
66  {
67  if( TGeoBBox* box = dynamic_cast<TGeoBBox*>( shape->GetShape()))
68  {
69  LocalPoint pos = iData.localPosition();
70  LocalVector dir = iData.localDirection();
71  LocalVector unit = dir.unit();
72 
73  double localPosition[3] = { pos.x(), pos.y(), pos.z() };
74  double localDirectionIn[3] = { dir.x(), dir.y(), dir.z() };
75  double localDirectionOut[3] = { -dir.x(), -dir.y(), -dir.z() };
76 
77  // In RhoZ view, draw segments at the middle of the chamber, otherwise they won't align with 1D rechits,
78  // for which only one coordinate is known.
79  if (type == FWViewType::kRhoZ) {
80  localPosition[0]=0;
81  localDirectionIn[0]=0;
82  localDirectionOut[0]=0;
83  }
84 
85  Double_t distIn = box->DistFromInside( localPosition, localDirectionIn );
86  Double_t distOut = box->DistFromInside( localPosition, localDirectionOut );
87  LocalVector vIn = unit * distIn;
88  LocalVector vOut = -unit * distOut;
89  float localSegmentInnerPoint[3] = { static_cast<float>(localPosition[0] + vIn.x()),
90  static_cast<float>(localPosition[1] + vIn.y()),
91  static_cast<float>(localPosition[2] + vIn.z())
92  };
93 
94  float localSegmentOuterPoint[3] = { static_cast<float>(localPosition[0] + vOut.x()),
95  static_cast<float>(localPosition[1] + vOut.y()),
96  static_cast<float>(localPosition[2] + vOut.z())
97  };
98 
99  float globalSegmentInnerPoint[3];
100  float globalSegmentOuterPoint[3];
101 
102  geom->localToGlobal( rawid, localSegmentInnerPoint, globalSegmentInnerPoint, localSegmentOuterPoint, globalSegmentOuterPoint );
103 
104  segmentSet->AddLine( globalSegmentInnerPoint[0], globalSegmentInnerPoint[1], globalSegmentInnerPoint[2],
105  globalSegmentOuterPoint[0], globalSegmentOuterPoint[1], globalSegmentOuterPoint[2] );
106 
107 
108  // Draw hits included in the segment
109  TEvePointSet* pointSet = new TEvePointSet;
110  // FIXME: This should be set elsewhere.
111  pointSet->SetMarkerSize(1.5);
112  setupAddElement( pointSet, &oItemHolder );
113 
114  std::vector<DTRecHit1D> recHits;
115  const DTChamberRecSegment2D* phiSeg = iData.phiSegment();
116  const DTSLRecSegment2D* zSeg = iData.zSegment();
117  if (phiSeg) {
118  std::vector<DTRecHit1D> phiRecHits = phiSeg->specificRecHits();
119  copy(phiRecHits.begin(), phiRecHits.end(), back_inserter(recHits));
120  }
121  if (zSeg) {
122  std::vector<DTRecHit1D> zRecHits = zSeg->specificRecHits();
123  copy(zRecHits.begin(), zRecHits.end(), back_inserter(recHits));
124  }
125 
126  for (std::vector<DTRecHit1D>::const_iterator rh=recHits.begin(); rh!=recHits.end(); ++rh){
127  DTLayerId layerId = (*rh).wireId().layerId();
128  LocalPoint hpos = (*rh).localPosition();
129  float hitLocalPos[3]= {hpos.x(), hpos.y(), hpos.z()};
130  if (type == FWViewType::kRhoZ) {
131  // In RhoZ view, draw hits at the middle of the layer in the global Z coordinate,
132  // otherwise they won't align with 1D rechits, for which only one coordinate is known.
133  if (layerId.superLayer()==2) {
134  hitLocalPos[1]=0;
135  } else {
136  hitLocalPos[0]=0;
137  }
138  }
139  float hitGlobalPoint[3];
140  geom->localToGlobal(layerId, hitLocalPos, hitGlobalPoint);
141  pointSet->SetNextPoint(hitGlobalPoint[0], hitGlobalPoint[1], hitGlobalPoint[2]);
142  }
143  }
144  }
145 }
type
Definition: HCALResponse.h:21
const DTChamberRecSegment2D * phiSegment() const
The superPhi segment: 0 if no phi projection available.
void setupAddElement(TEveElement *el, TEveElement *parent, bool set_color=true) const
T y() const
Definition: PV3DBase.h:63
virtual DTChamberId chamberId() const
The (specific) DetId of the chamber on which the segment resides.
const FWEventItem * item() const
uint32_t rawId() const
get the raw id
Definition: DetId.h:43
virtual LocalVector localDirection() const
Local direction in Chamber frame.
TEveGeoShape * getEveShape(unsigned int id) const
Definition: FWGeometry.cc:250
string unit
Definition: csvLumiCalc.py:46
T z() const
Definition: PV3DBase.h:64
void localToGlobal(unsigned int id, const float *local, float *global, bool translatep=true) const
Definition: FWGeometry.cc:325
int superLayer() const
Return the superlayer number.
bool contains(unsigned int id) const
Definition: FWGeometry.h:98
virtual LocalPoint localPosition() const
Local position in Chamber frame.
std::vector< DTRecHit1D > specificRecHits() const
Access to specific components.
Vector3DBase unit() const
Definition: Vector3DBase.h:57
const DTSLRecSegment2D * zSegment() const
The Z segment: 0 if not zed projection available.
#define fwLog(_level_)
Definition: fwLog.h:50
dbl *** dir
Definition: mlp_gen.cc:35
T x() const
Definition: PV3DBase.h:62
const FWGeometry * getGeom() const
Definition: FWEventItem.cc:681
virtual bool FWDTSegmentProxyBuilder::haveSingleProduct ( void  ) const
inlineoverridevirtual

Reimplemented from FWProxyBuilderBase.

Definition at line 34 of file FWDTSegmentProxyBuilder.cc.

34 { return false; }
const FWDTSegmentProxyBuilder& FWDTSegmentProxyBuilder::operator= ( const FWDTSegmentProxyBuilder )
private
FWDTSegmentProxyBuilder::REGISTER_PROXYBUILDER_METHODS ( )