CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes
FWCandidateTowerProxyBuilder Class Reference

#include <FWCandidateTowerProxyBuilder.h>

Inheritance diagram for FWCandidateTowerProxyBuilder:
FWCaloDataHistProxyBuilder FWCaloDataProxyBuilderBase FWProxyBuilderBase

Public Member Functions

 FWCandidateTowerProxyBuilder ()
 
virtual double getEt (const reco::Candidate &cand) const
 
const std::string & purpose () const
 
const std::string & typeName () const
 
const std::string & view () const
 
virtual ~FWCandidateTowerProxyBuilder ()
 
- Public Member Functions inherited from FWCaloDataHistProxyBuilder
 FWCaloDataHistProxyBuilder ()
 
virtual ~FWCaloDataHistProxyBuilder ()
 
- Public Member Functions inherited from FWCaloDataProxyBuilderBase
 FWCaloDataProxyBuilderBase ()
 
virtual bool willHandleInteraction () const
 
virtual ~FWCaloDataProxyBuilderBase ()
 
- 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
 
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 ~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 std::string typeOfBuilder ()
 
- 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 Member Functions

virtual void build (const FWEventItem *iItem, TEveElementList *product, const FWViewContext *)
 
virtual void fillCaloData ()
 
virtual FWHistSliceSelectorinstantiateSliceSelector ()
 
- Protected Member Functions inherited from FWCaloDataHistProxyBuilder
void addEntryToTEveCaloData (float eta, float phi, float Et, bool isSelected)
 
virtual bool assertCaloDataSlice ()
 
virtual void itemBeingDestroyed (const FWEventItem *)
 
virtual void setCaloData (const fireworks::Context &)
 
- Protected Member Functions inherited from FWProxyBuilderBase
virtual void buildViewType (const FWEventItem *iItem, TEveElementList *, FWViewType::EType, const FWViewContext *)
 
virtual void clean ()
 
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)
 
const FWProxyBuilderBaseoperator= (const FWProxyBuilderBase &)
 
virtual void scaleProduct (TEveElementList *parent, FWViewType::EType, const FWViewContext *vc)
 
virtual bool visibilityModelChanges (const FWModelId &, TEveElement *, FWViewType::EType, const FWViewContext *)
 

Private Member Functions

 FWCandidateTowerProxyBuilder (const FWCandidateTowerProxyBuilder &)
 
virtual void itemChangedImp (const FWEventItem *)
 
const
FWCandidateTowerProxyBuilder
operator= (const FWCandidateTowerProxyBuilder &)
 

Private Attributes

FWSimpleProxyHelper m_helper
 

Additional Inherited Members

- Protected Types inherited from FWProxyBuilderBase
typedef std::vector< Product * >
::iterator 
Product_it
 
- Protected Attributes inherited from FWCaloDataHistProxyBuilder
TH2F * m_hist
 
FWHistSliceSelectorm_sliceSelector
 
- Protected Attributes inherited from FWCaloDataProxyBuilderBase
TEveCaloData * m_caloData
 
Int_t m_sliceIndex
 
- Protected Attributes inherited from FWProxyBuilderBase
std::vector< Product * > m_products
 

Detailed Description

Definition at line 18 of file FWCandidateTowerProxyBuilder.h.

Constructor & Destructor Documentation

FWCandidateTowerProxyBuilder::FWCandidateTowerProxyBuilder ( )

Definition at line 25 of file FWCandidateTowerProxyBuilder.cc.

25  :
26  m_helper(typeid(reco::Candidate))
27 {
28 }
FWCandidateTowerProxyBuilder::~FWCandidateTowerProxyBuilder ( )
virtual

Definition at line 30 of file FWCandidateTowerProxyBuilder.cc.

31 {
32 }
FWCandidateTowerProxyBuilder::FWCandidateTowerProxyBuilder ( const FWCandidateTowerProxyBuilder )
private

Member Function Documentation

void FWCandidateTowerProxyBuilder::build ( const FWEventItem iItem,
TEveElementList *  product,
const FWViewContext ctx 
)
protectedvirtual

Reimplemented from FWCaloDataProxyBuilderBase.

Definition at line 48 of file FWCandidateTowerProxyBuilder.cc.

References FWProxyBuilderBase::build().

49 {
50  // m_towers=0;
51  if (iItem )
52  {
53  // iItem->get(m_towers);
54  FWCaloDataProxyBuilderBase::build(iItem, el, ctx);
55  }
56 }
const std::string & FWCandidateTowerProxyBuilder::classPurpose ( )
static

