#include <Fireworks/Calo/interface/FWTauProxyBuilderBase.h>
Public Member Functions | |
void | cleanLocal () override |
FWTauProxyBuilderBase () | |
bool | havePerViewProduct (FWViewType::EType) const override |
bool | haveSingleProduct () const override |
void | scaleProduct (TEveElementList *parent, FWViewType::EType, const FWViewContext *vc) override |
void | setItem (const FWEventItem *iItem) override |
~FWTauProxyBuilderBase () 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 |
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 () |
Protected Member Functions | |
void | buildBaseTau (const reco::BaseTau &iTau, const reco::Jet *iJet, TEveElement *comp, FWViewType::EType type, const FWViewContext *vc) |
void | localModelChanges (const FWModelId &iId, TEveElement *iCompound, FWViewType::EType viewType, const FWViewContext *vc) override |
Protected Member Functions inherited from FWProxyBuilderBase | |
virtual void | build (const FWEventItem *iItem, TEveElementList *product, const FWViewContext *) |
virtual void | buildViewType (const FWEventItem *iItem, TEveElementList *, FWViewType::EType, const FWViewContext *) |
virtual void | clean () |
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 | modelChanges (const FWModelIds &, Product *) |
const FWProxyBuilderBase & | operator= (const FWProxyBuilderBase &) |
virtual bool | visibilityModelChanges (const FWModelId &, TEveElement *, FWViewType::EType, const FWViewContext *) |
Protected Attributes | |
float | m_maxTheta |
float | m_minTheta |
std::vector< double > | m_phis |
Protected Attributes inherited from FWProxyBuilderBase | |
std::vector< Product * > | m_products |
Private Member Functions | |
void | addConstituentTracks (const reco::BaseTau &tau, class TEveElement *product) |
void | addLeadTrack (const reco::BaseTau &tau, class TEveElement *product) |
FWTauProxyBuilderBase (const FWTauProxyBuilderBase &)=delete | |
const FWTauProxyBuilderBase & | operator= (const FWTauProxyBuilderBase &)=delete |
Private Attributes | |
std::vector< fireworks::scaleMarker > | m_lines |
Additional Inherited Members | |
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 Types inherited from FWProxyBuilderBase | |
typedef std::vector< Product * >::iterator | Product_it |
Description: [one line class summary]
Usage: <usage>
Definition at line 42 of file FWTauProxyBuilderBase.h.
FWTauProxyBuilderBase::FWTauProxyBuilderBase | ( | ) |
Definition at line 40 of file FWTauProxyBuilderBase.cc.
|
override |
Definition at line 46 of file FWTauProxyBuilderBase.cc.
|
privatedelete |
|
private |
Definition at line 139 of file FWTauProxyBuilderBase.cc.
References edm::RefVector< C, T, F >::begin(), FWProxyBuilderBase::context(), edm::RefVector< C, T, F >::end(), mps_fire::i, fireworks::prepareTrack(), FWProxyBuilderBase::setupAddElement(), reco::BaseTau::signalTracks(), and HiIsolationCommonParameters_cff::track.
Referenced by buildBaseTau().
|
private |
Definition at line 154 of file FWTauProxyBuilderBase.cc.
References FWProxyBuilderBase::context(), TauDiscriminatorTools::leadTrack, reco::BaseTau::leadTrack(), fireworks::prepareTrack(), FWProxyBuilderBase::setupAddElement(), and HiIsolationCommonParameters_cff::track.
Referenced by buildBaseTau().
|
protected |
Definition at line 60 of file FWTauProxyBuilderBase.cc.
References addConstituentTracks(), addLeadTrack(), fireworks::addRhoZEnergyProjection(), Reference_intrackfit_cff::barrel, fireworks::Context::caloR1(), fireworks::Context::caloR2(), fireworks::Context::caloTransAngle(), fireworks::Context::caloZ1(), fireworks::Context::caloZ2(), FWDisplayProperties::color(), create_public_lumi_plots::color, FWProxyBuilderBase::context(), funct::cos(), FWEventItem::defaultDisplayProperties(), MillePedeFileConverter_cfg::e, reco::LeafCandidate::energy(), reco::LeafCandidate::et(), fireworks::Context::getBeamSpot(), FWViewContext::getEnergyScale(), fireworks::getPhiRange(), FWViewEnergyScale::getPlotEt(), FWViewEnergyScale::getScaleFactor3D(), fireworks::getShape(), FWViewType::isProjected(), FWProxyBuilderBase::item(), FWViewType::kRhoZ, kTauApexBeamSpot(), m_lines, m_maxTheta, m_minTheta, m_phis, M_PI, fireworks::makeEveJetCone(), create_public_lumi_plots::marker, Min(), phi, reco::LeafCandidate::phi(), Pi, alignCSCRings::r, FWProxyBuilderBase::setupAddElement(), funct::sin(), findQualityFiles::size, reco::LeafCandidate::theta(), theta(), FWDisplayProperties::transparency(), fireworks::Context::voteMaxEtAndEnergy(), FWBeamSpot::x0(), FWBeamSpot::y0(), and FWBeamSpot::z0().
Referenced by FWPFTauProxyBuilder::buildViewType(), and FWCaloTauProxyBuilder::buildViewType().
|
overridevirtual |
Reimplemented from FWProxyBuilderBase.
Definition at line 197 of file FWTauProxyBuilderBase.cc.
References m_lines.
|
inlineoverridevirtual |
Reimplemented from FWProxyBuilderBase.
Definition at line 49 of file FWTauProxyBuilderBase.h.
References class-composition::parent.
|
inlineoverridevirtual |
Reimplemented from FWProxyBuilderBase.
Definition at line 48 of file FWTauProxyBuilderBase.h.
|
overrideprotectedvirtual |
Reimplemented from FWProxyBuilderBase.
Definition at line 168 of file FWTauProxyBuilderBase.cc.
References FWProxyBuilderBase::increaseComponentTransparency(), FWModelId::index(), and FWViewType::isProjected().
|
privatedelete |
|
overridevirtual |
Reimplemented from FWProxyBuilderBase.
Definition at line 176 of file FWTauProxyBuilderBase.cc.
References FWViewContext::getEnergyScale(), FWViewEnergyScale::getPlotEt(), FWViewEnergyScale::getScaleFactor3D(), mps_fire::i, FWViewType::isProjected(), m_lines, and relativeConstraints::value.
|
overridevirtual |
Reimplemented from FWProxyBuilderBase.
Definition at line 51 of file FWTauProxyBuilderBase.cc.
References FWProxyBuilderConfiguration::assertParam(), FWEventItem::getConfig(), kTauApexBeamSpot(), 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().
|
private |
Definition at line 74 of file FWTauProxyBuilderBase.h.
Referenced by buildBaseTau(), cleanLocal(), and scaleProduct().
|
protected |
Definition at line 57 of file FWTauProxyBuilderBase.h.
Referenced by buildBaseTau(), FWPFTauProxyBuilder::buildViewType(), and FWCaloTauProxyBuilder::buildViewType().
|
protected |
Definition at line 56 of file FWTauProxyBuilderBase.h.
Referenced by buildBaseTau(), FWPFTauProxyBuilder::buildViewType(), and FWCaloTauProxyBuilder::buildViewType().
|
protected |
Definition at line 58 of file FWTauProxyBuilderBase.h.
Referenced by buildBaseTau(), FWPFTauProxyBuilder::buildViewType(), and FWCaloTauProxyBuilder::buildViewType().