Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef DataRecord_CastorGainsRcd_h
0002 #define DataRecord_CastorGainsRcd_h
0003 // -*- C++ -*-
0004 //
0005 // Package:     DataRecord
0006 // Class  :     CastorGainsRcd
0007 //
0008 /**\class CastorGainsRcd CastorGainsRcd.h CondFormats/DataRecord/interface/CastorGainsRcd.h
0009 
0010  Description: <one line class summary>
0011 
0012  Usage:
0013     <usage>
0014 
0015 */
0016 //
0017 // Author:
0018 // Created:     Mon Feb 11 12:16:54 CET 2008
0019 // $Id: CastorGainsRcd.h,v 1.1 2008/02/15 15:53:04 mccauley Exp $
0020 //
0021 
0022 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0023 
0024 class CastorGainsRcd : public edm::eventsetup::EventSetupRecordImplementation<CastorGainsRcd> {};
0025 
0026 #endif