Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
DataFormats
Provenance
interface
BranchIDList.h
Go to the documentation of this file.
1
#ifndef DataFormats_Provenance_BranchIDList_h
2
#define DataFormats_Provenance_BranchIDList_h
3
4
/*----------------------------------------------------------------------
5
6
BranchIDList:
7
BranchIDLists:
8
one table stored per File
9
table BranchIDLists keyed by ProcessInfo::branchListIndex_;
10
entry BranchIDList keyed by ProductID::productIndex_;
11
12
----------------------------------------------------------------------*/
13
14
#include <vector>
15
#include "
DataFormats/Provenance/interface/BranchID.h
"
16
17
namespace
edm {
18
typedef
std::vector<BranchID::value_type>
BranchIDList
;
19
typedef
std::vector<BranchIDList>
BranchIDLists
;
20
}
21
#endif
edm::BranchIDLists
std::vector< BranchIDList > BranchIDLists
Definition:
BranchIDList.h:19
BranchID.h
edm::BranchIDList
std::vector< BranchID::value_type > BranchIDList
Definition:
BranchIDList.h:18
Generated for CMSSW Reference Manual by
1.8.5