Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
L1TriggerConfig
L1GtConfigProducers
interface
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/shared_ptr.hpp"
23
#include <boost/cstdint.hpp>
24
25
// user include files
26
// base class
27
#include "
FWCore/Framework/interface/ESProducer.h
"
28
29
#include "
FWCore/Framework/interface/ModuleFactory.h
"
30
#include "
FWCore/Framework/interface/ESHandle.h
"
31
32
#include "
CondFormats/L1TObjects/interface/L1GtTriggerMenu.h
"
33
#include "
CondFormats/DataRecord/interface/L1GtTriggerMenuRcd.h
"
34
35
// forward declarations
36
37
// class declaration
38
class
L1GtTriggerMenuXmlProducer
:
public
edm::ESProducer
39
{
40
41
public
:
42
44
L1GtTriggerMenuXmlProducer
(
const
edm::ParameterSet
&);
45
47
~L1GtTriggerMenuXmlProducer
();
48
49
51
53
boost::shared_ptr<L1GtTriggerMenu>
produceGtTriggerMenu
(
54
const
L1GtTriggerMenuRcd
&);
55
56
private
:
57
59
std::string
m_defXmlFile
;
60
62
std::string
m_vmeXmlFile
;
63
64
65
};
66
67
#endif
L1GtTriggerMenu.h
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
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:62
ESHandle.h
L1GtTriggerMenuRcd.h
L1GtTriggerMenuRcd
Definition:
L1GtTriggerMenuRcd.h:32
ESProducer.h
L1GtTriggerMenuXmlProducer::L1GtTriggerMenuXmlProducer
L1GtTriggerMenuXmlProducer(const edm::ParameterSet &)
constructor
Definition:
L1GtTriggerMenuXmlProducer.cc:47
L1GtTriggerMenuXmlProducer::produceGtTriggerMenu
boost::shared_ptr< L1GtTriggerMenu > produceGtTriggerMenu(const L1GtTriggerMenuRcd &)
public methods
Definition:
L1GtTriggerMenuXmlProducer.cc:102
L1GtTriggerMenuXmlProducer::~L1GtTriggerMenuXmlProducer
~L1GtTriggerMenuXmlProducer()
destructor
Definition:
L1GtTriggerMenuXmlProducer.cc:91
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:59
L1GtTriggerMenuXmlProducer
Definition:
L1GtTriggerMenuXmlProducer.h:38
Generated for CMSSW Reference Manual by
1.8.5