Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
CalibMuon
CSCCalibration
interface
CSCIndexerESProducer.h
Go to the documentation of this file.
1
#ifndef CSCIndexerESProducer_H
2
#define CSCIndexerESProducer_H
3
4
#include <memory>
5
6
#include "
FWCore/Framework/interface/ESProducer.h
"
7
8
#include "
CalibMuon/CSCCalibration/interface/CSCIndexerBase.h
"
9
#include "
CalibMuon/CSCCalibration/interface/CSCIndexerRecord.h
"
10
11
class
CSCIndexerESProducer
:
public
edm::ESProducer
{
12
public
:
13
typedef
std::unique_ptr<CSCIndexerBase>
BSP_TYPE
;
14
15
CSCIndexerESProducer
(
const
edm::ParameterSet
&);
16
~CSCIndexerESProducer
()
override
;
17
18
BSP_TYPE
produce
(
const
CSCIndexerRecord
&);
19
20
private
:
21
std::string
algoName
;
22
};
23
24
#endif
CSCIndexerRecord.h
CSCIndexerESProducer::algoName
std::string algoName
Definition:
CSCIndexerESProducer.h:21
CSCIndexerESProducer::BSP_TYPE
std::unique_ptr< CSCIndexerBase > BSP_TYPE
Definition:
CSCIndexerESProducer.h:13
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
edm::ESProducer
Definition:
ESProducer.h:104
CSCIndexerESProducer
Definition:
CSCIndexerESProducer.h:11
CSCIndexerRecord
Definition:
CSCIndexerRecord.h:6
CSCIndexerESProducer::~CSCIndexerESProducer
~CSCIndexerESProducer() override
Definition:
CSCIndexerESProducer.cc:16
ESProducer.h
CSCIndexerESProducer::produce
BSP_TYPE produce(const CSCIndexerRecord &)
Definition:
CSCIndexerESProducer.cc:18
CSCIndexerBase.h
edm::ParameterSet
Definition:
ParameterSet.h:47
CSCIndexerESProducer::CSCIndexerESProducer
CSCIndexerESProducer(const edm::ParameterSet &)
Definition:
CSCIndexerESProducer.cc:8
Generated for CMSSW Reference Manual by
1.8.5