#include <string>
#include <map>
#include "CondFormats/L1TObjects/interface/L1GtCondition.h"
#include "CondFormats/L1TObjects/interface/L1GtAlgorithm.h"
Go to the source code of this file.
Typedefs | |
typedef std::map< std::string, L1GtAlgorithm > | AlgorithmMap |
map containing the algorithms | |
typedef AlgorithmMap::const_iterator | CItAlgo |
iterators through map containing the algorithms | |
typedef ConditionMap::const_iterator | CItCond |
iterators through map containing the conditions | |
typedef std::map< std::string, L1GtCondition * > | ConditionMap |
map containing the conditions | |
typedef AlgorithmMap::iterator | ItAlgo |
typedef ConditionMap::iterator | ItCond |
typedef std::map<std::string, L1GtAlgorithm> AlgorithmMap |
map containing the algorithms
Definition at line 31 of file L1GtTriggerMenuFwd.h.
typedef AlgorithmMap::const_iterator CItAlgo |
iterators through map containing the algorithms
Definition at line 38 of file L1GtTriggerMenuFwd.h.
typedef ConditionMap::const_iterator CItCond |
iterators through map containing the conditions
Definition at line 34 of file L1GtTriggerMenuFwd.h.
typedef std::map<std::string, L1GtCondition*> ConditionMap |
map containing the conditions
Definition at line 28 of file L1GtTriggerMenuFwd.h.
typedef AlgorithmMap::iterator ItAlgo |
Definition at line 39 of file L1GtTriggerMenuFwd.h.
typedef ConditionMap::iterator ItCond |
Definition at line 35 of file L1GtTriggerMenuFwd.h.