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 #include <boost/cstdint.hpp>
23 
24 // user include files
25 // base class
27 
30 
33 
34 // forward declarations
35 
36 // class declaration
38 {
39 
40 public:
41 
44 
46  ~L1GtTriggerMenuXmlProducer() override;
47 
48 
50 
52  std::shared_ptr<L1GtTriggerMenu> produceGtTriggerMenu(
53  const L1GtTriggerMenuRcd&);
54 
55 private:
56 
59 
62 
63 
64 };
65 
66 #endif
std::string m_vmeXmlFile
XML file for Global Trigger VME configuration (vme.xml)
std::shared_ptr< L1GtTriggerMenu > produceGtTriggerMenu(const L1GtTriggerMenuRcd &)
public methods
L1GtTriggerMenuXmlProducer(const edm::ParameterSet &)
constructor
std::string m_defXmlFile
XML file for Global Trigger menu (def.xml)
~L1GtTriggerMenuXmlProducer() override
destructor