|
typedef std::vector< Product * >::iterator | Product_it |
|
virtual void | build (const FWEventItem *iItem, TEveElementList *product, 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) |
|
virtual bool | visibilityModelChanges (const FWModelId &, TEveElement *, FWViewType::EType, const FWViewContext *) |
|
std::vector< Product * > | m_products |
|
Definition at line 57 of file FWDTDigiProxyBuilder.cc.
◆ FWDTDigiProxyBuilder() [1/2]
FWDTDigiProxyBuilder::FWDTDigiProxyBuilder |
( |
void |
| ) |
|
|
inline |
◆ ~FWDTDigiProxyBuilder()
FWDTDigiProxyBuilder::~FWDTDigiProxyBuilder |
( |
void |
| ) |
|
|
inlineoverride |
◆ FWDTDigiProxyBuilder() [2/2]
◆ buildViewType() [1/2]
void FWProxyBuilderBase::buildViewType |
|
private |
Definition at line 333 of file FWProxyBuilderBase.cc.
335 "virtual buildViewType(const FWEventItem*, TEveElementList*, FWViewType::EType, const FWViewContext*) not "
336 "implemented by inherited class");
◆ buildViewType() [2/2]
Reimplemented from FWProxyBuilderBase.
Definition at line 79 of file FWDTDigiProxyBuilder.cc.
93 unsigned int rawid = layerId.
rawId();
96 if (!
geom->contains(rawid)) {
105 const float* pars =
geom->getParameters(rawid);
110 float localPos[3] = {0.0, 0.0, 0.0};
115 float firstChannel = pars[3];
117 localPos[0] = ((*it).wire() - (firstChannel - 1) - 0.5) * pars[0] -
nChannels / 2.0 * pars[0];
120 TEveBox* box =
new TEveBox;
122 ::addTube(box, *det, localPos, pars);
125 TEvePointSet* pointSet =
new TEvePointSet;
126 pointSet->SetMarkerStyle(24);
130 geom->localToGlobal(*det, localPos, globalPos);
131 pointSet->SetNextPoint(globalPos[0], globalPos[1], globalPos[2]);
133 TEveBox* box =
new TEveBox;
135 ::addTube(box, *det, localPos, pars);
References FWProxyBuilderBase::createCompound(), fwLog, relativeConstraints::geom, FWEventItem::get(), FWEventItem::getGeom(), FWViewType::k3D, FWViewType::kISpy, FWViewType::kRhoPhi, FWViewType::kRhoPhiPF, FWViewType::kRhoZ, fwlog::kWarning, ecaldqm::nChannels, FastTimerService_cff::range, DetId::rawId(), FWProxyBuilderBase::setupAddElement(), DTSuperLayerId::superLayer(), and DTLayerId::superlayerId().
◆ classPurpose()
const std::string & FWDTDigiProxyBuilder::classPurpose |
( |
| ) |
|
|
static |
◆ classRegisterTypeName()
const std::string & FWDTDigiProxyBuilder::classRegisterTypeName |
( |
| ) |
|
|
static |
◆ classTypeName()
const std::string & FWDTDigiProxyBuilder::classTypeName |
( |
| ) |
|
|
static |
◆ classView()
const std::string & FWDTDigiProxyBuilder::classView |
( |
| ) |
|
|
static |
◆ haveSingleProduct()
bool FWDTDigiProxyBuilder::haveSingleProduct |
( |
void |
| ) |
const |
|
inlineoverridevirtual |
◆ operator=()
◆ purpose()
const std::string& FWDTDigiProxyBuilder::purpose |
( |
| ) |
const |
|
inline |
◆ typeName()
const std::string& FWDTDigiProxyBuilder::typeName |
( |
| ) |
const |
|
inline |
◆ view()
const std::string& FWDTDigiProxyBuilder::view |
( |
| ) |
const |
|
inline |