Definition at line 91 of file FWCandidateTowerProxyBuilder.cc.

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

Definition at line 91 of file FWCandidateTowerProxyBuilder.cc.

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

Definition at line 91 of file FWCandidateTowerProxyBuilder.cc.

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

Definition at line 91 of file FWCandidateTowerProxyBuilder.cc.

void FWCandidateTowerProxyBuilder::fillCaloData ( )
protectedvirtual

Implements FWCaloDataProxyBuilderBase.

Definition at line 67 of file FWCandidateTowerProxyBuilder.cc.

References FWCaloDataHistProxyBuilder::addEntryToTEveCaloData(), FWEventItem::ModelInfo::displayProperties(), reco::Candidate::eta(), getEt(), cmsHarvester::index, info(), FWEventItem::ModelInfo::isSelected(), FWDisplayProperties::isVisible(), FWProxyBuilderBase::item(), m_helper, FWCaloDataHistProxyBuilder::m_hist, FWEventItem::modelData(), FWEventItem::modelInfo(), FWSimpleProxyHelper::offsetObject(), reco::Candidate::phi(), and FWEventItem::size().

68 {
69  m_hist->Reset();
70 
71  // if (m_towers)
72  {
73  if(item()->defaultDisplayProperties().isVisible()) {
74  // assert(item()->size() >= m_towers->size());
75  for (size_t index = 0; index < item()->size(); ++index) {
77  if(info.displayProperties().isVisible()) {
78  const void* modelData = item()->modelData((int)index);
79 
80  const reco::Candidate* tower = reinterpret_cast<const reco::Candidate*>(m_helper.offsetObject(modelData));
81  addEntryToTEveCaloData(tower->eta(), tower->phi(), getEt(*tower), info.isSelected());
82  }
83  }
84  }
85  }
86 }
static const TGPicture * info(bool iBackgroundIsBlack)
const FWDisplayProperties & displayProperties() const
Definition: FWEventItem.h:67
bool isSelected() const
Definition: FWEventItem.h:70
const void * offsetObject(const void *iObj) const
const FWEventItem * item() const
void addEntryToTEveCaloData(float eta, float phi, float Et, bool isSelected)
size_t size() const
Definition: FWEventItem.cc:548
virtual double getEt(const reco::Candidate &cand) const
const void * modelData(int iIndex) const
Definition: FWEventItem.cc:567
ModelInfo modelInfo(int iIndex) const
Definition: FWEventItem.cc:535
virtual double phi() const =0
momentum azimuthal angle
virtual double eta() const =0
momentum pseudorapidity
virtual double FWCandidateTowerProxyBuilder::getEt ( const reco::Candidate cand) const
inlinevirtual

Definition at line 24 of file FWCandidateTowerProxyBuilder.h.

References reco::Candidate::pt().

Referenced by fillCaloData().

24 { return cand.pt(); }
virtual double pt() const =0
transverse momentum
FWHistSliceSelector * FWCandidateTowerProxyBuilder::instantiateSliceSelector ( )
protectedvirtual
void FWCandidateTowerProxyBuilder::itemChangedImp ( const FWEventItem iItem)
privatevirtual

Definition at line 39 of file FWCandidateTowerProxyBuilder.cc.

References FWSimpleProxyHelper::itemChanged(), and m_helper.

40 {
41  if (iItem)
42  {
43  m_helper.itemChanged(iItem);
44  }
45 }
void itemChanged(const FWEventItem *)
const FWCandidateTowerProxyBuilder& FWCandidateTowerProxyBuilder::operator= ( const FWCandidateTowerProxyBuilder )
private
const std::string& FWCandidateTowerProxyBuilder::purpose ( ) const
inline

Definition at line 27 of file FWCandidateTowerProxyBuilder.h.

28 :
29  virtual void fillCaloData();
const std::string& FWCandidateTowerProxyBuilder::typeName ( ) const
inline

Definition at line 27 of file FWCandidateTowerProxyBuilder.h.

28 :
29  virtual void fillCaloData();
static std::string FWCandidateTowerProxyBuilder::typeOfBuilder ( )
inlinestatic
const std::string& FWCandidateTowerProxyBuilder::view ( ) const
inline

Definition at line 27 of file FWCandidateTowerProxyBuilder.h.

28 :
29  virtual void fillCaloData();

Member Data Documentation

FWSimpleProxyHelper FWCandidateTowerProxyBuilder::m_helper
private