CMS 3D CMS Logo

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

Public Member Functions

 FWPhotonProxyBuilder (void)
 
 FWPhotonProxyBuilder (const FWPhotonProxyBuilder &)=delete
 
bool haveSingleProduct (void) const override
 
const FWPhotonProxyBuilderoperator= (const FWPhotonProxyBuilder &)=delete
 
const std::string & purpose () const
 
const std::string & typeName () const
 
const std::string & view () const
 
 ~FWPhotonProxyBuilder (void) override
 
- Public Member Functions inherited from FWSimpleProxyBuilderTemplate< reco::Photon >
 FWSimpleProxyBuilderTemplate ()
 
 FWSimpleProxyBuilderTemplate (const FWSimpleProxyBuilderTemplate &)=delete
 
const FWSimpleProxyBuilderTemplateoperator= (const FWSimpleProxyBuilderTemplate &)=delete
 
- Public Member Functions inherited from FWSimpleProxyBuilder
 FWSimpleProxyBuilder (const std::type_info &iType)
 
 FWSimpleProxyBuilder (const FWSimpleProxyBuilder &)=delete
 
const FWSimpleProxyBuilderoperator= (const FWSimpleProxyBuilder &)=delete
 
 ~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 reco::Photon &photon, unsigned int iIndex, TEveElement &oItemHolder, FWViewType::EType type, const FWViewContext *) override
 

Additional Inherited Members

- Protected Types inherited from FWProxyBuilderBase
typedef std::vector< Product * >::iterator Product_it
 
- Protected Member Functions inherited from FWSimpleProxyBuilderTemplate< reco::Photon >
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 ()
 
virtual void build (const FWEventItem *iItem, TEveElementList *product, const FWViewContext *)
 
void build (const void *iData, unsigned int iIndex, TEveElement &oItemHolder, const FWViewContext *context) override
 
virtual void build (const reco::Photon &iData, unsigned int iIndex, TEveElement &oItemHolder, const FWViewContext *)
 
virtual void buildViewType (const void *, unsigned int iIndex, TEveElement &iItemHolder, FWViewType::EType, const FWViewContext *)=0
 
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 buildViewType (const void *iData, unsigned int iIndex, TEveElement &oItemHolder, FWViewType::EType viewType, const FWViewContext *context) override
 
const reco::PhotonmodelData (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 25 of file FWPhotonProxyBuilder.cc.

Constructor & Destructor Documentation

◆ FWPhotonProxyBuilder() [1/2]

FWPhotonProxyBuilder::FWPhotonProxyBuilder ( void  )
inline

Definition at line 27 of file FWPhotonProxyBuilder.cc.

27 {}

◆ ~FWPhotonProxyBuilder()

FWPhotonProxyBuilder::~FWPhotonProxyBuilder ( void  )
inlineoverride

Definition at line 29 of file FWPhotonProxyBuilder.cc.

29 {}

◆ FWPhotonProxyBuilder() [2/2]

FWPhotonProxyBuilder::FWPhotonProxyBuilder ( const FWPhotonProxyBuilder )
delete

Member Function Documentation

◆ buildViewType()

void FWPhotonProxyBuilder::buildViewType ( const reco::Photon photon,
unsigned int  iIndex,
TEveElement &  oItemHolder,
FWViewType::EType  type,
const FWViewContext  
)
overrideprivatevirtual

Reimplemented from FWSimpleProxyBuilderTemplate< reco::Photon >.

Definition at line 47 of file FWPhotonProxyBuilder.cc.

References fwLog, relativeConstraints::geom, FWEventItem::getGeom(), l1ctLayer2EG_cff::id, FWProxyBuilderBase::item(), FWViewType::kISpy, FWViewType::kRhoPhi, FWViewType::kRhoPhiPF, FWViewType::kRhoZ, fwlog::kWarning, fireworks::makeRhoPhiSuperCluster(), fireworks::makeRhoZSuperCluster(), displacedMuons_cfi::photon, FWProxyBuilderBase::setupAddElement(), and trackerHitRTTI::vector.

51  {
52  const FWGeometry* geom = item()->getGeom();
53 
55  fireworks::makeRhoPhiSuperCluster(this, photon.superCluster(), photon.phi(), oItemHolder);
56  }
57 
58  else if (type == FWViewType::kRhoZ)
59  fireworks::makeRhoZSuperCluster(this, photon.superCluster(), photon.phi(), oItemHolder);
60 
61  else if (type == FWViewType::kISpy) {
62  std::vector<std::pair<DetId, float> > detIds = photon.superCluster()->hitsAndFractions();
63 
64  TEveBoxSet* boxset = new TEveBoxSet();
65  boxset->Reset(TEveBoxSet::kBT_FreeBox, true, 64);
66  boxset->UseSingleColor();
67  boxset->SetPickable(true);
68 
69  for (std::vector<std::pair<DetId, float> >::iterator id = detIds.begin(), ide = detIds.end(); id != ide; ++id) {
70  const float* corners = geom->getCorners(id->first.rawId());
71 
72  if (corners == nullptr) {
73  fwLog(fwlog::kWarning) << "No corners available for supercluster constituent" << std::endl;
74  continue;
75  }
76  boxset->AddBox(&corners[0]);
77  }
78 
79  boxset->RefitPlex();
80  setupAddElement(boxset, &oItemHolder);
81  }
82 }
void setupAddElement(TEveElement *el, TEveElement *parent, bool set_color=true) const
bool makeRhoZSuperCluster(FWProxyBuilderBase *, const reco::SuperClusterRef &iCluster, float iPhi, TEveElement &oItemHolder)
const FWGeometry * getGeom() const
Definition: FWEventItem.cc:548
#define fwLog(_level_)
Definition: fwLog.h:45
bool makeRhoPhiSuperCluster(FWProxyBuilderBase *, const reco::SuperClusterRef &iCluster, float iPhi, TEveElement &oItemHolder)
const FWEventItem * item() const

◆ classPurpose()

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

Definition at line 84 of file FWPhotonProxyBuilder.cc.

◆ classRegisterTypeName()

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

Definition at line 84 of file FWPhotonProxyBuilder.cc.

◆ classTypeName()

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

Definition at line 84 of file FWPhotonProxyBuilder.cc.

◆ classView()

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

Definition at line 84 of file FWPhotonProxyBuilder.cc.

◆ haveSingleProduct()

bool FWPhotonProxyBuilder::haveSingleProduct ( void  ) const
inlineoverridevirtual

Reimplemented from FWProxyBuilderBase.

Definition at line 31 of file FWPhotonProxyBuilder.cc.

31 { return false; }

◆ operator=()

const FWPhotonProxyBuilder& FWPhotonProxyBuilder::operator= ( const FWPhotonProxyBuilder )
delete

◆ purpose()

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

◆ typeName()

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

◆ view()

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