|
|
Go to the documentation of this file.
13 #include "TEveJetCone.h"
14 #include "TEveScalableStraightLineSet.h"
71 TEveElement& oItemHolder,
76 TEveElement* iCompound,
83 typedef std::vector<fireworks::jetScaleMarker>
Lines_t;
96 m_common =
new TEveElementList(
"common electron scene");
103 if (
m_common->HasChildren() ==
false) {
104 for (
int i = 0; i < static_cast<int>(
item()->
size()); ++
i) {
107 cone->SetFillColor(
item()->defaultDisplayProperties().color());
108 cone->SetLineColor(
item()->defaultDisplayProperties().color());
118 TEveElement& oItemHolder,
123 TEveElement::List_i coneIt = cones->BeginChildren();
124 std::advance(coneIt, iIndex);
128 (*coneIt)->SetMainTransparency(
TMath::Min(100, 80 +
dp.transparency() / 5));
142 static const float_t offr = 4;
161 markers.m_ls->SetScaleCenter(
p1.fX,
p1.fY,
p1.fZ);
162 markers.m_ls->AddLine(
p1,
p2);
164 markers.m_ls->SetLineWidth(4);
165 markers.m_ls->SetLineColor(
dp.color());
172 markers.m_text->SetMainColor(
item()->defaultDisplayProperties().color());
176 markers.m_ls->SetMarkerColor(markers.m_ls->GetMainColor());
185 TEveElement* iCompound,
198 for (TEveElement::List_i
i =
m_common->BeginChildren();
i !=
m_common->EndChildren(); ++
i) {
199 TEveJetCone* cone = dynamic_cast<TEveJetCone*>(*
i);
207 for (
auto&
c : product->RefChildren()) {
210 if (
parent->NumChildren() > 1) {
211 auto compIt =
parent->BeginChildren();
213 TEveScalableStraightLineSet* lineSet = dynamic_cast<TEveScalableStraightLineSet*>(*compIt);
220 for (TEveProjectable::ProjList_i
j = lineSet->BeginProjecteds();
j != lineSet->EndProjecteds(); ++
j) {
221 (*j)->UpdateProjection();
230 TEveChunkManager::iterator li(
s.m_ls->GetLinePlex());
232 TEveStraightLineSet::Line_t&
l = *(TEveStraightLineSet::Line_t*)li();
233 TEveVector
v(
l.fV2[0] -
l.fV1[0],
l.fV2[1] -
l.fV1[1],
l.fV2[2] -
l.fV1[2]);
241 float x =
l.fV1[0] +
v[0];
242 float y =
l.fV1[1] +
v[1];
243 float z =
l.fV1[2] +
v[2];
246 s.m_text->RefMainTrans().SetPos(
x,
y,
z);
247 if ((
s.m_text)->BeginProjecteds() != (
s.m_text)->EndProjecteds()) {
void setTextPos(fireworks::jetScaleMarker &s, const FWViewContext *vc, FWViewType::EType)
Base class for all types of Jets.
FWProxyBuilderConfiguration * getConfig() const
void localModelChanges(const FWModelId &iId, TEveElement *iCompound, FWViewType::EType viewType, const FWViewContext *vc) override
static const int kAllRPZBits
#define REGISTER_FWPROXYBUILDER(_name_, _type_, _purpose_, _view_)
static const std::string kJetLabelsRhoZOn("Draw Labels in RhoZ View")
#define REGISTER_PROXYBUILDER_METHODS()
const reco::Jet & modelData(int index)
const void * modelData(int iIndex) const
std::vector< fireworks::jetScaleMarker > Lines_t
static bool isProjected(int)
const FWJetProxyBuilder & operator=(const FWJetProxyBuilder &)=delete
static const int kAll3DBits
const FWDisplayProperties & defaultDisplayProperties() const
Sin< T >::type sin(const T &t)
static float caloZ2(bool offset=true)
Cos< T >::type cos(const T &t)
void voteMaxEtAndEnergy(float Et, float energy) const
static const std::string kJetApexBeamSpot("Place Apex In BeamSpot")
void increaseComponentTransparency(unsigned int index, TEveElement *holder, const std::string &name, Char_t transpOffset)
double theta() const final
momentum polar angle
Geom::Theta< T > theta() const
jetScaleMarker(TEveScalableStraightLineSet *ls, float et, float e, const FWViewContext *vc)
void UpdateProjection() override
TEveElementList * m_common
CmsShowCommon * commonPrefs() const
FWGenericParameter< T > * assertParam(const std::string &name, T def)
TEveJetCone * makeEveJetCone(const reco::Jet &iData, const fireworks::Context &context)
bool haveSingleProduct() const override
Tan< T >::type tan(const T &t)
void setupAddElement(TEveElement *el, TEveElement *parent, bool set_color=true) const
void setItem(const FWEventItem *iItem) override
static const std::string kJetLabelsRhoPhiOn("Draw Labels in RhoPhi View")
float getMaxEnergyInEvent(bool isEt) const
const FWEventItem * item() const
float getScaleFactor3D() const
double et() const final
transverse energy
static float caloZ1(bool offset=true)
double phi() const final
momentum azimuthal angle
T value(const std::string &name)
TEveElementList * requestCommon()
static Context * getInstance()
void buildViewType(const reco::Jet &iData, unsigned int iIndex, TEveElement &oItemHolder, FWViewType::EType type, const FWViewContext *) override
~FWJetProxyBuilder() override
static const std::string kJetOffset("Label Offset")
double energy() const final
energy
const fireworks::Context & context() const
virtual void setItem(const FWEventItem *iItem)
void cleanLocal() override
FWViewEnergyScale * getEnergyScale() const
void getEventCenter(float *inC) const
static float caloR1(bool offset=true)
void scaleProduct(TEveElementList *parent, FWViewType::EType, const FWViewContext *vc) override
bool havePerViewProduct(FWViewType::EType) const override