Main Page
Namespaces
Classes
Package Documentation
CalibMuon
CSCCalibration
interface
CSCChannelMapperESProducer.h
Go to the documentation of this file.
1
#ifndef CSCChannelMapperESProducer_H
2
#define CSCChannelMapperESProducer_H
3
4
#include <memory>
5
6
#include "
FWCore/Framework/interface/ESProducer.h
"
7
8
#include "
CalibMuon/CSCCalibration/interface/CSCChannelMapperBase.h
"
9
#include "
CalibMuon/CSCCalibration/interface/CSCChannelMapperRecord.h
"
10
11
class
CSCChannelMapperESProducer
:
public
edm::ESProducer
{
12
13
public
:
14
typedef
std::shared_ptr<CSCChannelMapperBase>
BSP_TYPE
;
15
16
CSCChannelMapperESProducer
(
const
edm::ParameterSet
&);
17
~CSCChannelMapperESProducer
();
18
19
BSP_TYPE
produce
(
const
CSCChannelMapperRecord
&);
20
21
private
:
22
std::string
algoName
;
23
};
24
25
#endif
CSCChannelMapperESProducer::produce
BSP_TYPE produce(const CSCChannelMapperRecord &)
Definition:
CSCChannelMapperESProducer.cc:21
CSCChannelMapperESProducer::~CSCChannelMapperESProducer
~CSCChannelMapperESProducer()
Definition:
CSCChannelMapperESProducer.cc:18
CSCChannelMapperESProducer::CSCChannelMapperESProducer
CSCChannelMapperESProducer(const edm::ParameterSet &)
Definition:
CSCChannelMapperESProducer.cc:8
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
edm::ESProducer
Definition:
ESProducer.h:97
CSCChannelMapperESProducer
Definition:
CSCChannelMapperESProducer.h:11
CSCChannelMapperRecord
Definition:
CSCChannelMapperRecord.h:6
CSCChannelMapperBase.h
CSCChannelMapperESProducer::algoName
std::string algoName
Definition:
CSCChannelMapperESProducer.h:22
ESProducer.h
edm::ParameterSet
Definition:
ParameterSet.h:36
CSCChannelMapperESProducer::BSP_TYPE
std::shared_ptr< CSCChannelMapperBase > BSP_TYPE
Definition:
CSCChannelMapperESProducer.h:14
CSCChannelMapperRecord.h
Generated for CMSSW Reference Manual by
1.8.11