CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_6/src/L1TriggerConfig/CSCTFConfigProducers/interface/L1MuCSCPtLutConfigOnlineProd.h

Go to the documentation of this file.
00001 #include "CondTools/L1Trigger/interface/L1ConfigOnlineProdBase.h"
00002 #include "CondFormats/L1TObjects/interface/L1MuCSCPtLut.h"
00003 #include "CondFormats/DataRecord/interface/L1MuCSCPtLutRcd.h"
00004 
00005 class L1MuCSCPtLutConfigOnlineProd : public L1ConfigOnlineProdBase< L1MuCSCPtLutRcd, L1MuCSCPtLut > {
00006    public:
00007       L1MuCSCPtLutConfigOnlineProd(const edm::ParameterSet& iConfig)
00008          : L1ConfigOnlineProdBase< L1MuCSCPtLutRcd, L1MuCSCPtLut >( iConfig ) {}
00009       ~L1MuCSCPtLutConfigOnlineProd() {}
00010 
00011       virtual boost::shared_ptr< L1MuCSCPtLut > newObject( const std::string& objectKey ) ;
00012    private:
00013 };
00014