CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1GtTriggerMenuXmlProducer.h
Go to the documentation of this file.
1 #ifndef L1GtConfigProducers_L1GtTriggerMenuXmlProducer_h
2 #define L1GtConfigProducers_L1GtTriggerMenuXmlProducer_h
3 
20 // system include files
21 #include <memory>
22 #include <string>
23 
24 #include "boost/shared_ptr.hpp"
25 #include <boost/cstdint.hpp>
26 
27 // user include files
28 // base class
30 
33 
36 
37 // forward declarations
38 
39 // class declaration
41 {
42 
43 public:
44 
47 
50 
51 
53 
55  boost::shared_ptr<L1GtTriggerMenu> produceGtTriggerMenu(
56  const L1GtTriggerMenuRcd&);
57 
58 private:
59 
61  std::string m_defXmlFile;
62 
64  std::string m_vmeXmlFile;
65 
66 
67 };
68 
69 #endif
std::string m_vmeXmlFile
XML file for Global Trigger VME configuration (vme.xml)
L1GtTriggerMenuXmlProducer(const edm::ParameterSet &)
constructor
boost::shared_ptr< L1GtTriggerMenu > produceGtTriggerMenu(const L1GtTriggerMenuRcd &)
public methods
std::string m_defXmlFile
XML file for Global Trigger menu (def.xml)