Belle II Software development
OpticalLink.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
9#include <iostream>
10#include "trg/trg/OpticalLink.h"
11#include "trg/trg/Clock.h"
12
13using namespace std;
14
15namespace Belle2 {
20
22 const TRGClock& clock) :
23 _name(name),
24 _clock(& clock)
25 {
26 }
27
31
33} // namespace Belle2
A class to represent a digitized signal. Unit is nano second.
Definition Clock.h:38
const TRGClock & clock(void) const
returns clock.
Definition OpticalLink.h:87
const std::string & name(void) const
returns name.
Definition OpticalLink.h:80
virtual ~TRGOpticalLink()
Destructor.
TRGOpticalLink(const std::string &name, const TRGClock &)
Constructor.
Abstract base class for different kinds of events.
STL namespace.