Main Page
Namespaces
Classes
Package Documentation
FWCore
Framework
src
global
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/global/implementorsMethods.h
"
17
#include "
FWCore/Framework/interface/global/EDProducerBase.h
"
18
19
namespace
edm
{
20
namespace
global {
21
namespace
impl
{
22
template
class
BeginRunProducer<edm::global::EDProducerBase>;
23
template
class
EndRunProducer<edm::global::EDProducerBase>;
24
template
class
BeginLuminosityBlockProducer<edm::global::EDProducerBase>;
25
template
class
EndLuminosityBlockProducer<edm::global::EDProducerBase>;
26
}
27
}
28
}
impl
Definition:
trackAlgoPriorityOrder.h:18
EDProducerBase.h
implementorsMethods.h
edm
HLT enums.
Definition:
AlignableModifier.h:17
Generated for CMSSW Reference Manual by
1.8.11