CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/CondFormats/DataRecord/interface/OpticalAlignmentsRcd.h

Go to the documentation of this file.
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