![]() |
|
|||
File indexing completed on 2023-10-25 09:47:59
0001 #ifndef FWCore_Utilities_BranchType_h 0002 #define FWCore_Utilities_BranchType_h 0003 /*---------------------------------------------------------------------- 0004 0005 BranchType: The type of a Branch (Event, LuminosityBlock, Run, or ProcessBlock) 0006 0007 ----------------------------------------------------------------------*/ 0008 0009 namespace edm { 0010 // Note: These enum values are used as subscripts for a fixed size array, so they must not change. 0011 enum BranchType { InEvent = 0, InLumi = 1, InRun = 2, InProcess = 3, NumBranchTypes }; 0012 } // namespace edm 0013 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |