Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:05:02

0001 #ifndef DataFormats_Provenance_ProductIDToBranchID_h
0002 #define DataFormats_Provenance_ProductIDToBranchID_h
0003 
0004 /*----------------------------------------------------------------------
0005   
0006 ProductIDToBranchID: Free function to map from ProductID to BranchID
0007 
0008 ----------------------------------------------------------------------*/
0009 #include <iosfwd>
0010 
0011 #include "DataFormats/Provenance/interface/BranchID.h"
0012 #include "DataFormats/Provenance/interface/BranchIDList.h"
0013 #include "DataFormats/Provenance/interface/BranchListIndex.h"
0014 #include "DataFormats/Provenance/interface/ProductID.h"
0015 
0016 namespace edm {
0017   BranchID productIDToBranchID(ProductID const& pid, BranchIDLists const& lists, BranchListIndexes const& indexes);
0018 }
0019 #endif