EventBuilderApp is an artdaq::Commandable derived class which controls the EventBuilderCore. More...
#include <artdaq/Application/EventBuilderApp.hh>
Public Member Functions | |
EventBuilderApp (int rank, std::string name) | |
EventBuilderApp Constructor. | |
EventBuilderApp (EventBuilderApp const &) | |
Copy Constructor is deleted. | |
virtual | ~EventBuilderApp () |
Default Destructor. | |
EventBuilderApp & | operator= (EventBuilderApp const &) |
Copy Assignment Operator is deleted. | |
bool | do_initialize (fhicl::ParameterSet const &pset, uint64_t, uint64_t) override |
Initialize the EventBuilderCore. | |
bool | do_start (art::RunID id, uint64_t, uint64_t) override |
Start the EventBuilderCore. | |
bool | do_stop (uint64_t, uint64_t) override |
Stop the EventBuilderCore. | |
bool | do_pause (uint64_t, uint64_t) override |
Pause the EventBuilderCore. | |
bool | do_resume (uint64_t, uint64_t) override |
Resume the EventBuilderCore. | |
bool | do_shutdown (uint64_t) override |
Shutdown the EventBuilderCore. | |
bool | do_soft_initialize (fhicl::ParameterSet const &pset, uint64_t, uint64_t) override |
Soft-Initialize the EventBuilderCore. | |
bool | do_reinitialize (fhicl::ParameterSet const &pset, uint64_t, uint64_t) override |
Reinitialize the EventBuilderCore. | |
void | BootedEnter () override |
Action taken upon entering the "Booted" state. | |
std::string | report (std::string const &which) const override |
If which is "transition_status", report the status of the last transition. Otherwise pass through to EventBuilderCore. |
EventBuilderApp is an artdaq::Commandable derived class which controls the EventBuilderCore.
Definition at line 17 of file EventBuilderApp.hh.
artdaq::EventBuilderApp::EventBuilderApp | ( | int | rank, | |
std::string | name | |||
) |
EventBuilderApp Constructor.
rank | Rank of this EventBuilder | |
name | Friendly name of this application instance (MessageFacility Category) |
Definition at line 3 of file EventBuilderApp.cc.
void artdaq::EventBuilderApp::BootedEnter | ( | ) | [override, virtual] |
Action taken upon entering the "Booted" state.
This is a No-Op
Reimplemented from artdaq::Commandable.
Definition at line 130 of file EventBuilderApp.cc.
bool artdaq::EventBuilderApp::do_initialize | ( | fhicl::ParameterSet const & | pset, | |
uint64_t | , | |||
uint64_t | ||||
) | [override, virtual] |
Initialize the EventBuilderCore.
pset | ParameterSet used to configure the EventBuilderCore |
Reimplemented from artdaq::Commandable.
Definition at line 13 of file EventBuilderApp.cc.
bool artdaq::EventBuilderApp::do_pause | ( | uint64_t | , | |
uint64_t | ||||
) | [override, virtual] |
Pause the EventBuilderCore.
Reimplemented from artdaq::Commandable.
Definition at line 66 of file EventBuilderApp.cc.
bool artdaq::EventBuilderApp::do_reinitialize | ( | fhicl::ParameterSet const & | pset, | |
uint64_t | , | |||
uint64_t | ||||
) | [override, virtual] |
Reinitialize the EventBuilderCore.
pset | ParameterSet used to configure the EventBuilderCore |
Reimplemented from artdaq::Commandable.
Definition at line 117 of file EventBuilderApp.cc.
bool artdaq::EventBuilderApp::do_resume | ( | uint64_t | , | |
uint64_t | ||||
) | [override, virtual] |
Resume the EventBuilderCore.
Reimplemented from artdaq::Commandable.
Definition at line 79 of file EventBuilderApp.cc.
bool artdaq::EventBuilderApp::do_shutdown | ( | uint64_t | ) | [override, virtual] |
Shutdown the EventBuilderCore.
Reimplemented from artdaq::Commandable.
Definition at line 92 of file EventBuilderApp.cc.
bool artdaq::EventBuilderApp::do_soft_initialize | ( | fhicl::ParameterSet const & | pset, | |
uint64_t | , | |||
uint64_t | ||||
) | [override, virtual] |
Soft-Initialize the EventBuilderCore.
pset | ParameterSet used to configure the EventBuilderCore |
Reimplemented from artdaq::Commandable.
Definition at line 104 of file EventBuilderApp.cc.
bool artdaq::EventBuilderApp::do_start | ( | art::RunID | id, | |
uint64_t | , | |||
uint64_t | ||||
) | [override, virtual] |
Start the EventBuilderCore.
id | Run ID of new run |
Reimplemented from artdaq::Commandable.
Definition at line 38 of file EventBuilderApp.cc.
bool artdaq::EventBuilderApp::do_stop | ( | uint64_t | , | |
uint64_t | ||||
) | [override, virtual] |
Stop the EventBuilderCore.
Reimplemented from artdaq::Commandable.
Definition at line 54 of file EventBuilderApp.cc.
EventBuilderApp& artdaq::EventBuilderApp::operator= | ( | EventBuilderApp const & | ) |
Copy Assignment Operator is deleted.
Reimplemented from artdaq::Commandable.
std::string artdaq::EventBuilderApp::report | ( | std::string const & | which | ) | const [override, virtual] |
If which is "transition_status", report the status of the last transition. Otherwise pass through to EventBuilderCore.
which | What to report on |
Reimplemented from artdaq::Commandable.
Definition at line 141 of file EventBuilderApp.cc.