13#ifndef TRGCDCEventTimeFinder_FLAG_
14#define TRGCDCEventTimeFinder_FLAG_
16#include "trg/trg/Board.h"
17#include "trg/trg/SignalVector.h"
19#ifdef TRGCDC_SHORT_NAMES
20#define TCETFinder TRGCDCEventTimeFinder
21#define ETFinder TRGCDCEventTimeFinder
35 public std::vector <const TRGCDCTrackSegmentFinder*> {
static std::string version(void)
return version
TRGSignalVector * packerForTracker(vector< TRGSignalVector * > &, vector< int > &, const unsigned)
Output packer for tracker.
a class of TrackSegmentFinder in TRGCDC
A class to represent a digitized signal. Unit is nano second.
A class to represent a bundle of digitized signals.
void push_back(const TRGCDCTrackSegmentFinder *)
push back the TRGCDCTrackSegmentFinder pointer
TRGCDCEventTimeFinder(const std::string &name, const TRGClock &systemClock, const TRGClock &dataClock, const TRGClock &userClockInput, const TRGClock &userClockOutput)
Constructor.
const std::string & name(void) const
returns name.
~TRGCDCEventTimeFinder()
Destructor.
TRGBoard(const std::string &name, const TRGClock &systemClock, const TRGClock &dataClock, const TRGClock &userClockInput, const TRGClock &userClockOutput)
Constructor.
void simulate(void)
Firmware simulation. yi.
Abstract base class for different kinds of events.