Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:12:33

0001 #ifndef Integration_GadgetRcd_h
0002 #define Integration_GadgetRcd_h
0003 // -*- C++ -*-
0004 //
0005 // Package:     Integration
0006 // Class  :     GadgetRcd
0007 //
0008 /**\class GadgetRcd GadgetRcd.h FWCore/Integration/interface/GadgetRcd.h
0009 
0010  Description: <one line class summary>
0011 
0012  Usage:
0013     <usage>
0014 
0015 */
0016 //
0017 // Author:      Chris Jones
0018 // Created:     Fri Jun 24 13:44:48 EDT 2005
0019 //
0020 
0021 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0022 
0023 class GadgetRcd : public edm::eventsetup::EventSetupRecordImplementation<GadgetRcd> {};
0024 
0025 #endif