Definition at line 10 of file WireCellToolkit_module.cc.
wcls::WireCellToolkit::WireCellToolkit |
( |
fhicl::ParameterSet const & |
pset, |
|
|
art::ProcessingFrame const & |
|
|
) |
| |
|
explicit |
Definition at line 23 of file WireCellToolkit_module.cc.
24 : SharedProducer(pset)
26 const std::string
s{
"WCT"};
then echo File list $list not found else cat $list while read file do echo $file sed s
wcls::WireCellToolkit::~WireCellToolkit |
( |
| ) |
|
|
virtual |
void wcls::WireCellToolkit::produce |
( |
art::Event & |
evt, |
|
|
art::ProcessingFrame const & |
|
|
) |
| |
void wcls::WireCellToolkit::reconfigure |
( |
fhicl::ParameterSet const & |
pset | ) |
|
Definition at line 39 of file WireCellToolkit_module.cc.
41 auto const& wclsPS = pset.get<fhicl::ParameterSet>(
"wcls_main");
42 m_wcls = art::make_tool<wcls::MainTool>(wclsPS);
44 throw cet::exception(
"WireCellToolkit_module") <<
"Failed to get Art Tool \"wcls_main\"\n";
46 m_wcls->produces(producesCollector());
The documentation for this class was generated from the following file: