CMS 3D CMS Logo

L1GtTriggerMenuFwd.h
Go to the documentation of this file.
1 #ifndef CondFormats_L1TObjects_L1GtTriggerMenuFwd_h
2 #define CondFormats_L1TObjects_L1GtTriggerMenuFwd_h
3 
19 // system include files
20 #include <string>
21 #include <map>
22 
23 // user include files
26 
28 typedef std::map<std::string, L1GtCondition*> ConditionMap;
29 
31 typedef std::map<std::string, L1GtAlgorithm> AlgorithmMap;
32 
34 typedef ConditionMap::const_iterator CItCond;
35 typedef ConditionMap::iterator ItCond;
36 
38 typedef AlgorithmMap::const_iterator CItAlgo;
39 typedef AlgorithmMap::iterator ItAlgo;
40 
41 #endif /*CondFormats_L1TObjects_L1GtTriggerMenuFwd_h*/
std::map< std::string, L1GtCondition * > ConditionMap
map containing the conditions
std::map< std::string, L1GtAlgorithm > AlgorithmMap
map containing the algorithms
ConditionMap::const_iterator CItCond
iterators through map containing the conditions
AlgorithmMap::const_iterator CItAlgo
iterators through map containing the algorithms
ConditionMap::iterator ItCond
AlgorithmMap::iterator ItAlgo