artdaq
v3_09_01
|
An art::EDAnalyzer which prints any artdaq::BuildInfo objects stored in the run. More...
Public Member Functions | |
PrintBuildInfo (fhicl::ParameterSet const &p) | |
PrintBuildInfo Constructor. More... | |
~PrintBuildInfo () override=default | |
Default virtual Destructor. | |
void | analyze (art::Event const &) override |
Called for each event. Required overload for art::EDAnalyzer, No-Op here. | |
void | beginRun (art::Run const &run) override |
Perform actions at the beginning of the run. More... | |
An art::EDAnalyzer which prints any artdaq::BuildInfo objects stored in the run.
Definition at line 30 of file PrintBuildInfo_module.cc.
|
explicit |
PrintBuildInfo Constructor.
p | ParameterSet used to configure PrintBuildInfo |
* PrintBuildInfo accepts the following Parameters: * "buildinfo_module_label" (REQUIRED): The module label for the BuildInfo objects * "buildinfo_instance_label" (REQUIRED): The instance label for the BuildInfo objects *
These parameters should match those given to the BuildInfo module
Definition at line 76 of file PrintBuildInfo_module.cc.
|
override |
Perform actions at the beginning of the run.
run | art::Run object |
This function pretty-prints the BuildInfo information form the run object with the configured module label and instance label.
Definition at line 81 of file PrintBuildInfo_module.cc.