Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-10-25 09:56:39

0001 #ifndef DTTPGConfig_DTConfigManagerRcd_h
0002 #define DTTPGConfig_DTConfigManagerRcd_h
0003 // -*- C++ -*-
0004 //
0005 // Package:     DTTPGConfig
0006 // Class  :     DTConfigRcd
0007 //
0008 /**\class  DTConfigRcd DTConfigRcd.h L1TriggerConfig/DTTPGConfig/interface/DTConfigRcd.h
0009 
0010  Description: Record for storing TPG chip configurations in Event Setup
0011 
0012  Usage:
0013     <usage>
0014 
0015 */
0016 //
0017 // Author:      Sara Vanini
0018 // Created:     Mar  30 16:49:43 CEST 2007
0019 // $Id:
0020 //      SV September 2008: create dependent record from DTCCBConfigRcd
0021 //
0022 
0023 #include "FWCore/Utilities/interface/mplVector.h"
0024 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0025 #include "CondFormats/DataRecord/interface/DTCCBConfigRcd.h"
0026 #include "CondFormats/DataRecord/interface/DTKeyedConfigListRcd.h"
0027 
0028 class DTT0Rcd;
0029 class DTTPGParametersRcd;
0030 
0031 class DTConfigManagerRcd : public edm::eventsetup::DependentRecordImplementation<
0032                                DTConfigManagerRcd,
0033                                edm::mpl::Vector<DTCCBConfigRcd, DTKeyedConfigListRcd, DTT0Rcd, DTTPGParametersRcd> > {};
0034 
0035 #endif