Go to the documentation of this file.00001 #ifndef CondFormats_L1TObjects_L1GtTriggerMenuFwd_h
00002 #define CondFormats_L1TObjects_L1GtTriggerMenuFwd_h
00003
00019
00020 #include <string>
00021 #include <map>
00022
00023
00024 #include "CondFormats/L1TObjects/interface/L1GtCondition.h"
00025 #include "CondFormats/L1TObjects/interface/L1GtAlgorithm.h"
00026
00028 typedef std::map<std::string, L1GtCondition*> ConditionMap;
00029
00031 typedef std::map<std::string, L1GtAlgorithm> AlgorithmMap;
00032
00034 typedef ConditionMap::const_iterator CItCond;
00035 typedef ConditionMap::iterator ItCond;
00036
00038 typedef AlgorithmMap::const_iterator CItAlgo;
00039 typedef AlgorithmMap::iterator ItAlgo;
00040
00041 #endif