Belle II Software  release-08-01-10
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 
13 using namespace std;
14 
15 namespace Belle2 {
21  TRGOpticalLink::TRGOpticalLink(const std::string& name,
22  const TRGClock& clock) :
23  _name(name),
24  _clock(& clock)
25  {
26  }
27 
29  {
30  }
31 
33 } // namespace Belle2
A class to represent a digitized signal. Unit is nano second.
Definition: Clock.h:38
virtual ~TRGOpticalLink()
Destructor.
Definition: OpticalLink.cc:28
Abstract base class for different kinds of events.