CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/L1TriggerConfig/DTTPGConfig/interface/DTConfigManagerRcd.h

Go to the documentation of this file.
00001 #ifndef DTTPGConfig_DTConfigManagerRcd_h
00002 #define DTTPGConfig_DTConfigManagerRcd_h
00003 // -*- C++ -*-
00004 //
00005 // Package:     DTTPGConfig
00006 // Class  :     DTConfigRcd
00007 // 
00016 //
00017 // Author:      Sara Vanini
00018 // Created:     Mar  30 16:49:43 CEST 2007
00019 // $Id: 
00020 //              SV September 2008: create dependent record from DTCCBConfigRcd
00021 //
00022 
00023 #include "boost/mpl/vector.hpp"
00024 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
00025 #include "CondFormats/DataRecord/interface/DTCCBConfigRcd.h"
00026 #include "CondFormats/DataRecord/interface/DTKeyedConfigListRcd.h"
00027 
00028 class DTT0Rcd;
00029 class DTTPGParametersRcd;
00030 
00031 class DTConfigManagerRcd : public
00032 edm::eventsetup::DependentRecordImplementation<DTConfigManagerRcd,boost::mpl::vector<DTCCBConfigRcd,DTKeyedConfigListRcd,DTT0Rcd,DTTPGParametersRcd> > {};
00033 
00034 #endif