Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:02:03

0001 /****************************************************************************
0002  * 
0003  * Authors:
0004  *  - Jan Kašpar
0005  *  - Mateusz Kocot
0006  *
0007  ****************************************************************************/
0008 
0009 #ifndef CondFormats_DataRecord_PPSAlignmentConfigRcd_h
0010 #define CondFormats_DataRecord_PPSAlignmentConfigRcd_h
0011 
0012 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0013 
0014 class PPSAlignmentConfigRcd : public edm::eventsetup::EventSetupRecordImplementation<PPSAlignmentConfigRcd> {};
0015 
0016 #endif