Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-02-14 03:16:39

0001 #include "FWCore/ServiceRegistry/interface/ModuleConsumesInfo.h"
0002 
0003 namespace edm {
0004 
0005   ModuleConsumesInfo::ModuleConsumesInfo(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