17 #include "TEveJetCone.h" 18 #include "TEveGeoNode.h" 19 #include "TEveScalableStraightLineSet.h" 20 #include "TEveTrack.h" 77 TEveScalableStraightLineSet*
marker =
new TEveScalableStraightLineSet(
"energy" );
83 r = ecalZ/fabs(
cos(theta)) :
88 marker->SetScaleCenter( 0., (phi>0 ? r*fabs(
sin(theta)) : -r*fabs(
sin(theta))), r*
cos(theta) );
89 marker->AddLine(0., (phi>0 ? r*fabs(
sin(theta)) : -r*fabs(
sin(theta))), r*
cos(theta),
90 0., (phi>0 ? (r+size)*fabs(
sin(theta)) : -(r+size)*fabs(
sin(theta))), (r+size)*
cos(theta) );
96 double min_phi = phiRange.first-
M_PI/36/2;
97 double max_phi = phiRange.second+
M_PI/36/2;
98 if( fabs(phiRange.first-phiRange.first)<1
e-3 ) {
99 min_phi = phi-
M_PI/36/2;
100 max_phi = phi+
M_PI/36/2;
102 TEveGeoManagerHolder gmgr(TEveGeoShape::GetGeoMangeur());
103 TGeoBBox *sc_box =
new TGeoTubeSeg(ecalR - 1, ecalR + 1, 1, min_phi * 180 /
M_PI, max_phi * 180 /
M_PI);
105 shape->SetPickable(kTRUE);
108 marker->SetScaleCenter(ecalR*
cos(phi), ecalR*
sin(phi), 0);
109 marker->AddLine( ecalR*
cos( phi ), ecalR*
sin( phi ), 0,
110 ( ecalR+size )*
cos( phi ), ( ecalR+size )*
sin( phi ), 0);
112 marker->SetLineWidth(4);
127 cone->SetApex(TEveVector(bs->
x0(), bs->
y0(), bs->
z0()));
130 cone->SetFillColor(dp.
color());
131 cone->SetLineColor(dp.
color());
143 TEveTrack*
track(
nullptr );
144 if(
i->isAvailable() ) {
157 if( !leadTrack )
return;
180 typedef std::vector<fireworks::scaleMarker> Lines_t;
189 TEveProjected* proj = *(*i).m_ls->BeginProjecteds();
190 proj->UpdateProjection();
const fireworks::Context & context() const
virtual reco::TrackRef leadTrack() const
FWProxyBuilderConfiguration * getConfig() const
float getScaleFactor3D() const
void scaleProduct(TEveElementList *parent, FWViewType::EType, const FWViewContext *vc) override
const FWDisplayProperties & defaultDisplayProperties() const
std::pair< double, double > getPhiRange(const std::vector< double > &phis, double phi)
double theta() const final
momentum polar angle
static float caloTransAngle()
TEveTrack * prepareTrack(const reco::Track &track, TEveTrackPropagator *propagator, const std::vector< TEveVector > &extraRefPoints=std::vector< TEveVector >())
void addLeadTrack(const reco::BaseTau &tau, class TEveElement *product)
Base class for all types of Jets.
~FWTauProxyBuilderBase() override
void voteMaxEtAndEnergy(float Et, float energy) const
void setupAddElement(TEveElement *el, TEveElement *parent, bool set_color=true) const
Sin< T >::type sin(const T &t)
void setItem(const FWEventItem *iItem) override
FWViewEnergyScale * getEnergyScale() const
Geom::Theta< T > theta() const
static float caloZ2(bool offset=true)
const_iterator end() const
Termination of iteration.
const_iterator begin() const
Initialize an iterator over the RefVector.
const FWEventItem * item() const
void addConstituentTracks(const reco::BaseTau &tau, class TEveElement *product)
void buildBaseTau(const reco::BaseTau &iTau, const reco::Jet *iJet, TEveElement *comp, FWViewType::EType type, const FWViewContext *vc)
static bool isProjected(int)
Char_t transparency() const
FWBeamSpot * getBeamSpot() const
static float caloR2(bool offset=true)
void localModelChanges(const FWModelId &iId, TEveElement *iCompound, FWViewType::EType viewType, const FWViewContext *vc) override
double et() const final
transverse energy
static const std::string kTauApexBeamSpot("Place Apex In BeamSpot")
virtual void setItem(const FWEventItem *iItem)
Cos< T >::type cos(const T &t)
double energy() const final
energy
static float caloR1(bool offset=true)
virtual const reco::TrackRefVector & signalTracks() const
FWGenericParameter< T > * assertParam(const std::string &name, T def)
void addRhoZEnergyProjection(FWProxyBuilderBase *, TEveElement *, double r_ecal, double z_ecal, double theta_min, double theta_max, double phi)
static float caloZ1(bool offset=true)
std::vector< double > m_phis
TEveGeoShape * getShape(const char *name, TGeoBBox *shape, Color_t color)
std::vector< fireworks::scaleMarker > m_lines
double phi() const final
momentum azimuthal angle
void increaseComponentTransparency(unsigned int index, TEveElement *holder, const std::string &name, Char_t transpOffset)
TEveJetCone * makeEveJetCone(const reco::Jet &iData, const fireworks::Context &context)
void cleanLocal() override