CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/DataFormats/Provenance/interface/BranchListIndex.h

Go to the documentation of this file.
00001 #ifndef DataFormats_Provenance_BranchListIndex_h
00002 #define DataFormats_Provenance_BranchListIndex_h
00003 
00004 /*----------------------------------------------------------------------
00005   
00006 ProcessInfo: 
00007 ProcessInfoVector: 
00008         table keyed by ProductID::processIndex_.
00009         processIndex_ is monotonically increasing with time.
00010         one table stored per Occurrence(Event. Lumi, Run)
00011 
00012 ----------------------------------------------------------------------*/
00013 
00014 #include <vector>
00015 
00016 namespace edm {
00017   typedef unsigned short BranchListIndex;
00018   typedef std::vector<BranchListIndex> BranchListIndexes;
00019 }
00020 #endif