L1TriggerConfig
L1GtConfigProducers
interface
L1GtBoardMapsTrivialProducer.h
Go to the documentation of this file.
1
#ifndef L1GtConfigProducers_L1GtBoardMapsTrivialProducer_h
2
#define L1GtConfigProducers_L1GtBoardMapsTrivialProducer_h
3
18
// system include files
19
#include <memory>
20
21
#include <vector>
22
23
// user include files
24
// base class
25
#include "
FWCore/Framework/interface/ESProducer.h
"
26
27
#include "
CondFormats/L1TObjects/interface/L1GtBoard.h
"
28
#include "
CondFormats/L1TObjects/interface/L1GtBoardMaps.h
"
29
#include "
CondFormats/DataRecord/interface/L1GtBoardMapsRcd.h
"
30
31
// forward declarations
32
33
// class declaration
34
class
L1GtBoardMapsTrivialProducer
:
public
edm::ESProducer
{
35
public
:
37
L1GtBoardMapsTrivialProducer
(
const
edm::ParameterSet
&);
38
40
~L1GtBoardMapsTrivialProducer
()
override
;
41
43
45
std::unique_ptr<L1GtBoardMaps>
produceBoardMaps
(
const
L1GtBoardMapsRcd
&);
46
47
private
:
49
std::vector<L1GtBoard>
m_gtBoardMaps
;
50
};
51
52
#endif
L1GtBoardMapsTrivialProducer::~L1GtBoardMapsTrivialProducer
~L1GtBoardMapsTrivialProducer() override
destructor
Definition:
L1GtBoardMapsTrivialProducer.cc:398
L1GtBoardMapsTrivialProducer::produceBoardMaps
std::unique_ptr< L1GtBoardMaps > produceBoardMaps(const L1GtBoardMapsRcd &)
public methods
Definition:
L1GtBoardMapsTrivialProducer.cc:405
ESProducer.h
L1GtBoard.h
edm::ParameterSet
Definition:
ParameterSet.h:47
L1GtBoardMaps.h
L1GtBoardMapsTrivialProducer
Definition:
L1GtBoardMapsTrivialProducer.h:34
L1GtBoardMapsTrivialProducer::m_gtBoardMaps
std::vector< L1GtBoard > m_gtBoardMaps
L1 GT boards and their mapping.
Definition:
L1GtBoardMapsTrivialProducer.h:49
edm::ESProducer
Definition:
ESProducer.h:104
L1GtBoardMapsRcd
Definition:
L1GtBoardMapsRcd.h:39
L1GtBoardMapsRcd.h
L1GtBoardMapsTrivialProducer::L1GtBoardMapsTrivialProducer
L1GtBoardMapsTrivialProducer(const edm::ParameterSet &)
constructor
Definition:
L1GtBoardMapsTrivialProducer.cc:89
Generated for CMSSW Reference Manual by
1.8.16