Analysis Software
Documentation for sPHENIX simulation software
|
#include <SubevtStructures.h>
#include <SubevtConstants.h>
#include <iostream>
#include <iomanip>
#include <stdio.h>
#include "TriggerHandler.h"
Go to the source code of this file.
Classes | |
class | daq_device |
Functions | |
int | registerTriggerHandler (TriggerHandler *) |
int | clearTriggerHandler () |
int | daq_getEventFormat () |
int clearTriggerHandler | ( | ) |
Definition at line 262 of file rcdaq.cc.
View newest version in sPHENIX GitHub at line 262 of file rcdaq.cc
References TriggerH.
Referenced by daq_device_deadtime::~daq_device_deadtime(), daq_device_gauss::~daq_device_gauss(), daq_device_pluginexample::~daq_device_pluginexample(), and daq_device_random::~daq_device_random().
int daq_getEventFormat | ( | ) |
Definition at line 403 of file rcdaq.cc.
View newest version in sPHENIX GitHub at line 403 of file rcdaq.cc
Referenced by daq_status(), daq_device_rtclock::put_data(), daq_device_filenumbers::put_data(), daq_device_file::put_data(), daq_device_deadtime::put_data(), and daq_device_random::put_data().
int registerTriggerHandler | ( | TriggerHandler * | ) |
Definition at line 254 of file rcdaq.cc.
View newest version in sPHENIX GitHub at line 254 of file rcdaq.cc
References TriggerH.
Referenced by daq_device_deadtime::daq_device_deadtime(), daq_device_gauss::daq_device_gauss(), daq_device_pluginexample::daq_device_pluginexample(), and daq_device_random::daq_device_random().