CMS 3D CMS Logo

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

Public Member Functions

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

Additional Inherited Members

- Protected Types inherited from FWProxyBuilderBase
typedef std::vector< Product * >::iterator Product_it
 
- Protected Member Functions inherited from FWSimpleProxyBuilderTemplate< reco::Muon >
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::Muon &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::MuonmodelData (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 14 of file FWMuonLegoProxyBuilder.cc.

Constructor & Destructor Documentation

◆ FWMuonLegoProxyBuilder() [1/2]

FWMuonLegoProxyBuilder::FWMuonLegoProxyBuilder ( void  )
inline

Definition at line 16 of file FWMuonLegoProxyBuilder.cc.

16 {}

◆ ~FWMuonLegoProxyBuilder()

FWMuonLegoProxyBuilder::~FWMuonLegoProxyBuilder ( void  )
inlineoverride

Definition at line 17 of file FWMuonLegoProxyBuilder.cc.

17 {}

◆ FWMuonLegoProxyBuilder() [2/2]

FWMuonLegoProxyBuilder::FWMuonLegoProxyBuilder ( const FWMuonLegoProxyBuilder )
privatedelete

Member Function Documentation

◆ build()

void FWMuonLegoProxyBuilder::build ( const reco::Muon 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::Muon >.

Definition at line 31 of file FWMuonLegoProxyBuilder.cc.

34  {
35  TEvePointSet* points = new TEvePointSet;
36  setupAddElement(points, &oItemHolder);
37 
38  points->SetMarkerStyle(2);
39  points->SetMarkerSize(0.2);
40 
41  // get ECAL position of the propagated trajectory if available
42  if (iData.isEnergyValid() && iData.calEnergy().ecal_position.r() > 100) {
43  points->SetNextPoint(iData.calEnergy().ecal_position.eta(), iData.calEnergy().ecal_position.phi(), 0.1);
44  return;
45  }
46 
47  // get position of the muon at surface of the tracker
48  if (iData.track().isAvailable() && iData.track()->extra().isAvailable()) {
49  points->SetNextPoint(iData.track()->outerPosition().eta(), iData.track()->outerPosition().phi(), 0.1);
50  return;
51  }
52 
53  // get position of the inner state of the stand alone muon
54  if (iData.standAloneMuon().isAvailable() && iData.standAloneMuon()->extra().isAvailable()) {
55  if (iData.standAloneMuon()->innerPosition().R() < iData.standAloneMuon()->outerPosition().R())
56  points->SetNextPoint(
57  iData.standAloneMuon()->innerPosition().eta(), iData.standAloneMuon()->innerPosition().phi(), 0.1);
58  else
59  points->SetNextPoint(
60  iData.standAloneMuon()->outerPosition().eta(), iData.standAloneMuon()->outerPosition().phi(), 0.1);
61  return;
62  }
63 
64  // WARNING: use direction at POCA as the last option
65  points->SetNextPoint(iData.eta(), iData.phi(), 0.1);
66 }

References reco::Muon::calEnergy(), reco::MuonEnergy::ecal_position, reco::LeafCandidate::eta(), edm::Ref< C, T, F >::isAvailable(), reco::Muon::isEnergyValid(), reco::LeafCandidate::phi(), HLT_FULL_cff::points, FWProxyBuilderBase::setupAddElement(), reco::Muon::standAloneMuon(), and reco::Muon::track().

◆ classPurpose()

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

Definition at line 68 of file FWMuonLegoProxyBuilder.cc.

◆ classRegisterTypeName()

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

Definition at line 68 of file FWMuonLegoProxyBuilder.cc.

◆ classTypeName()

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

Definition at line 68 of file FWMuonLegoProxyBuilder.cc.

◆ classView()

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

Definition at line 68 of file FWMuonLegoProxyBuilder.cc.

◆ operator=()

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

◆ purpose()

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

Definition at line 19 of file FWMuonLegoProxyBuilder.cc.

21 :
22  // Disable default copy constructor

◆ typeName()

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

Definition at line 19 of file FWMuonLegoProxyBuilder.cc.

21 :
22  // Disable default copy constructor

◆ view()

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

Definition at line 19 of file FWMuonLegoProxyBuilder.cc.

21 :
22  // Disable default copy constructor
HLT_FULL_cff.points
points
Definition: HLT_FULL_cff.py:21453
reco::Muon::calEnergy
MuonEnergy calEnergy() const
get energy deposition information
Definition: Muon.h:106
edm::Ref::isAvailable
bool isAvailable() const
Definition: Ref.h:537
reco::Muon::isEnergyValid
bool isEnergyValid() const
Definition: Muon.h:104
reco::LeafCandidate::eta
double eta() const final
momentum pseudorapidity
Definition: LeafCandidate.h:152
FWProxyBuilderBase::setupAddElement
void setupAddElement(TEveElement *el, TEveElement *parent, bool set_color=true) const
Definition: FWProxyBuilderBase.cc:350
reco::Muon::track
TrackRef track() const override
reference to a Track
Definition: Muon.h:46
reco::LeafCandidate::phi
double phi() const final
momentum azimuthal angle
Definition: LeafCandidate.h:148
reco::MuonEnergy::ecal_position
math::XYZPointF ecal_position
Trajectory position at the calorimeter.
Definition: MuonEnergy.h:53
reco::Muon::standAloneMuon
TrackRef standAloneMuon() const override
reference to a stand-alone muon Track
Definition: Muon.h:49