CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/L1TriggerConfig/CSCTFConfigProducers/interface/CSCTFObjectKeysOnlineProd.h

Go to the documentation of this file.
00001 #include "CondTools/L1Trigger/interface/L1ObjectKeysOnlineProdBase.h"
00002 
00003 
00004 class CSCTFObjectKeysOnlineProd : public L1ObjectKeysOnlineProdBase {
00005    public:
00006       CSCTFObjectKeysOnlineProd(const edm::ParameterSet& iConfig) ;
00007       ~CSCTFObjectKeysOnlineProd() {}
00008 
00009       virtual void fillObjectKeys( ReturnType pL1TriggerKey ) ;
00010    private:
00011       bool m_enableConfiguration ;
00012       bool m_enablePtLut ;
00013 };
00014