Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef DataRecord_LHCInfoPerLSRcd_h
0002 #define DataRecord_LHCInfoPerLSRcd_h
0003 // -*- C++ -*-
0004 //
0005 // Package:     DataRecord
0006 // Class  :     LHCInfoPerLSRcd
0007 //
0008 /**\class LHCInfoPerLSRcd LHCInfoPerLSRcd.h CondFormats/DataRecord/interface/LHCInfoPerLSRcd.h
0009 
0010  Description: a class containing beam-related parameters and the state of the LHC 
0011               meant to be stored for every lumisection and to be used instead of LHCInfo
0012 
0013 
0014 */
0015 
0016 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0017 
0018 class LHCInfoPerLSRcd : public edm::eventsetup::EventSetupRecordImplementation<LHCInfoPerLSRcd> {};
0019 
0020 #endif