Public Member Functions | |
FWTracksterLayersProxyBuilder (void) | |
const std::string & | purpose () const |
const std::string & | typeName () const |
const std::string & | view () const |
~FWTracksterLayersProxyBuilder (void) override | |
Public Member Functions inherited from FWHeatmapProxyBuilderTemplate< ticl::Trackster > | |
FWHeatmapProxyBuilderTemplate () | |
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::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 |
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 &) |
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 FWEventItem *iItem, TEveElementList *product, const FWViewContext *vc) override |
void | build (const ticl::Trackster &iData, unsigned int iIndex, TEveElement &oItemHolder, const FWViewContext *) override |
FWTracksterLayersProxyBuilder (const FWTracksterLayersProxyBuilder &)=delete | |
const FWTracksterLayersProxyBuilder & | operator= (const FWTracksterLayersProxyBuilder &)=delete |
void | setItem (const FWEventItem *iItem) override |
Private Attributes | |
double | displayMode |
bool | enableEdges |
bool | enablePositionLines |
bool | enableTimeFilter |
long | layer |
edm::Handle< std::vector< reco::CaloCluster > > | layerClustersHandle |
double | proportionalityFactor |
double | timeLowerBound |
double | timeUpperBound |
edm::Handle< edm::ValueMap< std::pair< float, float > > > | TimeValueMapHandle |
bool | z_minus |
bool | z_plus |
Additional Inherited Members | |
Protected Types inherited from FWProxyBuilderBase | |
typedef std::vector< Product * >::iterator | Product_it |
Protected Member Functions inherited from FWHeatmapProxyBuilderTemplate< ticl::Trackster > | |
void | build (const FWEventItem *iItem, TEveElementList *product, const FWViewContext *) override |
void | build (const FWEventItem *iItem, TEveElementList *product, const FWViewContext *vc) 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 |
void | buildViewType (const FWEventItem *iItem, TEveElementList *product, FWViewType::EType viewType, const FWViewContext *) override |
virtual void | buildViewType (const ticl::Trackster &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 ticl::Trackster & | modelData (int index) |
void | setItem (const FWEventItem *iItem) override |
Protected Member Functions inherited from FWSimpleProxyBuilder | |
void | build () |
virtual void | build (const FWEventItem *iItem, TEveElementList *product, const FWViewContext *) |
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 FWProxyBuilderBase & | operator= (const FWProxyBuilderBase &) |
virtual void | scaleProduct (TEveElementList *parent, FWViewType::EType, const FWViewContext *vc) |
Protected Attributes inherited from FWHeatmapProxyBuilderTemplate< ticl::Trackster > | |
std::unordered_map< DetId, const HGCRecHit * > * | hitmap |
Protected Attributes inherited from FWSimpleProxyBuilder | |
FWSimpleProxyHelper | m_helper |
Protected Attributes inherited from FWProxyBuilderBase | |
std::vector< Product * > | m_products |
Static Protected Attributes inherited from FWHeatmapProxyBuilderTemplate< ticl::Trackster > | |
static constexpr uint8_t | gradient [3][gradient_steps] |
static constexpr uint8_t | gradient_steps |
Definition at line 21 of file FWTracksterLayersProxyBuilder.cc.
|
inline |
Definition at line 23 of file FWTracksterLayersProxyBuilder.cc.
|
inlineoverride |
Definition at line 24 of file FWTracksterLayersProxyBuilder.cc.
|
privatedelete |
|
overrideprivatevirtual |
Reimplemented from FWProxyBuilderBase.
Definition at line 66 of file FWTracksterLayersProxyBuilder.cc.
References FWProxyBuilderBase::build(), displayMode, enableEdges, enablePositionLines, enableTimeFilter, edm::EventBase::getByLabel(), FWEventItem::getConfig(), FWEventItem::getEvent(), edm::HandleBase::isValid(), FWProxyBuilderBase::item(), FWProxyBuilderBase::layer(), layerClustersHandle, proportionalityFactor, timeLowerBound, timeUpperBound, TimeValueMapHandle, FWProxyBuilderConfiguration::value(), z_minus, and z_plus.
|
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 FWHeatmapProxyBuilderTemplate< ticl::Trackster >.
Definition at line 96 of file FWTracksterLayersProxyBuilder.cc.
References custom_jme_cff::area, reco::CaloCluster::correctedEnergy(), DetId::det(), displayMode, flavorHistoryFilter_cfi::dr, ticl::Trackster::edges(), SelectiveReadoutTask_cfi::edges, enableEdges, enablePositionLines, enableTimeFilter, HCALHighEnergyHPDFilter_cfi::energy, f, edm::ValueMap< T >::get(), DetId::HGCalEE, DetId::HGCalHSc, mps_fire::i, edm::HandleBase::isValid(), FWProxyBuilderBase::layer(), HLTEgPhaseIITestSequence_cff::layerClusters, layerClustersHandle, M_PI, N, nHits, hltrates_dqm_sourceclient-live_cfg::offset, reco::CaloCluster::position(), position, funct::pow(), proportionalityFactor, alignCSCRings::r, CosmicsPD_Skims::radius, reco::CaloCluster::seed(), FWProxyBuilderBase::setupAddElement(), reco::CaloCluster::size(), mathSSE::sqrt(), protons_cff::time, timeUpperBound, TimeValueMapHandle, ticl::Trackster::vertices(), testProducerWithPsetDescEmpty_cfi::x1, z, z_minus, and z_plus.
|
static |
Definition at line 218 of file FWTracksterLayersProxyBuilder.cc.
|
static |
Definition at line 218 of file FWTracksterLayersProxyBuilder.cc.
|
static |
Definition at line 218 of file FWTracksterLayersProxyBuilder.cc.
|
static |
Definition at line 218 of file FWTracksterLayersProxyBuilder.cc.
|
privatedelete |
|
inline |
Definition at line 26 of file FWTracksterLayersProxyBuilder.cc.
|
overrideprivatevirtual |
Reimplemented from FWProxyBuilderBase.
Definition at line 53 of file FWTracksterLayersProxyBuilder.cc.
References FWProxyBuilderConfiguration::assertParam(), FWEventItem::getConfig(), and FWHeatmapProxyBuilderTemplate< T >::setItem().
|
inline |
Definition at line 26 of file FWTracksterLayersProxyBuilder.cc.
|
inline |
Definition at line 26 of file FWTracksterLayersProxyBuilder.cc.
|
private |
Definition at line 38 of file FWTracksterLayersProxyBuilder.cc.
Referenced by build().
|
private |
Definition at line 37 of file FWTracksterLayersProxyBuilder.cc.
Referenced by build().
|
private |
Definition at line 36 of file FWTracksterLayersProxyBuilder.cc.
Referenced by build().
|
private |
Definition at line 35 of file FWTracksterLayersProxyBuilder.cc.
Referenced by build().
|
private |
Definition at line 32 of file FWTracksterLayersProxyBuilder.cc.
Referenced by geometryXMLparser.DTAlignable::index(), and geometryXMLparser.CSCAlignable::index().
|
private |
Definition at line 30 of file FWTracksterLayersProxyBuilder.cc.
Referenced by build().
|
private |
Definition at line 39 of file FWTracksterLayersProxyBuilder.cc.
Referenced by build().
|
private |
Definition at line 31 of file FWTracksterLayersProxyBuilder.cc.
Referenced by build().
|
private |
Definition at line 31 of file FWTracksterLayersProxyBuilder.cc.
Referenced by build().
|
private |
Definition at line 29 of file FWTracksterLayersProxyBuilder.cc.
Referenced by build().
|
private |
Definition at line 34 of file FWTracksterLayersProxyBuilder.cc.
Referenced by build().
|
private |
Definition at line 33 of file FWTracksterLayersProxyBuilder.cc.
Referenced by build().