00001 #ifndef VIS_HCAL_VIS_HFDATA_FRAME_TWIG_H 00002 # define VIS_HCAL_VIS_HFDATA_FRAME_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 HFDataFrame; 00013 00014 //<<<<<< PUBLIC VARIABLES >>>>>> 00015 //<<<<<< PUBLIC FUNCTIONS >>>>>> 00016 //<<<<<< CLASS DECLARATIONS >>>>>> 00017 00018 class VisHFDataFrameTwig : public VisQueuedTwig 00019 { 00020 public: 00021 VisHFDataFrameTwig (IgState *state, IgTwig *parent, 00022 const std::string &name = "", 00023 const std::string &friendlyName = "", 00024 const std::string &moduleLabel = "", 00025 const std::string &instanceName = "", 00026 const std::string &processName = ""); 00027 // implicit copy constructor 00028 // implicit assignment operator 00029 // implicit destructor 00030 virtual void onNewEvent (const edm::Event &event, 00031 const edm::EventSetup &eventSetup); 00032 using VisQueuedTwig::update; 00033 virtual void update (Ig3DRep *rep); 00034 virtual void update (IgLegoRep *rep); 00035 virtual void update (IgTextRep *rep); 00036 virtual void update (IgRZRep *rep); 00037 00038 private: 00039 std::string m_name; 00040 const std::string m_friendlyName; 00041 const std::string m_moduleLabel; 00042 const std::string m_instanceName; 00043 const std::string m_processName; 00044 std::string m_text; 00045 std::vector<HFDataFrame> m_digis; 00046 }; 00047 00048 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>> 00049 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>> 00050 00051 #endif // VIS_HCAL_VIS_HFDATA_FRAME_TWIG_H