00001 #ifndef OPTICALALIGNMENTSRCD_H 00002 #define OPTICALALIGNMENTSRCD_H 00003 00004 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" 00005 /* #include "FWCore/ParameterSet/interface/ParameterSet.h" */ 00006 00007 #include <iostream> 00008 00009 class OpticalAlignmentsRcd : public edm::eventsetup::EventSetupRecordImplementation<OpticalAlignmentsRcd> { 00010 /* public: */ 00011 /* OpticalAlignmentsRcd() {}; */ 00012 /* OpticalAlignmentsRcd (const edm::ParameterSet& ps ) { */ 00013 /* std::cout << " what to do with parameterset? " << std::endl; */ 00014 /* } */ 00015 00016 00017 }; 00018 00019 #endif