CMS 3D CMS Logo

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, GlobalCondition*> ConditionMap;
30 
32  typedef std::map<std::string, GlobalAlgorithm> 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 } // namespace l1t
43 #endif /*L1Trigger_L1TGlobal_TriggerMenuFwd_h*/
std::map< std::string, GlobalCondition * > ConditionMap
AlgorithmMap::iterator ItAlgo
delete x;
Definition: CaloConfig.h:22
ConditionMap::const_iterator CItCond
iterators through map containing the conditions
AlgorithmMap::const_iterator CItAlgo
iterators through map containing the algorithms
ConditionMap::iterator ItCond
std::map< std::string, GlobalAlgorithm > AlgorithmMap
map containing the algorithms