Go to the documentation of this file. 1 #ifndef _FWBOXRECHIT_H_
2 #define _FWBOXRECHIT_H_
17 #include "TEveCompound.h"
18 #include "TEveStraightLineSet.h"
20 #include "TEveCaloData.h"
21 #include "TEveChunkManager.h"
37 FWBoxRecHit(
const std::vector<TEveVector> &corners, TEveElement *
comp,
float e,
float et);
43 m_ls->SetMarkerColor(
c);
44 m_ls->SetLineColor(kBlack);
50 void addLine(
const TEveVector &v1,
const TEveVector &v2);
61 void buildTower(
const std::vector<TEveVector> &corners);
62 void buildLineSet(
const std::vector<TEveVector> &corners);
void setLine(int idx, float x1, float y1, float z1, float x2, float y2, float z2)
float getEnergy(bool b) const
void buildTower(const std::vector< TEveVector > &corners)
void buildLineSet(const std::vector< TEveVector > &corners)
const FWBoxRecHit & operator=(const FWBoxRecHit &)=delete
void updateScale(float scale, float maxLogVal, bool plotEt)
void addLine(float x1, float y1, float z1, float x2, float y2, float z2)
TEveStraightLineSet * m_ls
FWBoxRecHit(const std::vector< TEveVector > &corners, TEveElement *comp, float e, float et)
void setupEveBox(std::vector< TEveVector > &corners, float scale)
void setSquareColor(Color_t c)