#include <Fireworks/Calo/interface/FWTauProxyBuilderBase.h>
Public Member Functions | |
void | cleanLocal () override |
FWTauProxyBuilderBase () | |
FWTauProxyBuilderBase (const FWTauProxyBuilderBase &)=delete | |
bool | havePerViewProduct (FWViewType::EType) const override |
bool | haveSingleProduct () const override |
const FWTauProxyBuilderBase & | operator= (const FWTauProxyBuilderBase &)=delete |
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) |
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 39 of file FWTauProxyBuilderBase.h.
FWTauProxyBuilderBase::FWTauProxyBuilderBase | ( | ) |
Definition at line 40 of file FWTauProxyBuilderBase.cc.
|
override |
Definition at line 42 of file FWTauProxyBuilderBase.cc.
|
delete |
|
private |
Definition at line 122 of file FWTauProxyBuilderBase.cc.
References FWProxyBuilderBase::context(), mps_fire::i, fireworks::prepareTrack(), FWProxyBuilderBase::setupAddElement(), metsig::tau, and HLT_2022v15_cff::track.
Referenced by buildBaseTau().
|
private |
Definition at line 134 of file FWTauProxyBuilderBase.cc.
References FWProxyBuilderBase::context(), singlePfTauSkim_cff::leadTrack, fireworks::prepareTrack(), FWProxyBuilderBase::setupAddElement(), metsig::tau, and HLT_2022v15_cff::track.
Referenced by buildBaseTau().
|
protected |
Definition at line 51 of file FWTauProxyBuilderBase.cc.
References addConstituentTracks(), addLeadTrack(), fireworks::addRhoZEnergyProjection(), Reference_intrackfit_cff::barrel, cms::cuda::bs, fireworks::Context::caloR1(), fireworks::Context::caloR2(), fireworks::Context::caloTransAngle(), fireworks::Context::caloZ1(), fireworks::Context::caloZ2(), AlCaHLTBitMon_QueryRunRegistry::comp, hltPFPuppi_cfi::cone, FWProxyBuilderBase::context(), funct::cos(), FWEventItem::defaultDisplayProperties(), Calorimetry_cff::dp, 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_maxTheta, m_minTheta, m_phis, M_PI, fireworks::makeEveJetCone(), METSkim_cff::Min, phi, reco::LeafCandidate::phi(), Pi, alignCSCRings::r, FWProxyBuilderBase::setupAddElement(), l1trig_cff::shape, funct::sin(), findQualityFiles::size, theta(), reco::LeafCandidate::theta(), and fireworks::Context::voteMaxEtAndEnergy().
Referenced by FWPFTauProxyBuilder::buildViewType().
|
overridevirtual |
Reimplemented from FWProxyBuilderBase.
Definition at line 177 of file FWTauProxyBuilderBase.cc.
|
inlineoverridevirtual |
Reimplemented from FWProxyBuilderBase.
Definition at line 45 of file FWTauProxyBuilderBase.h.
|
inlineoverridevirtual |
Reimplemented from FWProxyBuilderBase.
Definition at line 44 of file FWTauProxyBuilderBase.h.
|
overrideprotectedvirtual |
Reimplemented from FWProxyBuilderBase.
Definition at line 146 of file FWTauProxyBuilderBase.cc.
References FWProxyBuilderBase::increaseComponentTransparency(), FWModelId::index(), and FWViewType::isProjected().
|
delete |
|
overridevirtual |
Reimplemented from FWProxyBuilderBase.
Definition at line 154 of file FWTauProxyBuilderBase.cc.
References HltBtagPostValidation_cff::c, reco::LeafCandidate::energy(), reco::LeafCandidate::et(), FWViewContext::getEnergyScale(), FWViewEnergyScale::getPlotEt(), FWViewEnergyScale::getScaleFactor3D(), heavyIonCSV_trainingSettings::idx, FWProxyBuilderBase::item(), dqmiolumiharvest::j, FWEventItem::modelData(), and relativeConstraints::value.
|
overridevirtual |
Reimplemented from FWProxyBuilderBase.
Definition at line 44 of file FWTauProxyBuilderBase.cc.
References FWProxyBuilderConfiguration::assertParam(), FWEventItem::getConfig(), kTauApexBeamSpot(), and FWProxyBuilderBase::setItem().
|
protected |
Definition at line 53 of file FWTauProxyBuilderBase.h.
Referenced by buildBaseTau(), and FWPFTauProxyBuilder::buildViewType().
|
protected |
Definition at line 52 of file FWTauProxyBuilderBase.h.
Referenced by buildBaseTau(), and FWPFTauProxyBuilder::buildViewType().
|
protected |
Definition at line 54 of file FWTauProxyBuilderBase.h.
Referenced by buildBaseTau(), and FWPFTauProxyBuilder::buildViewType().