CMS 3D CMS Logo

VisEERecHit.h

Go to the documentation of this file.
00001 #ifndef ANALYZER_VIS_EE_REC_HIT_H
00002 # define ANALYZER_VIS_EE_REC_HIT_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 #include "FWCore/Framework/interface/EDAnalyzer.h"
00007 #include <vector>
00008 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00009 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00010 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00011 
00012 class edm::InputTag;
00013 
00014 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00015 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00016 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00017 
00018 class VisEERecHit : public edm::EDAnalyzer
00019 {
00020 public:
00021     VisEERecHit (const edm::ParameterSet&);
00022     // implicit copy constructor
00023     // implicit assignment operator
00024     // implicit destructor
00025     virtual ~VisEERecHit() {}
00026 
00027     virtual void analyze( const edm::Event&, const edm::EventSetup& );
00028 
00029 private:
00030     edm::InputTag       inputTag_;
00031 
00032 };
00033 
00034 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00035 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00036 
00037 #endif // ANALYZER_VIS_EE_REC_HIT_H

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