Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef CondFormats_DataRecord_TrackerDetToDTCELinkCablingMapRcd_h
0002 #define CondFormats_DataRecord_TrackerDetToDTCELinkCablingMapRcd_h
0003 // -*- C++ -*-
0004 //
0005 // Package:     CondFormats/DataRecord
0006 // Class  :     TrackerDetToDTCELinkCablingMapRcd
0007 //
0008 /**\class TrackerDetToDTCELinkCablingMapRcd TrackerDetToDTCELinkCablingMapRcd.h CondFormats/SiPhase2TrackerObjects/interface/TrackerDetToDTCELinkCablingMapRcd.h
0009 
0010  Description: [one line class summary]
0011 
0012  Usage:
0013     <usage>
0014 
0015 */
0016 //
0017 // Original Author:  Luigi Calligaris, SPRACE, Sao Paulo, BR
0018 // Created        :  Wed, 27 Feb 2019 21:41:13 GMT
0019 //
0020 
0021 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0022 
0023 class TrackerDetToDTCELinkCablingMapRcd
0024     : public edm::eventsetup::EventSetupRecordImplementation<TrackerDetToDTCELinkCablingMapRcd> {};
0025 
0026 #endif