12 class TGLEmbeddedViewer;
40 void makeLegend(
void );
42 bool isPntInRng(
float x,
float y);
44 void rangeChanged(
int x);
46 void rnrHcalChanged();
48 void buildGLEventScene();
50 void voteMaxEtEVal(
const std::vector<reco::PFRecHit> *
hits);
52 void addHits(
const std::vector<reco::PFRecHit> *);
53 void addClusters(
const std::vector<reco::PFCluster> *);
54 void addTracks(
const std::vector<reco::PFRecTrack> *);
62 float phiMin() {
return phi() - m_range; }
63 float phiMax() {
return phi() + m_range; }
FWIntValueListener * m_sliderListener
TEveElementList * m_eventList
const reco::PFCandidate * m_candidate
Particle reconstructed by the particle flow algorithm.