25#include <TCLObjectProcessor.h>
67 int operator()(CTCLInterpreter &interp, std::vector<CTCLObject> &objv);
Derived class for DDAS event segments.
Definition: CMyEventSegment.h:35
Provides the ddas_sync command for the ddas readout program.
Definition: CSyncCommand.h:45
CSyncCommand(CTCLInterpreter &interp, CMyEventSegment *pSeg)
Constructor.
Definition: CSyncCommand.cpp:36
int operator()(CTCLInterpreter &interp, std::vector< CTCLObject > &objv)
Gets control when the command is invoked.
Definition: CSyncCommand.cpp:50
virtual ~CSyncCommand()
Destructor.
Definition: CSyncCommand.cpp:43