1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/****************************************************************************
* Authors:
* Jan Kašpar (jan.kaspar@gmail.com)
* Mateusz Kocot (mateuszkocot99@gmail.com)
****************************************************************************/
#ifndef CondFormats_DataRecord_PPSAlignmentConfigurationRcd_h
#define CondFormats_DataRecord_PPSAlignmentConfigurationRcd_h
#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
class PPSAlignmentConfigurationRcd
: public edm::eventsetup::EventSetupRecordImplementation<PPSAlignmentConfigurationRcd> {};
#endif
|