CMS 3D CMS Logo

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

Public Member Functions

 FWTracksModulesProxyBuilder (void)
 
const std::string & purpose () const
 
const std::string & typeName () const
 
const std::string & view () const
 
 ~FWTracksModulesProxyBuilder (void) override
 
- Public Member Functions inherited from FWSimpleProxyBuilderTemplate< reco::Track >
 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 bool representsSubPart (void)
 
- 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 reco::Track &iData, unsigned int iIndex, TEveElement &oItemHolder, const FWViewContext *) override
 
 FWTracksModulesProxyBuilder (const FWTracksModulesProxyBuilder &)=delete
 
const FWTracksModulesProxyBuilderoperator= (const FWTracksModulesProxyBuilder &)=delete
 

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 ()
 
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 reco::Track &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 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 19 of file FWTracksModulesProxyBuilder.cc.

Constructor & Destructor Documentation

◆ FWTracksModulesProxyBuilder() [1/2]

FWTracksModulesProxyBuilder::FWTracksModulesProxyBuilder ( void  )
inline

Definition at line 21 of file FWTracksModulesProxyBuilder.cc.

21 {}

◆ ~FWTracksModulesProxyBuilder()

FWTracksModulesProxyBuilder::~FWTracksModulesProxyBuilder ( void  )
inlineoverride

Definition at line 22 of file FWTracksModulesProxyBuilder.cc.

22 {}

◆ FWTracksModulesProxyBuilder() [2/2]

FWTracksModulesProxyBuilder::FWTracksModulesProxyBuilder ( const FWTracksModulesProxyBuilder )
privatedelete

Member Function Documentation

◆ build()

void FWTracksModulesProxyBuilder::build ( const reco::Track 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< reco::Track >.

Definition at line 36 of file FWTracksModulesProxyBuilder.cc.

39  {
40  if (track.extra().isAvailable()) {
41  const FWGeometry* geom = item()->getGeom();
42 
43  for (trackingRecHit_iterator recIt = track.recHitsBegin(), recItEnd = track.recHitsEnd(); recIt != recItEnd;
44  ++recIt) {
45  DetId detid = (*recIt)->geographicalId();
46  if ((*recIt)->isValid()) {
47  if (detid.det() == DetId::Muon) {
48  if (detid.subdetId() == MuonSubdetId::DT)
49  detid = DetId(DTChamberId(detid)); // get rid of layer bits
50  }
51 
52  TEveGeoShape* shape = geom->getEveShape(detid);
53  if (shape) {
54  setupAddElement(shape, &oItemHolder);
55  } else {
56  fwLog(fwlog::kDebug) << "Failed to get shape extract for track-id " << iIndex << ", tracking rec hit: "
57  << "\n"
58  << fireworks::info(detid) << std::endl;
59  }
60  }
61  }
62  }
63 }

References DetId::det(), MuonSubdetId::DT, fwLog, relativeConstraints::geom, FWEventItem::getGeom(), fireworks::info(), FWProxyBuilderBase::item(), fwlog::kDebug, DetId::Muon, FWProxyBuilderBase::setupAddElement(), DetId::subdetId(), and HLT_FULL_cff::track.

◆ classPurpose()

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

Definition at line 70 of file FWTracksModulesProxyBuilder.cc.

◆ classRegisterTypeName()

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

Definition at line 70 of file FWTracksModulesProxyBuilder.cc.

◆ classTypeName()

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

Definition at line 70 of file FWTracksModulesProxyBuilder.cc.

◆ classView()

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

Definition at line 70 of file FWTracksModulesProxyBuilder.cc.

◆ operator=()

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

◆ purpose()

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

◆ representsSubPart()

bool FWTracksModulesProxyBuilder::representsSubPart ( void  )
static

Definition at line 65 of file FWTracksModulesProxyBuilder.cc.

65 { return true; }

◆ typeName()

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

◆ view()

const std::string& FWTracksModulesProxyBuilder::view ( ) const
inline
fwLog
#define fwLog(_level_)
Definition: fwLog.h:45
HLT_FULL_cff.track
track
Definition: HLT_FULL_cff.py:11713
FWGeometry
Definition: FWGeometry.h:27
DetId::det
constexpr Detector det() const
get the detector field from this detid
Definition: DetId.h:46
fireworks::info
std::string info(const DetId &)
Definition: TrackUtils.cc:599
DetId
Definition: DetId.h:17
relativeConstraints.geom
geom
Definition: relativeConstraints.py:72
MuonSubdetId::DT
static constexpr int DT
Definition: MuonSubdetId.h:11
edm::OwnVector::const_iterator
Definition: OwnVector.h:41
DetId::subdetId
constexpr int subdetId() const
get the contents of the subdetector field (not cast into any detector's numbering enum)
Definition: DetId.h:48
FWProxyBuilderBase::setupAddElement
void setupAddElement(TEveElement *el, TEveElement *parent, bool set_color=true) const
Definition: FWProxyBuilderBase.cc:350
FWEventItem::getGeom
const FWGeometry * getGeom() const
Definition: FWEventItem.cc:548
FWProxyBuilderBase::item
const FWEventItem * item() const
Definition: FWProxyBuilderBase.h:64
fwlog::kDebug
Definition: fwLog.h:35
FWSimpleProxyBuilderTemplate
Definition: FWSimpleProxyBuilderTemplate.h:30
DetId::Muon
Definition: DetId.h:26
DTChamberId
Definition: DTChamberId.h:14