Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef DataRecord_RPCClusterSizeRcd_h
0002 #define DataRecord_RPCClusterSizeRcd_h
0003 // -*- C++ -*-
0004 //
0005 // Package:     DataRecord
0006 // Class  :     RPCClusterSizeRcd
0007 //
0008 /**\class RPCClusterSizeRcd RPCClusterSizeRcd.h CondFormats/DataRecord/interface/RPCClusterSizeRcd.h
0009 
0010  Description:  Record for the cluster size for each RPC  
0011 
0012  Usage:
0013     used by SimMuon/RPCDigitizer 
0014 
0015 */
0016 //
0017 // Author:     Borislav Pavlov
0018 // Created:     Mon Nov  2 17:43:16 CET 2009
0019 // $Id$
0020 //
0021 
0022 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0023 
0024 class RPCClusterSizeRcd : public edm::eventsetup::EventSetupRecordImplementation<RPCClusterSizeRcd> {};
0025 
0026 #endif