CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TriggerMenuFwd.h
Go to the documentation of this file.
1 #ifndef L1Trigger_L1TGlobal_TriggerMenuFwd_h
2 #define L1Trigger_L1TGlobal_TriggerMenuFwd_h
3 
19 // system include files
20 #include <string>
21 #include <map>
22 
23 // user include files
26 
28 namespace l1t {
29 typedef std::map<std::string, GtCondition*> ConditionMap;
30 
32 typedef std::map<std::string, L1GtAlgorithm> AlgorithmMap;
33 
35 typedef ConditionMap::const_iterator CItCond;
36 typedef ConditionMap::iterator ItCond;
37 
39 typedef AlgorithmMap::const_iterator CItAlgo;
40 typedef AlgorithmMap::iterator ItAlgo;
41 
42 }
43 #endif /*L1Trigger_L1TGlobal_TriggerMenuFwd_h*/
AlgorithmMap::iterator ItAlgo
ConditionMap::const_iterator CItCond
iterators through map containing the conditions
AlgorithmMap::const_iterator CItAlgo
iterators through map containing the algorithms
std::map< std::string, L1GtAlgorithm > AlgorithmMap
map containing the algorithms
ConditionMap::iterator ItCond
std::map< std::string, GtCondition * > ConditionMap