CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Private Member Functions
FWHOCaloTowerProxyBuilder Class Reference

#include <FWCaloTowerProxyBuilder.h>

Inheritance diagram for FWHOCaloTowerProxyBuilder:
FWCaloTowerProxyBuilderBase FWCaloDataHistProxyBuilder FWCaloDataProxyBuilderBase FWProxyBuilderBase

Public Member Functions

 FWHOCaloTowerProxyBuilder ()
 
double getEt (const CaloTower &iTower) const override
 
const std::string & purpose () const
 
const std::string & typeName () const
 
const std::string & view () const
 
 ~FWHOCaloTowerProxyBuilder () override
 
- Public Member Functions inherited from FWCaloTowerProxyBuilderBase
 FWCaloTowerProxyBuilderBase ()
 
 ~FWCaloTowerProxyBuilderBase () override
 
- Public Member Functions inherited from FWCaloDataHistProxyBuilder
 FWCaloDataHistProxyBuilder ()
 
 ~FWCaloDataHistProxyBuilder () override
 
- Public Member Functions inherited from FWCaloDataProxyBuilderBase
 FWCaloDataProxyBuilderBase ()
 
bool willHandleInteraction () const override
 
 ~FWCaloDataProxyBuilderBase () 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
 
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 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

 FWHOCaloTowerProxyBuilder (const FWHOCaloTowerProxyBuilder &)=delete
 
const FWHOCaloTowerProxyBuilderoperator= (const FWHOCaloTowerProxyBuilder &)=delete
 

Additional Inherited Members

- Protected Types inherited from FWProxyBuilderBase
typedef std::vector< Product * >::iterator Product_it
 
- Protected Member Functions inherited from FWCaloTowerProxyBuilderBase
void build (const FWEventItem *iItem, TEveElementList *product, const FWViewContext *) override
 
void fillCaloData () override
 
FWHistSliceSelectorinstantiateSliceSelector () override
 
- Protected Member Functions inherited from FWCaloDataHistProxyBuilder
void addEntryToTEveCaloData (float eta, float phi, float Et, bool isSelected)
 
bool assertCaloDataSlice () override
 
void itemBeingDestroyed (const FWEventItem *) override
 
void setCaloData (const fireworks::Context &) override
 
- Protected Member Functions inherited from FWCaloDataProxyBuilderBase
void itemBeingDestroyed (const FWEventItem *) override
 
- 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 *)
 
- 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 107 of file FWCaloTowerProxyBuilder.h.

Constructor & Destructor Documentation

FWHOCaloTowerProxyBuilder::FWHOCaloTowerProxyBuilder ( )
inline

Definition at line 109 of file FWCaloTowerProxyBuilder.h.

109  {
110  }
FWHOCaloTowerProxyBuilder::~FWHOCaloTowerProxyBuilder ( )
inlineoverride

Definition at line 111 of file FWCaloTowerProxyBuilder.h.

111  {
112  }
FWHOCaloTowerProxyBuilder::FWHOCaloTowerProxyBuilder ( const FWHOCaloTowerProxyBuilder )
privatedelete

Member Function Documentation

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

Definition at line 90 of file FWCaloTowerProxyBuilder.cc.

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

Definition at line 90 of file FWCaloTowerProxyBuilder.cc.

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

Definition at line 90 of file FWCaloTowerProxyBuilder.cc.

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

Definition at line 90 of file FWCaloTowerProxyBuilder.cc.

double FWHOCaloTowerProxyBuilder::getEt ( const CaloTower iTower) const
inlineoverridevirtual

Implements FWCaloTowerProxyBuilderBase.

Definition at line 116 of file FWCaloTowerProxyBuilder.h.

References CaloTower::outerEt().

116  {
117  return iTower.outerEt();
118  }
double outerEt() const
Definition: CaloTower.h:117
const FWHOCaloTowerProxyBuilder& FWHOCaloTowerProxyBuilder::operator= ( const FWHOCaloTowerProxyBuilder )
privatedelete
const std::string& FWHOCaloTowerProxyBuilder::purpose ( ) const
inline
const std::string& FWHOCaloTowerProxyBuilder::typeName ( ) const
inline
const std::string& FWHOCaloTowerProxyBuilder::view ( ) const
inline