Main Page
Namespaces
Classes
Package Documentation
Geometry
HcalEventSetup
interface
HcalTopologyIdealEP.h
Go to the documentation of this file.
1
#ifndef GEOMETRY_HCALEVENTSETUP_HCALTOPOLOGYIDEALEP_H
2
#define GEOMETRY_HCALEVENTSETUP_HCALTOPOLOGYIDEALEP_H 1
3
4
#include <memory>
5
6
#include "
FWCore/Framework/interface/ModuleFactory.h
"
7
#include "
FWCore/Framework/interface/ESProducer.h
"
8
9
#include "
FWCore/Framework/interface/ESHandle.h
"
10
#include "
Geometry/CaloTopology/interface/HcalTopology.h
"
11
#include "
Geometry/Records/interface/HcalRecNumberingRecord.h
"
12
#include "
Geometry/Records/interface/IdealGeometryRecord.h
"
13
14
namespace
edm
{
15
class
ConfigurationDescriptions
;
16
}
17
18
class
HcalTopologyIdealEP
:
public
edm::ESProducer
{
19
20
public
:
21
HcalTopologyIdealEP
(
const
edm::ParameterSet
&);
22
23
using
ReturnType
= std::unique_ptr<HcalTopology>;
24
25
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& descriptions);
26
27
ReturnType
produce(
const
HcalRecNumberingRecord
&);
28
29
private
:
30
// ----------member data ---------------------------
31
std::string
m_restrictions
;
32
bool
m_mergePosition
;
33
};
34
#endif
HcalTopologyIdealEP::m_restrictions
std::string m_restrictions
Definition:
HcalTopologyIdealEP.h:31
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
edm::ESProducer
Definition:
ESProducer.h:99
ESHandle.h
ConfigurationDescriptions
HcalRecNumberingRecord.h
fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
ESProducer.h
IdealGeometryRecord.h
HcalRecNumberingRecord
Definition:
HcalRecNumberingRecord.h:23
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::ParameterSet
Definition:
ParameterSet.h:36
ModuleFactory.h
HcalTopologyIdealEP::m_mergePosition
bool m_mergePosition
Definition:
HcalTopologyIdealEP.h:32
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
HcalTopologyIdealEP::ReturnType
std::unique_ptr< HcalTopology > ReturnType
Definition:
HcalTopologyIdealEP.h:23
HcalTopologyIdealEP
Definition:
HcalTopologyIdealEP.h:18
HcalTopology.h
Generated for CMSSW Reference Manual by
1.8.11