CMS 3D CMS Logo

WriteOneGeometryFromXML.h

Go to the documentation of this file.
00001 #include "FWCore/Framework/interface/EDAnalyzer.h"
00002 #include "FWCore/Framework/interface/Event.h"
00003 #include "FWCore/Framework/interface/EventSetup.h"
00004 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00005 
00006 class WriteOneGeometryFromXML : public edm::EDAnalyzer {
00007 
00008  public:
00009   explicit WriteOneGeometryFromXML( const edm::ParameterSet& iConfig );
00010   ~WriteOneGeometryFromXML();
00011   virtual void beginJob( edm::EventSetup const& );
00012   virtual void analyze( const edm::Event&, const edm::EventSetup& ){}
00013   virtual void endJob() {};
00014 
00015  private:
00016   std::string label_;
00017   int rotNumSeed_;
00018 };

Generated on Tue Jun 9 17:32:22 2009 for CMSSW by  doxygen 1.5.4