00001 #ifndef VIS_TRIGGER_VIS_L1MU_DTTRACK_CONTAINER_TWIG_H 00002 # define VIS_TRIGGER_VIS_L1MU_DTTRACK_CONTAINER_TWIG_H 00003 00004 //<<<<<< INCLUDES >>>>>> 00005 00006 # include "VisFramework/VisFrameworkBase/interface/VisQueuedTwig.h" 00007 # include "DataFormats/L1DTTrackFinder/interface/L1MuDTTrackContainer.h" 00008 # include <qstring.h> 00009 # include <vector> 00010 00011 //<<<<<< PUBLIC DEFINES >>>>>> 00012 //<<<<<< PUBLIC CONSTANTS >>>>>> 00013 //<<<<<< PUBLIC TYPES >>>>>> 00014 //<<<<<< PUBLIC VARIABLES >>>>>> 00015 //<<<<<< PUBLIC FUNCTIONS >>>>>> 00016 //<<<<<< CLASS DECLARATIONS >>>>>> 00017 00018 class VisL1MuDTTrackContainerTwig : public VisQueuedTwig 00019 { 00020 public: 00021 VisL1MuDTTrackContainerTwig (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 (IgTextRep *rep); 00035 00036 private: 00037 IgState *m_state; 00038 std::string m_text; 00039 std::string m_friendlyName; 00040 std::string m_moduleLabel; 00041 std::string m_instanceName; 00042 std::string m_processName; 00043 std::vector<L1MuDTTrackCand> *m_container; 00044 }; 00045 00046 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>> 00047 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>> 00048 00049 #endif // VIS_TRIGGER_VIS_L1MU_DTTRACK_CONTAINER_TWIG_H