ATLAS Offline Software
Classes | Namespaces | Typedefs | Functions
HLTSequenceList.h File Reference
#include <iosfwd>
#include <string>
#include <vector>
#include <map>
#include "TrigConfHLTData/HLTSequence.h"
#include <boost/multi_index_container.hpp>
#include <boost/multi_index/mem_fun.hpp>
#include <boost/multi_index/hashed_index.hpp>
#include <boost/multi_index/ordered_index.hpp>
Include dependency graph for HLTSequenceList.h:

Go to the source code of this file.

Classes

struct  TrigConf::seq_name_hash
 
struct  TrigConf::seq_hash_id
 
class  TrigConf::HLTSequenceList
 list of HLT sequences More...
 

Namespaces

 TrigConf
 Forward iterator to traverse the main components of the trigger configuration.
 

Typedefs

typedef boost::multi_index::multi_index_container< HLTSequence *, boost::multi_index::indexed_by< boost::multi_index::ordered_unique< boost::multi_index::identity< HLTSequence > >, boost::multi_index::ordered_unique< boost::multi_index::tag< seq_hash_id >, boost::multi_index::const_mem_fun< HLTSequence, unsigned int, &HLTSequence::hashId > >, boost::multi_index::hashed_unique< boost::multi_index::tag< seq_name_hash >, boost::multi_index::const_mem_fun< TrigConfData, const std::string &, &TrigConfData::name > > > > TrigConf::HLTSequenceContainer
 

Functions

std::ostream & TrigConf::operator<< (std::ostream &, const HLTSequenceList &)