Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 /****************************************************************************
0002 *
0003 * This is a part of TOTEM offline software.
0004 * Authors: 
0005 *   Jan Kaspar (jan.kaspar@gmail.com)
0006 *    
0007 ****************************************************************************/
0008 
0009 #ifndef CondFormats_DataRecord_TotemReadoutRcd
0010 #define CondFormats_DataRecord_TotemReadoutRcd
0011 
0012 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0013 
0014 /**
0015  *\brief EventSetup record for TOTEM readout-related information.
0016  **/
0017 class TotemReadoutRcd : public edm::eventsetup::EventSetupRecordImplementation<TotemReadoutRcd> {};
0018 
0019 #endif