Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

TkrClustersRep.h

Go to the documentation of this file.
00001 
00002 #ifndef __TKRCLUSTERSREP_H
00003 #define __TKRCLUSTERSREP_H
00004 
00005 #include "TkrRecon/SiClusters.h"
00006 #include "gui/DisplayRep.h"
00007 
00008 //----------------------------------------------
00009 //
00010 //   TkrClustersRep
00011 //
00012 //   A "rep" class for display clusters in the 
00013 //   silicon tracker. 
00014 //
00015 //----------------------------------------------
00016 //             Tracy Usher, SLAC, March 2, 2001
00017 //----------------------------------------------
00018 //##########################################################
00019 class TkrClustersRep : public gui::DisplayRep
00020 //##########################################################
00021 {
00022 public:
00024         TkrClustersRep(SiClusters** pClus);
00025         virtual ~TkrClustersRep() {}
00026 
00027         //This function called to do the display
00028         void update();
00029 
00030 private:
00031         //Here we keep a pointer to the pointer to the cluster data...
00032         SiClusters** ppClusters;
00033 };
00034       
00035 #endif

Generated at Wed Nov 21 12:21:21 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000