Back to home page

Project CMSSW displayed by LXR

 
 

    


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

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