CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoAlgoTrigTrivialProducer.h

Go to the documentation of this file.
00001 #ifndef L1GtConfigProducers_L1GtTriggerMaskVetoAlgoTrigTrivialProducer_h
00002 #define L1GtConfigProducers_L1GtTriggerMaskVetoAlgoTrigTrivialProducer_h
00003 
00020 // system include files
00021 #include <memory>
00022 #include "boost/shared_ptr.hpp"
00023 
00024 #include <vector>
00025 
00026 // user include files
00027 //   base class
00028 #include "FWCore/Framework/interface/ESProducer.h"
00029 
00030 #include "FWCore/Framework/interface/ModuleFactory.h"
00031 #include "FWCore/Framework/interface/ESHandle.h"
00032 
00033 #include "CondFormats/L1TObjects/interface/L1GtTriggerMask.h"
00034 
00035 // forward declarations
00036 class L1GtTriggerMaskVetoAlgoTrigRcd;
00037 
00038 // class declaration
00039 class L1GtTriggerMaskVetoAlgoTrigTrivialProducer : public edm::ESProducer
00040 {
00041 
00042 public:
00043 
00045     L1GtTriggerMaskVetoAlgoTrigTrivialProducer(const edm::ParameterSet&);
00046 
00048     ~L1GtTriggerMaskVetoAlgoTrigTrivialProducer();
00049 
00050 
00052 
00053     boost::shared_ptr<L1GtTriggerMask> produceTriggerMask(
00054         const L1GtTriggerMaskVetoAlgoTrigRcd&);
00055 
00056 private:
00057 
00059     std::vector<unsigned int> m_triggerMask;
00060 
00061 };
00062 
00063 #endif