ATLAS Offline Software
|
#include <boost/tokenizer.hpp>
#include <functional>
#include <memory>
#include <string>
#include "SelectionHelpers/ISelectionReadAccessor.h"
#include "SelectionHelpers/SelectionHelpers.h"
Go to the source code of this file.
Classes | |
class | CP::DetailSelectionExprParser::Separator |
Separator to be used in a boost::tokenizer . More... | |
class | CP::DetailSelectionExprParser::Lexer |
Lexer which turns a token stream into a stream of unambigous symbols to be used by a parser. More... | |
struct | CP::DetailSelectionExprParser::Lexer::Symbol |
Struct grouping together the type and original string representation of a symbol. More... | |
class | CP::SelectionExprParser |
Public interface for the expression parsing facility. More... | |
Namespaces | |
CP | |
Select isolated Photons, Electrons and Muons. | |
CP::DetailSelectionExprParser | |
Typedefs | |
typedef boost::tokenizer< Separator > | CP::DetailSelectionExprParser::Tokenizer |