Defines an enumeration for cellhit classification. More...
Classes | |
| class | RegCNNBoundary |
| class | RegCNNBoundary3D |
| class | RegCNNEvaluator |
| class | RegCNNEventDump |
| class | RegCNNImageUtils |
| Class containing some utility functions for all things RegCNN. More... | |
| class | RegCNNMapper |
| class | RegCNNNumuHandler |
| Wrapper for caffe::Net which handles construction and prediction. More... | |
| class | RegCNNPyTorch |
| class | RegCNNResult |
| RegCNNResult, basic output of CNN neural net. More... | |
| class | RegCNNVtxHandler |
| RegCNNVtxHandler, basic output of CNN neural net. More... | |
| class | RegPixelMap |
| RegPixelMap, basic input to CNN neural net. More... | |
| class | RegPixelMap3D |
| RegPixelMap3D, input to 3D CNN neural net. More... | |
| class | RegPixelMap3DProducer |
| Producer algorithm for RegPixelMap3D, input to CVN neural net. More... | |
| class | RegPixelMapProducer |
| Producer algorithm for RegPixelMap, input to CVN neural net. More... | |
| class | TFRegNetHandler |
| Wrapper for caffe::Net which handles construction and prediction. More... | |
Typedefs | |
| typedef enum cnn::HType | HitType |
| typedef std::vector< std::vector< float > > | ViewVectorF |
| Useful typedefs. More... | |
| typedef std::vector< ViewVectorF > | ImageVectorF |
Enumerations | |
| enum | HType { kElectronHit, kMuonHit, kProtonHit, kNeutronHit, kPionHit, kPiZeroHit, kGammaHit, kOtherPDGhit, kUnknownHit, kEmptyHit } |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const RegPixelMap3DProducer &p) |
| std::ostream & | operator<< (std::ostream &os, const RegPixelMapProducer &p) |
| std::vector< unsigned int > | getUniques (std::vector< unsigned int > coll) |
| std::ostream & | operator<< (std::ostream &os, const RegCNNBoundary &b) |
| std::ostream & | operator<< (std::ostream &os, const RegCNNBoundary3D &b) |
| std::ostream & | operator<< (std::ostream &os, const RegPixelMap &m) |
| std::ostream & | operator<< (std::ostream &os, const RegPixelMap3D &m) |
Defines an enumeration for cellhit classification.
| typedef enum cnn::HType cnn::HitType |
| typedef std::vector<ViewVectorF> cnn::ImageVectorF |
Definition at line 19 of file RegCNNImageUtils.h.
| typedef std::vector<std::vector<float> > cnn::ViewVectorF |
Useful typedefs.
Definition at line 18 of file RegCNNImageUtils.h.
| enum cnn::HType |
| Enumerator | |
|---|---|
| kElectronHit | |
| kMuonHit | |
| kProtonHit | |
| kNeutronHit | |
| kPionHit | |
| kPiZeroHit | |
| kGammaHit | |
| kOtherPDGhit | |
| kUnknownHit | |
| kEmptyHit | |
Definition at line 14 of file HitType.h.
| std::vector<unsigned int> cnn::getUniques | ( | std::vector< unsigned int > | coll | ) |
Definition at line 545 of file RegPixelMapProducer.cxx.
| std::ostream & cnn::operator<< | ( | std::ostream & | os, |
| const RegCNNBoundary3D & | b | ||
| ) |
Definition at line 44 of file RegCNNBoundary3D.cxx.
| std::ostream & cnn::operator<< | ( | std::ostream & | os, |
| const RegCNNBoundary & | b | ||
| ) |
Definition at line 60 of file RegCNNBoundary.cxx.
| std::ostream & cnn::operator<< | ( | std::ostream & | os, |
| const RegPixelMap3D & | m | ||
| ) |
Definition at line 122 of file RegPixelMap3D.cxx.
| std::ostream& cnn::operator<< | ( | std::ostream & | os, |
| const RegPixelMap3DProducer & | p | ||
| ) |
Definition at line 181 of file RegPixelMap3DProducer.cxx.
| std::ostream& cnn::operator<< | ( | std::ostream & | os, |
| const RegPixelMapProducer & | p | ||
| ) |
Definition at line 310 of file RegPixelMapProducer.cxx.
| std::ostream & cnn::operator<< | ( | std::ostream & | os, |
| const RegPixelMap & | m | ||
| ) |
Definition at line 316 of file RegPixelMap.cxx.
1.8.11