Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
L1TriggerConfig
L1GtConfigProducers
interface
L1GtVhdlWriter.h
Go to the documentation of this file.
1
#ifndef L1GtConfigProducers_L1GtVhdlWriter_h
2
#define L1GtConfigProducers_L1GtVhdlWriter_h
3
18
// system include files
19
#include <string>
20
21
// base class
22
23
#include "
FWCore/Framework/interface/EDAnalyzer.h
"
24
25
#include "
FWCore/Framework/interface/Event.h
"
26
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
27
28
#include "
FWCore/Framework/interface/EventSetup.h
"
29
#include "
FWCore/Framework/interface/ESHandle.h
"
30
31
class
Event
;
32
class
EventSetup
;
33
class
ParameterSet
;
34
35
// forward declarations
36
37
// class declaration
38
class
L1GtVhdlWriter
:
public
edm::EDAnalyzer
{
39
public
:
41
explicit
L1GtVhdlWriter
(
const
edm::ParameterSet
&);
42
44
~L1GtVhdlWriter
()
override
;
45
46
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&)
override
;
47
48
private
:
50
std::string
vhdlDir_
;
51
53
std::string
outputDir_
;
54
};
55
#endif
/*L1GtConfigProducers_L1GtVhdlWriter_h*/
ParameterSet
Definition:
Functions.h:16
Event.h
EventSetup.h
L1GtVhdlWriter::L1GtVhdlWriter
L1GtVhdlWriter(const edm::ParameterSet &)
constructor
Definition:
L1GtVhdlWriter.cc:40
L1GtVhdlWriter::outputDir_
std::string outputDir_
output directory
Definition:
L1GtVhdlWriter.h:53
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
ParameterSet.h
L1GtVhdlWriter::vhdlDir_
std::string vhdlDir_
templates directory
Definition:
L1GtVhdlWriter.h:50
EventSetup
L1GtVhdlWriter
Definition:
L1GtVhdlWriter.h:38
L1GtVhdlWriter::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition:
L1GtVhdlWriter.cc:67
ESHandle.h
edm::EventSetup
Definition:
EventSetup.h:59
edm::EDAnalyzer
Definition:
EDAnalyzer.h:29
EDAnalyzer.h
Event
edm::ParameterSet
Definition:
ParameterSet.h:47
edm::Event
Definition:
Event.h:73
L1GtVhdlWriter::~L1GtVhdlWriter
~L1GtVhdlWriter() override
destructor
Definition:
L1GtVhdlWriter.cc:62
Generated for CMSSW Reference Manual by
1.8.5