CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/DetectorDescription/OfflineDBLoader/bin/stubs/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 beginRun( const edm::Run&, 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 };