Main Page
Namespaces
Classes
Package Documentation
FWCore
ServiceRegistry
src
ConsumesInfo.cc
Go to the documentation of this file.
1
#include "
FWCore/ServiceRegistry/interface/ConsumesInfo.h
"
2
3
namespace
edm
{
4
5
ConsumesInfo::ConsumesInfo
(
TypeID
const
& iType,
6
char
const
* iLabel,
7
char
const
* iInstance,
8
char
const
* iProcess,
9
BranchType
iBranchType,
10
KindOfType
iKindOfType,
11
bool
iAlwaysGets,
12
bool
iSkipCurrentProcess_) :
13
type_(iType),
14
label_(iLabel),
15
instance_(iInstance),
16
process_(iProcess),
17
branchType_(iBranchType),
18
kindOfType_(iKindOfType),
19
alwaysGets_(iAlwaysGets),
20
skipCurrentProcess_(iSkipCurrentProcess_) {
21
}
22
}
edm::TypeID
Definition:
TypeID.h:22
edm::BranchType
BranchType
Definition:
BranchType.h:11
edm
HLT enums.
Definition:
AlignableModifier.h:17
ConsumesInfo.h
edm::ConsumesInfo::ConsumesInfo
ConsumesInfo(TypeID const &iType, char const *iLabel, char const *iInstance, char const *iProcess, BranchType iBranchType, KindOfType iKindOfType, bool iAlwaysGets, bool iSkipCurrentProcess_)
Definition:
ConsumesInfo.cc:5
edm::KindOfType
KindOfType
Definition:
ProductKindOfType.h:5
Generated for CMSSW Reference Manual by
1.8.11