CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch1/src/EventFilter/CSCRawToDigi/src/CSCDigiToPattern.h

Go to the documentation of this file.
00001 
00008 #include <iostream>
00009 #include "FWCore/Framework/interface/EDAnalyzer.h"
00010 #include "FWCore/Framework/interface/Event.h"
00011 #include "DataFormats/Common/interface/Handle.h"
00012 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00013 #include "FWCore/Framework/interface/EventSetup.h"
00014 #include "FWCore/Framework/interface/ESHandle.h"
00015 class CSCCorrelatedLCTDigi;
00016 
00017 class CSCDigiToPattern : public edm::EDAnalyzer {
00018 public:
00019   explicit CSCDigiToPattern(edm::ParameterSet const& conf);
00020   virtual void analyze(edm::Event const& e, edm::EventSetup const& iSetup);
00021 
00022   //virtual void endJob();
00023 private:
00024   // variables persistent across events should be declared here.
00025   //
00026 };
00027 
00028 
00029