Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
L1TriggerConfig
L1GtConfigProducers
interface
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
29
#include "
FWCore/Framework/interface/ESProducer.h
"
30
31
#include "
FWCore/Framework/interface/ModuleFactory.h
"
32
#include "
FWCore/Framework/interface/ESHandle.h
"
33
34
#include "
CondFormats/L1TObjects/interface/L1GtTriggerMenu.h
"
35
#include "
CondFormats/DataRecord/interface/L1GtTriggerMenuRcd.h
"
36
37
// forward declarations
38
39
// class declaration
40
class
L1GtTriggerMenuXmlProducer
:
public
edm::ESProducer
41
{
42
43
public
:
44
46
L1GtTriggerMenuXmlProducer
(
const
edm::ParameterSet
&);
47
49
~L1GtTriggerMenuXmlProducer
();
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
L1GtTriggerMenu.h
edm::ESProducer
Definition:
ESProducer.h:97
L1GtTriggerMenuXmlProducer::m_vmeXmlFile
std::string m_vmeXmlFile
XML file for Global Trigger VME configuration (vme.xml)
Definition:
L1GtTriggerMenuXmlProducer.h:64
ESHandle.h
L1GtTriggerMenuRcd.h
L1GtTriggerMenuRcd
Definition:
L1GtTriggerMenuRcd.h:32
ESProducer.h
L1GtTriggerMenuXmlProducer::L1GtTriggerMenuXmlProducer
L1GtTriggerMenuXmlProducer(const edm::ParameterSet &)
constructor
Definition:
L1GtTriggerMenuXmlProducer.cc:49
L1GtTriggerMenuXmlProducer::produceGtTriggerMenu
boost::shared_ptr< L1GtTriggerMenu > produceGtTriggerMenu(const L1GtTriggerMenuRcd &)
public methods
Definition:
L1GtTriggerMenuXmlProducer.cc:104
L1GtTriggerMenuXmlProducer::~L1GtTriggerMenuXmlProducer
~L1GtTriggerMenuXmlProducer()
destructor
Definition:
L1GtTriggerMenuXmlProducer.cc:93
edm::ParameterSet
Definition:
ParameterSet.h:35
ModuleFactory.h
L1GtTriggerMenuXmlProducer::m_defXmlFile
std::string m_defXmlFile
XML file for Global Trigger menu (def.xml)
Definition:
L1GtTriggerMenuXmlProducer.h:61
L1GtTriggerMenuXmlProducer
Definition:
L1GtTriggerMenuXmlProducer.h:40
Generated for CMSSW Reference Manual by
1.8.5