CMS 3D CMS Logo

VisRefitTrackTwig.h

Go to the documentation of this file.
00001 #ifndef VIS_MUON_VIS_REFIT_TRACK_TWIG_H
00002 # define VIS_MUON_VIS_REFIT_TRACK_TWIG_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "VisFramework/VisFrameworkBase/interface/VisQueuedTwig.h"
00007 # include "VisFramework/VisFrameworkBase/interface/VisPropagatorIn.h"
00008 # include "VisFramework/VisFrameworkBase/interface/VisPropagatorOut.h"
00009 # include "VisFramework/VisFrameworkBase/interface/VisPropagatorStep.h"
00010 # include "DataFormats/TrackReco/interface/TrackFwd.h"
00011 # include "FWCore/Framework/interface/Event.h"
00012 
00013 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00014 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00015 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00016 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00017 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00018 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00019 
00020 class VisRefitTrackTwig : public VisQueuedTwig
00021 {
00022 public:
00023     VisRefitTrackTwig (IgState *state, IgTwig *parent,
00024                        const std::string &name,
00025                        reco::TrackRef tracks);
00026     // implicit copy constructor
00027     // implicit assignment operator
00028     // implicit destructor
00029     virtual void        onNewEvent (const edm::Event &event,
00030                                     const edm::EventSetup &eventSetup);
00031     using VisQueuedTwig::update;
00032     virtual void        update (Ig3DRep *rep);
00033     virtual void        update (IgLegoRep *rep);
00034     virtual void        update (IgTextRep *rep);
00035     virtual void        update (IgRPhiRep *rep);
00036     virtual void        update (IgRZRep *rep);
00037     virtual void        configChanged (void);
00038 
00039 private:
00040     reco::TrackRef      m_track;
00041     VisPropagatorIn     m_in;
00042     VisPropagatorOut    m_out;
00043     VisPropagatorStep   m_step;    
00044 };
00045 
00046 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00047 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00048 
00049 #endif // VIS_MUON_VIS_REFIT_TRACK_TWIG_H

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