CMS 3D CMS Logo

Typedefs
L1GtTriggerMenuFwd.h File Reference
#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, L1GtAlgorithmAlgorithmMap
 map containing the algorithms More...
 
typedef AlgorithmMap::const_iterator CItAlgo
 iterators through map containing the algorithms More...
 
typedef ConditionMap::const_iterator CItCond
 iterators through map containing the conditions More...
 
typedef std::map< std::string, L1GtCondition * > ConditionMap
 map containing the conditions More...
 
typedef AlgorithmMap::iterator ItAlgo
 
typedef ConditionMap::iterator ItCond
 

Typedef Documentation

◆ AlgorithmMap

typedef std::map<std::string, L1GtAlgorithm> AlgorithmMap

map containing the algorithms

Definition at line 31 of file L1GtTriggerMenuFwd.h.

◆ CItAlgo

typedef AlgorithmMap::const_iterator CItAlgo

iterators through map containing the algorithms

Definition at line 38 of file L1GtTriggerMenuFwd.h.

◆ CItCond

typedef ConditionMap::const_iterator CItCond

iterators through map containing the conditions

Definition at line 34 of file L1GtTriggerMenuFwd.h.

◆ ConditionMap

typedef std::map<std::string, L1GtCondition*> ConditionMap

map containing the conditions

Definition at line 28 of file L1GtTriggerMenuFwd.h.

◆ ItAlgo

typedef AlgorithmMap::iterator ItAlgo

Definition at line 39 of file L1GtTriggerMenuFwd.h.

◆ ItCond

typedef ConditionMap::iterator ItCond

Definition at line 35 of file L1GtTriggerMenuFwd.h.