CMS 3D CMS Logo

VisDTDigi.h

Go to the documentation of this file.
00001 #ifndef ANALYZER_VIS_DTDIGI_H
00002 #define ANALYZER_VIS_DTDIGI_H
00003 
00004 #include "FWCore/Framework/interface/EDAnalyzer.h"
00005 
00006 class edm::InputTag;
00007 
00008 class VisDTDigi : public edm::EDAnalyzer
00009 {
00010 public:
00011     explicit VisDTDigi(const edm::ParameterSet&);
00012     virtual ~VisDTDigi(void) 
00013         {}
00014     virtual void analyze(const edm::Event&, const edm::EventSetup&);
00015 
00016 private:
00017     edm::InputTag inputTag_;
00018 
00019 };
00020 
00021 #endif 

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