Public Member Functions | |
FWTrackProxyBuilderFullFramework () | |
const std::string & | purpose () const |
virtual void | setItem (const FWEventItem *iItem) override |
const std::string & | typeName () const |
const std::string & | view () const |
virtual bool | visibilityModelChanges (const FWModelId &, TEveElement *, FWViewType::EType, const FWViewContext *) override |
virtual | ~FWTrackProxyBuilderFullFramework () |
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 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 *) override |
void | buildTrack (TrajTrackAssociationCollection::const_iterator it, TEveCompound *comp) |
FWTrackProxyBuilderFullFramework (const FWTrackProxyBuilderFullFramework &) | |
const FWTrackProxyBuilderFullFramework & | operator= (const FWTrackProxyBuilderFullFramework &) |
Private Attributes | |
TEveTrackPropagator * | m_trackerPropagator |
const TrajTrackAssociationCollection * | m_trajToTrackMap |
Additional Inherited Members | |
Protected Types inherited from FWProxyBuilderBase | |
typedef std::vector< Product * > ::iterator | Product_it |
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) |
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 FWProxyBuilderBase | |
std::vector< Product * > | m_products |
Definition at line 34 of file FWTrackProxyBuilderFullFramework.cc.
FWTrackProxyBuilderFullFramework::FWTrackProxyBuilderFullFramework | ( | ) |
Definition at line 57 of file FWTrackProxyBuilderFullFramework.cc.
References m_trackerPropagator.
|
virtual |
Definition at line 68 of file FWTrackProxyBuilderFullFramework.cc.
References m_trackerPropagator.
|
private |
|
overrideprivatevirtual |
Reimplemented from FWProxyBuilderBase.
Definition at line 84 of file FWTrackProxyBuilderFullFramework.cc.
References edm::AssociationMap< Tag >::begin(), buildTrack(), reco::TrackBase::charge(), AlCaHLTBitMon_QueryRunRegistry::comp, edm::AssociationMap< edm::OneToOne< std::vector< Trajectory >, reco::TrackCollection, unsigned short > >::const_iterator, gather_cfg::cout, FWProxyBuilderBase::createCompound(), edm::AssociationMap< Tag >::end(), cppFunctionSkipper::exception, FWEventItem::get(), FWEventItem::getConfig(), FWEventItem::getEvent(), i, FWProxyBuilderBase::item(), m_trackerPropagator, m_trajToTrackMap, FSQHLTOfflineSource_cfi::processName, reco::TrackBase::px(), reco::TrackBase::py(), reco::TrackBase::pz(), FWProxyBuilderBase::setupAddElement(), GlobalPosition_Frontier_DevDB_cff::tag, testEve_cfg::tracks, FWProxyBuilderConfiguration::value(), reco::TrackBase::vx(), reco::TrackBase::vy(), reco::TrackBase::vz(), and cms::Exception::what().
|
private |
Definition at line 139 of file FWTrackProxyBuilderFullFramework.cc.
References alongMomentum, reco::TrackBase::charge(), Trajectory::direction(), TrajectoryStateOnSurface::globalMomentum(), TrajectoryStateOnSurface::globalPosition(), TrajectoryStateOnSurface::isValid(), m_trackerPropagator, Trajectory::measurements(), reco::TrackBase::px(), reco::TrackBase::py(), reco::TrackBase::pz(), FWProxyBuilderBase::setupAddElement(), tree::t, reco::TrackBase::vx(), reco::TrackBase::vy(), reco::TrackBase::vz(), PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by build(), and visibilityModelChanges().
|
static |
Definition at line 185 of file FWTrackProxyBuilderFullFramework.cc.
|
static |
Definition at line 185 of file FWTrackProxyBuilderFullFramework.cc.
|
static |
Definition at line 185 of file FWTrackProxyBuilderFullFramework.cc.
|
static |
Definition at line 185 of file FWTrackProxyBuilderFullFramework.cc.
|
private |
|
inline |
Definition at line 40 of file FWTrackProxyBuilderFullFramework.cc.
|
overridevirtual |
Reimplemented from FWProxyBuilderBase.
Definition at line 73 of file FWTrackProxyBuilderFullFramework.cc.
References FWProxyBuilderConfiguration::assertParam(), FWProxyBuilderBase::context(), FWEventItem::getConfig(), m_trackerPropagator, and FWProxyBuilderBase::setItem().
Referenced by Vispa.Plugins.EdmBrowser.EventContentView.EventContentView::_addRow(), Vispa.Views.TableView.TableView::_createItem(), Vispa.Views.PropertyView.PropertyView::addCategory(), and Vispa.Views.PropertyView.PropertyView::append().
|
inline |
Definition at line 40 of file FWTrackProxyBuilderFullFramework.cc.
|
inline |
Definition at line 40 of file FWTrackProxyBuilderFullFramework.cc.
|
overridevirtual |
Reimplemented from FWProxyBuilderBase.
Definition at line 170 of file FWTrackProxyBuilderFullFramework.cc.
References edm::AssociationMap< Tag >::begin(), buildTrack(), edm::AssociationMap< edm::OneToOne< std::vector< Trajectory >, reco::TrackCollection, unsigned short > >::const_iterator, FWEventItem::ModelInfo::displayProperties(), FWModelId::index(), info(), FWDisplayProperties::isVisible(), FWModelId::item(), m_trajToTrackMap, and FWEventItem::modelInfo().
|
private |
Definition at line 53 of file FWTrackProxyBuilderFullFramework.cc.
Referenced by build(), buildTrack(), FWTrackProxyBuilderFullFramework(), setItem(), and ~FWTrackProxyBuilderFullFramework().
|
private |
Definition at line 54 of file FWTrackProxyBuilderFullFramework.cc.
Referenced by build(), and visibilityModelChanges().