Main Page
Namespaces
Classes
Package Documentation
FWCore
Framework
src
limited
producerImplementors.cc
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: Package
4
// Class : producerImplementors
5
//
6
// Implementation:
7
// Explicitly instantiate implementor templates for EDProducerBase
8
//
9
// Original Author: Chris Jones
10
// Created: Thu, 09 May 2013 20:14:06 GMT
11
//
12
13
// system include files
14
15
// user include files
16
#include "
FWCore/Framework/src/limited/implementorsMethods.h
"
17
#include "
FWCore/Framework/interface/limited/EDProducerBase.h
"
18
19
namespace
edm
{
20
namespace
limited
{
21
namespace
impl
{
22
template
class
BeginRunProducer<edm::limited::EDProducerBase>;
23
template
class
EndRunProducer<edm::limited::EDProducerBase>;
24
template
class
BeginLuminosityBlockProducer<edm::limited::EDProducerBase>;
25
template
class
EndLuminosityBlockProducer<edm::limited::EDProducerBase>;
26
}
27
}
28
}
EDProducerBase.h
limited
impl
Definition:
trackAlgoPriorityOrder.h:18
implementorsMethods.h
edm
HLT enums.
Definition:
AlignableModifier.h:17
Generated for CMSSW Reference Manual by
1.8.11