CMS 3D CMS Logo

MisalignedTrackerESProducer.h

Go to the documentation of this file.
00001 #ifndef Alignment_TrackerAlignment_MisalignedTrackerESProducer_h
00002 #define Alignment_TrackerAlignment_MisalignedTrackerESProducer_h
00003 
00004 #include "FWCore/Framework/interface/ESProducer.h"
00005 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00006 
00007 #include "Geometry/Records/interface/TrackerDigiGeometryRecord.h"
00008 #include "Geometry/TrackerGeometryBuilder/interface/TrackerGeometry.h"
00009 
00010 #include <boost/shared_ptr.hpp>
00011 
00018 class MisalignedTrackerESProducer: public edm::ESProducer
00019 {
00020 public:
00021 
00023   MisalignedTrackerESProducer( const edm::ParameterSet & p );
00024   
00026   virtual ~MisalignedTrackerESProducer(); 
00027   
00029   boost::shared_ptr<TrackerGeometry> produce( const TrackerDigiGeometryRecord& );
00030 
00031 private:
00032 
00033   edm::ParameterSet theParameterSet;
00034 
00035   std::string theAlignRecordName, theErrorRecordName;
00036   
00037   boost::shared_ptr<TrackerGeometry> theTracker;
00038 
00039 };
00040 
00041 
00042 #endif
00043 
00044 
00045 
00046 

Generated on Tue Jun 9 17:25:02 2009 for CMSSW by  doxygen 1.5.4