Juggler
Juggling algorithms and event processing using gaudi framework
|
#include <KeepDropSwitch.h>
Public Types | |
enum | Cmd { KEEP, DROP, UNKNOWN } |
typedef std::vector< std::string > | CommandLines |
Public Member Functions | |
KeepDropSwitch () | |
KeepDropSwitch (const CommandLines &cmds) | |
bool | isOn (const std::string &astring) const |
Data output controller.
typedef std::vector<std::string> KeepDropSwitch::CommandLines |
enum KeepDropSwitch::Cmd |
|
inline |
|
inlineexplicit |
bool KeepDropSwitch::isOn | ( | const std::string & | astring | ) | const |