CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/CondFormats/DataRecord/interface/CSCDCSDataRcd.h

Go to the documentation of this file.
00001 /*
00002  * =====================================================================================
00003  *
00004  *       Filename:  CSCDCSDataRcd.h
00005  *
00006  *    Description:  CSC DQM DCS Data record
00007  *
00008  *        Version:  1.0
00009  *        Created:  05/04/2009 11:52:11 AM
00010  *       Revision:  none
00011  *       Compiler:  gcc
00012  *
00013  *         Author:  Valdas Rapsevicius (VR), valdas.rapsevicius@cern.ch
00014  *        Company:  CERN, CH
00015  *
00016  * =====================================================================================
00017  */
00018 
00019 #ifndef CSCDCSDataRCD_H
00020 #define CSCDCSDataRCD_H
00021 
00022 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
00023 
00024 class CSCDCSDataRcd : public edm::eventsetup::EventSetupRecordImplementation<CSCDCSDataRcd> { };
00025 
00026 #endif