Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:13:03

0001 #include "FWCore/ServiceRegistry/interface/ConsumesInfo.h"
0002 
0003 namespace edm {
0004 
0005   ConsumesInfo::ConsumesInfo(TypeID const& iType,
0006                              char const* iLabel,
0007                              char const* iInstance,
0008                              char const* iProcess,
0009                              BranchType iBranchType,
0010                              KindOfType iKindOfType,
0011                              bool iAlwaysGets,
0012                              bool iSkipCurrentProcess_)
0013       : type_(iType),
0014         label_(iLabel),
0015         instance_(iInstance),
0016         process_(iProcess),
0017         branchType_(iBranchType),
0018         kindOfType_(iKindOfType),
0019         alwaysGets_(iAlwaysGets),
0020         skipCurrentProcess_(iSkipCurrentProcess_) {}
0021 }  // namespace edm