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
|
#ifndef Integration_GadgetRcd_h
#define Integration_GadgetRcd_h
// -*- C++ -*-
//
// Package: Integration
// Class : GadgetRcd
//
/**\class GadgetRcd GadgetRcd.h FWCore/Integration/interface/GadgetRcd.h
Description: <one line class summary>
Usage:
<usage>
*/
//
// Author: Chris Jones
// Created: Fri Jun 24 13:44:48 EDT 2005
//
#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
class GadgetRcd : public edm::eventsetup::EventSetupRecordImplementation<GadgetRcd> {};
#endif
|