Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef MuonSystemAgingRcd_MuonSystemAgingRcd_h
0002 #define MuonSystemAgingRcd_MuonSystemAgingRcd_h
0003 // -*- C++ -*-
0004 //
0005 // Package:     CondFormats/DataRecord
0006 // Class  :     MuonSystemAgingRcd
0007 //
0008 /**\class MuonSystemAgingRcd MuonSystemAgingRcd.h CondFormats/DataRecord/interface/MuonSystemAgingRcd.h
0009 
0010  Description: CondFormat implementing inefficiencies in muon stations to mimic aging effects 
0011 
0012 */
0013 //
0014 // Author:      Sunil Bansal
0015 // Created:     Wed, 01 Jun 2016 13:03:56 GMT
0016 //
0017 
0018 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0019 
0020 class MuonSystemAgingRcd : public edm::eventsetup::EventSetupRecordImplementation<MuonSystemAgingRcd> {};
0021 
0022 #endif