#include <string>
#include <map>
#include "L1Trigger/L1TGlobal/interface/GtCondition.h"
#include "CondFormats/L1TObjects/interface/L1GtAlgorithm.h"
Go to the source code of this file.
Namespaces | |
l1t | |
map containing the conditions | |
Typedefs | |
typedef std::map< std::string, L1GtAlgorithm > | l1t::AlgorithmMap |
map containing the algorithms More... | |
typedef AlgorithmMap::const_iterator | l1t::CItAlgo |
iterators through map containing the algorithms More... | |
typedef ConditionMap::const_iterator | l1t::CItCond |
iterators through map containing the conditions More... | |
typedef std::map< std::string, GtCondition * > | l1t::ConditionMap |
typedef AlgorithmMap::iterator | l1t::ItAlgo |
typedef ConditionMap::iterator | l1t::ItCond |