CMS 3D CMS Logo

L1GtTriggerMaskVetoAlgoTrigTrivialProducer.h
Go to the documentation of this file.
1 #ifndef L1GtConfigProducers_L1GtTriggerMaskVetoAlgoTrigTrivialProducer_h
2 #define L1GtConfigProducers_L1GtTriggerMaskVetoAlgoTrigTrivialProducer_h
3 
18 // system include files
19 #include <memory>
20 
21 #include <vector>
22 
23 // user include files
24 // base class
26 
29 
31 
32 // forward declarations
34 
35 // class declaration
37 public:
40 
43 
45 
46  std::unique_ptr<L1GtTriggerMask> produceTriggerMask(const L1GtTriggerMaskVetoAlgoTrigRcd&);
47 
48 private:
50  std::vector<unsigned int> m_triggerMask;
51 };
52 
53 #endif
std::unique_ptr< L1GtTriggerMask > produceTriggerMask(const L1GtTriggerMaskVetoAlgoTrigRcd &)
public methods
L1GtTriggerMaskVetoAlgoTrigTrivialProducer(const edm::ParameterSet &)
constructor