FastJet  3.1.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
List of all members
fastjet::Selector::InvalidWorker Class Reference

class that gets thrown when a Selector is applied despite it not having a valid underlying worker. More...

#include <fastjet/Selector.hh>

Inheritance diagram for fastjet::Selector::InvalidWorker:
Inheritance graph
[legend]
Collaboration diagram for fastjet::Selector::InvalidWorker:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from fastjet::Error
 Error ()
 default constructors
 
 Error (const std::string &message)
 ctor from an error message More...
 
virtual ~Error ()
 virtual dummy dtor
 
std::string message () const
 the error message
 
- Static Public Member Functions inherited from fastjet::Error
static void set_print_errors (bool print_errors)
 controls whether the error message (and the backtrace, if its printing is enabled) is printed out or not
 
static void set_print_backtrace (bool enabled)
 controls whether the backtrace is printed out with the error message or not. More...
 
static void set_default_stream (std::ostream *ostr)
 sets the default output stream for all errors; by default cerr; if it's null then error output is suppressed. More...
 

Detailed Description

class that gets thrown when a Selector is applied despite it not having a valid underlying worker.

Definition at line 309 of file Selector.hh.


The documentation for this class was generated from the following file: