Prints the content of all the space points and charge on screen. More...
Classes | |
struct | Config |
Configuration parameters. More... | |
Public Types | |
using | Parameters = art::EDAnalyzer::Table< Config > |
Public Member Functions | |
DumpChargedSpacePoints (Parameters const &config) | |
Constructor. More... | |
virtual void | analyze (art::Event const &event) override |
Does the printing. More... | |
Private Attributes | |
art::InputTag | fInputTag |
Input tag of the SpacePoint product. More... | |
std::string | fOutputCategory |
Category for LogInfo output. More... | |
Prints the content of all the space points and charge on screen.
This analyser prints the content of all the space points into the LogInfo/LogVerbatim stream.
The space point and charge data products must fulfil the requirements of the proxy::ChargedSpacePoints
proxy.
art::InputTag
, mandatory): label of the producer used to create the recob::SpacePoint
and recob::PointCharge
collections to be dumpedDefinition at line 47 of file DumpChargedSpacePoints_module.cc.
using recob::DumpChargedSpacePoints::Parameters = art::EDAnalyzer::Table<Config> |
Definition at line 70 of file DumpChargedSpacePoints_module.cc.
|
explicit |
Constructor.
Definition at line 95 of file DumpChargedSpacePoints_module.cc.
|
overridevirtual |
Does the printing.
Definition at line 103 of file DumpChargedSpacePoints_module.cc.
|
private |
Input tag of the SpacePoint product.
Definition at line 81 of file DumpChargedSpacePoints_module.cc.
|
private |
Category for LogInfo output.
Definition at line 82 of file DumpChargedSpacePoints_module.cc.