1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
#ifndef QGLikelihoodSystematicsRcd_QGLikelihoodSystematicsRcd_h
#define QGLikelihoodSystematicsRcd_QGLikelihoodSystematicsRcd_h
// -*- C++ -*-
//
// Package: CondFormats/JetMETObjects
// Class : QGLikelihoodSystematicsRcd
//
/**\class QGLikelihoodSystematicsRcd QGLikelihoodSystematicsRcd.h CondFormats/JetMETObjects/interface/QGLikelihoodSystematicsRcd.h
Description: [one line class summary]
Usage:
<usage>
*/
//
// Author: Salvatore Rappoccio
// Created: Thu, 13 Mar 2014 15:14:40 GMT
//
#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
class QGLikelihoodSystematicsRcd : public edm::eventsetup::EventSetupRecordImplementation<QGLikelihoodSystematicsRcd> {
};
#endif
|