00001 #ifndef VIS_TRIGGER_VIS_L1MU_DTCHAMB_PH_CONTAINER_TWIG_H 00002 # define VIS_TRIGGER_VIS_L1MU_DTCHAMB_PH_CONTAINER_TWIG_H 00003 00004 //<<<<<< INCLUDES >>>>>> 00005 00006 # include "VisFramework/VisFrameworkBase/interface/VisQueuedTwig.h" 00007 # include "DataFormats/L1DTTrackFinder/interface/L1MuDTChambPhDigi.h" 00008 # include "FWCore/Framework/interface/ESHandle.h" 00009 # include <qstring.h> 00010 # include <vector> 00011 00012 //<<<<<< PUBLIC DEFINES >>>>>> 00013 //<<<<<< PUBLIC CONSTANTS >>>>>> 00014 //<<<<<< PUBLIC TYPES >>>>>> 00015 00016 class DTGeometry; 00017 00018 //<<<<<< PUBLIC VARIABLES >>>>>> 00019 //<<<<<< PUBLIC FUNCTIONS >>>>>> 00020 //<<<<<< CLASS DECLARATIONS >>>>>> 00021 00022 class VisL1MuDTChambPhContainerTwig : public VisQueuedTwig 00023 { 00024 public: 00025 VisL1MuDTChambPhContainerTwig (IgState *state, IgTwig *parent, 00026 const std::string &name, 00027 const std::string &friendlyName = "", 00028 const std::string &moduleLabel = "", 00029 const std::string &instanceName = "", 00030 const std::string &processName = ""); 00031 // implicit copy constructor 00032 // implicit assignment operator 00033 // implicit destructor 00034 virtual void onNewEvent (const edm::Event &event, 00035 const edm::EventSetup &eventSetup); 00036 using VisQueuedTwig::update; 00037 virtual void update (Ig3DRep *rep); 00038 virtual void update (IgTextRep *rep); 00039 00040 private: 00041 IgState *m_state; 00042 std::string m_text; 00043 std::string m_friendlyName; 00044 std::string m_moduleLabel; 00045 std::string m_instanceName; 00046 std::string m_processName; 00047 std::vector<L1MuDTChambPhDigi> *m_phiContainer; 00048 edm::ESHandle<DTGeometry> m_muonGeom; 00049 QString m_decision; 00050 }; 00051 00052 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>> 00053 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>> 00054 00055 #endif // VIS_TRIGGER_VIS_L1MU_DTCHAMB_PH_CONTAINER_TWIG_H