Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-10-25 09:36:58

0001 #ifndef OPTICALALIGNMENTSRCD_H
0002 #define OPTICALALIGNMENTSRCD_H
0003 
0004 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0005 /* #include "FWCore/ParameterSet/interface/ParameterSet.h" */
0006 
0007 #include <iostream>
0008 
0009 class OpticalAlignmentsRcd : public edm::eventsetup::EventSetupRecordImplementation<OpticalAlignmentsRcd> {
0010   /*  public: */
0011   /*   OpticalAlignmentsRcd() {}; */
0012   /*   OpticalAlignmentsRcd (const edm::ParameterSet& ps ) {  */
0013   /*     std::cout << " what to do with parameterset? " << std::endl;  */
0014   /*   } */
0015 };
0016 
0017 #endif