Dumps lar::example::CheatTrack
data product and associations.
More...
Classes | |
struct | Config |
Public Types | |
using | Parameters = art::EDAnalyzer::Table< Config > |
Public Member Functions | |
DumpCheatTracks (Parameters const &config) | |
Constructor; see the class documentation for the configuration. More... | |
Private Member Functions | |
void | analyze (art::Event const &event) override |
Private Attributes | |
art::InputTag | fTrackTag |
Label of the input data product. More... | |
unsigned int | fExpectedCount |
Expected number of tracks. More... | |
Dumps lar::example::CheatTrack
data product and associations.
The expectation can be expressed directly as a number of elements in the collection, or indirectly as the requirement that the tested collection has the same size as another one (still of recob::SpacePoint
).
Definition at line 55 of file DumpCheatTracks_module.cc.
using lar::example::tests::DumpCheatTracks::Parameters = art::EDAnalyzer::Table<Config> |
Definition at line 75 of file DumpCheatTracks_module.cc.
|
inlineexplicit |
Constructor; see the class documentation for the configuration.
Definition at line 78 of file DumpCheatTracks_module.cc.
|
overrideprivate |
Definition at line 106 of file DumpCheatTracks_module.cc.
|
private |
Expected number of tracks.
Definition at line 92 of file DumpCheatTracks_module.cc.
|
private |
Label of the input data product.
Definition at line 91 of file DumpCheatTracks_module.cc.