CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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
33 
34 // class declaration
36 public:
39 
41  ~L1GtTriggerMenuXmlProducer() override;
42 
44 
46  std::unique_ptr<L1GtTriggerMenu> produceGtTriggerMenu(const L1GtTriggerMenuRcd&);
47 
48 private:
51 
54 };
55 
56 #endif
std::string m_vmeXmlFile
XML file for Global Trigger VME configuration (vme.xml)
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