CMS 3D CMS Logo

ConsumesInfo.cc
Go to the documentation of this file.
2 
3 namespace edm {
4 
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 }
BranchType
Definition: BranchType.h:11
HLT enums.
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