CMS 3D CMS Logo

VisTrackerPiClusterTwig.h

Go to the documentation of this file.
00001 #ifndef VIS_TRACKER_VIS_TRACKER_PICLUSTER_TWIG_H
00002 # define VIS_TRACKER_VIS_TRACKER_PICLUSTER_TWIG_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "Iguana/Framework/interface/IgTwig.h"
00007 # include "VisFramework/VisFrameworkBase/interface/VisQueuedTwig.h"
00008 # include "FWCore/Framework/interface/ESHandle.h"
00009 # include "Geometry/CommonDetUnit/interface/TrackingGeometry.h"
00010 # include "VisFramework/VisConfigService/interface/VisConfigurationService.h"
00011 # include <vector>
00012 
00013 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00014 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00015 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00016 
00017 class SiPixelCluster;
00018 class SoSeparator;
00019 class TrackerGeometry;
00020 
00021 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00022 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00023 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00024 
00025 class VisTrackerPiClusterTwig : public VisQueuedTwig
00026 {
00027 public:
00028     VisTrackerPiClusterTwig (IgState *state, IgTwig *parent, 
00029                              const std::string &name = "",
00030                              const std::string &friendlyName = "",
00031                              const std::string &moduleLabel = "",
00032                              const std::string &instanceName = "",
00033                              const std::string &processName = "");
00034   
00035     // implicit copy constructor
00036     // implicit assignment operator
00037     // implicit destructor
00038     virtual void        onNewEvent (const edm::Event &event,
00039                                     const edm::EventSetup &eventSetup);
00040     using VisQueuedTwig::update;
00041     virtual void        update (Ig3DRep *rep);
00042     virtual void        update (IgLegoRep *rep);
00043     virtual void        update (IgTextRep *rep);
00044     virtual void        update (IgRPhiRep *rep);
00045     virtual void        update (IgRZRep *rep);
00046   
00047 private:
00048     std::string         m_text;
00049     const std::string  m_friendlyName;
00050     const std::string  m_moduleLabel;
00051     const std::string  m_instanceName;
00052     const std::string m_processName;
00053     const edm::ParameterSet *pset;
00054     double clusterPointSize;
00055     
00056     std::vector<std::pair<DetId, SiPixelCluster> > p_cluster;
00057     edm::ESHandle<TrackerGeometry> m_pDD;
00058 };
00059 
00060 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00061 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00062 
00063 #endif 

Generated on Tue Jun 9 17:50:26 2009 for CMSSW by  doxygen 1.5.4