LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
ISpacePoints3D.h
Go to the documentation of this file.
1 
12 #ifndef ISpacePoints3D_H
13 #define ISpacePoints3D_H
14 
17 
18 namespace evdb {
19  class View3D;
20 }
21 
22 namespace recob {
23  class Hit;
24  class SpacePoint;
25 }
26 
27 namespace evdb_tool {
29  public:
30  virtual ~ISpacePoints3D() noexcept = default;
31 
32  virtual void Draw(const std::vector<art::Ptr<recob::SpacePoint>>&, // Space points
33  evdb::View3D*, // 3D display
34  int = 1, // Color
35  int = 1, // Marker
36  float = 1., // Size
37  const art::FindManyP<recob::Hit>* = nullptr // pointer
38  ) const = 0;
39  };
40 }
41 
42 #endif
Reconstruction base classes.
hist1 Draw("HIST")
Manage all things related to colors for the event display.
auto vector(Vector const &v)
Returns a manipulator which will print the specified array.
Definition: DumpUtils.h:289