art::AnalyzersConfig | |
artdaq::art_config_file | Art_config_file wraps a temporary file used to configure art |
artdaq::artdaqapp | Class representing an artdaq application. Used by all "main" functions to start artdaq |
art::ArtdaqInput< U > | This template class provides a unified interface for reading data into art |
artdaq::AutodetectTransfer | The AutodetectTransfer TransferInterface plugin sets up a Shmem_transfer plugin or TCPSocket_transfer plugin depending if the source and destination are on the same host, to maximize throughput |
artdaq::BoardReaderApp | BoardReaderApp is an artdaq::Commandable derived class which controls the BoardReaderCore state machine |
artdaq::BoardReaderCore | BoardReaderCore implements the state machine for the BoardReader artdaq application. It contains a CommandableFragmentGenerator, which generates Fragments which are then sent to a DataSenderManager by BoardReaderCore |
artdaq::BuildInfo< instanceName, Pkgs > | BuildInfo is an art::EDProducer which saves information about package builds to the data file |
artdaq::CapacityTestPolicy | A RoutingMasterPolicy which tries to fully load the first receiver, then the second, and so on |
artdaq::cmd_ | The "cmd_" class serves as the base class for all artdaq's XML-RPC commands |
artdaq::Commandable | Commandable is the base class for all artdaq components which implement the artdaq state machine |
artdaq::CommandableFragmentGenerator | CommandableFragmentGenerator is a FragmentGenerator-derived abstract class that defines the interface for a FragmentGenerator designed as a state machine with start, stop, etc., transition commands |
artdaqtest::CommandableFragmentGeneratorTest | CommandableFragmentGenerator derived class for testing |
artdaq::CommanderInterface | This interface defines the functions used to transfer data between artdaq applications |
artdaq::CompositeDriver | CompositeDriver handles a set of lower-level generators |
artdaq::RequestReceiver::Config | Configuration of the RequestReceiver. May be used for parameter validation |
artdaq::RequestSender::Config | Configuration of the RequestSender. May be used for parameter validation |
artdaq::CommandableFragmentGenerator::Config | Configuration of the CommandableFragmentGenerator. May be used for parameter validation |
artdaq::SharedMemoryEventManager::Config | Configuration of the SharedMemoryEventManager. May be used for parameter validation |
artdaq::CommanderInterface::Config | Configuration of the CommanderInterface. May be used for parameter validation |
artdaq::GenericFragmentSimulator::Config | Configuration of the GenericFragmentSimulator. May be used for parameter validation |
artdaq::DataSenderManager::Config | Configuration of DataSenderManager. May be used for parameter validation |
artdaq::HostMap::Config | Template for the host_map configuration parameter |
NetMonTransportService::Config | Allowed Configuration parameters of NetMonTransportService. May be used for configuration validation |
artdaq::TransferInterface::Config | Configuration of the TransferInterface. May be used for parameter validation |
art::Config | Required configuration for art processes started by artdaq, with artdaq-specific defaults where applicable |
artdaq::artdaqapp::Config | Configuration of artdaqapp. May be used for parameter validation |
artdaq::DataLoggerApp | DataLoggerApp is an artdaq::Commandable derived class which controls the DataLoggerCore |
artdaq::DataLoggerCore | DataLoggerCore implements the state machine for the DataLogger artdaq application. DataLoggerCore processes incoming events in one of three roles: Data Logger, Online Monitor, or Dispatcher |
artdaq::DataReceiverCore | DataReceiverCore implements the state machine for the DataReceiver artdaq application. DataReceiverCore receives Fragment objects from the DataReceiverManager, and sends them to the EventStore |
artdaq::DataReceiverManager | Receives Fragment objects from one or more DataSenderManager instances using TransferInterface plugins DataReceiverMaanger runs a reception thread for each source, and can automatically suppress reception from sources which are going faster than the others |
artdaq::DataSenderManager | Sends Fragment objects using TransferInterface plugins. Uses Routing Tables if confgiured, otherwise will Round-Robin Fragments to the destinations |
artdaq::DestinationInfo | Entry in the host map |
artdaq::DataSenderManager::DestinationsConfig | Configuration for transfers to destinations |
artdaq::DispatcherApp | DispatcherApp is an artdaq::Commandable derived class which controls the DispatcherCore |
artdaq::DispatcherCore | DispatcherCore implements the state machine for the Dispatcher artdaq application. DispatcherCore processes incoming events in one of three roles: Data Logger, Online Monitor, or Dispatcher |
art::detail::DummyProductCache | A lightweight prodcut cache for when the full thing is not appropriate (TBB and ROOT don't fully get along) |
anonymous_namespace{xmlrpc_commander.cc}::env_wrap | Wrapper for XMLRPC environment construction/destruction |
artdaq::EventBuilderApp | EventBuilderApp is an artdaq::Commandable derived class which controls the EventBuilderCore |
artdaq::EventBuilderCore | EventBuilderCore implements the state machine for the EventBuilder artdaq application. EventBuilderCore receives Fragment objects from the DataReceiverManager, and sends them to the EventStore |
artdaq::EventDump | Write Event information to the console |
art::FiltersConfig | |
final | The BinaryFileOutput module streams art Events to a binary file, bypassing ROOT |
artdaq::detail::FragCounter | Keep track of the count of Fragments received from a set of sources |
artdaq::FragmentReceiverManager | Receives Fragment objects from one or more DataSenderManager instances using TransferInterface plugins DataReceiverMaanger runs a reception thread for each source, and can automatically suppress reception from sources which are going faster than the others |
artdaq::FragmentSniffer | This art::EDAnalyzer plugin tries to get Fragments from each event, asserting that the correct number of Fragments were present |
artdaq::FragmentStoreElement | This class contains tracking information for all Fragment objects which have been received from a specific source |
artdaq::GenericFragmentSimulator | GenericFragmentSimulator creates simulated Generic events, with data distributed according to a "histogram" provided in the configuration data |
artdaq::GetPackageBuildInfo | Wrapper around the artdaq::GetPackageBuildInfo::getPackageBuildInfo function |
artdaq::Globals | The artdaq::Globals class contains several variables which are useful across the entire artdaq system |
artdaq::HostMap::HostConfig | Entries in the host_map should have these parameters. May be used for parameter validation |
artdaq::HostMap | |
artdaq::init_ | |
art::RootOutputConfig::KeysToIgnore | ??? |
artdaq::legal_commands_ | Legal_commands_ Command class |
MessHead | This header is sent by the TCPSocket_transfer to allow for more efficient writev calls |
artdaq::meta_command_ | Meta_command_ Command class |
MPRGlobalTestFixture | MasterProductRegistry Test Fixture |
artdaq::MulticastTransfer | MulticastTransfer is a TransferInterface implementation plugin that transfers data using Multicast |
artdaq::NetMonHeader | Header with length information for NetMonTransport messages |
NetMonTransportService | NetMonTransportService extends NetMonTransportServiceInterface. It sends events using DataSenderManager and receives events from the GlobalQueue |
NetMonTransportServiceInterface | Interface for NetMonTranportService. This interface is declared to art as part of the required registration of an art Service |
art::NetMonWrapper | This class wraps NetMonTransportService so that it can act as an ArtdaqInput template class |
artdaq::NoOpPolicy | A RoutingMasterPolicy which simply assigns Sequence IDs to tokens in the order they were received |
artdaq::NullTransfer | NullTransfer does not send or receive data, but acts as if it did |
artdaq::RTIDDS::OctetsListener | A class that reads data from DDS |
art::OutputsConfig | Configuration for the outputs block of artdaq art processes |
artdaq::pause_ | |
art::PhysicsConfig | Configuration of the physics block for artdaq art processes |
artdaq::PrintBuildInfo | An art::EDAnalyzer which prints any artdaq::BuildInfo objects stored in the run |
art::ProducersConfig | |
artdaq::RandomDelayFilter | A filter which delays for a random amount of time, then drops a random fraction of events. Used to simulate the delays and efficiency of real filters |
artdaq::register_monitor_ | Register_monitor_ Command class |
artdaq::reinit_ | |
artdaq::report_ | Report_ Command class |
artdaq::detail::RequestHeader | Header of a RequestMessage. Contains magic bytes for validation and a count of expected RequestPackets |
artdaq::detail::RequestMessage | A RequestMessage consists of a RequestHeader and zero or more RequestPackets. They will usually be sent in two calls to send() |
artdaq::detail::RequestPacket | The RequestPacket contains information about a single data request |
artdaq::RequestReceiver | Receive data requests and make them available to CommandableFragmentGenerator or other interested parties. Track received requests and report errors when inconsistency is detected |
artdaq::RequestSender | The RequestSender contains methods used to send data requests and Routing tokens |
artdaq::resume_ | |
artdaq::rollover_subrun_ | Rollover_subrun_ Command class |
art::RootNetOutput | An art::OutputModule which sends events using DataSenderManager. This module is designed for transporting Fragment-wrapped art::Events after they have been read into art, for example between the EventBuilder and the Aggregator |
art::RootOutputConfig | Confgiguration for ROOT output modules |
artdaq::RoundRobinPolicy | A RoutingMasterPolicy which evenly distributes Sequence IDs to all receivers. If an uneven number of tokens have been received, extra tokens are stored for the next table update |
artdaq::detail::RoutingAckPacket | A RoutingAckPacket contains the rank of the table receiver, plus the first and last sequence IDs in the Routing Table (for verification) |
artdaq::RoutingMasterApp | RoutingMasterApp is an artdaq::Commandable derived class which controls the RoutingMasterCore state machine |
artdaq::RoutingMasterCore | RoutingMasterCore implements the state machine for the RoutingMaster artdaq application. RoutingMasterCore collects tokens from receivers, and at regular intervals uses these tokens to build Routing Tables that are sent to the senders |
artdaq::RoutingMasterPolicy | The interface through which RoutingMasterCore obtains Routing Tables using received Routing Tokens |
artdaq::detail::RoutingPacketEntry | A row of the Routing Table |
artdaq::detail::RoutingPacketHeader | The header of the Routing Table, containing the magic bytes and the number of entries |
artdaq::DataSenderManager::RoutingTableConfig | Configuration for Routing table reception |
artdaq::detail::RoutingToken | The RoutingToken contains the magic bytes, the rank of the token sender, and the number of slots free. This is a TCP message, so additional verification is not necessary |
artdaq::RequestSender::RoutingTokenConfig | Configuration for Routing token sending |
artdaq::RTIDDS | DDS Transport Implementation |
artdaq::RTIDDSTransfer | RTIDDSTransfer is a TransferInterface implementation plugin that transfers data using RTI DDS |
art::ServicesConfig | Configuration of the services block for artdaq art processes |
art::ServicesSchedulerConfig | Configuration of the services.scheduler block for artdaq art processes |
artdaq::SharedMemoryEventManager | The SharedMemoryEventManager is a SharedMemoryManger which tracks events as they are built |
artdaq::detail::SharedMemoryReader< getDefaultTypes > | The SharedMemoryReader is a class which implements the methods needed by art::Source |
artdaq::ShmemTransfer | A TransferInterface implementation plugin that transfers data using Shared Memory |
ShmRTestFixture | SharedMemoryReader Test Fixture |
artdaq::shutdown_ | Shutdown_ Command class |
artdaq::soft_init_ | |
art::Source_generator< artdaq::detail::SharedMemoryReader< artdaq::Fragment::MakeSystemTypeMap > > | Specialize an art source trait to tell art that we don't care about source.fileNames and don't want the files services to be used |
art::Source_generator< ArtdaqInput< artdaq::TransferWrapper > > | Trait definition (must precede source typedef) |
art::Source_generator< ArtdaqInput< NetMonWrapper > > | Trait definition (must precede source typedef) |
art::SourceConfig | Configuration for the source block of artdaq art processes |
artdaq::start_ | Command class representing a start transition |
artdaq::StatisticsHelper | This class manages MonitoredQuantity instances for the *Core classes |
artdaq::status_ | Status_ Command class |
artdaq::stop_ | |
artdaq::TCPSocketTransfer | TransferInterface implementation plugin that sends data using TCP sockets |
anonymous_namespace{genToArt.cc}::ThrottledGenerator | ThrottledGenerator: ensure that we only get one fragment per type at a time from the generator |
Timeout | Performs registered actions at specified intervals |
Timeout::timeoutspec | Specification for a Timeout function |
artdaq::trace_get_ | Trace_get_ Command class |
artdaq::trace_set_ | Trace_set_ Command class |
artdaq::TransferInterface | This interface defines the functions used to transfer data between artdaq applications |
art::TransferOutput | An art::OutputModule which sends events using DataSenderManager. This module is designed for transporting Fragment-wrapped art::Events after they have been read into art, for example between the EventBuilder and the Aggregator |
artdaq::TransferTest | Test a set of TransferInterface plugins |
artdaq::TransferWrapper | TransferWrapper wraps a TransferInterface so that it can be used in the ArtdaqInput class to make an art::Source |
artdaq::unregister_monitor_ | Unregister_monitor_ Command class |
artdaq::xmlrpc_commander | Serves as the XMLRPC server run in each artdaq application |