00001 #ifndef VIS_RECO_TOOLS_VIS_CSCSEG_2HE_TWIG_H 00002 # define VIS_RECO_TOOLS_VIS_CSCSEG_2HE_TWIG_H 00003 00004 //<<<<<< INCLUDES >>>>>> 00005 00006 # include "VisFramework/VisFrameworkBase/interface/VisQueuedTwig.h" 00007 00008 //<<<<<< PUBLIC DEFINES >>>>>> 00009 //<<<<<< PUBLIC CONSTANTS >>>>>> 00010 //<<<<<< PUBLIC TYPES >>>>>> 00011 00012 class CSCSegment; 00013 00014 //<<<<<< PUBLIC VARIABLES >>>>>> 00015 //<<<<<< PUBLIC FUNCTIONS >>>>>> 00016 //<<<<<< CLASS DECLARATIONS >>>>>> 00017 00018 class VisCSCSeg2HETwig : public VisQueuedTwig 00019 { 00020 public: 00021 VisCSCSeg2HETwig (IgState *state, IgTwig *parent, const std::string &name, 00022 const edm::Event &event, const edm::EventSetup &eventSetup); 00023 // implicit copy constructor 00024 // implicit assignment operator 00025 // implicit destructor 00026 virtual void onNewEvent (const edm::Event &event, 00027 const edm::EventSetup &eventSetup); 00028 00029 using VisQueuedTwig::update; 00030 virtual void update (IgTextRep *rep); 00031 virtual void update (Ig3DRep *rep); 00032 virtual void update (IgLegoRep *rep); 00033 virtual void update (IgRPhiRep *rep); 00034 virtual void update (IgRZRep *rep); 00035 00036 private: 00037 const edm::Event & m_event; 00038 const edm::EventSetup & m_eventSetup; 00039 std::vector<CSCSegment> m_segs; 00040 }; 00041 00042 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>> 00043 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>> 00044 00045 #endif // VIS_RECO_TOOLS_VIS_CSCSEG_2HE_TWIG_H