CMS 3D CMS Logo

L1GtTriggerMaskTechTrigTrivialProducer.cc
Go to the documentation of this file.
1 
15 // this class header
17 
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
33 
34 // constructor(s)
36  // tell the framework what data is being produced
38 
39  // now do what ever other initialization is needed
40 
41  m_triggerMask = parSet.getParameter<std::vector<unsigned int> >("TriggerMask");
42 }
43 
44 // destructor
46  // empty
47 }
48 
49 // member functions
50 
51 // method called to produce the data
53  const L1GtTriggerMaskTechTrigRcd& iRecord) {
54  return std::make_unique<L1GtTriggerMask>(m_triggerMask);
55 }
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
Definition: ESProducer.h:166
T getParameter(std::string const &) const
Definition: ParameterSet.h:307
std::unique_ptr< L1GtTriggerMask > produceTriggerMask(const L1GtTriggerMaskTechTrigRcd &)
public methods
L1GtTriggerMaskTechTrigTrivialProducer(const edm::ParameterSet &)
constructor
std::vector< unsigned int > m_triggerMask
trigger mask