CMS 3D CMS Logo

VisEvent.h

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

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