Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 /****************************************************************************

0002 * Authors: 

0003 *  Jan Kašpar (jan.kaspar@gmail.com) 

0004 *  Mateusz Kocot (mateuszkocot99@gmail.com)

0005 ****************************************************************************/
0006 
0007 #ifndef CondFormats_DataRecord_PPSAlignmentConfigurationRcd_h
0008 #define CondFormats_DataRecord_PPSAlignmentConfigurationRcd_h
0009 
0010 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0011 
0012 class PPSAlignmentConfigurationRcd
0013     : public edm::eventsetup::EventSetupRecordImplementation<PPSAlignmentConfigurationRcd> {};
0014 
0015 #endif