NSCL DDAS
12.1-001
Support for XIA DDAS at FRIB
|
Implementation of the production DDAS readout code. More...
#include "DDASReadoutMain.h"
#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <fstream>
#include <vector>
#include <config.h>
#include <CExperiment.h>
#include <TCLInterpreter.h>
#include <CTimedTrigger.h>
#include <CRunControlPackage.h>
#include "CDDASStatisticsCommand.h"
#include "CSyncCommand.h"
#include "CBootCommand.h"
#include "CMyEventSegment.h"
#include "CMyTrigger.h"
#include "CMyBusy.h"
#include "CMyEndCommand.h"
#include "CMyScaler.h"
Functions | |
CMyTrigger * | mytrigger (0) |
Newing them here makes order of construction. More... | |
CMyEventSegment * | myeventsegment (0) |
Variables | |
std::vector< CMyScaler * > | scalerModules |
List of scalar modules. More... | |
CTCLApplication * | gpTCLApplication = new DDASReadoutMain |
Implementation of the production DDAS readout code.
CMyEventSegment* myeventsegment | ( | 0 | ) |
Un-controlled - now new'd in SetupReadout.
CMyTrigger* mytrigger | ( | 0 | ) |
Newing them here makes order of construction.
CTCLApplication* gpTCLApplication = new DDASReadoutMain |
std::vector<CMyScaler*> scalerModules |
List of scalar modules.