LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
ImageMaker.h
Go to the documentation of this file.
2 #include "hep_hpc/hdf5/File.hpp"
3 
4 namespace dnn {
5 
6  class ImageMaker {
7  public:
8  virtual ~ImageMaker() noexcept = default;
9  virtual void saveImage(art::Event const&, hep_hpc::hdf5::File&) = 0;
10  };
11 }
Definition: ImageMaker.h:4
virtual ~ImageMaker() noexcept=default
virtual void saveImage(art::Event const &, hep_hpc::hdf5::File &)=0