#include <FWHFTowerProxyBuilder.h>
Public Member Functions | |
FWHFTowerProxyBuilderBase () | |
const std::string & | purpose () const |
const std::string & | typeName () const |
const std::string & | view () const |
virtual | ~FWHFTowerProxyBuilderBase () |
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::Context & | context () const |
TEveElementList * | createProduct (FWViewType::EType, const FWViewContext *) |
FWProxyBuilderBase () | |
bool | getHaveWindow () const |
virtual bool | havePerViewProduct (FWViewType::EType) const |
virtual bool | haveSingleProduct () const |
const FWEventItem * | item () 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... | |
Protected Member Functions | |
virtual bool | assertCaloDataSlice () |
virtual void | fillCaloData () |
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 FWProxyBuilderBase & | operator= (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 | |
virtual void | build (const FWEventItem *iItem, TEveElementList *product, const FWViewContext *) |
int | fillTowerForDetId (unsigned int rawid, float) |
FWHFTowerProxyBuilderBase (const FWHFTowerProxyBuilderBase &) | |
const FWHFTowerProxyBuilderBase & | operator= (const FWHFTowerProxyBuilderBase &) |
Private Attributes | |
const HFRecHitCollection * | m_hits |
TEveCaloDataVec * | m_vecData |
Additional Inherited Members | |
Protected Types inherited from FWProxyBuilderBase | |
typedef std::vector< Product * >::iterator | Product_it |
Protected Attributes inherited from FWCaloDataProxyBuilderBase | |
TEveCaloData * | m_caloData |
Int_t | m_sliceIndex |
Protected Attributes inherited from FWProxyBuilderBase | |
std::vector< Product * > | m_products |
Definition at line 33 of file FWHFTowerProxyBuilder.h.
FWHFTowerProxyBuilderBase::FWHFTowerProxyBuilderBase | ( | ) |
Definition at line 28 of file FWHFTowerProxyBuilder.cc.
|
virtual |
Definition at line 34 of file FWHFTowerProxyBuilder.cc.
|
private |
|
protectedvirtual |
Implements FWCaloDataProxyBuilderBase.
Definition at line 47 of file FWHFTowerProxyBuilder.cc.
References FWFromTEveCaloDataSelector::addSliceSelector(), runEdmFileComparison::base, create_public_lumi_plots::color, FWProxyBuilderBase::item(), FWCaloDataProxyBuilderBase::m_caloData, FWCaloDataProxyBuilderBase::m_sliceIndex, m_vecData, and dataset::name.
|
privatevirtual |
Reimplemented from FWCaloDataProxyBuilderBase.
Definition at line 81 of file FWHFTowerProxyBuilder.cc.
References FWProxyBuilderBase::build(), FWEventItem::get(), and m_hits.
|
static |
Definition at line 243 of file FWHFTowerProxyBuilder.cc.
|
static |
Definition at line 243 of file FWHFTowerProxyBuilder.cc.
|
static |
Definition at line 243 of file FWHFTowerProxyBuilder.cc.
|
static |
Definition at line 243 of file FWHFTowerProxyBuilder.cc.
|
protectedvirtual |
Implements FWCaloDataProxyBuilderBase.
Definition at line 111 of file FWHFTowerProxyBuilder.cc.
References edm::SortedCollection< T, SORT >::begin(), FWEventItem::ModelInfo::displayProperties(), edm::SortedCollection< T, SORT >::end(), fillTowerForDetId(), mps_fire::i, diffTreeTool::index, info(), FWEventItem::ModelInfo::isSelected(), FWDisplayProperties::isVisible(), FWProxyBuilderBase::item(), m_hits, FWCaloDataProxyBuilderBase::m_sliceIndex, m_vecData, FWEventItem::modelInfo(), edm::SortedCollection< T, SORT >::size(), and findQualityFiles::size.
|
private |
Definition at line 148 of file FWHFTowerProxyBuilder.cc.
References FWGeometry::contains(), MillePedeFileConverter_cfg::e, stringResolutionProvider_cfi::eta, fwLog, relativeConstraints::geom, FWGeometry::getCorners(), FWEventItem::getGeom(), mps_fire::i, training_settings::idx, FWProxyBuilderBase::item(), fwlog::kInfo, FWCaloDataProxyBuilderBase::m_sliceIndex, m_vecData, Max(), Min(), phi, Pi, Sign(), and TwoPi.
Referenced by fillCaloData().
|
protectedvirtual |
Reimplemented from FWCaloDataProxyBuilderBase.
Definition at line 93 of file FWHFTowerProxyBuilder.cc.
References mps_fire::i, FWCaloDataProxyBuilderBase::itemBeingDestroyed(), m_hits, FWCaloDataProxyBuilderBase::m_sliceIndex, and m_vecData.
|
private |
|
inline |
Definition at line 44 of file FWHFTowerProxyBuilder.h.
|
protectedvirtual |
Implements FWCaloDataProxyBuilderBase.
Definition at line 40 of file FWHFTowerProxyBuilder.cc.
References fireworks::Context::getCaloDataHF(), FWCaloDataProxyBuilderBase::m_caloData, and m_vecData.
|
inline |
Definition at line 44 of file FWHFTowerProxyBuilder.h.
|
inline |
Definition at line 44 of file FWHFTowerProxyBuilder.h.
|
private |
Definition at line 65 of file FWHFTowerProxyBuilder.h.
Referenced by build(), fillCaloData(), and itemBeingDestroyed().
|
private |
Definition at line 67 of file FWHFTowerProxyBuilder.h.
Referenced by assertCaloDataSlice(), fillCaloData(), fillTowerForDetId(), itemBeingDestroyed(), and setCaloData().