8#ifndef _Belle2_NSMCommand_hh
9#define _Belle2_NSMCommand_hh
11#include "daq/slc/base/Enum.h"
45 static const int SUGGESTED = 2;
46 static const int ENABLED = 1;
47 static const int DISABLED = 0;
53 NSMCommand(
const char* label) { *
this = label; }
54 explicit NSMCommand(
const std::string& label) { *
this = label; }
const NSMCommand & operator=(const NSMCommand &command)
Operator =.
Abstract base class for different kinds of events.