RegCNNVtxHandler, basic output of CNN neural net. More...
#include <RegCNNVtxHandler.h>
Public Member Functions | |
RegCNNVtxHandler (const fhicl::ParameterSet &pset) | |
std::vector< float > | GetVertex (detinfo::DetectorClocksData const &clockData, detinfo::DetectorPropertiesData const &detProp, art::Event &evt, const RegPixelMap &pixelmap) |
Private Member Functions | |
void | FindGlobalVertices (const RegPixelMap &pm, std::vector< float > &outputs) |
void | getCM (const RegPixelMap &pm, float *cm_list) |
Private Attributes | |
std::string | fHitsModuleLabel |
cnn::TFRegNetHandler | fTFHandler1st |
cnn::TFRegNetHandler | fTFHandler2nd |
unsigned int | fTdcWidth |
unsigned int | fWireLength |
unsigned int | fTimeResolution |
unsigned int | fWireResolution |
unsigned int | fGlobalWireMethod |
RegPixelMapProducer | fProducer |
RegCNNVtxHandler, basic output of CNN neural net.
Definition at line 23 of file RegCNNVtxHandler.h.
cnn::RegCNNVtxHandler::RegCNNVtxHandler | ( | const fhicl::ParameterSet & | pset | ) |
Definition at line 21 of file RegCNNVtxHandler.cxx.
|
private |
Definition at line 69 of file RegCNNVtxHandler.cxx.
|
private |
Definition at line 82 of file RegCNNVtxHandler.cxx.
std::vector< float > cnn::RegCNNVtxHandler::GetVertex | ( | detinfo::DetectorClocksData const & | clockData, |
detinfo::DetectorPropertiesData const & | detProp, | ||
art::Event & | evt, | ||
const RegPixelMap & | pixelmap | ||
) |
Load in the pixel map
Definition at line 34 of file RegCNNVtxHandler.cxx.
|
private |
Definition at line 43 of file RegCNNVtxHandler.h.
|
private |
Definition at line 36 of file RegCNNVtxHandler.h.
|
private |
Definition at line 45 of file RegCNNVtxHandler.h.
|
private |
Definition at line 39 of file RegCNNVtxHandler.h.
|
private |
Definition at line 37 of file RegCNNVtxHandler.h.
|
private |
Definition at line 38 of file RegCNNVtxHandler.h.
|
private |
Definition at line 41 of file RegCNNVtxHandler.h.
|
private |
Definition at line 40 of file RegCNNVtxHandler.h.
|
private |
Definition at line 42 of file RegCNNVtxHandler.h.