CMS 3D CMS Logo

VisL1MuDTChambThContainerTwig.h

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

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