Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 // Calo Stage2 Parameters
0002 // To differentiate from Stage 1 parameters
0003 // that are already in IOVs and global tags
0004 // - Nick Smith
0005 #ifndef CondFormatsDataRecord_L1TCaloStage2ParamsRcd_h
0006 #define CondFormatsDataRecord_L1TCaloStage2ParamsRcd_h
0007 
0008 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0009 
0010 class L1TCaloStage2ParamsRcd : public edm::eventsetup::EventSetupRecordImplementation<L1TCaloStage2ParamsRcd> {};
0011 
0012 #endif