8#ifndef _Belle2_Connection_hh
9#define _Belle2_Connection_hh
11#include "daq/slc/base/Enum.h"
29 Connection(
const std::string& st) { *
this = st; }
50 inline bool Connection::operator==(
const Connection& st)
const
52 return (getId() == st.getId());
55 inline bool Connection::operator!=(
const Connection& st)
const
57 return (getId() != st.getId());
const Connection & operator=(const Connection &connection)
Operator =.
Abstract base class for different kinds of events.