CMS 3D CMS Logo

L1GtTriggerMenuXmlProducer.h
Go to the documentation of this file.
1 #ifndef L1GtConfigProducers_L1GtTriggerMenuXmlProducer_h
2 #define L1GtConfigProducers_L1GtTriggerMenuXmlProducer_h
3 
18 // system include files
19 #include <memory>
20 #include <string>
21 
22 // user include files
23 // base class
25 
28 
31 
32 // forward declarations
34 
35 // class declaration
37 public:
40 
42  ~L1GtTriggerMenuXmlProducer() override;
43 
45 
47  std::unique_ptr<L1GtTriggerMenu> produceGtTriggerMenu(const L1GtTriggerMenuRcd&);
48 
49 private:
52 
55 
57 };
58 
59 #endif
std::string m_vmeXmlFile
XML file for Global Trigger VME configuration (vme.xml)
edm::ESGetToken< L1GtStableParameters, L1GtStableParametersRcd > m_getToken
L1GtTriggerMenuXmlProducer(const edm::ParameterSet &)
constructor
std::unique_ptr< L1GtTriggerMenu > produceGtTriggerMenu(const L1GtTriggerMenuRcd &)
public methods
std::string m_defXmlFile
XML file for Global Trigger menu (def.xml)
~L1GtTriggerMenuXmlProducer() override
destructor