Prints all the hits associated to the specified shower. More...
Classes | |
struct | Config |
Public Types | |
using | Parameters = art::EDAnalyzer::Table< Config > |
Public Member Functions | |
AssnsChainTest (Parameters const &config) | |
virtual void | analyze (art::Event const &event) override |
Private Member Functions | |
template<typename ShowerHandle > | |
void | printAssociatedPFOs (art::Event const &event, ShowerHandle const &showers) const |
template<typename ShowerHandle > | |
void | printAssociatedClusters (art::Event const &event, ShowerHandle const &showers) const |
template<typename ShowerHandle > | |
void | printAssociatedHits (art::Event const &event, ShowerHandle const &showers) const |
Private Attributes | |
art::InputTag | showerTag |
Label of the input collection of showers. More... | |
unsigned int | nObjectsPerLine |
Number of objects to print on one line. More... | |
unsigned int | nShowers |
Total number of expected showers. More... | |
unsigned int | nPFOs |
Total number of expected particles. More... | |
unsigned int | nClusters |
Total number of expected clusters. More... | |
unsigned int | nHits |
Total number of expected hits. More... | |
Prints all the hits associated to the specified shower.
The hits are searched transversing associations from showers to particle flow objects to clusters to hits.
Definition at line 65 of file AssnsChainTest_module.cc.
using lar::test::AssnsChainTest::Parameters = art::EDAnalyzer::Table<Config> |
Definition at line 105 of file AssnsChainTest_module.cc.
|
explicit |
Definition at line 141 of file AssnsChainTest_module.cc.
|
overridevirtual |
Definition at line 153 of file AssnsChainTest_module.cc.
|
private |
Definition at line 261 of file AssnsChainTest_module.cc.
|
private |
Definition at line 183 of file AssnsChainTest_module.cc.
|
private |
Definition at line 342 of file AssnsChainTest_module.cc.
|
private |
Total number of expected clusters.
Definition at line 116 of file AssnsChainTest_module.cc.
|
private |
Total number of expected hits.
Definition at line 117 of file AssnsChainTest_module.cc.
|
private |
Number of objects to print on one line.
Definition at line 113 of file AssnsChainTest_module.cc.
|
private |
Total number of expected particles.
Definition at line 115 of file AssnsChainTest_module.cc.
|
private |
Total number of expected showers.
Definition at line 114 of file AssnsChainTest_module.cc.
|
private |
Label of the input collection of showers.
Definition at line 112 of file AssnsChainTest_module.cc.