WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
|
#include <SimpleDepoSet.h>
Public Member Functions | |
SimpleDepoSet (int ident, const IDepo::vector &depos) | |
virtual | ~SimpleDepoSet () |
virtual int | ident () const |
Return some identifier number that is unique to this set. More... | |
virtual IDepo::shared_vector | depos () const |
Return the depositions in this set. More... | |
![]() | |
virtual | ~IDepoSet () |
![]() | |
virtual | ~IData () |
Additional Inherited Members | |
![]() | |
typedef IDepoSet | value_type |
typedef std::shared_ptr< const IDepoSet > | pointer |
typedef std::vector< pointer > | vector |
typedef std::shared_ptr< const vector > | shared_vector |
Definition at line 6 of file SimpleDepoSet.h.
|
inline |
|
virtual |
|
inlinevirtual |
Return the depositions in this set.
Implements WireCell::IDepoSet.
Definition at line 16 of file SimpleDepoSet.h.
|
inlinevirtual |
Return some identifier number that is unique to this set.
Implements WireCell::IDepoSet.
Definition at line 15 of file SimpleDepoSet.h.