Belle II Software development
NSMState.cc
1/**************************************************************************
2 * basf2 (Belle II Analysis Software Framework) *
3 * Author: The Belle II Collaboration *
4 * *
5 * See git log for contributors and copyright holders. *
6 * This file is licensed under LGPL-3.0, see LICENSE.md. *
7 **************************************************************************/
8#include "daq/slc/nsm/NSMState.h"
9
10using namespace Belle2;
11
12const NSMState NSMState::ONLINE_S(1, "ONLINE");
13
15{
16 Enum::operator=(state);
17 return *this;
18}
const NSMState & operator=(const NSMState &state)
Operator =.
Definition: NSMState.cc:14
Abstract base class for different kinds of events.