CMS 3D CMS Logo

GlobalObjectMapFwd.h
Go to the documentation of this file.
1 #ifndef L1GlobalTrigger_L1TGtObjectMapFwd_h
2 #define L1GlobalTrigger_L1TGtObjectMapFwd_h
3 
18 // system include files
19 #include <vector>
20 
21 // user include files
23 
24 // forward declarations
25 
27 
29 typedef std::vector<int> SingleCombInCond;
30 
32 typedef std::vector<SingleCombInCond> CombinationsInCond;
33 
34 typedef std::vector<l1t::GlobalObject> L1TObjectTypeInCond;
35 //typedef std::vector<int> ObjectTypeInCond;
36 
37 #endif /* L1GlobalTrigger_L1TGtObjectMapFwd_h */
CombinationsInCond
std::vector< SingleCombInCond > CombinationsInCond
all the object combinations evaluated to true in the condition
Definition: GlobalObjectMapFwd.h:32
GlobalObject.h
SingleCombInCond
std::vector< int > SingleCombInCond
typedefs
Definition: GlobalObjectMapFwd.h:29
L1TObjectTypeInCond
std::vector< l1t::GlobalObject > L1TObjectTypeInCond
Definition: GlobalObjectMapFwd.h:34