1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/****************************************************************************
*
* Authors:
* - Jan Kašpar
* - Mateusz Kocot
*
****************************************************************************/
#ifndef CondFormats_DataRecord_PPSAlignmentConfigRcd_h
#define CondFormats_DataRecord_PPSAlignmentConfigRcd_h
#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
class PPSAlignmentConfigRcd : public edm::eventsetup::EventSetupRecordImplementation<PPSAlignmentConfigRcd> {};
#endif
|