LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
PixelMapProducer for CVN. More...
#include <array>
#include <vector>
#include "art/Framework/Principal/Handle.h"
#include "fhiclcpp/ParameterSet.h"
#include "lardataobj/RecoBase/Hit.h"
#include "lardataobj/RecoBase/SpacePoint.h"
#include "lardataobj/RecoBase/Wire.h"
#include "lardataobj/Simulation/SimChannel.h"
#include "larrecodnn/CVN/func/Boundary.h"
#include "larrecodnn/CVN/func/PixelMap.h"
#include "art/Framework/Services/Registry/ServiceHandle.h"
#include "larcore/Geometry/Geometry.h"
#include "larcorealg/Geometry/GeometryCore.h"
#include "lardata/DetectorInfoServices/DetectorPropertiesService.h"
Go to the source code of this file.
Classes | |
class | lcvn::HitHelper |
class | lcvn::WireHelper |
class | lcvn::SimChannelHelper |
class | lcvn::PixelMapProducer< T, U > |
Producer algorithm for PixelMap, input to CVN neural net. More... | |
Namespaces | |
lcvn | |
Utility class for truth labels. | |
Typedefs | |
typedef std::vector< std::map< double, double > > | lcvn::Waveform |
typedef PixelMapProducer< recob::Hit, lcvn::HitHelper > | lcvn::PixelMapHitProducer |
typedef PixelMapProducer< recob::Wire, lcvn::WireHelper > | lcvn::PixelMapWireProducer |
typedef PixelMapProducer< sim::SimChannel, lcvn::SimChannelHelper > | lcvn::PixelMapSimProducer |
PixelMapProducer for CVN.
Definition in file PixelMapProducer.h.